minoru
- Karma
- 12
- Created
- May 27, 2012 (14y ago)
- Submissions
- 0
Got my Master's of Computer Science in 2015. Where do we go from here?
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
Sure. Centralization could probably be avoided by storing the index in a DHT or something.
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 very immersed into Fediverse…
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: it'll happen automatically. Just…
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 data points ain't a lot, but you can no…
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 used before. Works fine for a…
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 limited by search engines, well, scale…
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?
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 posting guidelines but I'm still a…
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.
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 too high price for company to pay, and…
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 probably work with startups (they're…
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 some monad (I imagined a State one) and…
Oh, I didn't know that — thanks! But yes, to me it looked like I had some fonts wrong or something.
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 your CSS, so the problem must lie within…
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 Pentadactyl as well.