HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bsdice

no profile record

comments

bsdice
·w zeszłym roku·discuss
His wife, chose wisely.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
Reuters ran the story: https://www.reuters.com/technology/nvidia-broadcom-testing-c...
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
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.
bsdice
·w zeszłym roku·discuss
I tried them all (also anything on Linux) and now I just use Roundcube on a local install, which runs in any browser.
bsdice
·w zeszłym roku·discuss
I have around 1.2 GB of compressed git commits on disk, still fast on an ancient Intel E3 1275-v6 with 64 GB of RAM and 2 TB Intel P3520.

Version 10 also now without any startup errors due to slightly wrong sqlite database structure.

Together with vscodium a joy to use.
bsdice
·2 lata temu·discuss
Majel Barrett voice please.
bsdice
·2 lata temu·discuss
The scam and spam call problem is really bad in Germany to this day. And has been for 10 years.

A couple years ago I would sit at my desk thinking about a really hard problem in silence. The phone rings. Spam call. Every 30-180 minutes another one. If you now think turn the phone off, well not that easy as CEO of a business when people expect you to be reachable.

It creamed my corn so much that I recorded my own voice samples as a senile "Opa Denny" (german grandpa Denny), modelled after Lenny. Complete with background ducks hanging out on the couch to Opas dismay, later in the call. It works on autopilot without interaction because on Asterisk, and with the largest German SIP provider at least, you can extract the calling peer identity from the SIP header. So I wrote a scoring system based on indicated number, black and whitelist regexs for number and for calling peer, greylist for the geographically surrounding number prefixes, etc. A legit mobile call would show up as [email protected] for example, while a spam call would say [email protected].

Asterisk would record the call in wideband stereo, normalize the audio, and mail it to me as MP3 attachment. Funny for a while, but these days I just throw all such calls onto the mailbox. Since they need a real person to scam or create a sale, the call is finished right away.

It works great to this day, because I never published it.
bsdice
·2 lata temu·discuss
Using i3 with rofi on X11 git version (because of new TearFree option) myself. A very thin top bar for virtual desktops, tray icons, email notifications, sound volume and date time is all that I need anymore. Tiling is the best way for me to use my single 32" monitor.

The publication of high quality fonts since WindowMaker was a thing 25 years ago and expired patents for font rendering also needs to be mentioned. Desktop Linux has evolved nicely.