Viewing profile — Davidbrcz
Davidbrcz
HN member- Joined
- Fri, Jan 15, 2016, 2:01 PM UTC
- HN karma
- 817
- Public activity
- 299 items
- HN profile
- View on Hacker News ↗
About Davidbrcz
No profile information was provided.
Recent public activity
-
comment
Comment #48944695
Tree Style Tab https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...
-
comment
Comment #48843046
https://lobste.rs/ feel more like old-HN
-
comment
Comment #48670829
This is the 2020s re-enactement of the early 2000 WYSIWYG editors.
- story
- comment
-
comment
Comment #48459606
The best way to learn a new language is to follow a proper structured resource which would cover syntax, semantic, tooling & ecosystem and best practices.
-
comment
Comment #48410449
And that's the usual fallacy (just ignore the bad stuff). But if you work with C++ in professional context, you will encounter it somewhere (library, teamate's PR, legacy code, LLM…
-
comment
Comment #48410418
Python, Java, Lua, Ruby are ~30 years old, Ada being as old as C++. Sure, none is perfect and they have cruft and warts, but they are not such a mess as C++ is.
-
comment
Comment #48409719
No it's not. The language keeps growing, with - new features overlapping old features from previous standards without replacing them or deprecating them (function::copyable_functio…
-
comment
Comment #48409659
Except the language keeps growing, with - new features overlapping old features previous standards without replacing them or deprecating them. - new features not usable by the laym…
-
comment
Comment #48408928
I was an intern at CERN in mid 2010s and worked on this !
- comment
-
comment
Comment #48218741
Concepts have been disappointing for me: what they tell you is still buried in 1000 lines of errors.
- story
- story
-
comment
Comment #47931975
We are more likely to have water and food shortages because of resource exhaustion and climate change. Maybe goods shortages because of war or economic depression.
-
comment
Comment #47925545
More climate disasters, more wars (water's war), more refugees.
-
comment
Comment #47716149
> Dissimilar redundancy eliminates that risk. A completely different OS, different codebase, different development team. Not entirely true. I've heard during my uni years of a case…
-
comment
Comment #47671436
They are all the regular software, but with new bugs in it !
-
comment
Comment #47519546
I use asio at work for coroutine. It's one of the most opaque library I've ever used. The doc is awful and impenetrable. The most helpful resource about it is a guy on stackoverflo…
-
comment
Comment #47164129
Just need to check if it's plain Ada or one specific profile or SPARK
-
comment
Comment #47139305
Refreshing stories between all the AI ones (and crypto/web3 before that)
-
comment
Comment #47085984
People manually doing resource cleanup by using goto. I'm assuming that using defer would have prevented the gotos in the first case, and the bug.
-
comment
Comment #47070791
https://www.crypto101.io/Crypto101.pdf
-
comment
Comment #46999973
You do a cross analysis. - Compile it with the maximum number of warnings enabled - Run linters/analyzers/fuzzers on it - Ask another LLM to review it