Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asalahli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
asalahli
22d ago
As another comment points out down in the thread, that's already a problem today with programs storing their config and data in a fixed location. On the other hand, sqlite supports concurrency and ACID transactions, so it might actuall
2.
▲
by
asalahli
1mo ago
And tabs! Browsers have tabs. None of the "apps" I use seem to comprehend that I might want to look at or do more than one thing at a time with them
3.
▲
by
asalahli
1mo ago
https://xkcd.com/2265/
4.
▲
by
asalahli
1mo ago
This was a great read, thanks! I've naively tried to stop too many beans-and-noses situations in the past.
5.
▲
by
asalahli
1mo ago
Can't you do the same in C? You don't really need any headers, you can just declare function prototypes yourself
6.
▲
by
asalahli
1mo ago
Please tell me this is a joke, a la brainfuck
7.
▲
by
asalahli
1mo ago
Steve Mould has a great video on youtube explaining how they work https://www.youtube.com/watch?v=sv-38lwV6vc
8.
▲
by
asalahli
2mo ago
I'm genuinely curious, what's the reason for filtering out words based on offensive-ness? I'd imagine it'd be easier to screen the chosen word every day for your criteria and, beyond that, let people type whatever they w
9.
▲
by
asalahli
2mo ago
Not sure if it counts as notable, but SCGI uses it too: https://python.ca/scgi/protocol.txt
10.
▲
by
asalahli
2mo ago
I recognize all the words but I have no idea what this means
11.
▲
by
asalahli
3mo ago
This is giving the same vibe as Windows Subsystem for Linux[0] - it kinda makes sense once somebody explains it, but is confusing as hell when you first see it 0. https://www.reddit.com/r/bashonubuntuonwindows/comm
12.
▲
by
asalahli
3mo ago
I should check that out. Thank you
13.
▲
by
asalahli
3mo ago
Not the person you replied to, but like them, I too liked to draw imaginary maps when I was a kid, mainly of medieval towns. I also tend to like the world-building aspects of strategy games, arguably more than the actual strategy parts. Cit
14.
▲
by
asalahli
3mo ago
> Somewhere, a LLM is trained on this code as we speak :) Had a similar thought when I saw dd if=/dev/zero of=/dev/sda bs=1M count=1
15.
▲
by
asalahli
3mo ago
There was a similar CppCon talk[0] in 2018. Highly recommended (by me, fwiw), as is any other talk by Richard Powell 0. https://youtu.be/Grveezn0zhU
16.
▲
by
asalahli
4mo ago
I wonder if she knew about the woman at the post office!
17.
▲
by
asalahli
4mo ago
Wrong thread?
18.
▲
by
asalahli
4mo ago
It baffles me why VPS providers don't display the fingerprints on their dashboards or expose them through the API.
19.
▲
by
asalahli
4mo ago
Even then, a new user account doesn't necessarily mean a new user. Every time I start on a new job, I have to click through Slack's, Github's and many other dev tools' stupid guided tours for the hundredth time
20.
▲
by
asalahli
6mo ago
Where are you getting a ~$10/month VPS with 12GB RAM from?
21.
▲
by
asalahli
9mo ago
Any way to follow the progress of the project?
22.
▲
by
asalahli
10mo ago
https://archive.is/J3n3q
23.
▲
by
asalahli
10mo ago
Canvas, celery's orchestration system, leaves a lot to be desired
24.
▲
by
asalahli
10mo ago
Check out The Payments Engineer Playbook[0]. I don't work on financial systems but I'm subscribed and like the occasional distributed systems insights. One of the posts turned up on HN front page a year ago[1]. Thats how I discove
25.
▲
by
asalahli
10mo ago
Recently I've been wanting to build a chat server that works over ssh. And by that I don't mean it uses the ssh protocol but that you ssh into the server and the shell you get is the chat client. One day, maybe
26.
▲
by
asalahli
11mo ago
AliExpress is one of them, as far as I know
27.
▲
by
asalahli
1y ago
Avoiding N+1 doesn't have to mean limiting yourself to 1 query. You can still fetch the posts in one query and the comments of _all_ posts in a separate query, just don't issue a query for _each_ post. More formally, the number of
28.
▲
by
asalahli
1y ago
FWIW I like Level 2 Jeff more and I would watch the videos with or without the clickbait-y titles. As you've said I've never found your titles deceptive so if they bring you more money, then more power to you
29.
▲
by
asalahli
1y ago
I don't think dang was a moderator at that time
30.
▲
by
asalahli
1y ago
> the original/popular definitions were so incredibly abstract and disconnected from real life usage that they ended up being whatever the person implementing it wanted it to be. This is what happened with REST too, and it frustra
More ›