


Principal Systems Architect
╰─» Infrastructure Engineering
╰─» Performance Engineering
Engineering Preferences
╰─» Ai/ML, CDN, GPU, HPC, LLM
╰─» #FreeBSD #Baremetal #OpenZFS
Ancestry & Genetics
╰─» Ashkenazim, Prussian, Belarusian
╰─» Americans, Germans, Israelis
[posts selectively delete @ 2wks]
🌠 Andor Season Two 🌠
Cassian Andor continues leading the rebel fray, blasting into immediate action and full of inspiration. Despite carrying the weight of his "questionable actions", as some opinions express, he's the leader we needed; even if Director Krennic's ultimate goal may be morally correct in the short term.
Now in the middle of hour one of twelve... it's going to be a fun month of weekly shows! 🌟
#starwars #andor #andorseason2 #scifi #streaming #disney #dateNight #dinnerMovie
#Twitch
💡 Idea for a debugging script 💡
💡 Idea for a debugging script 💡
This might already exist for FreeBSD, and if so.. let me know!
- keeps record of OS core/default settings: loader.conf, rc.conf, sysctl.conf, devfs.rules, login.conf etc
- keeps record of file checksum on those OS core files (similar to the app, tripwire)
- mode which shows divergence on current state vs known-default state in configs (1) and checksums (2)
-4) mode which tracks the files and their change-sets over time, similar to a zfs snapshot but at a single file-level
- mode which shows divergence on current state vs known-default state in configs (1) and checksums (2)
#freebsd #scripting #programming
🎶 Progressive Trance Tuesday 🎶
- Artist: Protoculture
- Track: Pegasus
- Label: Armada Records
- Streaming:https://open.spotify.com/track/6Dfgab32CaQBEiATehVPPr
#music #trance #edm #tuesday #streaming #progressivetrance #protoculture #Twitch
🐘 Mastodon Account Archives 🐘
🐘 Mastodon Account Archives 🐘
TL;DR Sometimes mastodon account backup archive downloads fail to download via browser, but will do so via fetch with some flags in the terminal. YMMV.
the following are notes from recent efforts to get around browser errors while downloading an account archive link.
yes, surely most will not encounter this issue, and that's fine. there's no need to add a "works fine for me", so this does not apply to your situation, and that's fine too. however, if one does encounter browser errors (there were several unique ones and I don't feel like finding them in the logs).
moving on... some experimentation with discarding the majority of the URL's dynamic parameters, I have it working on the cli as follows:
» \fetch -4 -A -a -F -R -r --buffer-size=512384 --no-tlsv1 -v ${URL_PRE_QMARK}?X-Amz-Algorithm=AWS4-HMAC-SHA256
the primary download URL (everything before the query initiator "?" has been substituted as ${URL_PRE_QMARK}, and then I only included Amazon's
💗💓 Another Awakening 💓💗
Every time this track appears in the auditory realm, a partial sample or the whole track, the recognition activates a cascading sequence of neurotransmitter expressions... and I'm right back there all over again...
Track: Complete Awakening
Artists: Atacama, Jakaan
Streaming: https://soundcloud.com/atacama-psytrance/complete-awakening-original?in=winterschon/sets/psytrance-streams-collection&si=e9b3cf77aa8f4c7e8c4c3b402b4a10c8
Source: https://digitalom.bandcamp.com/album/complete-awakening-2
#psytrance #edm #trance #music #streaming #tuesday #morning #meditation #consciousness #Twitch
@antranigv@sigin.fo sure sure, I'll check it out
@infeeeee@lemm.ee ooh fun, let's play blame the messenger! great solution.
@thorstenzoeller@exquisite.social @doerk@nrw.social yes! I was just mentioning that in another response. love gemini, still need to setup a server. 🤩
@thorstenzoeller@exquisite.social @doerk@nrw.social that's a great page. reminds me of a purposeful design choice from the Gemini protocol project; it's all text for similar reasons.
🤍 Appeal to the Browser Goddesses 🤍
🤍 Appeal to the Browser Goddesses 🤍
Can we please make it a thing where 32GB of RAM isn't an insufficient amount for day to day web browser usage? Getting an OOM core dump for that reason is inexcusable.
- Should the Zoom browser app really need 2GB on a single tab when it's already downscaling a 1080p feed to 320p on an enterprise account?
- Should Amazon's website really need 1GB per tab just to view the cart or a ~800Mb for a single simple product page?
- Please remind me how an MKdocs fully static page with a single 400k image and no datatables or fancy JS somehow require 242Mb?
- Or perhaps shed some light on the requirement where Google's main page with a single search form somehow needs ~500Mb
There are no "good reasons" for these inefficiencies. We don't suddenly have better search fields or compressed jpegs now vs a decade ago with 1/10th of the system resources.
#developer #webdev #linux #browsers #chrome #firefox #ensh11n
Q: What do you look forward to on a Sunday morning?
Q: What do you look forward to on a Sunday morning?
A: Relaxing with calm music, a bowl of strawberries, and some quality time with NVDIMM Persistent Memory modules
03:19.. it's still early, plenty of time to debug IRQs! 😊
also, for whoever needs to know this newfangled manner of kernel command line arguments in Fedora/Redhat distros ... if you're tired of typing out the active kernel string when looking up its params via "grubby", here's a var-subshell substituted whatever call to ease those pains:
root@upgrayyed:~# grubby --info=$(grubby --default-kernel)
index=1
kernel="/boot/vmlinuz-6.10.7-200.fc40.x86_64"
args="ro resume=UUID=redacted rd.md.uuid=redacted rd.md.uuid=redacted console_msg_format=syslog loglevel=7 hibernate=no iommu=pt mem_encrypt=off selinux=0 nouveau.blacklist=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau console=tty0 console=ttyS0 console=ttyS1"
root="UUID=redacted"
initrd="/boot/initramfs-6.10.7-200.fc40.x86_64.img $tuned_initrd"