Viewing profile — dtheodor
dtheodor
HN member- Joined
- Mon, Mar 11, 2013, 2:10 PM UTC
- HN karma
- 98
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About dtheodor
No profile information was provided.
Recent public activity
-
comment
Comment #49056231
An interviewer asking me about git rebase is the huge red flag
-
comment
Comment #46899736
Thank you Machiavelli
-
comment
Comment #38701658
Looks like .NET was represented in FOSDEM once, in 2019. https://devblogs.microsoft.com/dotnet/net-and-typescript-at-...
-
comment
Comment #36868458
Reminds me of Microsoft's KQL https://learn.microsoft.com/en-us/azure/data-explorer/kusto/...
-
comment
Comment #36489922
If you are interested, I highly recommend the youtube channel Kings and Generals. It has very good history content on the last centuries of the Roman Empire and the rise of the Ott…
-
comment
Comment #35914736
Insufficient data for a meaningful answer.
-
comment
Comment #35426280
He is not cherry picking, he picked the largest immigrant group, twice as large as the next one
-
comment
Comment #34825364
Right, if you consider the internal state, it is hardly similar. You talked about black box and QA though. Black box by definition holds the internal state as irrelevant, and QA mo…
-
comment
Comment #34824511
Your run of the mill computer program also "operates in enormous parameter spaces that are impossible to meaningfully test for all possible adversarial inputs and degraded outputs"…
-
comment
Comment #32609006
> Game of Thrones completely disregards the real world, and because this is on purpose, I think criticisms from "realism" are unwarranted This is not true, any work of fiction need…
-
comment
Comment #31337460
Would you say that a database is a "black box full of binary garbage, chewing gum and rubber bands that tightly couples everything in Windows.and it's like spaghetti and can't poss…
-
comment
Comment #30020636
I share the sentiment, but not for Roblox. Hashicorp, with a recent IPO, 200 mil operating revenue, and supposedly a good engineering reputation has one of its flagship products cr…
-
comment
Comment #29299995
You are basing the statement "fear of wolves is completely irrational" on your experience as an outdoorsperson and 25 years of yellowstone. This is not a good basis. Wolves had liv…
-
comment
Comment #24280456
He bribed people for sure. Microsoft products had completely overtaken the public sector IT of several countries back in the 90s/00s. To get into the public sector of several third…
-
comment
Comment #24147537
Curious how Rust's ownership interplays with this memory management approach. Does it actually get in the way of implementing this?
-
comment
Comment #23664592
There's a whole discipline around converting diagrams to code, called Model Driven Engineering. The idea is that you capture business entities and rules in various well defined dia…
-
comment
Comment #23068547
It's in-memory materialization, which will spill to disk if it doesn't fit in memory. Search for "Materialize node" in https://www.postgresql.org/docs/12/using-explain.html
-
comment
Comment #23068505
It's very true today. The problem discussed here is performance on complex queries (e.g. subqueries), and the query planner plays a huge role in that. The Postgres query planner ha…
-
comment
Comment #17607851
This website is unchanged from 1993 (the web archive first crawled it in 1997), yet it looks great in my 4K screen. I wouldn't be able to tell if it was written yesterday or 20 yea…
-
comment
Comment #16890777
Since becoming open source and the system's architecture is in the open, I wonder how this criticism of FoundationDB from a VoltDB architect https://www.voltdb.com/blog/2015/04/01/…
-
comment
Comment #13207617
I really don't see Rust as a good example of a language getting its syntax right. It reads like Perl. You know what's good syntax? The one that reads like pseudocode (Python is the…
-
comment
Comment #12529992
NoSQL is all about missing useful features (such as integrity, transactions, query flexibility), that you unfortunately have to drop if you want to be able to scale in certain ways…
-
comment
Comment #12168812
Why EventQL over other distributed columnar-storage based databases like Redshift, Vertica, Citus, or Hadoop-based ones like Impala and Presto. What does EventQL do better?
-
comment
Comment #11800304
We often see criticism against unit testing that is based on facts such as tests are badly written, unmaintainable, incomprehensive, and they drag development down. Which may very …
-
comment
Comment #11055083
Sorry, I don't see the point of this library. What exactly does it provide? It looks like a very thin wrapper (150 lines of code) over psycopg2 that does exactly the same thing, ju…