Hacker Newsnew | past | comments | ask | show | jobs | submit | Lucasoato's commentslogin

> it wouldn't be the "end of humanity" or anything even remotely like it

It's very likely that a nuclear conflict between major nuclear-armed states (US, China, Russia, but it could be starting in India or Pakistan as well) would bring an end to humanity as we mean it today.

I really hope that behind all the today's communication bullshit there are deep state masterminds that do not have personal interest in dominating a doomed world.


If nuclear winter was real (It isn’t), and if things completely collapsed (They won’t) you still have places like Argentina with self sufficient economies in the Southern hemisphere and natural resources independent of the USA, Russia, or China.

Nuclear war would be terrible but it would be a lot more like Ukraine than The Day After or Threads. If you’re not at ground zero, don’t act stupid and quickly evacuate, manage not to be impaled by debris your chances of walking away are far higher than anyone realizes. They literally did hundreds of atomic tests in Nevada to prove this.


Every time someone posts a imgur link on HN I get this as response:

    Imgur is temporarily over capacity. Please try again later.

That's what it says when it doesn't like the look of your IP. I get it when I'm on my VPN.

Imgur really doesn't like ad-blockers. This'll get you on their "overloaded" banlist after just a few visits.

Not exactly, bot farms can still be made with poor people IDs through black market. I don't know what the solution is going to be, but at some point we might forced to accept the reality that on the internet humans and AI won't be distinguishable anymore and adjust our services independently on the client being a person or a machine.

That is a probable outcome however it would at least cap or limit the ability of bot farms to produce industrial sludge content.

Face ID check every 5 minutes to confirm it’s really you.

ID verification with video capture for every post on an attested device.

lets bring back Chrome's WEI while we're at it

/s


Self managing a database vs getting RDS isn't an easy choice. It depends on the scale, it depends on the industry... if you're locked in already in AWS, the price difference between the bare machines vs RDS usually aren't enough to pay for another person.

If you're starting everything from scratch, you might think that going to other providers (like Hetzner) is a good idea, and it may definitely be! But then you need to set up a Site2Site VPN because the second big customer of your B2B SaaS startup uses on-premises infrastructure and AWS has that out of the box, while you need an expert networking guy to do that the right way on Hetzner.


I regularly use Graviton CPUs on AWS (even if Amazon pays the cheaper ARM license), why would people switch back from that? It's effectively better in terms of performance/price, I expect these improvements to slowly but steadily reach the on-premises world as well.


Yeah, but everything on AWS is already way more expensive than it should be, so the slight discount on ARM instances is a gimmick from Amazon to diversify their servers or something. Actual ARM servers aren't cheaper or better.


I’ve tried SQLModel as well lately, project that unifies the models you use to validate (Pydantic) and the ones you use for persistency (SQLAlchemy).

Very interesting, not all use cases are fine with SQLModel, but you can definitely see its usefulness to avoid boilerplate code.


Steve Jobs is rolling in his grave.


Mac has always had horrible window management. Made worse because applications and windows are a separate concept. Used to seem clever but in the world of multiple workspaces it's a terrible decision. Now it's even worse trying to manage multiple llms and projects.


There's a generation of developers who seem to have forgotten an application can open multiple windows


> because applications and windows are a separate concept

Is this the reason why "closed" applications still show up in cmd+tab?


Yes, but it's much worse than that because it makes multiple workspaces essentially unusable. Try them on Windows or any Linux desktop. When a window is also an application it makes handling them much more seemless. Not to mention the animation on Macos (slide or fade) takes multiple seconds, then when it completes it takes 500ms to actually focus. That's if it actually focuses to the right window when switching, which is currently a bug. Been there for years.


Yeah the application is still loaded in ram.


Attach a generator to him and the AI datacenter energy needs are solved. Even better, the more trash that AI produces the more energy is generated.


> Even better, the more trash like this that AI produces the more energy is generated.

Do you have any "inside knowledge" that this was caused by LLM use or do you just attribute everything you don't like to AI?


Edited. I'm not strictly saying this was caused by AI, but more of a general point that AI is really good at producing crap work which would make the generator spin faster.


This reminds me of The Paperclip Game: https://www.decisionproblem.com/paperclips/index2.html


That will be really hard - socket is at the bottom of Magic Mouse-shaped coffin


Maybe the coffin's interior having very round corners would help?


Actually, I’ve seen a 150% improvement on Claude Opus 4.6 just by setting up the notifications with Final Fantasy VI menu sounds.


I feel like this isn’t the best moment to call Bill Gates. Or maybe yes, maybe he’ll open source Windows at this point, who knows!


It is so important to use specific prompts for package upgrading.

Think about what a developer would do: - check the latest version online; - look at the changelog; - evaluate if it’s worth to upgrade or an intermediate may be alright in case of code update are necessary;

Of course, the keep these operations among the human ones, but if you really want to automate this part (and you are ready to pay its consequences) you need to mimic the same workflow. I use Gemini and codex to look for package version information online, it checks the change logs from the version I am to the one I’d like to upgrade, I spawn a Claude Opus subagent to check if in the code something needs to be upgraded. In case of major releases, I git clone the two packages and another subagents check if the interfaces I use changed. Finally, I run all my tests and verify everything’s alright.

Yes, it might not still be perfect, but neither am I.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: