Viewing profile — postfuturist
postfuturist
HN member- Joined
- Thu, Nov 19, 2009, 9:49 PM UTC
- HN karma
- 1,273
- Public activity
- 253 items
- HN profile
- View on Hacker News ↗
About postfuturist
Recent public activity
- story
-
comment
Comment #7800628
Java 6 did not break backward compatibility (code written for Java 5 generally runs fine on Java 6).
-
comment
Comment #7800170
"One of the great strengths of Python 2 is the long tail of 3rd party libraries" does not imply it is the "only measure"
-
comment
Comment #7800142
Did you read the article? The long tail is the critical collection of libraries and most of them will never be ported. People write new Python 2 libraries every day, actually--the …
-
comment
Comment #7800103
Python 2 has unicode literals and utf-8 available if you declare them at the top of your file. You don't need Python 3 for that.
-
comment
Comment #7800050
I'm the author. I've never worked at Microsoft (where did you get that?). I'm a Linux guy. The "lazy people" you refer to is 98% of the Python community. Python 3 didn't "gain" sta…
- story
-
comment
Comment #6547862
> No one expects an app written for OSX 10.4 Tiger to work on OSX 10.8 Mountain Lion. That's truly sad.
-
comment
Comment #6534324
json.org/license
-
comment
Comment #6533686
That's just a license for software available on json.org, so no impact at all.
-
comment
Comment #6528189
OK, I'm moving to Finland.
-
comment
Comment #6528148
I like Prolog Also, I have a love/hate relationship with a lot of these langs, so votes go in both categories, I suppose.
-
comment
Comment #6496852
It's a common technique to serialize arbitrary data into blob fields in SQL databases--I've seen it for years. Usually, it is considered an anti-pattern. Postgres 9.1 doesn't do mu…
-
comment
Comment #6471898
It will probably be available here forever: http://web.archive.org/web/20130806152657/http://blog.jgc.or...
-
comment
Comment #6445862
> They are a data structure invented by Rich Hickey for Clojure It is an implementation of a data structure invented by Phil Bagwell: http://lampwww.epfl.ch/papers/idealhashtrees.p…
-
comment
Comment #6110293
Edit: he should have escaped the $title and $body.
-
comment
Comment #5806154
This isn't a search for SQL injection, its a search for a couple things that you often find in older PHP code that is generally hacked together and likely to have SQL injection vul…
-
comment
Comment #5747690
"... antioxidants, probiotics, and nootropics. It's everything the body needs." - Soylent video "It's a single cell protein combined with synthetic aminos, vitamins, and minerals. …
-
comment
Comment #5746221
People are working on this very problem: http://ecozoomstove.com/
-
comment
Comment #5725902
I enjoyed using an earlier version of Linux Mint, but the default gnome-shell UI had a massive memory leak ( https://bugs.launchpad.net/linuxmint/+bug/930402 ) which was never fixe…
-
comment
Comment #5700698
1. Does being a cretin or a jerk or whatever mean it is OK to be imprisoned for non-crimes? 2. He wasn't the one who started the comparisons with Aaron Swartz, from weev's tweet: "…
-
comment
Comment #5687236
"automatic merging" upon consensus -- had to laugh at this idea, the ratio of merge requests that would merge cleanly, automatically is low. Generally they have to be rebased again…
-
comment
Comment #5433483
Rosetta Code has Hello World in only 245 programming languages (but a huge corpus of other examples in various languages). http://rosettacode.org/wiki/Hello_world
-
comment
Comment #5376910
Perseverence. Time and exposure is all you need. Eventually you will be comfortable with it. I know I am, and it probably took about a year.
-
comment
Comment #5326015
Cookie handling needs to be visible, not just for devs, but normal users. Maybe a little bar that shows that first party and 3rd party domains are offering cookies and users can al…