HN user

cricalix

439 karma
Posts4
Comments190
View on HN

Change the device? It works fine. The cable is labeled. I know where to find it. I'm not throwing away perfectly otherwise-good hardware because of that.

Sometimes it's not the cable. Sometimes it's the sodding device. I have some IP60-something speakers for the shower. Write up says USB-C power. Brilliant says I, I've got plenty of good ones I use for charging laptops and other USB-C form factor accepting devices.

Sodding things only charge with their special USB-A to USB-C cable. They're in the bag labeled "cursed usb-c charge cables".

I have content in mkv and mp4, SDR and HDR, 264 and 265. I stream from a Jellyfin container with an onboard Intel GPU passed through for transcoding as needed. The client is a 8 series NUC on gigabit using the Flatpak Jellyfin app on a Fedora 44 install. I've yet to encounter any issues with any of my library.

Anecdotes aren't data and all that.

Physical letters do not obviate scams, nor is the cost that prohibitive. I remember actual 419 scams on blue airmail all-in-one letters back in the 80s. And that was international post too.

12‽ I'd swear the Slackware I downloaded was closer to 30+. On dialup. Via a VAX. Using FTP to go from internet to the VAX box, then Kermit from the VAX to the DOS PC using Procomm Plus. Write it all, start the install sequence, find out that the 18th disk was bad. Reboot. Rinse. Repeat.

X disks were X11. There were also the A,B, C etc disks.

Then there was the Coherent install, with massive manual on ultra thin paper with the shell on the front.

Tangential to this was the existence of California Software Product's "Baby/36" software. My father was a 36/400 programmer and sysadmin, and in his spare time used Baby/36 to write software for local businesses. I have vague memories of parallel port dongles being involved back then too. Don't think he mandated their use, was more a "framework" requirement.

I poked this - the 96 installer from Archive didn't play nice with wine. However, dosbox plus win3.11 and some ingmount commands worked just fine. So yes, you could export to plain text or similar.

On the note of Jupyter notebooks and version control - there was a talk at this year's Pycon Ireland about using a built in cleaner for notebooks when committing the JSON (discard the cell results), and then dropping the whole lot into a CI system utilising remote execution (and Bazel or similar) to run and cache the outputs. Was a talk from CodeThink. No video up yet though. Scenario was reproducible notebooks for processing data from a system under test.

Orion 1.0 8 months ago

How many times a day / week / month do you launch your browser from scratch ?

Every morning / day across multiple machines. I don't leave them sleeping or hibernated.

Don't think I'd notice a slightly faster browser start; a 50% faster start would be nice though.

They also support FTP without the SSH transport, and it's not FTPS either. Various IP cameras still support FTP as a way to write files out periodically; I use this to provide a "stream" from a camera (8 seconds per frame because reasons) to the world. Actual streaming via RTSP is also available, but I could never get a stable stream to a video host (like YT or Twitch) from the camera (partially because of a poor quality network connection that can't be upgraded easily). So, FTP + credentials -> walled off directory that's not under the web root -> PHP script in web root -> web browser.

It might be better on Debian, but it's absolutely fine on Fedora too - in that I've hit zero snags. Maybe there are problems somewhere, but I've not encountered them yet (with a mix of all three supported ways to run things).

I've been happy with Fedora for my personal systems, and it's the only blessed distro at work for those who don't want Windows or Mac.

Heck, I use Fedora Server as my homelab OS to run Incus. Works For Me.

In no particular order:

Marine mammals

Sunsets with no land in sight. Sunsets framing the land. Sunrises with no land in sight. Sunrises framing the land. Thunder and lightning rolling up one side of an island in the distance, putting on a show.

Dark skies and the stars.

The peace and tranquility of quiet places with just nature and you. Until the sod over the hill turns on their generator.

Fresh fish.

The feel of sea spray, wind in the ears, the connection to your boat, knowing if things are right just by the feel and sound.

And that's just from doing non-ocean-crossing sailing.

Not the person you're asking, but I sail a 7 ton, 10 metre yacht. I can change course by 90 degrees in under 10 seconds if I need to (probably far less, depends how hard of a crash tack I do).

people do need to sleep if they're soloing offshore, so the warning would need to be at least a minute to be able to wake up, then there's putting on the safety equipment to go out on deck etc. So make that multiple minutes of warning for it to be useful..

Im not aware (which is not to say it doesn't happen) of that many incidents with sailing vessels and whales. However, you've prompted me to look, and it's more than I thought.

https://www.yachtingworld.com/cruising/new-approach-to-reduc...

Around 1996/97 timeframe, you could fit a kernel and userspace. I remember building a 1.44 setup that booted a compressed kernel and had enough user space tooling to bring up telnet, ftp, and the radio stack to drive the long haul radio cards (we were replacing JNOS [0] IIRC at an ISP ). Even had writable space at the end of the floppy (the kernel etc were readonly) to write overrides of the config; poor man's overlay I think, but it is rather a long time ago.

Given we were working with 286 era hardware (maybe 386?), I'd be surprised if ELKS doesn't fit on a 1.44. Indeed, simply looking at the downloads page linked from the original link would have answered your question.. [1]

0 - https://www.langelaar.net/jnos2/documents/about.html

1 - https://github.com/ghaerr/elks/releases

There's also PlantUML (lots of ads on the page, unfortunately) with support for all sorts of diagram types, and it's extensible. Swimlane, UML, sequence and about 20 more.

While looking into a replacement for auto increment primary keys, I also encountered TSIDs / Snowflakes. At least with TSIDs you can store them easily as 64 bit integers; ULIDs were not as compact. Haven't made a decision yet though.