Viewing profile — druska
druska
HN member- Joined
- Wed, Dec 07, 2011, 6:00 PM UTC
- HN karma
- 42
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About druska
Recent public activity
-
comment
Comment #13345666
I recommend using Spybot Anti-Beacon [1], which is a safe way of disabling (or enabling) Windows 10 features. [1] https://www.safer-networking.org/spybot-anti-beacon/
-
comment
Comment #11688394
I'd like more customization with the gutter API [1]. You can only have a single icon per line in the gutter, and plugins often fight for that spot. [1]: https://www.sublimetext.com…
-
comment
Comment #11549002
This won't work because it requires user input. People are lazy, and unless you are extremely disciplined I guarantee you will stop wanting to use that input box very soon after in…
-
comment
Comment #10819768
You made it seem like this is released. Right now the official version is v2.0.0-rc4.
-
comment
Comment #10083159
Router enthusiasts are definitely a target audience. Average demographics won't pay $200 for a router.
-
comment
Comment #9828278
You can cleanly implement that "welcome back!" example using flux actions and stores, without having to bubble down events.
- comment
-
comment
Comment #9709908
Me too. It was surprising to me that this is new.
-
comment
Comment #8578981
It doesn't have hardware video acceleration, unfortunately.
-
comment
Comment #8207446
I don't like how I can't change the number of lines of code. It'd be faster to completely rewrite some of the solutions!
-
comment
Comment #7807814
I hate the design of disappearing headers.
-
comment
Comment #7758992
byobu
-
comment
Comment #7463900
Maybe instead of grinding out code he hates, he should find something he enjoys coding, or maybe don't code at all.
-
comment
Comment #7432129
The article mentions to practice code-oriented challenges. Are there are good resources out there to help with this?
- story
-
comment
Comment #7331912
Mirror: http://pastebin.com/QNQduhrL The blog seems to be down now.
-
comment
Comment #7323418
Buttercoin dropped the original JavaScript repository and rewrote the entire thing in Scala/Java. They are not releasing the new software, but planning on white-labeling their new …
-
comment
Comment #7242401
which 7za returns "/usr/local/bin/7za" - I get the same error with "7za_path" set to this or ""
-
comment
Comment #7242305
I have the 7za binary specified but I get a 7zip not found error (OS X, p7zip from brew)
-
comment
Comment #7242300
Same thing happened to me
-
comment
Comment #7101007
This is one of those few projects that everyone is really excited about. Docker will change many aspects of software development for the better.
-
comment
Comment #6971485
I use text files and Dropbox. If I'm on an iPhone I send new tasks to Dropbox using Drafts.
-
comment
Comment #6898505
Additionally, some of these libs are unoptimized and performance will change with time. Either way, since the performance differences are so small, it's probably best to go with wh…
-
comment
Comment #6897721
You never mentioned martini https://github.com/codegangsta/martini
-
comment
Comment #6820188
Generics have their own problems: http://research.swtch.com/generic