Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lsbehe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lsbehe
2mo ago
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.
2.
▲
by
lsbehe
3mo ago
What exactly is the good idea? It's ignoring my accessibility options. I'm getting motion sickness.
3.
▲
by
lsbehe
4mo ago
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 I'd imagine they practically poisoned half th
4.
▲
by
lsbehe
5mo ago
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.
5.
▲
by
lsbehe
6mo ago
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 year to tell me my personal bank teller changed again.
6.
▲
by
lsbehe
7mo ago
I'll miss getting documentation as a pile of pictures in a PDF.
7.
▲
by
lsbehe
8mo ago
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://github.com/ef1500/libbbf/blob/
8.
▲
by
lsbehe
11mo ago
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.
9.
▲
by
lsbehe
11mo ago
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.
10.
▲
by
lsbehe
2y ago
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 possible.
11.
▲
by
lsbehe
4y ago
Intel doesn't ship "native" DX9 drivers for Arc. It's either Microsofts D3D9On12 or DXVK.
12.
▲
by
lsbehe
4y ago
I have to reload every page multiple times until it loads. Can we please stop having static websites rely on 65 (???) scripts.
13.
▲
UDON: A post mortem on VRChat's horrible scripting language
(boxcat.site)
1 points
by
lsbehe
4y ago
|
0 comments
14.
▲
by
lsbehe
4y ago
Worth noting that the author, Daniel Lemire, wrote the great and incredible fast libraries simdjson and simdutf.
15.
▲
by
lsbehe
4y ago
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?
16.
▲
by
lsbehe
4y ago
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).
17.
▲
by
lsbehe
4y ago
Very nice work.
18.
▲
by
lsbehe
4y ago
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't have an assembly representation. It pr
19.
▲
by
lsbehe
4y ago
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 into your browser. DNS is an unfortunate case bu
20.
▲
by
lsbehe
4y ago
Installed obs studio on my wayland+pipewire machine and it just worked. Full screen capture with multiple audio sources simultaneously.
21.
▲
by
lsbehe
4y ago
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 for material ui? 1mb for jquery?
22.
▲
by
lsbehe
4y ago
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 explicitly includes network usage so Nutanix is forced
23.
▲
by
lsbehe
4y ago
>`<meta http-equiv="refresh" content="0; URL=">` Blocking javascript causes every page on slack.com to continuously refresh. Why?
24.
▲
by
lsbehe
4y ago
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 holds 31.5% of the market according to W3Techs and 22.9
25.
▲
by
lsbehe
4y ago
Consider disabling javascript on websites by default and only allowing it on those that you trust. e.g. uBlock origin has that built in. You'd be surprised how much still works perfectly fine and of cause, which sites break for no good
26.
▲
by
lsbehe
4y ago
Neat. I tried conduit a few months ago and didn't find it to be stable enough for my personal usage. I'll give ungleich's home server a try and set it up again if it works well enough.
27.
▲
by
lsbehe
4y ago
Did that quiz too now. Not having any knowledge of Javascript or SQL I still got a 18/30. Fishy that they won't let you look at what you got wrong/right.
28.
▲
by
lsbehe
4y ago
hello sir, how do I create webapp without html/css, thank you
29.
▲
by
lsbehe
4y ago
One of the reasons I installed an add-on to redirect twitter links to https://nitter.net/
30.
▲
by
lsbehe
5y ago
node-ipc https://github.com/RIAEvangelist/node-ipc They removed the code of the public repo by now but you can still find references in the issue threads
More ›