Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
osigurdson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
osigurdson
7d ago
I like how the nurse gets to check if the AI is doing the right thing as one of her new tasks. AI is going to have to get to the point where it can do things on its own or it will only transform problem domains where verification is fast an
2.
▲
by
osigurdson
7d ago
Just bring back the iPhone mini, please.
3.
▲
by
osigurdson
9d ago
Makes sense. I never use podman compose and instead just use k8s like yamls. I find it easier anyway.
4.
▲
by
osigurdson
13d ago
They keep saying that. I'd say it is more like human brains that don't remember high school math have trouble with it.
5.
▲
by
osigurdson
17d ago
I like and use Arch daily. My "way" was just to get past the fdisk squirrel catcher. After that it was as easy as Ubuntu. I'm not bragging, I wish I'd read the manual but was too impatient for that. I suspect I'm no
6.
▲
by
osigurdson
17d ago
DHH made Ruby on Rails and lots of people love it (not for me, personally).
7.
▲
by
osigurdson
17d ago
I don't use Podman desktop but I haven't had any issues at all with basic Podman. It just seems like a better overall design. It would be great if Docker copied the rootless / daemonless approach if possible.
8.
▲
by
osigurdson
19d ago
IMO current browsers are more like an operating system designed for progressive loading of apps. That doesn't mean do dumb / complicated / bloated stuff for no reason. If the best thing for your users is static html, use that
9.
▲
by
osigurdson
23d ago
If I stated that "I think everything will be completely fine", I would expect people to challenge me on that to provide some kind of evidence. Hyperbolic statements on both sides of the argument are not constructive.
10.
▲
by
osigurdson
23d ago
Do you have any credible source indicating that "billions will die"?
11.
▲
by
osigurdson
23d ago
My personal antidote is to write unassisted Zig in my spare time (though C would be fine as well). While I can't back with data I certainly feel sharper.
12.
▲
by
osigurdson
24d ago
I think he is basically saying YC has enough startups that are just making API calls.
13.
▲
by
osigurdson
24d ago
I used Fable a bit when it was available. I didn't get the senae is was dramatically better than OpenAI. Now I am considering canceling my Claude sub since I can no longer experiment with their best models.
14.
▲
by
osigurdson
24d ago
A lot of companies seem to want to lock in to one solution or the other - like picking Oracle or SQL Server. The landscape is far too unsettled for that imo.
15.
▲
by
osigurdson
26d ago
I installed Arch from scratch. Honestly, other than a couple of minor "squirrel catchers" associated with disk formatting it isn't that big of a deal. You don't have to be a graybeard monk to use Linux - Omarchy or not.
16.
▲
by
osigurdson
26d ago
Does anyone have experience with Dell XPS / Omarchy/Arch and docking stations? I've had a lot of trouble getting it to work reliably with my ThinkPad. I'd switch if I knew it was plug and play on Arch/Omarchy.
17.
▲
by
osigurdson
28d ago
Go is extremely easy to pickup. If you know any language you probably know Go already for the most part (channels notwithstanding). I wouldn't say it is a "beautiful" language however. Though that is in the eye of the beholde
18.
▲
by
osigurdson
1mo ago
If you mean panic, it isn't really the same thing.
19.
▲
by
osigurdson
1mo ago
There is a reason why Rust, Go and Zig don't have exceptions and it isn't because the language designers didn't understand them. While you can achieve the same thing using both approaches, errors as return values is generally
20.
▲
by
osigurdson
1mo ago
If you reach a scenario that should crash your app, exceptions are fine. However, they are a pain (and brittle in the case of C#) when the intention is to handle them. This is the reason why many newer languages don't use exceptions.
21.
▲
by
osigurdson
1mo ago
If you know any other language, you basically already know Go (with the exception of the channels stuff). The biggest pain is the if err != nil stuff, which I know some people like but it is suboptimal in my view. While far better than C# a
22.
▲
by
osigurdson
1mo ago
Learn Go if you have to, or want to learn it. Otherwise, I don't think there is any reason to do so. I agree that it is easy to read, but less so than the language you already know.
23.
▲
by
osigurdson
1mo ago
From experience, Zig compile times are at least as fast as Go for debug builds that don't need to do linking with C libraries, etc. It does have to use LLVM for release builds however which is a lot slower.
24.
▲
by
osigurdson
1mo ago
It seems that this could have been expanded or contracted to any Fibonacci number of myths.
25.
▲
by
osigurdson
2mo ago
Back in the days of the LAMP stack, the use of Linux would have been much less obvious and thus warranted the inclusion of the "L" in the acronym. After all, leaving it out might arguably have sounded better - the AMP stack.
26.
▲
by
osigurdson
2mo ago
I don't love the appeal to romanticism portrayed in this article.
27.
▲
by
osigurdson
2mo ago
I'm unfamiliar with these stacks but including "U" / Unix seems odd. I suspect these run completely fine on Linux, Windows or macOS. Its almost like including an "E" in your stack for electricity.
28.
▲
by
osigurdson
2mo ago
I use both. Not because I am cool, but because it is cost effective for personal projects with two $20 / month plans. It is also nice to be able to see what the state of the art is like for both. Personally, I find it very interchangea
29.
▲
by
osigurdson
2mo ago
I don't know how intentional it is / was, but LLMs in general just love to hear themselves talk!
30.
▲
by
osigurdson
2mo ago
I don't think it is meant to be objectively the most efficient interface. It is more about being remarkable in a Seth Godin sense. For me I just want things to be blazing fast inside the dashboard.
More ›