HN user

master_crab

2,490 karma

Part-time dabbler in technical things.

Full-time dad.

Posts23
Comments554
View on HN
www.youtube.com 25d ago

How Saarinen and Eames Imagined Airport Operations and Influenced Dulles

master_crab
1pts0
www.bloomberg.com 4mo ago

Pentagon asks for $200bn for Iran War

master_crab
81pts56
www.bloomberg.com 4mo ago

Oil Hits $119. Gas Prices Jump After Escalation

master_crab
5pts0
www.bloomberg.com 4mo ago

Oracle Will Fire Thousands Due to AI Cash Crunch

master_crab
10pts2
arstechnica.com 6mo ago

Limewire Re-Emerges in Online Rush to Share Pulled News Segment

master_crab
6pts2
www.ft.com 9mo ago

Blackstone says Wall Street is complacent about AI disruption

master_crab
8pts4
www.uscis.gov 10mo ago

USCIS Employer Data Hub - Record of H-1Bs by State, Industry, or Company

master_crab
18pts2
www.bloomberg.com 11mo ago

US Wholesale Inflation Rises by Most in 3 Years

master_crab
320pts386
www.bloomberg.com 11mo ago

Mixed Numbers on Inflation: Core Up/Overall Flat

master_crab
2pts1
nymag.com 11mo ago

Verify Your Age to Use the Internet

master_crab
4pts1
www.bloomberg.com 1y ago

China Moves Forward with $167bn, 70 Gigawatt Dam

master_crab
3pts1
www.bloomberg.com 1y ago

US Trade Court finds Trump tariffs illegal

master_crab
583pts508
www.bloomberg.com 1y ago

Citadel Lobbies for Four-Year Non-Competes

master_crab
12pts2
www.bloomberg.com 1y ago

Delta Flies New Airbus to Japan to Skip Tarrifs

master_crab
3pts2
www.nytimes.com 1y ago

US tariffs can't stop tech jobs moving to India

master_crab
8pts3
www.nytimes.com 1y ago

Startups Are Waiting Years to Go Public, If at All

master_crab
5pts1
www.nytimes.com 1y ago

US Government renames Gulf of Mexico to Gulf of America

master_crab
7pts4
www.msn.com 2y ago

Airline says Boeing CEO must have engineering background

master_crab
21pts4
www.businessinsider.com 2y ago

Some VCs are over the Sam Altman hype

master_crab
4pts1
www.businessinsider.com 3y ago

The layoffs are here for those who chose to ‘learn to code’

master_crab
61pts138
www.businessinsider.com 3y ago

Equifax used records it collects from companies to fire employees with 2nd jobs

master_crab
600pts386
www.economist.com 3y ago

Cloud Computing Giants Fighting to Maintain Profit Margin While Growing

master_crab
4pts1
www.wsj.com 4y ago

Boeing’s New Air Force One Hit by Production Mishaps

master_crab
4pts0

Because I was responding to this comment you had made:

So what's your solution when you have a wholly private service that will never have a public v4 address, nor a publicly routable v6? How do clients get the address for a nice domain name without the addresses in public DNS?

Which, if you claim you use private DNS, you know you can indeed solve by only having the private records sit on your private DNS service that can only be hit by clients on the internal network. Without the architectural bad practice of implementing split horizon.

100%. Orchestrating multiple sub agents is a key requirement for many workflows. If only because it minimizes context sprawl (amongst multiple other reasons).

There is probably a middle ground though. Something like a main thread agent (say a local model for Hermes) orchestrating cloud based sub agents.

Wait…what? You have a fully internal service and you dont have an internal DNS server? I guess those exist in theory, but not in practice. :)

If you have a heavy enough tech stack to run fully internal services, than you can also run an internal DNS service (even pihole is enough) and load internal only entries there.

Or add everything to your hosts file if you have a central config service.

Split brain =/= done right.

This introduces all sorts of aberrant behavior. Most notably that clients will get different responses depending on their query and route that you now have to test for. It also is a “silent” deviation for audiences that may not be aware of.

I’m not sure what problem that is trying to be solved here? That the OP wanted internal users seeing a different site than external users? Or using a different route in? In both those cases the correct user behavior is to use a different DNS record.

IAM isn’t even really the most painful dependency. Route53 is. The control plane only runs out of use1.

Better make sure the only DNS operations you run during an outage are data plane queries and health check failovers.

I always wondered about this. Do companies tie the credit card to an identity to block or do they just block the cc number?

If the latter, seems like a small friction point for a consumer. Given how often cc numbers change and how many an (American) consumer has, this won’t block anything unless you are charging back more than once every few months.

For production Postgres, i would assume it’s close to almost no effect?

If someone is running postgres in a serious backend environment, i doubt they are using Ubuntu or even touching 7.x for months (or years). It’ll be some flavor of Debian or Red Hat still on 6.x (maybe even 5?). Those same users won’t touch 7.x until there has been months of testing by distros.