HN user

_dark_matter_

1,481 karma

Data Engineer

Posts7
Comments396
View on HN
Systems Thinking 6 months ago

Iceberg is, primarily, a spec [0]. It defines exactly what data is stored and how it is interacted with. The community debates broadly on spec changes first, see a recent one on cross-platform SQL UDFs [1].

We have yet to see a largely llm driven language implementation, but it is surely possible. I imagine it would be easier to tell the llm to instead translate the Java implementation to whatever language you need. A vibe-coded language could do major damage to a companies data.

[0] https://iceberg.apache.org/spec/ [1] https://lists.apache.org/thread/whbgoc325o99vm4b599f0g1owhgw...

You want Victorian healthcare? Or privacy? No air conditioning? Dirty air? Horse shit everywhere? No different, people stink, can't shower, and it takes hours of labor to wash clothes without a washing machine?

I think there's just not enough money in the county to induce more babies. The cost would be a shock. Anyone wealthy enough to shoulder the cost would fight so hard against it, it would never stand a chance. IMO the number is probably something like $10k per year per kid. Foster Care pays somewhere between 8k-12k.

Why would they? Because they are about to do the thing they planned to do for months or years? Because they may be risking their own life? Because they're worried about getting caught rather than following through? Because no matter how prepared they are they have never done that EXACT scenario before at that exact airport with those exact people? Because the human mind is a lizard brain even with training and preparation?

Still not a perfect systems, other countries manage this part much better (I've heard Israel is especially good at it, but I don't have direct evidence).

Eat Real Food 7 months ago

Whole milk, cheese, and steak are not the usual foods I associate with health. Unfortunately this is not backed by scientific evidence.

Charles Proxy 7 months ago

Agreed, I used to have a bunch of mitm commands in my bashrc to easily intercept https messages

I'm sorry, I've been vegetarian (mostly vegan, no eggs or milk) for over 10 years, and I crave meat. A juicy burger. Spicy chicken wings. Actually those are mainly it.

I am so thankful of advances that let me eat something my brain enjoys. I get the best of both worlds - no animal harmed in the process.

Why do vegs have to neg on other vegs for what they eat? I hate that. To each their own. I encourage everyone to be vegetarian to support animal rights, but I also would never tell them that their cravings aren't real or how to go about doing it.

This is why I no longer do atomic commits. I've just never had it be a benefit to walk through and guarantee that each commits tests and builds successfully. I so rarely back out changes that when I do, I test then that everything is working (and let's be honest, I back out usually at the PR level, not the commit).

Look, I'm telling you this from my perspective as someone who tried to do the exact thing you're saying. If those things stressed me out as an adult who knows about swimming, and crucially prevented me from signing up my kids for swimming lessons at the Y, then it is going to be even more true for people who are low income and not knowledgeable. These are real barriers. Acting like they're not is just putting our collective head in the sand and letting the problem perpetuate.

I disagree, YMCA lessons are not accessible. First off, you don't know what level your child is, and I remember being stressed trying to read our Ys website to understand what the levels meant. This is important because 2, the classes fill very quickly. You have to know what you want and sign up as soon as they're available. And finally, the classes are at very specific times, which certainly do not work for all working parents schedules. For example, it will just be tue or Thur at 5:45pm. If you can't make that you are SOL.

I'm still not convinced. I spent a few hours today trying to get it to add linting to a SQL repository, _given another repository that already had what I wanted_.

At one point it got a linting error and just added that error to the ignore list. I definitely I spent more time reviewing this code and prompting than it would have taken for me to do it myself. And it's still not merged!