No one said the strategy was working!
HN user
JoyrexJ9
I can't tell if this is sarcasm. I really hope it is
She's kept her stuff off the Internet and any form of digital distribution since long before streaming services existed
You can create your own emitters, there's info in the docs on how to do so. My team built a custom TypeSpec emitter to output a SDK and set of libraries
Been running Docker under WSL for a few years. Don't need systemd if you're either happy to start it manually with an alias or poke it into one of your profile/logon scripts.
The experience is light-years ahead of the monstrosity that is Docker Desktop
Trust me, nothing has been ported to .NET, nothing would be gained from such a move. That's not how Microsoft works. Source: I work at Microsoft
Yeah NH gives a warped lens on how ready these runtimes & frameworks are for real work. Threads about Deno and Bun pop up almost weekly, yet in my experience they remain a long, LONG way from the stable (and admittedly stale) experience we have with Node and NPM
Same. I've been doing a bunch of WebGL side project stuff and yet this site claims I can't run it. There's some broken detection code I think
As a 'drop in' replacement for Node, bun has a long way to go, there's many gaps and incompatibilities.
If need to change my existing code, I might as well switch over to a much more mature runtime like Deno
Sounds a lot like VS Code devcontainers https://code.visualstudio.com/docs/remote/containers
But the same issue would happen on AWS, it's an Ubuntu problem caused by Canonical
I've given Bun a spin against several of my older Node.js projects and the lack of Express support killed it for me.
As a drop in replacement for Node it has a long way to go. A promising start, but I'll check back in a year
I suggest never access native files, if you are still keeping your code in C:\ somewhere I think you're approaching WSL the wrong way. Go all in and I've never looked back
Not saying you're wrong about the windows support but when it comes to WSL, my entire department uses WSL for their primary development environment
I remember the hullabaloo around this patent and using GIFs at the time.
But nothing ever came of it, did it? People just ignored the patent and carried on as normal as far as I can tell.
The Amiga (and the Atari ST to a lesser extent) really marked the end of the 8-bit era.
Maybe once the 386 came along then PC stepped into the picture
If you've never used Go, then writing a Terraform provider is a really bad way to start learning.
Why do you think you need to write your own provider? Most people use the large ecosystem of prebuilt providers, and never write a single line of code
The tortured ghost of CGI has entered the chat.
Seriously though, for small web apps, or even light REST API this could be useful
It really is peak HN. Classic stuff. Ignorance spouted a fact. It's like some people are almost proud of how little they know about the world
By 2140 humans no longer require food?
VSCode extension are written in Typescript but most of them rely on a language server for things like refactoring, type hints, code completion etc. These language servers run as native process (written in Go, C# etc), so are (roughly) as fast as your machine is.
If these operations take over a second it may be an issue with your machine or install of VS Code
I do hope this is a humorous comment
I do all my work under WSL, and run Docker engine in WSL and it works perfectly. 100% headless.
I may have had to expose the Docker socket for VS Code containers support to work, but that wasn't any pain, and secured with TLS.
Never needed Docker Desktop, which seemed like a bloated mess.
There is 'Discussions' for this, which you can enable per repo on GitHub, and have a sort of chat / forum as part of the repo
GitHub were pretty open about having issues with Bitcoin mining abusing the free compute available via Actions. I think it's an ongoing battle and one which is having a wider platform impact
The hosted runners are, the backend and core isn't
strict mode is the default in everything now and had been for many many years.
Hasn't this extend/embrace thing got a little tired now. Are people still living 15-20 years in the past?
Yeah I was following along with the article up until that point. Pretty dumb thing to say by someone that probably has never run production workloads on a public cloud
How far do you take that line of reasoning? Base64 is text?