Profile avatar
noseratio.bsky.social
🛖 nozillium.com, a freelance software engineer and consultant who mostly talked about @dotnet, @nodejs, @electronjs before #RussiaInvadedUkraine.
811 posts 74 followers 204 following
Regular Contributor
Active Commenter

I'm looking for opportunities! Full-time/part-time remote roles. Actions speak hella louder than words, so allow me to show you all the work I have done in the last 4 years as a professional developer 🧵1/n

What a bunch of assholes. Sigh.

The root that tears apart your foundation begins as a seed of distrust, hate, and blame. The seed that grew into a dictatorship in Europe didn’t arrive overnight. It started with everyday Germans mad about inflation and looking for someone to blame.

“Tech twitter” might be better known as “Tech bluesky” by the end of next week

Building typesafe APIs have never been simpler than with Deno, @trpc.io, and Zod 👇 deno.com/blog/build-t...

18M + 1. 💙, Mar🐫

Just got another archive of my Twitter data: https://twitter.com/settings/download_your_data Hope to find and follow on other platforms as many of my Twitter contacts as possible. If anyone is interested in 🟦sky invites, I've got two, happy to share via a DM. #TwitterTakeover

Hi @AzureSupport, I must be missing something obvious, but I can't figure out how to establish an Azure VPN connection from CLI: https://superuser.com/q/1808080/246232

For the context, it's a Power Bank "Keep-Alive" gadget, which may come in very handy when tinkering with low-current USB-powered devices: https://store.eplop.co.uk/product/smd-keepalive/ https://twitter.com/noseratio/status/1699379101646381167

Hey @eplop, this super-useful product of yours has just arrived and I'm very happy with the purchase. Thanks a lot! One minor improvement suggestion — as it doesn't work with one of my powerbanks — is it possible to slightly increase both the pulse current and the interval?

Could anyone share their experience with using #ChatGPT with MS #sqlserver? What plugins are you using? I've found http://ai2sql.io and http://notable.io (https://www.youtube.com/watch?v=fySK9h5eEx8) Has anyone tried these or anything else? Thanks 🙏

Can AI help me find all the tech Twitter folks I follow in on BlueSky, Threads and Mastodon? (it's not as simple as looking for the same handle).

#TIL about Microsoft Git: https://github.com/microsoft/git#microsoftgit-and-the-scalar-cli

#TIL that a USB Type-C headset (bundled w/ my Pixel 5) works with my Lenovo laptop. Of course, first I had to hunt down for and install the latest drivers for Realtek HD Audio and Intel SST Audio. That's one of those unfortunate and annoyingly aspects of being a #Windows user.

Hey @AWSSupport, I'm getting a very low quality output from Amazon Transcribe streaming speech recognition, compared to Amazon Transcribe batched jobs, for the same audio file. Is it something I should be expecting?

Retrofitting #JavaScript async iterators with support for cancellation: https://github.com/esfx/esfx/discussions/87

I recently went with my family to Bali. Guilty we didn't donate the trip's budget to 🇺🇦 Defence Forces instead, but I can't deprive my 🇦🇺 born and raised son of typical Aussie childhood perks all the time. Anyhow, the resort was full of wealthy Russian tourists. Life ... 1/

Node's EventEmitter doesn't have a nice way of unregistering anonymous event handlers (like AbortSignal), so it was impulsively tempting to use removeAllListeners. Naturally, it was a very bad idea that ruined my day ) #nodejs

Once again, this #JavaScript library is seriously underrated: https://esfx.js.org/esfx/index.html Every time I need an async/concurrency primitive or concept from @dotnet for TypeScript, I find it in ESFX. This time: AsyncDisposable for `await using`. Golden! Thanks @rbuckton!

Meanwhile, seeing a swarm of primitive ads like this one here. The new generation of quality advertisers on Musk's Twitter.

Hey hey @AUCHAN_France, @ProcterGamble and a bunch of other corporate greeds, how's your 🇷🇺 business doing? Any regrets you haven't left when it was still appropriate and...

If your task was to create a new privacy-centric browser for #Windows in 2023, what tech would you pick, from the below? A retweet is greatly appreciated.

For pre-Musk Twitter, I definitely would. But now? No, thank you.

Nazi is what nazi does. An article on how 🇷🇺 is conducting their genocidal mission in the occupied 🇺🇦 communities on the left bank of Dnipro River, which they have just flooded. Please read if you still care about this topic, and consider donating:...

I don't think IAsyncEnumerator.MoveNextAsync(CancellationToken) method exists. Is it a leftover from some old iteration of the specs? https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams#cancellation #dotnet #csharp

It's been a while since I asked anything on Reddit: https://www.reddit.com/r/dotnet/comments/145k670/is_breaking_out_from_an_infinite_async_iterator/ There's always a crowd of folks who will declare your question a code smell and anti-pattern without trying to dig deeper. But...

Changed DllImport to LibraryImport (as was persistently suggested by the IDE), and my app started crashing randomly in unrelated places. All interop signatures are coming from battle-tested http://pinvoke.net. My take: don't fix what ain't broken. #csharp #dotnet