Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gonzus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
gonzus
6mo ago
Solaar?
2.
▲
by
gonzus
7mo ago
Lacking support for structs, I think this is too minimalistic to be called "a C compiler".
3.
▲
by
gonzus
7mo ago
Then you are locking yourself out of a pretty much ironclad (and extremely cost-effective) way of managing such things.
4.
▲
by
gonzus
9mo ago
One of the advantages of doing this seemingly weird projection is that you can treat "local" maps (for some definition of local) as flat rectangular grids without introducing a lot of errors: drawing straight lines between two poi
5.
▲
by
gonzus
10mo ago
I am also American (born and raised in Chile). The Little Prince is extremely well-known over there. I am personally very fond of it.
6.
▲
by
gonzus
1y ago
https://github.com/libgit2/libgit2
7.
▲
by
gonzus
1y ago
Nice work. Some questions / observations: Can you add methods to any type? There is an example of adding a method to a builtin type (string) -- can you add also add a method to a union type? Any plans to add some sort of enum type? If
8.
▲
by
gonzus
1y ago
There are some misspellings in the README, such as "natrue". Just FYI.
9.
▲
by
gonzus
1y ago
In all honesty, would you hire this dude as YOUR lawyer?
10.
▲
by
gonzus
1y ago
I can confirm this: I downloaded the old version of the app (on a Windows laptop), isolated it so that it would not auto-update, and then used it to download all my books (after the deadline had passed) and convert them with Calibre, which
11.
▲
by
gonzus
2y ago
Somebody did this recently for Advent of Code (some year, not 2024 necessarily). I don't remember any details, but the images were entertaining.
12.
▲
by
gonzus
2y ago
Probably by Fred Brooks, as summarized by Guy L. Steele Jr in https://dreamsongs.com/ObjectsHaveNotFailedNarr.html : > Fred Brooks, in Chapter 9 of The Mythical Man-Month, said this: Show me your flowchart and conceal yo
13.
▲
by
gonzus
2y ago
Long live Clipper -- one of my first paid gigs. Amazing platform to write (compiled!) console-based applications with a DB living locally or on a networked drive. Something which does not exist anymore as a market.
14.
▲
by
gonzus
2y ago
Sorry for answering myself. I paid more attention now, and it seems this is disabling chunked transfer encoding from the client to the server , which makes sense from a security / reliability PoV. Disabling it from server to client do
15.
▲
by
gonzus
2y ago
Kudos for your project -- it is great fun and a learning experience to implement your own HTTP server in a low(er)-level language. One question: you say that "Transfer-Encoding: Chunked responds with 411 Length Required, prompting the
16.
▲
by
gonzus
3y ago
I associate this with what we used to call "one-liner programming": I would write a single line of Perl code (in bash, prefixed with `perl -Mwarnings -MDebug -E'<code here>'`, convince myself the code did what we n
17.
▲
by
gonzus
3y ago
How do you release all the resources created? I could not find any instances of `free()` in the code (and there are two calls to `malloc()`). Are you supposed to call `free()` yourself directly on the executor / task pointers? If so, I
18.
▲
by
gonzus
3y ago
I decided years ago that the next time I hear someone suggesting we use floats / doubles to represent money amounts, I am going to punch them in the face.
19.
▲
by
gonzus
3y ago
If pressed, I would use "loafing" in English. Defined as "spend one's time in an aimless, idle way".
20.
▲
by
gonzus
3y ago
I would highly recommend To Mock a Mockingbird by Raymond Smullyan. It will also introduce you (if you are not already aware) to the wonderful world of Smullyan's books.
21.
▲
by
gonzus
3y ago
Switzerland has the similar Luxemburgerli, which my Swiss friends who reside there (as opposed to me, a Swiss person who lives somewhere else) swear is NOT the same as a macaron... I have never understood the purported differences.
22.
▲
by
gonzus
3y ago
One of the things I am proud of is to be listed as a contributor in the ZeroMQ O'Reilly (paper) book -- just because Pieter was this generous dude who never doubted about spreading good will. I still miss him.
23.
▲
by
gonzus
3y ago
TIL that the concave dish surface was actually spherical and not paraboloidal, as I had always assumed.
24.
▲
by
gonzus
3y ago
I agree 100% with using processes as the natural unit of isolation. I also believe we could solve many of the integration issues between multiple tools, by having them all optionally spit out a universal, easy / easier to parse format
25.
▲
by
gonzus
3y ago
I feel that git is the DVD of source control systems: sccs / rcs / cvs are the equivalent of tapes, clearly inferior and crappy. Other, more modern systems, are like BlueRay: technically superior, but not by a margin wide enough t
26.
▲
by
gonzus
3y ago
This seems like a rite of passage... I did the same thing with the VAX at my school, but decided to come clean and gave the sysadmin all the passwords I gathered after one day (including several with SYSTEM privileges). They gave me my firs
27.
▲
by
gonzus
3y ago
According to Wikipedia, Rust appeared for the first time on May 15, 2015; 8 years ago.
28.
▲
by
gonzus
3y ago
I implemented once the MySQL network protocol (in TypeScript) to talk to a local SQLite DB. We used that for our CI environment, since our apps only did very vanilla SQL operations. It worked like a charm. So I can totally see some uses for
29.
▲
by
gonzus
3y ago
Can you expand on what you mean by anti-RAII?
30.
▲
by
gonzus
3y ago
Can you point out a few of these open source alternatives? Asking for a friend...
More ›