Viewing profile — RoyalSloth
RoyalSloth
HN member- Joined
- Tue, Feb 04, 2020, 11:01 AM UTC
- HN karma
- 92
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About RoyalSloth
Recent public activity
-
comment
Comment #45194788
If someone is curious about this data, I made a little analysis a while ago - Nobel Prize in numbers: https://blog.royalsloth.eu/posts/nobel-prize-in-numbers/#sec...
-
comment
Comment #41415604
Deep APIs were mentioned in "A Philosophy of Software Design" (John Ousterhout)
-
comment
Comment #39381619
> You could try to serve the Memento from the server and store it in an index db I am not sure what you mean by "store it in an index db", but I was thinking about using the search…
-
comment
Comment #39381279
Good job, this looks really well done. One thing I am wondering, however, is how easy it would be to integrate a pre-generated inverted index file into this fuzzy searcher? Context…
-
comment
Comment #38239109
I don't get it why the Microsoft Word team didn't create a good looking default template that people could just use without any fiddling necessary. They had more than 20 years at t…
-
comment
Comment #35738566
I built a Markdown like text format for writing technical reports. I was fed up with Word and I wanted a plain text language that supports tables, footnotes, auto validated referen…
-
comment
Comment #35106835
Tab vs spaces war has cooled off, so we have to start a new one. A: If I do X, then this happens... B: Yeah but I don't care about X. A: You are not a professional if you don't car…
- story
-
comment
Comment #26136758
I am glad you liked it.
-
comment
Comment #26136693
Thanks, I thought it was a bug in some app and just wanted to be sure, so I don't have to babysit the server. If anybody knows which app is that, please tell the maintainer that th…
-
comment
Comment #26136487
Author here. This is not related to this discussion, but does anybody know what causes these lines to appear in my server logs? - - [14/Feb/2021:22:26:45 +0100] "GET /posts/the-com…
-
comment
Comment #26133619
> the producers and consumers of messages are completely decoupled, which makes debugging really annoying because you don't have anything like a stack trace This is actually a real…
-
comment
Comment #26131041
I think that the only thing that really works are code reviews. The best engineers on the team should have enough time to review what is being committed and provide suggestions for…
-
comment
Comment #26130889
Well, that's a surprise for sure. I wrote this article a few months ago and it gained no traction. Today I woke up and boom, front page.
- story
-
comment
Comment #23671253
To be entirely honest, most of his books are pretty awful, as they are mostly preaching something for the sake of preaching and selling the books. I bought his last one (Clean Arch…
- story
- story
-
comment
Comment #22259966
You can't see email on HN. Check the website posted above and find my email there.
-
comment
Comment #22259438
Sure thing.
-
comment
Comment #22254978
It didn't sell in such numbers that I could compare different markets and draw any conclusions. Maybe next time.
-
comment
Comment #22254975
The majority of the bugs I've been resolving take from 30min to a few hours (if I know the codebase) - but they are usually complex distributed systems issues. What kind of bugs ar…
-
comment
Comment #22254762
Better keyboard support comes in next version. Do you mind telling me why do you switch between tasks every 6 minutes?
-
comment
Comment #22245846
No the word you are looking for is: synchronization. Cross platform means works on multiple platforms (in this case Windows, Mac, Linux).
-
comment
Comment #22245838
You are right that was updated to free updates for one major version (e.g: license 1.2.0 is also valid for 1.3.0, 1.4.0 but not for 2.0.0). Thanks for suggestions