Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rekwah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rekwah
2mo ago
This feels like Theranos loading up their board with big names.
2.
▲
by
rekwah
3mo ago
As long as we can launch a big trash ball to knock the other trash ball away...
3.
▲
by
rekwah
9mo ago
Now do this with DuckDB.
4.
▲
by
rekwah
1y ago
Asc vs Desc sort order doing a lot of lifting here.
5.
▲
by
rekwah
1y ago
I'm fine with forks but hard to see @jeffail's marketing/persona of Benthos forked too. It was quirky, to say the least. Difficult line to walk, forking code brings repo docs but it feels insincere reading not on the original
6.
▲
Preview: Amazon S3 Tables in DuckDB
(duckdb.org)
4 points
by
rekwah
2y ago
|
0 comments
7.
▲
by
rekwah
2y ago
Congrats on the launch! I can definitely understand the pain point; frequent plan/pricing iteration in the early days always leaves a pile of "grandfathered entitlements" that get carried around. Two questions. 1) Entitlement
8.
▲
by
rekwah
2y ago
I started looking into this but DeleteObject doesn't support these conditional headers on general purpose buckets; only directory buckets (Express Zone One).
9.
▲
by
rekwah
3y ago
> just put it there, it might be useful later > Also note that we have never mentioned anything about cardinality. Because it doesn’t matter - any field can be of any cardinality. Scuba works with raw events and doesn’t pre-aggregate
10.
▲
by
rekwah
3y ago
Postgres wire format is indirectly getting there. Plenty of tools use that with wildly different storage engines on the other end. A clean room implementation would likely yield different results but there appears to be some appetite for a
11.
▲
by
rekwah
3y ago
Don't leave us hanging. Did you get a discount?! ;)
12.
▲
by
rekwah
3y ago
"1Password Unlocks $620M Round, Reaches $6.8B Valuation" would be my guess.
13.
▲
by
rekwah
4y ago
Curious if cuelang just ended up being too much of a hurdle for onboarding. I like it and have used it quite a bit but there's something about the syntax that makes it impenetrable for many.
14.
▲
by
rekwah
4y ago
If a selling point is run from "one file", that's quite difficult to do in python. There are things like pyinstaller but you end up shipping the entire interpreter in the bundle.
15.
▲
by
rekwah
4y ago
Reminds me of Zach Holman's post "Double Shipping". https://zachholman.com/posts/double-shipping
16.
▲
StaffPlus: Membership for Experienced Engineers
(staffplus.dev)
1 points
by
rekwah
4y ago
|
0 comments
17.
▲
by
rekwah
4y ago
As the author of a popular ULID implementation in python[1], the spec has no stewardship anymore. The specification repo[2] has plenty of open issues and no real guidance or communication beyond language implementation authors discussing co
18.
▲
by
rekwah
4y ago
We do this in the United States as well. We're still building tanks the military doesn't even want.
19.
▲
by
rekwah
4y ago
I know https://github.com/bytebuilders/vue-openapi-form exists but no first hand experience with it. There's also a number of them out there that generate a form from json schema. I'm most familiar with http
20.
▲
by
rekwah
5y ago
PLP. I had this for awhile (20-30-20) with the Dell U3011 back when that was a large monitor. I have PL now with an ultra-wide but still think about trying to include a third monitor, I miss that setup.
21.
▲
by
rekwah
5y ago
SQLModel is a glue/shim layer for defining models that are both pydantic & SA compatible so you don't have to duplicate the effort.
22.
▲
by
rekwah
5y ago
This makes me of Melancholia[0] although the outcome may or may not be different (#nospoilers) [0] https://www.imdb.com/title/tt1527186/
23.
▲
by
rekwah
5y ago
https://4dayweek.io/ is a job board for positions like this. Original Show HN is https://news.ycombinator.com/item?id=26900533
24.
▲
by
rekwah
5y ago
Thinking of https://4dayweek.io/ , perhaps?
25.
▲
by
rekwah
5y ago
4-day workweeks would be nice but what I really want is 50 hour weeks (2hr extra per day) with a summer vacation in June/July/August. Let's say the typical job has 3w vacation: 40hr x (52w - 3w vacation) => 1960hr/y
26.
▲
by
rekwah
5y ago
Interesting concept. I could imagine a slightly modified approach being used as a learning tool for making large/complex codebases more approachable. Want to understand how Clickhouse works? We've got this challenge with 20 stages
27.
▲
by
rekwah
5y ago
You can expand this a bit to make it n-level depth (until you blow the stack). def tree(): return defaultdict(tree) >>> t = tree() >>> t['a']['b']['c'] = 10 >>> t def
28.
▲
by
rekwah
5y ago
It's a perfectly cromulent word.
29.
▲
by
rekwah
5y ago
I always think about The Forever War[0] whenever the topic of extending life spans comes up. While we don't have the jumps due to time dilation, I contemplate how the human mind would adapt to the changes of society over an even longer
30.
▲
by
rekwah
5y ago
Looks similar to ULID[0] (I am the author of a popular python implementation[1]). It appears to have a similar constraint that two ID's generated within the same timestamp (ms, ns) have no strong guarantee of ordering. That might not b
More ›