Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
happens
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
happens
3mo ago
The performance difference in that post is due to wasm, not the container runtime, which is also stated at the end of the post.
2.
▲
by
happens
7mo ago
The useless people you are talking about _are_ the ownership class. They haven't worked a day in their life like you have, they are getting all the loans they want, and they are paying them off with welfare (tax cuts and loopholes).
3.
▲
by
happens
1y ago
There's no special URL there either, though. The parent specifically mentioned a protocol with semantics for "web links", hence my question.
4.
▲
by
happens
1y ago
Do you know where I can read more about QR code protocols? I was under the impression that a simple URL (with http/s) is common, and I've never had it not on any device.
5.
▲
by
happens
1y ago
That sounds like a good strategy! I've dabbled in writing task runner, and relaying logs with preserved colors and formatting without messing up the terminal and interleaving messages from different tasks is a huge hurdle. I wish there
6.
▲
by
happens
1y ago
I daily drive NixOS, and while I initially had the same experience I've settled on some workflows that basically allow me to run anything with minimal maintenance. I think it's a problem that many tutorials and example configs you
7.
▲
by
happens
1y ago
How does it deal with escape sequences? Does it just record them verbatim?
8.
▲
by
happens
1y ago
Interesting - I've had the opposite experience. I usually prefer rust for personal projects, but when I recently tried to use SQLx with sqlite, lots of very basic patterns presented problems, and I wished I had sqlc back.
9.
▲
by
happens
1y ago
So, you barely read one sentence, then went to the comments, read an entire thread, and took the time to post about how the author probably thinks they are superior to you? I strongly recommend rethinking that approach. You ascribed intenti
10.
▲
by
happens
1y ago
Nice work! I can also recommend sphaerophoria on YouTube for people who enjoy watching others rawdog things in zig.
11.
▲
by
happens
1y ago
The linked study controls for this. Most of the time, if you read the headline for a study, and instantly have a thought that would make the entire study's results pointless, it's very very probable the study authors had that thou
12.
▲
by
happens
1y ago
Update: https://chatgpt.com/share/684ed2b1-3cf4-8011-a5b6-77c28969ec... Seems like it's really an infinite loop. It keeps getting more frustrated and snarky.
13.
▲
Asking how to read stderr and stdout at the same time destroys GPT-4o
(chatgpt.com)
5 points
by
happens
1y ago
|
2 comments
14.
▲
by
happens
1y ago
The solution is arguably not super straightforward, but `2&>1` can be emulated by creating a pipe2 and then passing it to both stderr and stdout for the command. LLMs are useful to me in a lot of ways, I just found it hilarious that
15.
▲
by
happens
1y ago
That episode was uniquely creepy to me (together with episode 131 "Schisms") as a kid. The way Geordi slowly discovers that there's an unaccounted for shadow in the recording and then reconstructs the figure that must have ca
16.
▲
by
happens
2y ago
Awesome! Looks like it accompanied an apple trackpad, super sleek. I'm also using nice!nanos in my projects, and they're great little devices. At this point I'd love there to be a good alternative using a dongle, though... I
17.
▲
by
happens
2y ago
Does "native" exist on Linux, in your opinion? Feels to me like both QT and GTK (and maybe iced if cosmic comes to fruition?) could be considered native (or none of them can, depending on your point of view).
18.
▲
by
happens
2y ago
If the were able to have that kind of discussion with you on the pros and cons of vaccines, would you still perceive them as antivax?
19.
▲
by
happens
2y ago
What's annoying to me is that when we talk about Wayland, the things it's capable of that X11 can't do are always left out. X has no fractional dpi scaling, and no per-monitor scaling, so it's a non-starter for both my d
20.
▲
by
happens
3y ago
Yeah, I like the underlying ideas and I can deal with the syntax, but I wouldn't expect anyone else to :-/
21.
▲
by
happens
3y ago
I've written a lot of kotlin and it does indeed come very close! Now if only it wasn't bound to java's bytecode under the hood... Whenever I've had to write kotlin for Android in the past I did quite enjoy it. It seems l
22.
▲
by
happens
3y ago
I do like the underlying ideas, and OCaml has been on my radar for a while. However, from my experience, functional languages with a big F always tend to feel a bit too "academic" when writing them to gain enough mainstream adopti
23.
▲
by
happens
3y ago
By "rusts type system" I mean enums with exhaustive pattern matching and associated structs, generics, conventional option and results types, and so on. None of that necessarily has anything to do with lifetimes as far as I unders
24.
▲
by
happens
3y ago
It's a personal preference but I'm not a big fan of JVM languages - big startup costs and not having one "true" runtime that is just compiled into the binary are my main reasons. I've spent so much time fiddling wit
25.
▲
by
happens
3y ago
It's weird, I want pretty much the exact opposite of this: a language with the expressive type system and syntax of rust, but with a garbage collector and a runtime at the cost performance. Basically go, but with rusts type system. I&#
26.
▲
by
happens
3y ago
Are you on ZFS by any chance? There's a bug with SQLite which can lock the thread for a few seconds, I had the same problem. Here's the issue I created, with several workarounds included. My current workaround is to have a separat
27.
▲
by
happens
3y ago
Most articles say the page includes a Skyrim meme, but no one says what the meme is and I can't find anything relating to Skyrim on everything.npm.lol. This is very confusing to me.
28.
▲
by
happens
3y ago
I'd love something exactly like this, but with less paradigms and statically typed, for use as a configuration language. I've used several projects requiring non-trivial configuration that, instead of requiring you to write hundre
29.
▲
by
happens
3y ago
Really? `nix develop` still drops me into a bash shell, even though I pretty much always want to use zsh. Is there an option I have to enable somewhere?
30.
▲
by
happens
3y ago
I'm not sure what to make of this. The terminfo you linked suggests to me that kitty provides at least the same capabilities as xterm-256color, unless I'm understanding the "use" capability wrong. Most machines I've
More ›