Viewing profile — Dinius
Dinius
HN member- Joined
- Tue, Sep 01, 2015, 6:37 PM UTC
- HN karma
- 11
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About Dinius
No profile information was provided.
Recent public activity
-
comment
Comment #17453792
> if you use an English word as a command, such as ‘return’, it means you can never type out that word. Not exactly true. The word by itself would be recognized as a command, but i…
- comment
-
comment
Comment #13987246
The first heading overflows on mobile, hiding the "a" and "y" in "application delivery"and causing horizontal scrolling.
-
comment
Comment #13952251
If that was truly the case, they ought to have moved away from flash "a long time ago".
-
comment
Comment #13735277
Also, the color choices of the navigation dropdown literally makes it impossible to read it on my dimmed mobile screen, change it/increase the contrast.
-
comment
Comment #13735266
Fix it for mobile. Quick glance says the headings are overflowing the width causing horizontal scroll, and the two buttons near the top are overlapping each other.
-
comment
Comment #13679437
Bandwidth for lightsail is 1tb, not 5tb like the article says.
-
comment
Comment #13615745
TL;DR: Don’t trust AWS status reports, they’re lies Or as some would say, alternative facts.
-
comment
Comment #13355132
One powerful computer, hooked up to 3 locations in my house: 1: a heavily modified recliner chair with a monitor on an adjustable swing arm, where I tend to spend most of my time. …
-
comment
Comment #13291863
Vimium and stylish haven't been mentioned yet.
-
comment
Comment #13260201
Site activity on the bottom of the page goes back to February 12, 2009
-
comment
Comment #13242992
Worth a read, or at the very least a look: https://en.wikipedia.org/wiki/Racket_(programming_language)
-
comment
Comment #13184873
So basically just the existing Go plugin (give or take a feature or two) shoved into a standalone editor which, knowing Jetbrains, is sure to be flust with new bugs for the foresee…
-
comment
Comment #13070513
Performance, easy concurrency, and because the language itself is very "straightforward".
-
comment
Comment #13053595
Win10, Chrome 54.0.2840.99, works fine here. (They link to PDF files though, more likely that's the problem I suppose).
-
comment
Comment #12966750
Couldn't recognize anything I drew with keyboard mouse control. Then again, neither can I. http://i.imgur.com/o3LJlPI.png
-
comment
Comment #12772272
Something like this: (PHP felt like the right approach here :p) if ($selectedOption == SECURITY_QUESTION) { if (isset($_POST["SecurityQuestion0"]) && isset(["SecurityQuestion1"])) …
-
comment
Comment #12739361
Relevant xkcd: https://xkcd.com/1205/
-
comment
Comment #12725255
Simply stop and disable the windows update service, and turn it on when you have time to actually install updates. Been doing it this way for more than a year now without problems.…
-
comment
Comment #12375439
Not to disregard that NW.js might be a better choice in this case due to the API support. But generally speaking, Electron: - Is more tested in production (VS Code, Atom, [1]) - Ha…