Viewing profile — bonzoesc
bonzoesc
HN member- Joined
- Sat, Mar 20, 2010, 1:46 AM UTC
- HN karma
- 1,388
- Public activity
- 457 items
- HN profile
- View on Hacker News ↗
About bonzoesc
Recent public activity
-
comment
Comment #7383553
For all the janky looking URLs I get from eggs that only have like twenty tweets, half of them janky looking URLs, I don't believe anything is trivial for Twitter's spam filters.
-
comment
Comment #6477057
> Ironically, there's a Nissan car that does enable and disable the limiter based on the GPS detecting it being on a race track or not. But they're transparent about it. It's the G…
-
comment
Comment #6378409
From firsthand experience, the PostGIS extension for PostgreSQL is fantastic. A couple of my coworkers at Basho have done geospatial work with Riak, our scalable, distributed datab…
-
comment
Comment #6301292
That's so indescribably worse than just killing that process the mind boggles. Breaking in a simple, predictable, and detectable way vs. corrupting data and hoping (excuse me, "pra…
-
comment
Comment #6300338
Spying on all of the email isn't simple either. When there's a will and a bottomless font of taxpayer money in the name of national security, there's a way.
-
comment
Comment #6294252
Is this a case of design for the sake of aesthetics alone? Welcome to Hacker News!
-
comment
Comment #6294250
I've never had this happen.
-
comment
Comment #6294244
Yes, this is pretty common for printers installed in service desks at the airport. However, they tend to not have overly-branded stock because in the irregular circumstances you te…
-
comment
Comment #6195104
Usability. One time pads have been around forever, are provably secure, but a pain in the ass. Modern symmetric ciphers solve the "you need to securely exchange as much key materia…
-
comment
Comment #6138623
I'm confused as to why you'd need a third-party for this. The Authy app is better. Look at the screenshots at https://itunes.apple.com/us/app/google-authenticator/id38849... . The …
-
comment
Comment #6120948
Flat is in this year.
-
comment
Comment #6053333
Sterilize & release programs for feral cats work; the sterilized cats compete for the same resources as unsterilized ones, but are more effective and longer-lived because they don'…
-
comment
Comment #6034545
" http://jessicahische.is/monkeyingaround" has got to be the best URL I've seen in a long time.
-
comment
Comment #6022835
It does a merge sort, and I can't see that you can opt out of it: https://github.com/basho/riak_kv/blob/master/src/sms.erl 2i doesn't use mapreduce in normal operation.
-
comment
Comment #6022536
Secondary Indexing Improvements: Query results are now sorted and paginated, offering developers much richer semantics So the results can be sorted but are not stored in sorted ord…
-
comment
Comment #5935093
This "poison" is easy to deal with - just go again next year and win it. At what cost, though? From DHH's post: When you expect to win, it’s merely a checked box if you do — after …
-
comment
Comment #5906282
The credits at the end state that most of the actresses were hired through a firm in Portland, so I'd assume he's in Oregon, where summer days aren't 90°F.
-
comment
Comment #5846736
> Oracle's files are based on the tzinfo files, and are just as vulnerable. If anything, more so because Oracle has a lot more money than the tzinfo maintainers. Oracle's got enoug…
-
comment
Comment #5845525
That's one of the reasons Java ships its own; if some systems have different or absent system databases, Java's should still act the same as it does anywhere.
-
comment
Comment #5845371
Lawyer-resistance; remember the situation a year or so ago when the tzinfo files were the subject of a patent claim? Oracle's weren't at risk because they have lawyers on retainer.…
-
comment
Comment #5834984
I got this to build on Ubuntu 12.10 Quantal Quetzal: libtoolize aclocal autoheader automake --add-missing autoconf ./configure make No performance numbers 'cause I did it on a slow…
-
comment
Comment #5830023
I wonder if they could just use a simple locking scheme to prevent more than 1 parser from parsing the same feed at the same time. This sounds simpler than conflict resolution, to …
-
comment
Comment #5829930
I believe it's part of Riak 1.4, which is our next release; no date yet. The number of entries in a 2i isn't going to bog down querying it any more than lots of objects bog down Le…
-
comment
Comment #5829583
Assuming you are using Riak's default configuration each range query hits 1/3 of the cluster, which could get pretty hairy on large clusters that have lots of requests. Also, there…
-
comment
Comment #5829058
For the listing/deleting problems, have you looked at using LevelDB and secondary indexes (2i) to make range queries cheaper? Disclosure: I work at Basho, makers of the Riak databa…