Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
siodine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
siodine
2y ago
I had the same problem with using the latest neo4j API and Sonnet 3.5 -- except it wasn't really a problem. I just created a project where I explain that its knowledge on neo4j is outdated and to instead use an API reference and change
2.
▲
by
siodine
14y ago
I don't know. In Herzog's "Happy People: A Year in the Taiga," you see a dog keeping up with a snowmobile at a constant pace for several hours. (Edit: the dog ran 150 kilometers nonstop at a snowmobile's pace)
3.
▲
by
siodine
14y ago
* SublimeBlockCursor works for me. * Set `"vintage_start_in_command_mode": false` in the vintage preferences. * You can remove the autocomplete on '.', just look through whatever plugins settings or bindings. Also, make sure you get the plu
4.
▲
by
siodine
14y ago
I want to do this. What do I buy, and where do I get recipes?
5.
▲
by
siodine
14y ago
Please implement RSS.
6.
▲
by
siodine
14y ago
How is the paperwhite with pdf journal articles and textbooks?
7.
▲
by
siodine
14y ago
Why is it a better index?
8.
▲
by
siodine
14y ago
Complainers gonna complain.
9.
▲
by
siodine
14y ago
The scorings are terrible. Rottentomatoes is fairly reliable for getting solid recommendations as a cinephile, but this site is giving high marks for what is clearly crap. Maybe there just aren't enough book critics, or you're not aggregati
10.
▲
by
siodine
14y ago
Yup, this seems to be the best solution, and surprisingly makes the laptop the best workstation. You get to change your workspace every 30 minutes to an hour with ease. And virtual desktops + remoting into more powerful computers mitigates
11.
▲
by
siodine
14y ago
>It's a feature that lets you take poorly aligned code that is difficult to read, and fix up the alignment a la K&R et al. Hope that's clear enough for you :) I linked you to plugins that do that. Also, you can find other such plugi
12.
▲
by
siodine
14y ago
Yes, but there are similar problems with standing. http://ergo.human.cornell.edu/CUESitStand.html# http://www.washingtonpost.com/wp-dyn/content/article/2010/10...
13.
▲
by
siodine
14y ago
http://www.novadesk.com/Portals/84375/docs/ergonomic-summary... Hopefully someone can upload "Head and Neck Posture at Computer Workstations - What’s Neutral?"
14.
▲
by
siodine
14y ago
Last I checked, there's no conclusive evidence showing a standing desk has any health benefits over sitting. Treadmill desks, on the other hand...
15.
▲
by
siodine
14y ago
Search http://wbond.net/sublime_packages/community for "scheme" and "theme." https://github.com/cafarm/aqua-theme is what you're looking for, I think.
16.
▲
by
siodine
14y ago
I think that's unlikely. ST2 is already exceptionally fast and complete as an editor. As an IDE, ST2 requires plugins. These plugins are written in Python (which can use libs written in C) as opposed to vimscript or elisp. Moreover, these p
17.
▲
by
siodine
14y ago
Sorry? My response was tailored for your comment -- you didn't mention plugins and you weren't (and still aren't) clear on the features you're missing. I.e., from your comment I inferred that you are new to all this, and so I treated you as
18.
▲
by
siodine
14y ago
This kind of anecdote is more useful with reasons.
19.
▲
by
siodine
14y ago
The Go and Haskell support is better in ST2 than in IntelliJ. For Python and Ruby, it depends. IntelliJ is unquestionably better for Java, though. Also, consider that ST2 is in its infancy and how developed its language support already is (
20.
▲
by
siodine
14y ago
1. The configuration time for stuff like this in ST2 is comparable with IntelliJ. 2. IntelliJ costs more. 3. IntelliJ is simply better for Java than ST2 (more significant time-saving professional features), but not necessarily so for other
21.
▲
by
siodine
14y ago
First, search google for "sublimetext save all." You should then get this website http://www.sublimetext.com/docs/commands . Now, create a new user defined bind for that command (you can google how to do this). Or you could use Ctrl+Shift+
22.
▲
by
siodine
14y ago
This is probably obvious for most people, but when you can't find a feature you want in an editor, you should look for plugins. So, in this case, you would go to http://wbond.net/sublime_packages/community and search for "indent" or "pret
23.
▲
by
siodine
14y ago
Ctrl+Alt+P to get a dialog for opening all your Sublime projects. Ctrl+R for navigating to functions or classes within the current file. SublimeClang gives you Visual Studio-style Intellisense, static analysis, and jump to definition/implem
24.
▲
by
siodine
14y ago
FF has lazy loading. Options->General->Don't load tabs until selected.
25.
▲
by
siodine
14y ago
For me, the most important missing feature is tab lazy loading -- without that my usecase is impossible (hundreds of tabs).