HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nesarkvechnep

941 karmajoined 7 lat temu

comments

nesarkvechnep
·6 godzin temu·discuss
This is my mentality but when it comes to my company. I want to have clients for which I consistently produce solid work, no flash, no news headlines. Doing the work and quietly building a reputation.
nesarkvechnep
·wczoraj·discuss
Unfortunately, it made me even more sad because the project I'm working on now is complete trash. Every line outdoes the previous in the dumbest thing possible. Four years at the company and not a single greenfield project for me, only well established piles of... you get the idea.
nesarkvechnep
·przedwczoraj·discuss
After school I played countless hours of Euro Truck Simulator. It was an awesome escapism. Being a truck driver, driving through sun and snow, in different parts of Europe. Crazy drivers at night, needed to think quick in difficult situations.
nesarkvechnep
·przedwczoraj·discuss
Did Linus Torvalds convince you, with his history of outbursts, that Linux is done?
nesarkvechnep
·przedwczoraj·discuss
In what way the article convinced you that Andrew Kelley is not professional enough for a serious project like Zig? Isn't his contribution to the language what's important?
nesarkvechnep
·4 dni temu·discuss
See SGML for a markup language.
nesarkvechnep
·6 dni temu·discuss
It’s a problem of philosophy, not tooling.
nesarkvechnep
·9 dni temu·discuss
Did they die?
nesarkvechnep
·11 dni temu·discuss
Just yesterday I was thinking about the BEAM and would it be tidier if it were written in Zig.
nesarkvechnep
·12 dni temu·discuss
Yeah, but you must know about them and the possible bug first in order to allow them...
nesarkvechnep
·14 dni temu·discuss
[flagged]
nesarkvechnep
·17 dni temu·discuss
This is just HTTP. The definitive guide to REST is "Architectural Styles and the Design of Network-based Software Architectures" by Roy Fielding.
nesarkvechnep
·18 dni temu·discuss
Obviously, yes, but is it simpler to add a new HTTP method and add support for it everywhere?
nesarkvechnep
·18 dni temu·discuss
I still don't get the need for QUERY. One can create a search or filter resource with a POST request and then query it using GET. As a bonus, creating a resource allows it to be shared and cached.
nesarkvechnep
·18 dni temu·discuss
There's no such thing as REST spec. The closes mechanism to actual REST is to create a resource using POST and then query it using GET. You have the added benefit of the resource being cacheable.
nesarkvechnep
·21 dni temu·discuss
It's probably what they know so not anything new should be learned.
nesarkvechnep
·24 dni temu·discuss
Ah, sorry, it wasn't /dev/udp but socat - echo "hello" | socat - UNIX-SENDTO:/path/to/socket.
nesarkvechnep
·25 dni temu·discuss
I find /dev/udp much more useful. I can create aliases for fire and forget commands to my daemons without actually writing *ctl program.
nesarkvechnep
·30 dni temu·discuss
I did the same but with Nix.
nesarkvechnep
·30 dni temu·discuss
Thank you for the clarification. I guess authors these days assume they don't need to state the Unix flavour they're talking about.