Viewing profile — gciruelos
gciruelos
HN member- Joined
- Mon, Sep 01, 2014, 12:36 AM UTC
- HN karma
- 130
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About gciruelos
Recent public activity
-
comment
Comment #44459445
a shameless plug of another blog post containing more xor trivia, for those interested: https://gciruelos.com/xor.html
-
comment
Comment #17755435
Yes, in general it is obviously undecidable. I should have been clearer, but I'm mostly interested in structure (traversal) algorithms, most of which could be coded in a language w…
-
comment
Comment #17755379
Related to your last question, I was always puzzled by the following: when is a program an implementation of an (abstract) algorithm? For example, can a program decide, given a sor…
-
comment
Comment #15948821
not really related, but i wrote this a while back: https://gciruelos.com/what-is-the-roundest-country.html
-
comment
Comment #15884498
i have been writing a gameboy emulator for the last year (with short bursts of work where i implement some module), and it's been very challanging and fun, i recommend everyone to …
-
comment
Comment #15750430
i've been using sway[0] as my wm for some time now (it's a sort of port of i3 to wayland) and it's incredible that you can actually tell that it is much faster than wms running on …
-
comment
Comment #15746334
This is awesome, great write-up, thank you very much. You briefly mention that crypto-currencies are used for money laundering. Do you think that's what's driving btc price to insa…
-
comment
Comment #15683015
john baez is a brilliant guy. and also he's the cousin of joan baez, which makes me appreciate both of them even more.
-
comment
Comment #15653684
yes, but if you add up how much everyone paid for the lost eth it won't be $300MM but it will still be an insane amount of money.
-
comment
Comment #15605539
i wrote something very similar, but in c++ https://github.com/gciruelos/seurat
-
comment
Comment #15580443
i wish the main tool wasn't inside an . completely unnecessary
-
comment
Comment #15401311
some have a lot of false positives (even some in -Wextra have had false positives due to bugs), so if you compile with -Werror (as you should do) it can be troublesome.
-
comment
Comment #15341748
every browser needs to have some counter like that if it wants to suggest pages when you open a new tab or something like that. i think it's cool that you can see the actual rankin…
-
comment
Comment #15334921
maybe it is a consequence of increased technological knowledge in the general populace? i don't feel that it has increased, but maybe Apple's marketing team arrived to that conclus…
-
comment
Comment #15322544
i agree completely on the large document problem that LaTeX has, especially when you have big formulas, statements or diagrams that are hard to parse after you have written them an…
-
comment
Comment #14961816
there's a very good (and old) article about linux load averages here: http://www.linuxjournal.com/article/9001?page=0,0
-
comment
Comment #14944952
the latter
-
comment
Comment #14884667
>Understanding this word takes not a fluency in the language but rather a fluency in Mexican culture. Wrong. I am native in spanish, not even near to "fluent" in "Mexican culture" …
-
comment
Comment #14818007
Nothing was stolen. All I see is a programmer abiding by the contracts.
-
comment
Comment #14758776
HN's "GET" would be when tesla's stock price hits 0.00000$
-
comment
Comment #14723579
I've been following you on github for a long time (since the minecraft clone you made in C was featured in /r/programming). You are insane man, I love your work. Keep it up!
-
comment
Comment #14694040
>and I wouldn't know how that affects everyday life. It mostly affected lexicographic order. 'ch' was between 'c' and 'd'. So for example, when 'ch' was a separate letter in the al…
-
comment
Comment #14629198
In my opinion boutique competition, economic hardship, drop in quality, and an active used market are what's killing Gibson and other big companies. Not EDM.
-
comment
Comment #14329937
This a thousand times. Also, its usually Intel's policy to have a (very) strong backwards compatiblity. See the A20 line for a ridiculous example. But AMD has always been less stri…
-
comment
Comment #12178930
What I do is the following: For each country, I transform its points from the equirectangular projection I'm given to an azimutal projection centered in some point (that depends on…