Viewing profile — minoru
minoru
HN member- Joined
- Sun, May 27, 2012, 9:24 AM UTC
- HN karma
- 12
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About minoru
My blog: https://blog.debiania.in.ua
Follow me on Fediverse: @minoru@functional.cafe
PGP key 356961A20C8BFD03 Fingerprint: CE6C 4307 9348 58E3 FD94 A00F 3569 61A2 0C8B FD03
Recent public activity
-
comment
Comment #28501086
Sure. Centralization could probably be avoided by storing the index in a DHT or something.
-
comment
Comment #28501048
As far as I can tell, Fediverse embraces this as a privacy feature. (It's more of a bump than a roadblock, but still.) I'm not aware of any projects to fix this (although I'm not v…
-
comment
Comment #28496750
Ain't a dumb question at all! It actually takes reading the ActivityPub specs to answer it, so no surprise if you didn't get it just from reading the landing page ;) The answer is:…
-
comment
Comment #28496636
The post was now updated; it mentions that at least three more FB posts with links to joinmastodon.org were marked as spam: https://octodon.social/@yhancik/106897948169079191 Four …
-
comment
Comment #24830145
Hi, the author here. Thanks for taking a look at the code! I picked SHA-1 because it was the simplest way to generate pseudorandom data: I knew there's a Rust crate for it which I …
-
comment
Comment #20069358
You obviously spent way more time analysing all this than I did, so pardon my naivety, but it seems to me that shelving this project is an over-reaction. If the site's growth is li…
-
comment
Comment #4926004
Sorry for going a little bit off topic here, but certainly there are works of science fiction based on this paradox — after all, it’s more than thirty years old! Any suggestions?
-
comment
Comment #4034596
Yes, he does. I wrote my comment to emphasize the other side of the coin, not to fill some gap that wasn't covered in the article. It must be kind of mistake here (I've read the po…
-
comment
Comment #4034582
If your code was used by some company you may use that fact on the interview or to promote your project further, but if you are using GPL you are risking the chance to do so.
-
comment
Comment #4034383
Dual-licensing works for MySQL but it may not work that well for smaller projects that are easier for company to re-implement from scratch. There's a possibility that GPL may be to…
-
comment
Comment #4034142
The guy must be damn sure about how cool his projects are, because there's a situation where your project is cool enough for company to use but they won't because of GPL. It would …
-
comment
Comment #4032710
When I read that section, it occurred to me that "weak purity" is like monads and "strong purity" is purity as we know it in the FP world. Then drawTriangle() become an action in s…
-
comment
Comment #4032688
Oh, I didn't know that — thanks! But yes, to me it looked like I had some fonts wrong or something.
-
comment
Comment #4032526
There is an issue with quotes — they appear to be swapped (tiny screenshot here: http://ompldr.org/vZHl4Mw ). I made a little check, it's the same with every font you specified in …
-
comment
Comment #4029768
You can enable "ignore all keys" mode with Shift-Escape in Vimperator. It would then just pass all your key strokes directly to the app. I believe there should be similar mode in P…