Live data from Hacker News

Viewing profile — dannas

dannas

HN member
Joined
Thu, Nov 03, 2011, 1:40 PM UTC
HN karma
363
Public activity
51 items

About dannas

dannas.name twitter.com/dannas_

People to follow:

  roca
  glandium
  DannyBee
  pm215
  pcwalton
  tptacek
  psykotic
  lvh
  zx2c4

Recent public activity

  1. comment
    Comment #42075827

    There's an ImHex WebAssembly build accessible online at: https://web.imhex.werwolv.net/ .

  2. comment
    Comment #41529031

    Here's the photo of different soldering handles: https://x.com/lukego/status/1308366430849716226/photo/1

  3. 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…

  4. 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…

  5. comment
  6. comment
  7. story
  8. 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…

  9. 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…

  10. story
  11. story
  12. 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…

  13. 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…

  14. 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…

  15. story
  16. story
  17. 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…

  18. story
  19. comment
    Comment #29458139

    I thought the same thing when I read the blogpost.

  20. story
  21. story
  22. story
  23. story
  24. story
  25. 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…