Viewing profile — gz09
gz09
HN member- Joined
- Wed, Dec 04, 2013, 6:56 PM UTC
- HN karma
- 361
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About gz09
No profile information was provided.
Recent public activity
-
comment
Comment #49064650
Strongly agree with the author here. The future will belong to programming languages that natively embed theorem proofers into their type systems so LLMs can forego a lot of testin…
- story
- story
- story
- story
-
comment
Comment #47704987
our CLAUDE.md / AGENTS.md specifically calls out good engineering books, which I think does help: From https://github.com/feldera/feldera/blob/main/CLAUDE.md : - Adhere to rules in…
- story
-
comment
Comment #47294861
> not one mention of the origin of the trick And who or what would you say is the origin? The "trick" is so old I'm afraid it is lost to time to say who invented the bitmap. It was…
-
comment
Comment #47290419
That would be surprising to me if anyone would think this is novel. Using bitmaps to indicate whether things are in-use or not is very common in systems programming. Like you said …
-
comment
Comment #47273175
Haha, looks like it. I remember the first time I encountered this thing called TPC-H back when I was a student. I thought "wow surely SQL can't get more complicated than that". Tur…
-
comment
Comment #47272432
Yep pretty much, feldera is the engine we don't control what SQL people throw at us.
-
comment
Comment #47271980
> Isn't there still a way to express at least one Illegal string in ArchivedString? There may be good reasons (I don't know any) why it wasn't done like this, but from a high-level…
-
comment
Comment #47271778
Feldera is an incremental query engine, you can think of it as a specialized database. If you have a set of question you can express in SQL it will ingest all your data and build m…
-
comment
Comment #47271365
Yep, this comment sums it up well. We have many large enterprises from wildly different domains use feldera and from what I can tell there is no correlation between the domain and …
-
comment
Comment #47271135
> Depending on your needs, the right tool might be Parquet or Arrow or protobuf or Cap’n Proto I think parquet and arrow are great formats, but ultimately they have to solve a simi…
-
comment
Comment #47270966
> it sounds like helping customers with databases full of red flags is their bread and butter Yes that captures it well. Feldera is an incremental query engine. Loosely speaking: i…
-
comment
Comment #47270891
Point them to us https://github.com/feldera/feldera -- we are hiring ;)
-
comment
Comment #47270882
Absolutely, it's a very common technique :) I wasn't sure about writing the article in the first place because of that, but I figured it may be interesting anyways because I was ki…
-
comment
Comment #47270491
Hi, I'm the author of the article. As to your hard disagree, I guess it depends... While this particular user is on the higher end (in terms of columns), it's not our only user whe…
- story
- story
-
comment
Comment #47155422
Security models from SaaS companies based on having a bunch of random bytes/numbers with coarse-grained permissions, and valid for a very long time are already a bad idea. With age…
-
comment
Comment #46606247
> It's pretty clear that the security models that were design into operating systems never truly considered networked systems Andrew Tanenbaum developed the Amoeba operating system…
-
comment
Comment #46376410
feldera has a way to run ad-hoc/list queries on materialized views. Alternatively, you can send the result somewhere where you can query it.
-
comment
Comment #46338751
I believe that was more a bug in the firmware that's been fixed for a while now.