HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dannas

no profile record

Submissions

A simple main game loop with ncurses

altdevarts.com
2 points·by dannas·3 tahun yang lalu·0 comments

Why I Think Rust Is the Way Forward

ricomariani.medium.com
7 points·by dannas·3 tahun yang lalu·1 comments

comments

dannas
·2 tahun yang lalu·discuss
There's an ImHex WebAssembly build accessible online at: https://web.imhex.werwolv.net/.
dannas
·2 tahun yang lalu·discuss
Here's the photo of different soldering handles: https://x.com/lukego/status/1308366430849716226/photo/1
dannas
·2 tahun yang lalu·discuss
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 save the tips.

There's even a lighter compatible precision handle that you can buy.

Luke Gorrie posted a bunch of Twitter threads where he compare the sizes of soldering handles. Can't find it now but https://github.com/lukego/soldering might lead you to them.
dannas
·2 tahun yang lalu·discuss
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 product.
dannas
·3 tahun yang lalu·discuss
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 Papers Mind storms - https://news.ycombinator.com/item?id=12372330

* Views on error handling - https://news.ycombinator.com/item?id=23884505
dannas
·3 tahun yang lalu·discuss
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 with no compiler assisted checking hides bugs; and that you can't write C++ codes from "the books" since it leads to more bugs!

With Rust you can write it like in the books!

"Modern C++ has so many hazards and is so costly that I can't but view it as anything less than a total failure in the systems space. I can't begin to tell you how disappointing this is to me. "