Viewing profile — arundelo
arundelo
HN member- Joined
- Mon, Jan 14, 2008, 8:38 PM UTC
- HN karma
- 744
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About arundelo
Recent public activity
-
comment
Comment #21892354
https://en.wikipedia.org/wiki/Paradox_of_value#Marginalism
-
comment
Comment #21668145
I don't know Olin Shivers but I've read enough of his writing to know that this acknowledgements section was written with tongue in cheek, and in fact it's a funny enough piece of …
-
comment
Comment #21363557
I guess the author was thinking of how cat's original purpose is to concatenate multiple files, not show just one file. (But I certainly don't think using cat in the latter way is …
-
comment
Comment #21271790
(1) lack of primitive hash tables (2) lack of primitive arrays I'll note that if there are primitive arrays and the compiler optimizes arithmetic, the rest of the hash table can be…
-
comment
Comment #20538463
http://productionadvice.co.uk/no-stair-steps-in-digital-audi... The “stair-steps” you see in your DAW when you zoom up on a digital waveform only exist inside the computer. [...] W…
-
comment
Comment #19239503
This all sounds like it would make an interesting blogpost/article if you're into writing one.
-
comment
Comment #19150401
I'm surprised people put up with them I don't like them at all but I do most of my Netflixing on my iPhone, where it doesn't happen. (When I do go to the Netflix site in a web brow…
-
comment
Comment #18036877
https://compilers.iecc.com/crenshaw/
-
comment
Comment #17002785
“[A]lmost anything ending in ‘x’ may form plurals in ‘-xen’ (see VAXen and boxen in the main text). Even words ending in phonetic /k/ alone are sometimes treated this way; e.g., ‘s…
-
comment
Comment #16885826
I upvoted this because it seems to make some good points and I think the topic is interesting and important, but I can't understand why the "Then, why some free software projects u…
-
comment
Comment #16881549
That is what it means. Note that the lines ("edges" in graph theory terms) can cross each other. Nelson asked: What is the smallest number of colors that you’d need to color any su…
-
comment
Comment #16787320
I'll look into xmllint. I currently use HTML Tidy for this: tidy -xml -indent -wrap 0 or tidy -xml -indent -wrap 0 -quiet
-
comment
Comment #16160621
Formatting the quote like this makes it too wide to be readable on my phone without repeatedly scrolling right then left. Even in landscape mode the first line ends with the "b" of…
-
comment
Comment #16106963
The efficient-market hypothesis is an idea that already has a well-known name. In the article the words are a Wikipedia link.
-
comment
Comment #16052773
RFC 2392 Message-ID values are supposed to be unique, but they may not be if the software generating them is buggy. I remember reading somewhere about some email program that assum…
-
comment
Comment #16020576
Esperanto has many many more speakers! (People joke about Klingon having more but it's not true.) Really accurate numbers are hard to come by but even based on estimates, it's no c…
-
comment
Comment #15981482
It would be nice if Go made a new i for each iteration of the loop. Lua 5.0 made just one loop variable per loop, like Go apparently does. When I first ran into this behavior, I th…
-
comment
Comment #15906106
I use forward slashes a lot on Windows but tab completion in cmd.exe only works with backslashes.
-
comment
Comment #14466608
I have talked to other people who found CGI Peter Cushing convincing but I did not. I'm confident I would have picked him out as CGI even if I hadn't recognized him as a long-dead …
-
comment
Comment #14341606
https://en.wikipedia.org/wiki/Doxing
-
comment
Comment #14246832
Wikipedia says that MP3's last patent expired in the United States last month: If only the known MP3 patents filed by December 1992 are considered, then MP3 decoding has been paten…
-
comment
Comment #14115155
Ah, last time I looked at this I thought, "This is cool but it's too bad it doesn't have EQU or some other way to give symbolic names to constants." Now it does! define appleL $00 …
-
comment
Comment #13553557
Unfortunately I can't find a source for this but I saw someone saying recently (and it makes sense) that a lot of congress fax numbers just convert the fax to an email message rath…
-
comment
Comment #13522583
I'm talking about 8-bit microcomputers in general, from the late seventies to the mid-to-late eighties: https://en.wikipedia.org/wiki/Home_computer#Notable_home_com... EDIT: I owne…
-
comment
Comment #13522483
There are spots where a vertex would have two hexagons at it rather than three. For instance, look at the border between the upper left and lower left islands. In this picture, tho…