Viewing profile — JoyrexJ9
JoyrexJ9
HN member- Joined
- Thu, Oct 18, 2018, 11:54 AM UTC
- HN karma
- 129
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About JoyrexJ9
No profile information was provided.
Recent public activity
-
comment
Comment #41755533
No one said the strategy was working!
-
comment
Comment #41377108
I can't tell if this is sarcasm. I really hope it is
-
comment
Comment #41204269
She's kept her stuff off the Internet and any form of digital distribution since long before streaming services existed
-
comment
Comment #40209225
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
-
comment
Comment #33552389
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 e…
-
comment
Comment #33441492
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
-
comment
Comment #33363764
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, LO…
-
comment
Comment #33308782
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
-
comment
Comment #33200455
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 mo…
-
comment
Comment #32789279
Sounds a lot like VS Code devcontainers https://code.visualstudio.com/docs/remote/containers
-
comment
Comment #32651979
But the same issue would happen on AWS, it's an Ubuntu problem caused by Canonical
-
comment
Comment #32458781
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 pr…
-
comment
Comment #32458742
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
-
comment
Comment #32458403
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
-
comment
Comment #32439913
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 ca…
-
comment
Comment #32053459
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
-
comment
Comment #31189829
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 ec…
-
comment
Comment #29401609
The tortured ghost of CGI has entered the chat. Seriously though, for small web apps, or even light REST API this could be useful
-
comment
Comment #29208386
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
-
comment
Comment #29047871
By 2140 humans no longer require food?
-
comment
Comment #28970764
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 na…
-
comment
Comment #28541998
I do hope this is a humorous comment
-
comment
Comment #28369971
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, b…
-
comment
Comment #28154628
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
-
comment
Comment #27367639
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 platf…