Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jwinter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Twitter quietly acquires ZeroPush
(zeropush.com)
3 points
by
jwinter
11y ago
|
0 comments
2.
▲
by
jwinter
12y ago
This exists and is what Hound is built on. Rubocop runs lint checks against your Ruby code: https://github.com/bbatsov/rubocop/ . The Emacs integration is great; it highlights failures in place. Hound looks intere
3.
▲
Want a Transportation System That Works? Vanpools
(washingtonpolicy.org)
1 points
by
jwinter
15y ago
|
0 comments
4.
▲
by
jwinter
15y ago
Check out the pomo gem. It works in a very similar way plus it adds a 25-minute timer for pomodoros. If you add your .pomo file to git would do the same integration. https://github.com/visionmedia/pomo
5.
▲
by
jwinter
15y ago
I also recommend checking out Audiogalaxy. It works surprisingly well on 3G and is a great way to access your entire music/podcast collection from your phone. I use it all the time.
6.
▲
by
jwinter
15y ago
Is the email corpus available? One valuable thing that came out of Enron was real-world email data.
7.
▲
by
jwinter
16y ago
The Housing First initiative in the US has seen some success: http://en.wikipedia.org/wiki/Housing_First
8.
▲
by
jwinter
16y ago
http://twitter.com/perlisisms
9.
▲
by
jwinter
16y ago
Knife and Chef: http://www.opscode.com/chef
10.
▲
by
jwinter
16y ago
To rebut your Steve Yegge post with another Steve Yegge post (his opinion, at least in 2008, was closer to Jeff's than yours): http://steve-yegge.blogspot.com/2008/09/programmings-dirties...
11.
▲
by
jwinter
16y ago
The Github founders were working on something like this (famspam) before they founded github.
12.
▲
by
jwinter
16y ago
I'd like to see GitHub integration.
13.
▲
by
jwinter
16y ago
Mount Laurel, NJ Telvue ( http://www.telvue.com/ ). We make broadcast video servers. We're looking for Ruby on Rails developers with Linux experience.
14.
▲
by
jwinter
16y ago
It's funny, the same thing happened to anywhere.fm, of which lala is basically an updated version. They made a fun way to listen to all of your own music online, they got bought out, and they disappeared. Maybe YC should fund another anyw
15.
▲
by
jwinter
17y ago
He's still publishing, at least as of February 2010: http://github.com/raganwald/homoiconic/tree
16.
▲
by
jwinter
17y ago
This looks unofficial, but Github has a version that has updates over the past few years: http://github.com/ato/nailgun/tree/master/nailgun/
17.
▲
by
jwinter
17y ago
Check out nailgun if you're interested in using the JVM as a command-line tool without a cold-start. http://martiansoftware.com/nailgun/index.html
18.
▲
by
jwinter
17y ago
List of all clojars: http://clojars.org/search?q=org
19.
▲
by
jwinter
17y ago
Right, that's exactly what Ruby EE was written to solve. Would've been nice for that to land in Ruby 1.9, but at least REE exists.
20.
▲
by
jwinter
17y ago
Ditz does this: http://ditz.rubyforge.org/
21.
▲
by
jwinter
17y ago
PG's other microblog: http://ycombinator.posterous.com/
22.
▲
by
jwinter
17y ago
They mention run code run ( http://runcoderun.com/ ) which is hosted CI.
23.
▲
by
jwinter
17y ago
"Rogers [Nas's ex-wife] will receive $30,471 in spousal support per month; the couple's son will receive $9,027, according to the court records." from: http://www.nytimes.com/aponline/2009/07/23/arts/AP-US-People...
24.
▲
by
jwinter
17y ago
Use clojure.test for TDD. There's a bit of documentation here: http://java.ociweb.com/mark/clojure/article.html#Testing
25.
▲
SQL AntiPatterns Presentation from MySQLConf 2009
(slideshare.net)
44 points
by
jwinter
17y ago
|
10 comments
26.
▲
by
jwinter
17y ago
Clojure does a good job of introducing new idioms specifically for Java support. From their docs: (doto (new java.util.HashMap) (.put "a" 1) (.put "b" 2)) (.. System (getProperties) (get "os.name"))
27.
▲
by
jwinter
18y ago
There's no mention of equity for people applying as "Hackers". That position is a whole lot less meaningful (financially and otherwise) if you're not a stakeholder.
28.
▲
by
jwinter
18y ago
That comment says: "memcachedb is not distributed, meaning that you can only scale vertically (i.e. by buying bigger machines)." Is that true? The docs on memcachedb seem to imply the opposite.
29.
▲
by
jwinter
18y ago
Add location information to users. I'm more likely to work on a small project with someone local. Also, local user groups are doing this already, if you add location info they could use your software.
30.
▲
by
jwinter
18y ago
There was a pretty good discussion on this here on YC: http://news.ycombinator.com/item?id=454146
More ›