Viewing profile — jiaaro
jiaaro
HN member- Joined
- Fri, Aug 14, 2009, 3:55 PM UTC
- HN karma
- 465
- Public activity
- 235 items
- HN profile
- View on Hacker News ↗
About jiaaro
[ my public key: https://keybase.io/jiaaro; my proof: https://keybase.io/jiaaro/sigs/84K3fWqzsAqdiBr3x5QcOetIRCsprEfDL6ltJ6V46ac ]
Recent public activity
-
comment
Comment #46789097
Exists is a useful tool that you should certainly know how to use. Whether or not it's faster than distinct depends on the rest of the query. I've optimized queries where distinct …
- story
-
comment
Comment #43285714
Cool project! But, I wonder how long can a project like this use a Pokemon as their namesake and mascot before you hear from nintendo's lawyers?
-
comment
Comment #43107524
Random and round robin partitioning are the configurations being discussed. The main point of the article is that low message volumes mean you can get unlucky and end up with idle …
-
comment
Comment #40162099
The linked article says, in reference to Oracle relocating its HQ to Austin: > Oracle, which was founded in Santa Clara, Calif., in 1977, later had its headquarters in Redwood City…
- story
-
comment
Comment #39520484
The main difference is that you wouldn’t instead drive the whole way instead once you find out the risk. But people do drive the same places they fly
-
comment
Comment #39515639
`str(queryset.query)` does not give you executable SQL. Query parameters are not escaped or encoded in that representation of the query. That escaping/interpolation of query parame…
-
comment
Comment #39514892
If you use postgres, psycopg provides `cursor.mogrify(query, params)` which returns the actual query that will be executed . For example: cursor.mogrify(*queryset.query.sql_with_pa…
-
comment
Comment #38439059
On the other hand, these things see a lot more annual miles than consumer vehicles so the payback period should be shorter. I agree though, that probably it would require some kind…
-
comment
Comment #37985961
I think the suggestion is that a spreadsheet is the not the right tool for the job. There is very likely value in dedicated genetics-specific software, even in the form of an excel…
-
comment
Comment #37327495
Based on the paper Dang linked, it appears that epoxy is involved in all queries to all data stores it coordinates
-
comment
Comment #37327473
Does Epoxy use postgres' own transaction ids across datastores? If not, does it implement its own "transaction id horizon" like postgres has so that you can assume all transactions…
-
comment
Comment #37301687
I’m not an industry expert either, but ear plugs don’t block sound taking other paths to the ear drum like bone conduction. The mix knob on this limiter can’t be turned to 100%
-
comment
Comment #37036771
The blog post mentions that partitions are too low-level an abstraction to program against. Does that mean WarpStream doesn't use partitions? Do you provide any ordering guarantees…
-
comment
Comment #35984210
And this is even true for some more exotic indexes where you might not expect it like exclusion constraints with gist. It’s much more expensive to maintain with a range as the firs…
-
comment
Comment #35307895
As an American I can confirm that, not only do we say “4th of July,” both phrasings are in common use for any date of the year. March 5th is more commonly heard in USA than 5th of …
-
comment
Comment #34473840
One could argue that for some content, how to style it is just a suggestion anyway. Ie you could think of “our style guide for text content can be found at this address” as metadat…
-
comment
Comment #34360731
Yeah - It does seem like the author is trying to apply too many lessons learned from managing computers and software to managing people.
-
comment
Comment #34292292
Agreed, 70 USD probably has a healthy margin. But, I also value that it's been calibrated, tested for reliability, and is already designed/assembled.
-
comment
Comment #34278726
Agreed, I use the cheapest monitor on this page (currently $69 USD) – a little awkward to change the settings, but runs on USB power, monitors CO2 and temperature, and beeps when y…
-
comment
Comment #34076404
K9s - https://k9scli.io/ Terminal (ncurses?) Kubernetes client Bash “wait” command to do multiple things in parallel without extra _stuff_. Eg ( dothing.sh & slow_stuff.sh & more.s…
-
comment
Comment #34020534
Those of us born in 1986 (in New York at least) had neither form of drills
-
comment
Comment #34011048
Lots of people have already written programs in Python. Now their programs will run a little faster without any work. It’s like the barista saying, “coffee’s on me today.”
-
comment
Comment #32382275
I live in Austin, and I frequently have to tell people I know, especially people from New York, that hardly anyone here talks the way they expect (I lived in New York for a long ti…