Hacker News new | past | comments | ask | show | jobs | submit | bsdice's comments login

His wife, chose wisely.

Just another example of the US government stuffing media and the public and also foreign countries with three outrageous 'things' per day. It's exactly like the quote from a famous movie where Gust Avrakotos says that if you present three scandals in the left hand, you can park an aircraft carrier behind your right hand and nobody will notice.

Claiming the astronauts where stranded by the Biden admin is just one of those things for the left hand. Of course had Kate dared call it the Gulf of Mexico, she'd be in serious trouble only an hour later. Defiantly, without a job two hours later once CEO heard from lower management.

Something any dictator sooner or later gets into serious trouble, because he is only surrounded by obedient people from his bubble. Warping the view of reality. All others fell out a window or best case, got fired.


Compared to the very first test, everything worked better and looked greased. From the HD drone footage (via Starlink I presume), to the fast arriving boats, quick hypergolic fuel leak checks, roping up, loading onto ship, retrieving crew, going home.

Only thing missing really is landing on land and crew offboarding just like that by themselves.


Biggest issue I have, is not solving all the dependency hell that is Python with its unversioned libraries, but supply chain attacks. Also regressions introduced by new versions all the time.

That is why for projects I resolve everything by hand, add all coarsely audited 3rd party libraries to ./lib/, and the main entry file then does this:

#!/usr/bin/env -S /bin/sh -c "_top_dir=\"\$(dirname \"\$(realpath -s \"\$0\")\")\"; cd \"\$_top_dir\"; exec \"\$_top_dir/python/install/bin/python3\" -W once::DeprecationWarning -X dev \"\$0\" \"\$@\""

import os

import sys

# Insert ./lib/ in front of search path

sys.path.insert(0, os.path.join(os.path.dirname(__file__), "lib"))

...

I like the excellent standalone CPython by indygreg, now under astral-sh's github organization. Unpack as is into ./python/ and done. Because Arch Linux would just roll forward to whatever version is latest, introducing new warnings every month or two and havoc on any new major version.

Project is fully portable, copy anywhere that has glibc, run.


A few years after the first battle over Taiwan has taken place.

There has been news about Broadcom and NVidia testing their designs on Intel process nodes. Which is arguably worse in at least two respects, they are behind TSMC in density and also proprietary software tooling at Intel. After the 13000/14000 CPU chip death issues possibly also in regard to reliability. But they still want to do it.

Although this page in the history books is not yet written, companies hedging their bets this way is a really bad sign.


> A few years after the first battle over Taiwan has taken place.

Awful but true.

> There has been news about Broadcom and NVidia testing their designs on Intel process nodes.

Links? It makes sense to invest in second and third sources, even if it does mean handing money to a competitor. Especially given the instability of the global community right now.



The future and maximum freedom lies in open source, where a team of dedicated users or developers actively de-enshittifies products.

If you are on Arch Linux, try ungoogled-chromium:

https://aur.archlinux.org/packages/ungoogled-chromium or precompiled https://aur.archlinux.org/packages/ungoogled-chromium-bin possibly with https://github.com/NeverDecaf/chromium-web-store and possibly using a .config/chromium-flags.conf like this:

--extension-mime-request-handling=always-prompt-for-install --enable-features=AcceleratedVideoDecodeLinuxGL --wm-window-animations-disabled --animation-duration-scale=0

Timely updates, team defending manifest V2, no user data stealing or background scanning b/s, browser as it should be. Got a 10 year old machine with Intel iGPU and even video acceleration in the browser works.


Used to be "buy cheap, buy twice", now it's "buy American, buy twice".

One step could be to replace what Israel replaced, for more independance. Wouldn't buy their solution though, they sell bad pagers.

Trump has the soccer world cup in USA soon. Spectators could make it hell, boo the USA anthem at every game. I think they will.


Took me weeks to perfect our own setup based on Postfix, Dovecot, Roundcube with some patches, rspamd with attachment-type whitelisting and a bazillion other features, clamav with extra patterns, plus the many tweaks and enhancements you need to dig out from obscure places.

Like fts-flatcurve, an archive plugin for dovecot that can find stuff in 30 years worth of mails in a second, over IMAP in Roundcube. Or rspamd settings to blacklist not a single IP but an entire ASN of misbehaving colo clients. IMAP with namespaces is also a true pain to configure. Or setting bzip2 compression for an auto-expunged journal for spam, and archive without expunge. Painful.

If you made it this far, you will find that your IP address is tainted. So choosing a hoster that keeps his backyard clean from spammers is necessary, otherwise you will suffer by association. Did I mention SPF records in DNS.

So I consider our server a piece of art. 30 years in operating systems certainly helped.


Check AislerHQ on Twitter, based in Germany and should not be affected from the block.

No affiliation except that I like to look at naked PCBs.


I tried them all (also anything on Linux) and now I just use Roundcube on a local install, which runs in any browser.


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: