Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jmoiron
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
38 ms
·
1.
▲
by
jmoiron
6y ago
I played from 1995~2001/2ish. Probably to this day the most rich online gaming experience I've had; the book version of a succession of inferior films.
2.
▲
by
jmoiron
10y ago
97th to 104th between 2nd & 3rd is basically all public housing, and there's public housing along the east river that will also have closer, less crowded stations. A lot of the tunnels for Phase 2 (extending the Q to 125th) were bu
3.
▲
by
jmoiron
10y ago
What? He also predicted how and why it would fail. Sun was a big enough player then that it could have survived plenty of other ways. Apple of today looks nothing like the company in 2000, but Sun got caught out more or less exactly as de
4.
▲
by
jmoiron
11y ago
Same author as GORM so its to be expected.
5.
▲
by
jmoiron
11y ago
A few comments on some things I'm seeing in these.. comments. - What about Cassandra/PostgreSQL/Redis? One of the implications of "99% of data is never read" is that it's incredibly wasteful to keep it all in m
6.
▲
by
jmoiron
11y ago
I have actually heard of Kx and Kdb+ and Q and have looked into those products. You're right that I should have mentioned them, because they are important in that space, and in many ways they are miles ahead. The state of time series
7.
▲
by
jmoiron
11y ago
I have a lot of experience with Django's ORM and I would say that the essential character of these heavier ORMs is missing from the afore mentioned libraries. They can be used in the way you describe, but that's not their typical
8.
▲
by
jmoiron
11y ago
> The belief that ORMs are evil is precisely the belief that this sort of code should be repeated everywhere database access is performed. If you have generalized routines for interacting with the database with more comfortable abstract
9.
▲
by
jmoiron
11y ago
When I wrote the same kind of article in Nov 2011 [1], I came to similar conculsions; ujson was blowing everyone away. However, after swapping a fairly large and json-intensive production spider over to ujson, we noticed a large increase i
10.
▲
by
jmoiron
12y ago
Chopsticks are superior for lots of traditional chinese dishes.
11.
▲
by
jmoiron
12y ago
What tulip should have been. Being a long time gevent user, I found goroutines pretty familiar and even unspectacular (no pool.map?!). What really converted me to Go was all of the other ways I found writing Go programs to be more pleasant
12.
▲
by
jmoiron
12y ago
There is no type hierarchy and there are no subtypes. Interfaces do not describe type relationships. The conversion required between `[]int` and `[]interface{}` further demonstrates the significance of this distinction. As for losing type
13.
▲
by
jmoiron
12y ago
Go does not have a type hierarchy, so there is no top type. You can easily use interface{} to make generic data structures, but interfaces have a time/space/code-complexity cost which makes them not worth it most of the time.
14.
▲
by
jmoiron
12y ago
The way you describe it ends up being more awkward, because you have to change code to reference the new path, both in your own code, and potentially in the library you've forked and other dependencies that use it. Vendoring by just m
15.
▲
by
jmoiron
12y ago
Python 2.7 was released after 3.1 and contains many features backported from the 3.x series in order to ease migration.
16.
▲
by
jmoiron
13y ago
I spent years out in the woods with my own projects page that nobody could find and very few cared about, happily cutting trees down with nary a witness. I wanted control over backups, presentation, availability. I was terrified of relyin
17.
▲
by
jmoiron
13y ago
Yeah, I think that bold looks better with sans serif typefaces than underline, so that was a design rather than an ergonomic decision; perhaps not a correct one. I think underlined blue text is probably the "most linky" looking text, give
18.
▲
by
jmoiron
13y ago
I've independently come up with the same decisions on many of these points and, weirdly, a very similar blog design: http://jmoiron.net I decided even to dispatch with the header bar, putting navigation at the bottom of the main page; pr
19.
▲
by
jmoiron
13y ago
Unfortunately if you focus on beauty you sometimes break pragmatism. The JavaScript example in particular is not merely a typographical convention, but a way to avoid common errors. var i=1 , j=2 , k=3 You can remove a
20.
▲
by
jmoiron
14y ago
Redshift is a real physical phenomena describing the way light wavelengths get "shifted" (stretched, to visualize) towards the red as they are seen coming from something moving away from the observer: http://en.wikipedia.org/wiki/Redshift
21.
▲
by
jmoiron
14y ago
From the twitter announcement ( https://dev.twitter.com/blog/changes-coming-to-twitter-api ): "To ensure that Twitter users have a consistent experience wherever they see and interact with Tweets, in v1.1 of the Twitter API we will shift fr
22.
▲
by
jmoiron
14y ago
I don't know how most other people code, but I rarely write out a module, even from scratch, in a way that doesn't require editing and rearranging. I start with a skeleton which reflects my best understanding of the problem and then try my
23.
▲
by
jmoiron
14y ago
This is available via the pkg-info in all installed packages; iirc version is required for distutils, and there is pep386 for version number format, so it should be possible to determine version number as well as compare them for all well-
24.
▲
by
jmoiron
15y ago
http://markdotto.com/bs2/docs/less.html Odd, it says that lessc can take --compress, but using the most recent version of less in npm says that there's no such flag. Maybe it's on the way, or the bootstrap authors know something we don't.
25.
▲
by
jmoiron
15y ago
full disclosure: johnny-cache author The top commenter in OP gave a great rundown of these projects and their evaluation of them at YCharts at a Django NYC meetup a month-ish ago; I'm sure his slides are available on the nyc django site so
26.
▲
by
jmoiron
15y ago
Except that lots of people don't agree with you. People have already been using gnome-do (quicksilver) for fast keyboard app launching for a few years; it's faster, more focused, and less keystrokes than the Unity bar. You also can't use
27.
▲
by
jmoiron
16y ago
I've been using FuzzyFileFinderTextmate for a long time. I'm not sure it's still in active development, but it's worked just fine for me; is there a reason for me to switch to Command-T? I also stick to buffers rather than tabs (for termin
28.
▲
by
jmoiron
16y ago
I normally shy away from writing provocative information-light rants. The important parts (for me): 1. github is a social service, or perhaps best used as a social service 2. it has "the momentum", which is paramount for social services 3.
29.
▲
by
jmoiron
16y ago
I've been watching this pretty closely; the multi-db in 1.2 alone makes it worth the upgrade. It's about a 20 line backend router to get round-robin RODB usage, which is very welcome for sites under high read loads. A lot of systems have
30.
▲
by
jmoiron
17y ago
I've found actionbutton to be a step below the old reviews, perhaps for similar reasons that Tim now finds his honeymoon in Japan souring. The reviews there tend to be a lot more about being entertaining than enlightening, and their stated
More ›