Viewing profile — tannhaeuser
tannhaeuser
HN member- Joined
- Fri, Oct 21, 2016, 3:35 PM UTC
- HN karma
- 11,748
- Public activity
- 3,821 items
- HN profile
- View on Hacker News ↗
About tannhaeuser
Recent public activity
- story
-
comment
Comment #48759333
Having witnessed forums languishing and closing down, and attempts to open up new ones with almost nobody signing up, I wonder if the reluctance of giving away credentials is a gen…
-
comment
Comment #48630583
Fedi review sites (neodb/reviewdb, bookwyrm) make use of JSON-LD in a big way. Their entire data federation is based on ActivityStreams and JSON-LD, and so is the review data they …
-
comment
Comment #48630351
Are you referring to ActivityPub traffic (Mastodon, etc.)? Yes they're nominally using JSON-LD, but actually most devs seem to not have understood that ActivityStreams is just a pr…
-
comment
Comment #48586462
Indeed a very odd sight between WC matches. I don't normally watch much TV, but I think this warrants further investigation and inquiry. No mention of long-term stake of EU in Acti…
-
comment
Comment #48534659
Unfortunately, epub and epubcheck isn't the great uncontroversial resource the author makes it out to be. When W3C, Inc. took over maintenance of the EPub spec around when 3.1 was …
-
comment
Comment #48525706
3.13 broke most of the C API 3.14 broke GC I guess these kinds of priorities are exactly why Python is not my favorite programming language and why you have tens of Python versions…
-
comment
Comment #48525443
Do people use python for new projects apart from ML stuff which hasn't moved to all-native yet? My experience with Python is a really bad one for professional work: it's chaotic an…
-
comment
Comment #48472488
Just to clarify, this requires Mac OS 26 Tahoe for "container" doesn't it? So those of us holding out on Sequoia who can't stand the broken glass UI or what's called and the other …
- story
-
comment
Comment #48367744
I only have used the power connector on a Surface Go tablet but have really no complaints. I've never been much of an MS person, but with that thing Windows (10) certainly left on …
-
comment
Comment #48229318
Debian LTS/extended LTS
-
comment
Comment #48178838
Not familiar with Erlang that much, but it's pretty clear Erlang was prototyped on Prolog because of its convenient facilities for DSLs using op/3 to define new tokens for its buil…
-
comment
Comment #48178486
"Planning, optimization, diagnostics, and complex configuration" [1] Prolog also works extremely well as a target language for code generation by LLMs for these domains due to it b…
-
comment
Comment #48169421
Prolog is actually a perfect fit for all kinds of adventure, role playing, strategy, and classic board/card games, with clauses representing game rules and facts representing the g…
-
comment
Comment #48105487
> Here is a stack machine that [instead of addition] implements subtraction, based on the mode assignment i/o/i [without changing the code already used for addition]. (You might ha…
- story
-
comment
Comment #48027405
Tested gemma4 26 MoE 4bit quantisized gguf on llama.cpp following these guides with mmap'd I/O on a 16GB MBP and it was unbearably slow (0.0 t/s).
-
comment
Comment #47816670
Not every fscking story has to be about AI.
- story
-
comment
Comment #47657804
Windows until 24H2 (when Edge and the last remnants of IE were replaced by Chrome) supported HTML apps [1], introduced with Windows 98 Active Desktop. They weren't used much but ac…
-
comment
Comment #47647941
You must go back to the drawing board and rely on highly-regulated Telecom standards (that's why they were mandated in the first place!) not monopolistic defacto "best practices" y…
- story
-
comment
Comment #47539901
Not sure who the target audience for this is? ActivityPub (Mastodon etc) has already very granular permissions wrt. who to federate with, which posts to make public, edit or withdr…
-
comment
Comment #47539695
For LLMs and other pure memory-bound workloads, but for eg. diffusion models their FPU SIMD performance is lacking.