Viewing profile — dannas
dannas
HN member- Joined
- Thu, Nov 03, 2011, 1:40 PM UTC
- HN karma
- 363
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About dannas
People to follow:
roca
glandium
DannyBee
pm215
pcwalton
tptacek
psykotic
lvh
zx2c4Recent public activity
-
comment
Comment #42075827
There's an ImHex WebAssembly build accessible online at: https://web.imhex.werwolv.net/ .
-
comment
Comment #41529031
Here's the photo of different soldering handles: https://x.com/lukego/status/1308366430849716226/photo/1
-
comment
Comment #41528285
I recommend https://eleshop.eu/jbc-bt-2bqa-soldering-station.html The handle is so light! Active tips! Heats up in 2 seconds. Goes to standby mode when you put away the handle to s…
-
comment
Comment #39495112
I'm still using Sourcetrail daily for inspecting C++ codebases. Works great. I paid for the first beta and was very sad that the company was not profitable. It really is a great pr…
- comment
- comment
- story
-
comment
Comment #36590585
https://dannas.name Notes on systems programming. Not that many posts but I've reached the HN frontpage on two occasions. --- * Why should children program? A review of Seymour Pap…
-
comment
Comment #36113903
Rico Mariani gives his opinions on the future of system programming languages. His main point is that C++ with EH introduces too much bloat; that the opaque error handling combined…
- story
- story
-
comment
Comment #33374438
=== Cut needless words === The article references Covingtons How to Write more Clearly, Think More Clearly [...] Powerpoint presentation [1]. I highly recommend it! A fun part in t…
-
comment
Comment #32994690
As for contributions from the gamedev industry, here's a EuroLLVM 2022 presentation from Orlando Cazalet-Hyams working at Sony: https://www.snsystems.com/technology/tech-blog/impro…
-
comment
Comment #32982982
[gcc/gdb/LLVM outsider here] If someone is interested in what's being done to improve LLVMs debuginfo, here's a talk by Djordje Todorovic from two years ago: https://www.youtube.co…
- story
- story
-
comment
Comment #29873550
Has anyone had a chance to read this yet? Is it a good complement to Brendan Greggs and Denis Bakhvalov books? What more besides the ideas in Richards ACM Queue article are present…
- story
-
comment
Comment #29458139
I thought the same thing when I read the blogpost.
- story
- story
- story
- story
- story
-
comment
Comment #23895243
Yes, providing good error message is a hard problem. Writing a parser that just bails out when it encounters and error is easy. Writing one that provides error messages that are us…