Viewing profile — lsbehe
lsbehe
HN member- Joined
- Thu, Mar 03, 2022, 12:38 AM UTC
- HN karma
- 67
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About lsbehe
No profile information was provided.
Recent public activity
-
comment
Comment #48831815
I have tried a few self-hosted forges but I resorted to only ssh and `git init -bare` folders. Zero processing if I'm not currently pushing or pulling changes.
-
comment
Comment #48747462
What exactly is the good idea? It's ignoring my accessibility options. I'm getting motion sickness.
-
comment
Comment #48221434
The tons of python code would be great training data if there was any consistency across the ecosystem. Yet every project I've touched required me to learn it's unique style. Then …
-
comment
Comment #47841793
While standardization would be nice, I can still order batteries for the Samsung phones I've used 15 years ago. Availability might not be that much of an issue with larger brands.
-
comment
Comment #47351642
Everyone I knew working as a bank teller quit because the actual job is screwing over old people with bad performing and long lasting investments. My bank calls me at least once a …
-
comment
Comment #47202105
I'll miss getting documentation as a pile of pictures in a PDF.
-
comment
Comment #46703232
Why are the metadata blocks the way they are? I see you used pack directives but there already are plenty of padding and reserved bits. A 19 byte header just seems wrong. https://g…
-
comment
Comment #45732284
archlinux doesn't offer the new version yet. https://archlinux.org/packages/extra/x86_64/aspnet-runtime/ Only exposing stuff behind caddy so it doesn't seem to be an issue.
-
comment
Comment #45731962
M$ offers system wide installations. Those don't seem to be updated automatically either but at least I don't have to deploy 6 servers now.
-
comment
Comment #41997704
He mentioned FFI into and out of his code, which has been my main encounter with unsafe rust too. Often enough I could limit the use to the entry/exit code but that's not always po…
- comment
-
comment
Comment #33906189
Intel doesn't ship "native" DX9 drivers for Arc. It's either Microsofts D3D9On12 or DXVK.
-
comment
Comment #33370385
I have to reload every page multiple times until it loads. Can we please stop having static websites rely on 65 (???) scripts.
- story
-
comment
Comment #33176524
Worth noting that the author, Daniel Lemire, wrote the great and incredible fast libraries simdjson and simdutf.
-
comment
Comment #33170337
I hate this kind of article where something constantly moves. I can't scroll away one funny GIF without the next one appearing. What kind of person does this appeal to?
-
comment
Comment #33154233
It's not caching the stylesheet. If you plan on updating it a lot you should still enable caching and e.g. increment a url parameter every time you change it (like style.css?v=3).
-
comment
Comment #33154076
Very nice work.
-
comment
Comment #33029032
Tried CHIP-8 and so far I got // TODO: Translate the above Rust into CHIP-8 ### TODO and now it got stuck on emitting some assembly. I don't exactly know what because CHIP-8 doesn'…
-
comment
Comment #33024910
IPv6 isn't 6 bytes It's 16 bytes. With your example it would be 10.20.30.40.50.60.70.80.90.100.110.120.130.140.150.160 Also we don't live in a world where you type IP addresses int…
-
comment
Comment #32619540
Installed obs studio on my wayland+pipewire machine and it just worked. Full screen capture with multiple audio sources simultaneously.
-
comment
Comment #32306761
That treemap looks neat. Knowing which dependencies pull in a lot of code is very useful. What confuses me though is how much space these libraries take. 321kb for a router? 3.4mb …
-
comment
Comment #32149722
libvirt uses LGPL and the KVM/linux kernel uses GPL. Both are fine to keep to yourself if you run it on your own machine and only expose it over the network. MinIO uses AGPL which …
-
comment
Comment #32144982
>` ` Blocking javascript causes every page on slack.com to continuously refresh. Why?
-
comment
Comment #32106520
This one is actually hilarious because google cites the site wrong for me. >Apache HTTP Server >It is one of the most popular web servers around the world. As of May 2022, Apache h…