HackerTrans
TopNewTrendsCommentsPastAskShowJobs

asalahli

no profile record

comments

asalahli
·12 วันที่ผ่านมา·discuss
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/comments/t952...
asalahli
·19 วันที่ผ่านมา·discuss
I should check that out. Thank you
asalahli
·19 วันที่ผ่านมา·discuss
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.

Cities: Skylines have been in my wishlist since shortly after it came out but I never got around to playing it until about a month ago, and... didn't like it at all. It felt too "micro-manage-y" (for the lack of a better word) while also having the pressure of the ticking time.

Needless to say, I was very disappointed after looking forward to it for ~10 years.
asalahli
·28 วันที่ผ่านมา·discuss
> 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
asalahli
·เดือนที่แล้ว·discuss
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
asalahli
·2 เดือนที่ผ่านมา·discuss
I wonder if she knew about the woman at the post office!
asalahli
·2 เดือนที่ผ่านมา·discuss
Wrong thread?
asalahli
·2 เดือนที่ผ่านมา·discuss
It baffles me why VPS providers don't display the fingerprints on their dashboards or expose them through the API.
asalahli
·2 เดือนที่ผ่านมา·discuss
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
asalahli
·4 เดือนที่ผ่านมา·discuss
Where are you getting a ~$10/month VPS with 12GB RAM from?
asalahli
·7 เดือนที่ผ่านมา·discuss
Any way to follow the progress of the project?
asalahli
·7 เดือนที่ผ่านมา·discuss
https://archive.is/J3n3q
asalahli
·8 เดือนที่ผ่านมา·discuss
Canvas, celery's orchestration system, leaves a lot to be desired
asalahli
·8 เดือนที่ผ่านมา·discuss
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 discovered it

0. https://news.alvaroduran.com/

1. https://news.ycombinator.com/item?id=42269227
asalahli
·8 เดือนที่ผ่านมา·discuss
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
asalahli
·9 เดือนที่ผ่านมา·discuss
AliExpress is one of them, as far as I know
asalahli
·9 เดือนที่ผ่านมา·discuss
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 queries should be constant and not linearly scaling with the number of rows you're processing.
asalahli
·10 เดือนที่ผ่านมา·discuss
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
asalahli
·10 เดือนที่ผ่านมา·discuss
I don't think dang was a moderator at that time
asalahli
·10 เดือนที่ผ่านมา·discuss
> 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 frustrates me more than it probably should.

The original pattern is such a good idea and not even remotely abstract. It's a well defined architectural pattern for a well defined problem yet people still managed to bastardize it to the point that the term REST barely means anything today