Viewing profile — widdershins
widdershins
HN member- Joined
- Thu, Jan 31, 2013, 2:46 PM UTC
- HN karma
- 907
- Public activity
- 263 items
- HN profile
- View on Hacker News ↗
About widdershins
No profile information was provided.
Recent public activity
-
comment
Comment #49121382
Yeah, I'm not an archery nerd and even I could see that the archery looked very poor compared to other movies like Lord of the Rings. There didn't seem to be any weight to the draw…
-
comment
Comment #48589169
Agreed. Work through the Emacs tutorial to find out how vanilla editing works. Then look at buffer management, window management (Emacs 'windows' are actually more like frames in o…
-
comment
Comment #47807796
Britain and Portugal have one of the world's oldest alliances, established in 1386. At various times, especially starting in the 1700s, British wars with France meant that French w…
-
comment
Comment #47658968
It's more minimalistic, that's true. But there's nothing stopping you writing or downloading an array library so you can do this: enemies = array.filter(enemies, function(e) return…
-
comment
Comment #47615953
I signed up and I'm finding browsing a repo quite snappy. Good job.
-
comment
Comment #47610630
Neither the title nor the article implied so.
-
comment
Comment #47602695
This is fantastic. I don't know if it tells us anything about the human brain, but it's so cool to be able to do emperical science on large neural networks like this.
-
comment
Comment #47427216
Yeah, this speed is excellent! I'm using GPT-5 mini for my "AI tour guide" (simply summarizes Wikipedia articles for me on the fly, which are presented on my app based on geolocati…
-
comment
Comment #47363772
It's working reasonably well for me. But this is inside a well-established codebase with lots of tests and examples of how we structure code. I also haven't used it much for buildi…
-
comment
Comment #47320891
> I imagine an LLM would be very good at writing Elisp to leverage EMacs’ strong core functionality Yes, they are pretty good. I have set up GPTel (an excellent Emacs package for i…
-
comment
Comment #47305837
https://gleam.run
-
comment
Comment #47218796
I'm not familiar with the Web Audio API, but I am interested in audio APIs in general. Could you explain where the designers went wrong? The templates listed in this (very nice!) a…
-
comment
Comment #47040523
Ask it to cite the document and page, and verify it yourself.
-
comment
Comment #47040018
It lasted because React genuinely did introduce a useful new paradigm - of UI being a (mostly) pure function of state. This has actual benefits. Unfortunately the way this was impl…
-
comment
Comment #46917419
"and can't be easily extracted" is doing a lot of work there. People are very good at reverse-engineering. There would soon be a black market for 'clean' private keys that could be…
-
comment
Comment #46910357
I wouldn't describe intelligence as well specified. We can't even agree on what it is.
-
comment
Comment #46821342
I agree - I use 4o via the API, simply because it answers so quickly. Its answers are usually pretty good on programming topics. I don't engage in chit-chat with AI models, so it's…
-
comment
Comment #46614157
I don't think Hayleigh was trying to gatekeep, just noting that some developers prefer features that Gleam intentionally omits. As for the @external annotations, I think you're bot…
-
comment
Comment #46602224
Fine, but also how to explain the crazy claims flying around the internet that London is a warzone and a no-go area? I live here and... seriously, nothing has changed. I feel perfe…
-
comment
Comment #46585168
That's a sad way to think. I'd like to hope that humanity can improve itself, and that includes building products that are safer, more refined, more beautiful, more performant and …
-
comment
Comment #46490518
I don't find that convention unusual. That's how I (and everyone at my company) writes code every day. If an argument is a pointer, that means it may be null. If it may not be null…
-
comment
Comment #46419326
> almost anything now can be interpreted as 'offensive' or 'hate speech' I only know about the UK, but this is not really true there. Your speech has to be obviously threatening or…
-
comment
Comment #46285822
This doesn't seem like something that should require generating assembly to solve. Couldn't `CALLBACK` just return a table, which contains both the userdata pointer to `REAL_CALLBA…
-
comment
Comment #45962595
> With a reference counting GC, you're essentially emulating "perfect" use of C++ unique_ptr. Did you mean shared_ptr? With unique_ptr there's no reference-counting overhead at all…
-
comment
Comment #45874278
> With respect to the income tax, it is possible for higher earning (not by US standards) employees to receive a bonus and actually take home less money than before they received t…