Viewing profile — MawKKe
MawKKe
HN member- Joined
- Tue, Jan 26, 2016, 4:14 PM UTC
- HN karma
- 478
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About MawKKe
https://github.com/MawKKe
https://www.youtube.com/user/MawKKe
https://www.reddit.com/user/MawKKe
https://twitter.com/MawKKe (Although I don't use it..)
Recent public activity
-
comment
Comment #49061119
Well, that's the danger of using software without version pinning. Also, usually tools like Ruff can be configured to enable/disable project-specific formatting rules (via a config…
-
comment
Comment #49060230
Sounds like the issue is not the tools themselves, but that the project management / stewardship allows someone to replace tools willy-nilly leaving others to pay the cost of migra…
-
comment
Comment #48760026
This might be nvidia driver thing, I've had similar soft-bricking happen on ubuntu as well
-
comment
Comment #48029997
FYI you can add description text to a photo in the (default) Photos app. Just swipe up and there should be a text box. You can (usually) find a photos based on what you've written
-
comment
Comment #46849784
https://en.wikipedia.org/wiki/Co-channel_interference One could argue that "interference" is not entirely a objective technical definition, but also subjective w.r.t quality of the…
-
comment
Comment #44739622
Similar thing happened (to me) with Hackaday around 2010-2011. I used to check it almost daily, and then never again after the major re-design.
-
comment
Comment #43867903
There's also `std.fmt.allocPrint()` which functions similarly to `format!()`. Although I'd argue its rather poorly named, like many of the functions in the stdlib... For wanting to…
-
comment
Comment #43842871
Was the need for optimization work something that was on your mind the whole time? Like a nagging feeling in the back of the head that the code is not working as well as it _should…
-
comment
Comment #43680579
Isn't the new one also horribly type-unsafe? Since you can put (parent) objects of any kind into the list without any mechanism to detect which is which?
-
comment
Comment #43508417
Zig builds a statically linked library called "cgo_static_linking" from Zig sources. Zig places the artifact into "./zig-out/lib/cgo_static_linking.a" (or maybe some other extensio…
-
comment
Comment #43497253
numpy as well. and tensorflow
-
comment
Comment #42903611
Quick glance of zstd github repo shows they do provide CMake build scripts?
-
comment
Comment #42870400
I mean, it's possible that at some point evolution produced such nuclear reactored individual, but who got "naturally selected" rather quickly for obvious reasons
-
comment
Comment #42570266
VScode devcontainer can build from existing Dockerfile. You can develop the project image as usual, and then reference the Dockerfile from devcontainer.json. This means you can bui…
-
comment
Comment #41218868
If you think about it, a CLI argument parser takes in a sequence of tokens and transforms the information into some kind of internal repsentation, which is then later interpreted. …
-
comment
Comment #41156858
IMO that's the typical experience with many of the features in modern C++ standards. You read about a really neat useful thing they added, something that seems to provide a safe an…
-
comment
Comment #41037131
Embrace, extend, ...
-
comment
Comment #40284401
Create value for shareholders vs. create value for customers
-
comment
Comment #40167532
Don't give people ideas https://gist.github.com/MawKKe/1fafc1f4a5eb79ed654cf0567c284...
-
comment
Comment #40146845
it always takes just one a-hole to ruin it for everyone else
-
comment
Comment #39978803
Reminds me of what it sounds like to tune an old FM radio
-
comment
Comment #39877656
related to recent events? https://old.reddit.com/r/linux/comments/1brhlur/xz_utils_bac...
-
comment
Comment #39301158
> I’ve done this before, but this time I made it a little simpler for me to do it again: everything in one Rust program rather than clunky scripts. Warms my heart
-
comment
Comment #39228723
Next up: self-sealing stem bolts
-
comment
Comment #39149401
The traditional(?) version of that tool[1] could also maybe work if you are allowed to make a loop of the wires for twisting. The tool itself is just a hook on a angled axle that r…