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·2 เดือนที่ผ่านมา·2 comments

Type Stripping with Zero Dependencies

termer.net
4 points·by qwm·7 เดือนที่ผ่านมา·0 comments

Why Forums Died (and what makes them thrive)

3.st
12 points·by qwm·10 เดือนที่ผ่านมา·3 comments

comments

qwm
·เดือนที่แล้ว·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 เดือนที่ผ่านมา·discuss
Being conservative with technology choices and only using Node LTS has paid dividends lol
qwm
·2 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
The guy who threw the molotov should have called his Congressman, signed a petition, and paid his taxes.
qwm
·5 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
https://poop.net/

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