Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
babby
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
babby
10y ago
The only complicated part of this method is securing the key, and the key is definitely required or you may as well just save it as plain text. You sync your DB across multiple cloud services, and to decrypt you use a weak master pass and s
2.
▲
by
babby
10y ago
I've done this before. The performance on IE, firefox, safari and mobile is complete shit yet suprisingly good in Chrome.
3.
▲
by
babby
11y ago
Honestly I'd rather a t520 over this new Dell i7 e7450 latitude they have our developers using. The keyboard has... Fn key Home and End keys! Maximum cringe.
4.
▲
by
babby
11y ago
Quick suggestion; grab ShareX and make some .webm's showcasing Relax for your landing page. Much more accessible than learning how it all works. People want to see results.
5.
▲
by
babby
11y ago
https://www.google.com.au/logos/doodles/2015/googles-new-log...
6.
▲
by
babby
11y ago
Much appreciated, I'm definitely saving this!
7.
▲
by
babby
11y ago
Thats wrong. Pro lets you choose not to download it indefinitely with the option I described. Unless you're implying it auto-downloads after a few weeks, I wouldn't know.
8.
▲
by
babby
11y ago
While I recommend a switch to Linux/Mac, you can make updates behave like Win7 by opening "Edit Group Policies" in the start search. Then look for Windows Updates for the option. Without this done windows will actually downlo
9.
▲
by
babby
11y ago
This is pretty much the preferred cure from what I've gathered. If you can build a PC with two GPU's (or merely one PCIe and one integrated), you can game, use Photoshop nearly natively. But as you have said, it's not as stra
10.
▲
by
babby
11y ago
I'm definitely excited for ProseMirror. If it's as quality as CodeMirror I'll be happily integrating it into everything I build!
11.
▲
by
babby
11y ago
Another interesting library built for collaborative editing is Prosemirror. It's also in its infancy stages. https://github.com/ProseMirror/prosemirror It's by the guy who created CodeMirror and TernJS.
12.
▲
by
babby
11y ago
I'd love CoffeeScript support. Additionally... Tonic is comparible to CodePen in terms of testing and thus gave me the idea; Perhaps you could also include other languages into your platform. Such as a Stylus REPL, SASS, SCSS etc. all
13.
▲
by
babby
11y ago
How does this compare to Sortable? https://github.com/RubaXa/Sortable
14.
▲
by
babby
11y ago
Then at the top of your readme you should absolutely write [[Project feature complete and stable]], or something to that effect. You just can't look at a repo and discern its completeness in an easy way. Also explain why you think it&#
15.
▲
by
babby
11y ago
I had the displeasure of reading most of what you wrote and am writing this to convince you of something: Please stop. Your SJW politics is off topic and in my opinion; utterly trivial nonsense. You were out-argued and still you found it in
16.
▲
by
babby
11y ago
This is a mostly garbage. It doesn't even mention control flow; callbacks, promises. A big problem with JS is in part its best quality; flexibility. New and old developers need to be shown how JS has evolved to be written. I see massiv
17.
▲
by
babby
11y ago
That's interesting stuff. I was also in a car accident and afterwards both he and I could recount each other's facial expressions (Though they could be imagined). I just wonder whether it is memory fidelity increasing or if brain
18.
▲
by
babby
11y ago
I've observed that the SJW hive think has skyrocketed over the last year on HN. I used to be able to predict ridicule in the comments, but instead I find pandering and PC nonsense. It's pretty depressing overall.
19.
▲
by
babby
11y ago
require('bluebird').coroutine function*() {} Promises + Generators = The sweet spot. Check out https://www.npmjs.com/package/coroutiner to make it stupid-easy to coroutine your entire app.
20.
▲
by
babby
11y ago
Try running a server which watches for file changes and then automatically recompiles without server restart, preferbly configured in the server instead of a CLI. I couldn't be nearly as productive with any other setup.
21.
▲
by
babby
11y ago
Thing is that node can be searched by "node" "nodejs" "node.js" thus the results will always be skewed by a single term like "PHP". When you think about it, PHP is not as high as you would expect in c
22.
▲
by
babby
11y ago
As a user of Android HN apps, premii seems to beat them in all aspects. The major aspect being them actually working properly. It seems like apps are less maintainable. Right now pretty much all of the Android HN apps are broken in some way
23.
▲
by
babby
11y ago
>Cons: Larger memory footprint The more annoying con is lack of shared memory. A single process can be much less complex when it doesn't have to worry about messaging systems and off process caching.
24.
▲
by
babby
11y ago
In theory, with DX12 timed for a 2015 release it could ease the burden enough to make the PC upgrade easier. From what I've gathered DX12 will be significant in terms of efficiency, so new games which support it may be viable. It'
25.
▲
by
babby
11y ago
Firefox added a new scrolling feature in Aurora. layers.async-pan-zoom.enabled;true With this enabled scrolling is calculated in its own thread which makes Firefox insanely smooth now, so I doubt I'd notice a difference even if it were
26.
▲
by
babby
11y ago
Thats a poor argument. Literally no one gets DoS'ed by a few guys F5'ing in coordination. If your server is so poorly set up as to allow any small number of IP's to impact it in any way then you are doing it wrong. When I was
27.
▲
by
babby
11y ago
It already is for me. I had to spend ~2-3 days recently debugging IE11's utterly abysmal dom performance and stylesheet performance. Smooth as butter on chrome, 4 FPS on IE. The only way to fix it was to display: none everything I coul
28.
▲
by
babby
11y ago
I agree, and it's close to usable but not quite. There are a few outstanding breaking issues on the repo that I wish someone who knew how it worked could fix, but the project looks abandoned. I actually heavily modified sublime-better-
29.
▲
by
babby
11y ago
I've tried Webstorm and assumed IntelliJ IDEA had the same pitfalls, which, if I recall correctly, was poor performance and flaky autocompletion. I'll have to download it anyway and try though, if only to see what it looks like to
30.
▲
by
babby
11y ago
I was really excited about Visual Studio for a chance at Coffeescript intellisense, however I learned after the several gig download it wasn't supported. It seems there is basically no way to get proper autocomplete in any editor for C
More ›