Viewing profile — eeereerews
eeereerews
HN member- Joined
- Sun, Jul 23, 2017, 5:18 PM UTC
- HN karma
- 157
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About eeereerews
No profile information was provided.
Recent public activity
-
comment
Comment #23809838
Molok is the name used in the Bible for a Canaanite deity that the Israelites were forbidden to "suffer their seed to pass through the fire to". Details are scarce, but this is usu…
-
comment
Comment #23790030
> Another pathology is that there are companies who ship LibreOffice, often claiming support, but then file all their tickets up-stream and hope they are fixed for free. Lmao... bu…
-
comment
Comment #23759544
But once you've accepted unchecked exceptions (and paid the cost of the having them), it just doesn't make sense to only use them only for bugs. For example, it is better to try: x…
-
comment
Comment #23758897
How do you propose handling an OOB index in an array?
-
comment
Comment #23745065
It might be interesting to compare them if you'd care to share.
-
comment
Comment #23739885
Here is a typical example (from Genesis Rabbah) > And Cain rose up against his brother Abel . [...] With what did he kill him? R. Simeon said: He killed him with a staff: And a you…
-
comment
Comment #23739374
> That hermeneutic - texts are collections of independent logical propositions - was essentially unknown in the ancient world On the contrary, the atomization and recombination of …
-
comment
Comment #23675947
Firefox/Linux: the cursor constantly tracks to the left. You have to push the mouse to the right to keep it still. Works in Chromium though.
-
comment
Comment #23665244
No, where does it go? Are the big editors unsuccessful?
-
comment
Comment #23660396
Ugly maybe, but they're do kinda combine the advantages of both. They have the portability and reproducibility advantages of static linking, while still letting you take them apart…
-
comment
Comment #23656395
What do you mean by "source-based distribution"?
-
comment
Comment #23656387
It can also cut the other way though. Bugs can be introduced, compatibility can be broken, users can not find the library in their package manager, or they may find too new of a ve…
-
comment
Comment #23655875
>Do your installed programs share dynamic libraries? >Findings: not really >Over half of your libraries are used by fewer than 0.1% of your executables. Findings: Yes, lots, but mo…
-
comment
Comment #23633435
Historically imperative languages did have tagged unions (Algol, Pascal, Ada, Modula). Their disappearance is mostly because of OOP's takeover I think. It was thought that a tagged…
-
comment
Comment #23622729
You can also put a Readme in any folder and it will show up the same way. You usually wouldn't want those up top while browsing the files though. So it's also about consistency.
-
comment
Comment #23620422
> (Nov 18, 2001) TCC version 0.9 is out. First public version.
-
comment
Comment #23619999
Writing, as opposed to speaking, by its nature conveys a degree of anonymity. Historically, anonymous writers are very common.
-
comment
Comment #23595611
To emphasize where the topology comes in since it wasn't clear to me at first: the important bit is the saddles. Just before a saddle goes under, there are two important properties…
-
comment
Comment #23591084
I like Noah's Ark a lot.
-
comment
Comment #23561693
It's slowed down a lot. There's been a total of 8 posts and 50 comments since 2019. There were 32 posts just in 2017.
-
comment
Comment #23561301
Not really on topic, but what happened to LtU anyway?
-
comment
Comment #23537490
One way is that it can handle functions like return : Monad m => a -> m a where m occurs only in the outputs. There's no input arg you could hang a vtable off of.
-
comment
Comment #23521618
I've thought about this too, but keeping positional args. The basic data type would be a "blob", consisting of a struct part and a tuple part.
-
comment
Comment #23519660
It doesn't. isOdd('') => false isOdd(null) => false isOdd(2n) => TypeError: Cannot convert a BigInt value to a number But even if it did, the same line of reasoning leads to the ab…
-
comment
Comment #23510124
> Those excuses are built on a revolting moral equivalence of rioters and looters to peaceful, law-abiding protesters. A majority who seek to protest peacefully shouldn’t be confus…