Viewing profile — MetaDark
MetaDark
HN member- Joined
- Fri, Sep 25, 2015, 7:12 AM UTC
- HN karma
- 82
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About MetaDark
No profile information was provided.
Recent public activity
-
comment
Comment #26451680
FreeBSD includes a kernel, drivers, and userland utilities under one project. If your complaint is that systemd is "bloated", it doesn't make any sense why you would want to switch…
-
comment
Comment #26348707
It looks like it won't be so simple for Steam. I just found out a couple of days ago that Steam only uses CEF to render the main content, and it actually looks like it's using GTK2…
-
comment
Comment #26218857
I'm not sure what the slashpackage hierarchy is, but Nix & NixOS started in 2003.
-
comment
Comment #26218582
Maybe the Nix package manager / NixOS is what you're looking for? I think it takes the best features from both worlds. Every package installed with Nix is isolated into content-add…
-
comment
Comment #26194650
> However, the crux of my argument is that it’s easy enough to emulate this construction in other languages. It's also easy enough to emulate all control flow statements with goto.…
-
comment
Comment #25974421
Wayland has a proper protocol for fractional per-output scaling: https://wayland-book.com/surfaces-in-depth/hidpi.html . While there are many reasons why I prefer Wayland over X, t…
-
comment
Comment #25719089
It could, depending on your use case, but normally all packages from nixpkgs share the same libcurl, so when libcurl is updated, all packages that depend on it will also be updated…
-
comment
Comment #25622379
The Visitor pattern is great if you want to process a data structure as "stream" without actually instantiating it, in the same way you can read a file line-by-line instead of load…
-
comment
Comment #25594583
It sounds like your definition of stable applies to a very limited set of programming languages. The only thing I can think of that would fit that definition is C. Have you seen ho…
-
comment
Comment #25407918
I prefer using dap-mode. It has a much nicer interface that's consistent across multiple debuggers. I use it for C, C++, Rust (Native Debug + gdb) and Python (debugpy).
-
comment
Comment #25224073
No, but you can always encode this augmented information in types to make it explicit, and possibly help the compiler make optimizations. Using a weaker type when you can use a str…
-
comment
Comment #25065361
Huh, weird. I was just able to start a video with youtube-dl + mpv (it took a few tries), but I still can't access anything from the website.
-
comment
Comment #24962353
Yes it does, you can either push to multiple remotes individually, or setup multiple pushurls for a single remote.
-
comment
Comment #24957360
Just don't construct SQL queries by directly concatenating user input. It's easy to mess up or use the wrong escape function, so always use prepared statements anywhere you want to…
-
comment
Comment #24801845
There absolutely is a survival bias. I should have phrased my comment better because my point wasn't that all trans people get stronger by what they go through. I was trying to say…
-
comment
Comment #24796938
I'm trans and I've struggled so much with gender dysphoria, but this doesn't bother me at all. I don't get why there's this stereotype of trans people being so fragile. All the tra…
-
comment
Comment #24653570
I was surprised to see without wearing any makeup that it was 93% sure I'm a woman, considering that I'm a trans woman. Although, it did say I'm 16 with a BMI of 18.3, which is a h…
-
comment
Comment #24571351
Haha yep, I was commenting around 2AM. I probably should have just gone to bed.
- comment
- comment
-
comment
Comment #24563386
Honestly, the tools developed out of VSCode have made my Emacs environment so much more powerful, and so much easier to set up for new languages. With the language server protocol …
-
comment
Comment #24251967
I don't think you deserve to be down voted for this. You bring up a valid concern. Although, I don't agree that this project should be outright dismissed either. So many times, I'v…
-
comment
Comment #23781775
While reading this I thought it sounded familiar, and realized this is exactly what happens in the Grey's anatomy episode "Love Turns You Upside Down". Interesting that it was base…
-
comment
Comment #23285080
> That's exactly what happens: a Rust "move" is under the covers a memcpy(). Not exactly. The Rust compiler is usually pretty smart about optimizing out memcpy for most moves. For …
-
comment
Comment #22778460
This is entirely my opinion, but I feel like Hacker News in general has become a more negative place since I started using it. It used to feel like people were more excited to hear…