Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nesarkvechnep
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nesarkvechnep
1mo ago
I guess it's a play on Roman numerals? VIII is 5 because V as a hand gesture stands for 2? Or I just can't count properly.
2.
▲
by
nesarkvechnep
1mo ago
You are not 100% correct. Modules in Elixir are like namespaces, they contain functions. They're "static" and don't communicate with anything. Processes communicate with each other via messages.
3.
▲
by
nesarkvechnep
1mo ago
I currently work on a glorified admin panel. The code should be the easy part. Unfortunately, the codebase is absolute trash. The code and the requirements are hard. My colleagues which drove the codebase to this miserable state think they’
4.
▲
by
nesarkvechnep
1mo ago
Elixir and Phoenix.
5.
▲
by
nesarkvechnep
1mo ago
What would be the advantage of Rio? Curious, not trying to start an argument.
6.
▲
by
nesarkvechnep
1mo ago
Oh, man. Again, people call MCP endpoints REST-ful when the format is JSON-RPC. That's why we can't have nice things.
7.
▲
by
nesarkvechnep
1mo ago
So you basically agree but complain there are no new arguments against AI programming in the article?
8.
▲
by
nesarkvechnep
1mo ago
Location: Varna, Bulgaria Remote: yes Willing to relocate: no Technologies: Elixir, Erlang, JavaScript, Python, SQL Résumé/CV: https://drive.proton.me/urls/7KWKMN96ZM#mj96pifbhyPI Email: krasen.penchev@protonmail.
9.
▲
by
nesarkvechnep
1mo ago
Yeah… I’ve been a professional Elixir developer for 5+ years and additional 4 as a hobby. The quality of the ecosystem and the practices are nowhere near those in OCaml. Sad to say it. People just want to write imperative procedural code an
10.
▲
by
nesarkvechnep
2mo ago
In my case, Elixir is the best language, plus the BEAM, for everything that consumes from the network or listens on a socket. It's just too easy.
11.
▲
by
nesarkvechnep
2mo ago
But then again, why would I use CL for this when I can use Elixir? I’m not the original commenter but I too can’t find a use case for CL.
12.
▲
by
nesarkvechnep
2mo ago
I hope they don’t send any to Bulgaria. Our PM is waiting exactly this to declare we’re joining the Russian federation.
13.
▲
by
nesarkvechnep
2mo ago
For the systems you mentioned I’d choose Erlang or Elixir over Java or Closure. The right runtime for the right problems.
14.
▲
by
nesarkvechnep
2mo ago
The whole article feels like a rationalisation for vibe coding your product from now on.
15.
▲
by
nesarkvechnep
2mo ago
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.
16.
▲
by
nesarkvechnep
2mo ago
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
17.
▲
by
nesarkvechnep
2mo ago
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 situatio
18.
▲
by
nesarkvechnep
2mo ago
Did Linus Torvalds convince you, with his history of outbursts, that Linux is done?
19.
▲
by
nesarkvechnep
2mo ago
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?
20.
▲
by
nesarkvechnep
2mo ago
See SGML for a markup language.
21.
▲
by
nesarkvechnep
2mo ago
It’s a problem of philosophy, not tooling.
22.
▲
by
nesarkvechnep
2mo ago
This is exactly what happens in a typical Elixir project even though Ecto is a query builder and not an ORM. People define their domain entities as database tables. The result is, from my latest project, you have user and organisation membe
23.
▲
by
nesarkvechnep
2mo ago
Development of Zig feels so wholesome.
24.
▲
by
nesarkvechnep
3mo ago
Did they die?
25.
▲
by
nesarkvechnep
3mo ago
Just yesterday I was thinking about the BEAM and would it be tidier if it were written in Zig.
26.
▲
by
nesarkvechnep
3mo ago
Yeah, but you must know about them and the possible bug first in order to allow them...
27.
▲
by
nesarkvechnep
3mo ago
This is just HTTP. The definitive guide to REST is "Architectural Styles and the Design of Network-based Software Architectures" by Roy Fielding.
28.
▲
by
nesarkvechnep
3mo ago
Obviously, yes, but is it simpler to add a new HTTP method and add support for it everywhere?
29.
▲
by
nesarkvechnep
3mo ago
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.
30.
▲
by
nesarkvechnep
3mo ago
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.
More ›