Viewing profile — Anaminus
Anaminus
HN member- Joined
- Mon, May 30, 2016, 8:56 PM UTC
- HN karma
- 63
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About Anaminus
Recent public activity
-
comment
Comment #47156703
One time, this annoyed me so much that I made a website. https://anaminus.github.io/langding/ om would fall under "Yes, must scroll".
-
comment
Comment #45482209
I was going to ask, is there a standard for this sort of thing? Then I realized that it's just references in the form of text. Hypertext, if you will. We should make a markup langu…
-
comment
Comment #45454468
The lock file is 12 times larger than the entire source. git clone -q https://github.com/paaatrick/playball.git cd playball echo $(du -bs package-lock.json | cut -f1) / $(du -bs sr…
-
comment
Comment #37767352
This sort of thing is why packages should always be namespaced. Just "base64" without any additional qualifiers makes it seem more official and definitive than it actually is.
-
comment
Comment #34518957
This is a thing in Lua as well, with do-end blocks: local foo do local bar = 42 -- Same as `foo = function() ... end`, so this sets the local foo variable. function foo() return ba…
-
comment
Comment #34391476
1. Use a passphrase generator to produce two or three words 2. Smash pieces of the words together until you get something that looks good. e.g. blurred grumble ambiguity: - Blurlam…
- story
-
comment
Comment #32175306
This one amuses me. You skip the long-windedness of the front page to look at the pictures. Your eyes are caught by two example user interfaces: contact forms. The one on the left …
-
comment
Comment #32065104
I've been calling it Pepsi Logo Kool-Aid.
-
comment
Comment #31845347
I once read that either FreeBSD or OpenBSD was the "bad one". I forget which it was, but given that BSD is the Linux of Linux, I don't really think about it.
-
comment
Comment #31275275
I figured this would happen. I've also committed the even greater sin of testing in only one environment (my own). I guess we don't quite live in the future yet.
-
comment
Comment #31274669
Vision: Game Boy Advance-sized website. Problem: Very tiny. Solution: Scale to viewport in integer increments. Result: https://anaminus.github.io/ This disables zoom. In fact, it a…
-
comment
Comment #31237004
I WILL use todo for everything! But instead of committing them inline, I will dump them into a TODO file that is ignored by the VCS. If this file starts getting too big, then I'll …
-
comment
Comment #30558610
If I can't clean the copyright grease off of my work, can I just waive the ability to enforce it? +GOAWAY This license must never be enforced. I'm sure some verbose laywerspeak is …
-
comment
Comment #28253846
What I can say is that, when the payout program started, all payout requests did go through a manual process (the minimum rate was the same then, by the way). Later on, there is ev…
-
comment
Comment #28251897
Worth noting that, since the currency can also come from a handful of other sources (e.g. trading cosmetics), each cash-out is manually reviewed to ensure that the currency only co…
-
comment
Comment #27816184
Sometimes people don't actually want help, they just want to complain. Other people misinterpret this as a question or a debate, so their explanatory responses are received negativ…
-
comment
Comment #27489377
Program that interfaces AutoHotKey and youtube-dl so that I can easily play or download things with shortcuts. Haven't played a youtube video from the actual website in years (don'…
-
comment
Comment #24438278
JSON5 pretty much addresses all the problems with JSON as a config format. I'd love for it to just replace JSON entirely. https://json5.org/
-
comment
Comment #24191867
"Opinionated" means decisions that have already been made for you.
-
comment
Comment #22333956
This sort of thing has never worked for me. It's like the snooze button on an alarm clock; instead of hitting this relatively large button, even my half-asleep brain will precisely…
-
comment
Comment #18566280
For me at least, the reluctance comes from the new proposal process not having yet proved itself for large backwards-incompatible features. I want to be assured that a Go with gene…