Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
druska
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
druska
10y ago
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/
2.
▲
by
druska
10y ago
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/docs/3/api_reference.html
3.
▲
by
druska
10y ago
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 installing.
4.
▲
by
druska
11y ago
You made it seem like this is released. Right now the official version is v2.0.0-rc4.
5.
▲
by
druska
11y ago
Router enthusiasts are definitely a target audience. Average demographics won't pay $200 for a router.
6.
▲
by
druska
11y ago
You can cleanly implement that "welcome back!" example using flux actions and stores, without having to bubble down events.
7.
▲
by
druska
11y ago
Me too. It was surprising to me that this is new.
8.
▲
by
druska
12y ago
It doesn't have hardware video acceleration, unfortunately.
9.
▲
by
druska
12y ago
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!
10.
▲
by
druska
12y ago
I hate the design of disappearing headers.
11.
▲
by
druska
12y ago
byobu
12.
▲
by
druska
12y ago
Maybe instead of grinding out code he hates, he should find something he enjoys coding, or maybe don't code at all.
13.
▲
by
druska
13y ago
The article mentions to practice code-oriented challenges. Are there are good resources out there to help with this?
14.
▲
The Full Story of Mt. Gox
(blog.bigterminal.com)
3 points
by
druska
13y ago
|
0 comments
15.
▲
by
druska
13y ago
Mirror: http://pastebin.com/QNQduhrL The blog seems to be down now.
16.
▲
by
druska
13y ago
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 product (very similar to bex.io).
17.
▲
by
druska
13y ago
which 7za returns "/usr/local/bin/7za" - I get the same error with "7za_path" set to this or ""
18.
▲
by
druska
13y ago
I have the 7za binary specified but I get a 7zip not found error (OS X, p7zip from brew)
19.
▲
by
druska
13y ago
Same thing happened to me
20.
▲
by
druska
13y ago
This is one of those few projects that everyone is really excited about. Docker will change many aspects of software development for the better.
21.
▲
by
druska
13y ago
I use text files and Dropbox. If I'm on an iPhone I send new tasks to Dropbox using Drafts.
22.
▲
by
druska
13y ago
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 what's easiest to work with.
23.
▲
by
druska
13y ago
You never mentioned martini https://github.com/codegangsta/martini
24.
▲
by
druska
13y ago
Generics have their own problems: http://research.swtch.com/generic
25.
▲
by
druska
13y ago
The bars are relative to data in it's own category (eg. 200x), you're comparing apples to oranges.
26.
▲
by
druska
13y ago
Always writing code will also make you a better developer.
27.
▲
by
druska
13y ago
I love this, very cool stuff. You should add a code format button to the editor.
28.
▲
by
druska
13y ago
This is a form of security through obscurity. A bot could easily (relative to a positive captcha bot) be created to check if the form fields are visible.
29.
▲
by
druska
13y ago
To be fair, a lot of these companies may not have the funding to hire paid employees. It is also often more of a burden on the technical manager to manage the interns in the first place. It really is good experience for the intern, and if t
30.
▲
by
druska
13y ago
I like it. Just remember if you use this in production, save $("#progress") in a variable in the ajaxStart function to improve performance (this will call Sizzle one less time usually).
More ›