HackerLangs
TopNewTrendsCommentsPastAskShowJobs

qwm

no profile record

Submissions

A JavaScript static site generator that will still work in 5 years

github.com
3 points·by qwm·2 mesi fa·2 comments

Type Stripping with Zero Dependencies

termer.net
4 points·by qwm·7 mesi fa·0 comments

Why Forums Died (and what makes them thrive)

3.st
12 points·by qwm·10 mesi fa·3 comments

comments

qwm
·mese scorso·discuss
> This isn't the death of open source. It's the death of the global village were everybody can freely roam and it's easy to interact. It's the resurrection of small, social, trusted communities. I hope this spreads to all of the internet.

This is definitely a microcosm of what's happening to the entire Internet.
qwm
·2 mesi fa·discuss
Being conservative with technology choices and only using Node LTS has paid dividends lol
qwm
·2 mesi fa·discuss
You can drop the library into your project as a single file and it'll still work without NPM. You can just copy it straight from GitHub, even.
qwm
·3 mesi fa·discuss
The guy who threw the molotov should have called his Congressman, signed a petition, and paid his taxes.
qwm
·5 mesi fa·discuss
I did this exact same thing for porting a compiler from one language to another with Codex. I run tests at every step, and verified that bytecode output was byte-for-byte identical. I was very impressed at the results, and this is coming from someone who's always pointing out issues with AI programming.
qwm
·6 mesi fa·discuss
https://poop.net/

Yes, really.
qwm
·6 mesi fa·discuss
My compiler runs on my computer and produces the same machine code given the same input. Neither of these are true with AI.
qwm
·6 mesi fa·discuss
ahahahaha so many implications in this comment
qwm
·6 mesi fa·discuss
My favorite benchmark for LLMs and agents is to have it port a medium-complexity library to another programming language. If it can do that well, it's pretty capable of doing real tasks. So far, I always have to spend a lot of time fixing errors. There are also often deep issues that aren't obvious until you start using it.
qwm
·6 mesi fa·discuss
This isn't an ownership problem, it's a medium problem (and perhaps a legal problem)
qwm
·6 mesi fa·discuss
It's worth noting that many, if not most, games on Steam don't have DRM. You can often just take the .exe files out of them and play. Sometimes you need a polyfill for Steam's client API, but that's usually it.
qwm
·7 mesi fa·discuss
ai.com
qwm
·7 mesi fa·discuss
I wonder what this guy would think of what I'm doing with poop.net
qwm
·7 mesi fa·discuss
It got my hopes up that they had backed off so they could solve their problems before returning to subject the kernel to their language.
qwm
·7 mesi fa·discuss
You don't generally need specific versions of GCC or Clang to build it I'm pretty sure.
qwm
·7 mesi fa·discuss
Unreasonably good at writing compilers? Not in my experience lol.
qwm
·7 mesi fa·discuss
Sometimes it's nice to know that something will run and compile reliably far into the future. That's a nice thing to have, and wide support for the language and its relatively unchanging nature make it reliable.
qwm
·7 mesi fa·discuss
Yes, that is success. A pretty large degree of success.
qwm
·7 mesi fa·discuss
If only Rust had a spec to do that with
qwm
·7 mesi fa·discuss
Sure, but the reason tends to be that if you want something to run everywhere, C is your best bet.