Viewing profile — todorov84
todorov84
HN member- Joined
- Fri, Aug 21, 2020, 3:45 AM UTC
- HN karma
- 111
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About todorov84
No profile information was provided.
Recent public activity
-
comment
Comment #45127213
Interestingly, the main problem with Minesweeper is that is a game of chance (so the approach discussed in the article is very appropriate). For a minesweeper variant purely based …
-
comment
Comment #39830438
Oh, come on. Just format the range as text before pasting or importing the data (right-click -> format cells -> category = text). Text-formatted ranges don't convert input data. Th…
-
comment
Comment #36298277
Does anyone have any updates on Mike Burgess (from winhelp2002.mvps.org)? He used to keep my go-to hosts file, but his health seems to have declined in the last few years. I would …
-
comment
Comment #31493664
I don't trust this developer. For the last two years or so they tried to retire "Simple Gallery" (which already had no ads or extra permissions required) and move people to its pai…
-
comment
Comment #29989406
I think you should go with Office 2010 even though you dislike the ribbon. Office 2003 is a delight to use, but any version prior to 2007 will lack support by default to docx, xlsx…
-
comment
Comment #29963098
I've blocked these popups and the suggestions overlay at the end of videos by using these rules: www.youtube.com##.ytd-thumbnail-overlay-loading-preview-renderer www.youtube.com##.…
-
comment
Comment #24231756
For maximum readability, you could also go for (min + ((num + max - Math.abs(num - max)) / 2) + Math.abs(min - ((num + max - Math.abs(num - max)) / 2))) / 2 Since min(a, b) = (a + …