Viewing profile — 6equj5
6equj5
HN member- Joined
- Mon, Nov 02, 2020, 6:24 PM UTC
- HN karma
- 25
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About 6equj5
Recent public activity
-
comment
Comment #42198576
> 229 If a builder builds a house for someone, and does not construct it properly, and the house which he built falls and kills its owner, then that builder shall be put to death. …
-
comment
Comment #41899572
And you're not opposed to try-catch boilerplate?
-
comment
Comment #40102497
> And yet, most of the time when somebody even realises they shouldn't write codecs (and file compression and various other similar technologies) in C++ their next guess is Rust wh…
-
story
Show HN: Generic dynamic array in almost 2k lines of C
Yet another C vector implementation! For both it and the title, I took inspiration from an implementation posted a few months ago: https://news.ycombinator.com/item?id=34973210 Tha…
-
comment
Comment #34293590
To me, the point of it is just to be more explicit and ease maintenance, like `typedef int meters_t`, but more extensible. Compare `int foo_len` to `meters_t foo_len`. Explicitness…
-
comment
Comment #32620806
Even John Carmack thinks "writing good code" is impossible: https://youtu.be/I845O57ZSy4?t=1351 ; p
-
comment
Comment #32461302
I can second Effective Modern C++: https://www.oreilly.com/library/view/effective-modern-c/9781... The most amazing thing about it is how it manages to be so entertaining to read (…
-
comment
Comment #31855272
Check out this one: https://en.wikipedia.org/wiki/Valonia_ventricosa
-
comment
Comment #31843650
> A thought has been lately put forward, which may or may not have truth in it. What if — instead of Jupiter being a world, inhabited by animals and people, as is often supposed, w…
-
comment
Comment #30408172
Hopefully playing games on every platform that supports a browser[0]. 0: https://wasm.continuation-labs.com/d3demo/
-
comment
Comment #30325119
Firefox, µBlock Origin, and NoScript: the holy trinity. ;p
-
comment
Comment #30307073
>anti-fingerprinting options that can be enabled through `about:config` For reference: `privacy.resistFingerprinting`
-
comment
Comment #30223535
>I don't know how this would look Probably something like KDE's clipboard? ; p https://i.imgur.com/zXTLzoO.png
-
comment
Comment #27706108
About 2 years for me, and it already feels like: https://youtu.be/tXLVXtAI46o?t=5 The big green guy is the new Logitech software suite that I need to use to set the sidetone on my …
- comment
-
comment
Comment #25920893
https://en.wikipedia.org/wiki/RAS_syndrome
-
comment
Comment #25624809
Shameless plug: I wrote a little Python timer for Linux that works great with a dropdown terminal like Yakuake: https://github.com/qiolol/timerBeetle I often use it for timed tasks…
-
comment
Comment #25587050
The spookiest thing about Plan 9 is "Working state unknown"[0]. 0: https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs
- comment