HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qwm

no profile record

Submissions

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

github.com
3 points·by qwm·vor 2 Monaten·2 comments

Type Stripping with Zero Dependencies

termer.net
4 points·by qwm·vor 7 Monaten·0 comments

Why Forums Died (and what makes them thrive)

3.st
12 points·by qwm·vor 10 Monaten·3 comments

comments

qwm
·letzten Monat·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
·vor 2 Monaten·discuss
Being conservative with technology choices and only using Node LTS has paid dividends lol
qwm
·vor 2 Monaten·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
·vor 3 Monaten·discuss
The guy who threw the molotov should have called his Congressman, signed a petition, and paid his taxes.
qwm
·vor 5 Monaten·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
·vor 6 Monaten·discuss
https://poop.net/

Yes, really.
qwm
·vor 6 Monaten·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
·vor 6 Monaten·discuss
ahahahaha so many implications in this comment
qwm
·vor 6 Monaten·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
·vor 6 Monaten·discuss
This isn't an ownership problem, it's a medium problem (and perhaps a legal problem)
qwm
·vor 6 Monaten·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
·vor 7 Monaten·discuss
ai.com
qwm
·vor 7 Monaten·discuss
I wonder what this guy would think of what I'm doing with poop.net
qwm
·vor 7 Monaten·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
·vor 7 Monaten·discuss
You don't generally need specific versions of GCC or Clang to build it I'm pretty sure.
qwm
·vor 7 Monaten·discuss
Unreasonably good at writing compilers? Not in my experience lol.
qwm
·vor 7 Monaten·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
·vor 7 Monaten·discuss
Yes, that is success. A pretty large degree of success.
qwm
·vor 7 Monaten·discuss
If only Rust had a spec to do that with
qwm
·vor 7 Monaten·discuss
Sure, but the reason tends to be that if you want something to run everywhere, C is your best bet.