Circuit Rewind's Avatar

Circuit Rewind

@circuitrewind.com.bsky.social

Hey there, Vince here with Circuit Rewind! Retro/Modern tech hybrids? Video Games? Jankinator!? Yeah, maybe. Though, you may know me better as Darkain or "That One Cospix Guy" ™ youtube.com/@circuitrewind

178 Followers  |  191 Following  |  850 Posts  |  Joined: 12.09.2024  |  1.844

Latest posts by circuitrewind.com on Bluesky

Post image

ARM virtualization has been fun to play with. I was an early adopter into that ecosystem and ported open-vm-tools over to Aarch64. I still have my 16-core server here at home running the ESXi ARM Fling :)

06.08.2025 19:35 — 👍 2    🔁 0    💬 0    📌 0
Post image

I've been working on a GPS based Stratum-1 network time server lately.

WALP, why not add the GPS satellites and status itself to my monitoring dashboards !?

Still gotta add the PPS info here, and probably some jitter calculations too, so I can evaluates time-health-over-time.

TIME IS HARD, OKAY!?

05.08.2025 04:31 — 👍 3    🔁 0    💬 1    📌 0
Preview
huge lot of old computers I want to offload - computers - by owner - electronics sale - craigslist Hi everyone just bought a warehouse with a lot of junk in it. Heres a couple photos of the computers bits. Just want to get rid of it all so looking for an offer for everything, pick up only. Dont'...

Anyone in Eugene want a warehouse full of old PCs?
eugene.craigslist.org/sys/d/eugene...

04.08.2025 01:02 — 👍 7    🔁 5    💬 1    📌 0
Post image Post image Post image

Dunno if you all know this or not...

But you can just like... Buy... Unfinished wafers? On places like eBay? They just exist?

No functionality at all in this state other being really freaggin cool wall artwork!

04.08.2025 04:06 — 👍 2    🔁 0    💬 0    📌 0
Post image

One of the neat things built into FreeBSD by default is the package repository auditing.

You can simply run "pkg audit" to see which installed package versions have known vulnerabilities.

I plugged this info into my CheckMK monitoring dashboard last night, and now its working great!

03.08.2025 16:56 — 👍 1    🔁 0    💬 0    📌 0
Post image

Finally got it!

Been trying to find a copy of Jasc Software Paint Shop Pro 5 for years, and just found this randomly a few days ago on eBay.

Ive been using this software for over 25 years and still use it to this day, so might as well have a boxed copy too!

02.08.2025 23:39 — 👍 1    🔁 0    💬 0    📌 0
Post image

Hey, so uhhh...

Anyone need to run some LLMs!? According to Task Manager, FireFox is using over 1TB GPU memory.

I can run some pretty damn slick AI training models with that much VRAM!

31.07.2025 23:01 — 👍 0    🔁 0    💬 0    📌 0

testing

30.07.2025 18:23 — 👍 10218    🔁 3391    💬 113    📌 53

I'm just gonna come out and say it, again.

Users are more important that developers.

Developers gotta drop their ego shit sometimes, and realize that yes, indeed, they do make architectural mistakes that make user's life's worse.

Being stubborn about it solves nothing.

30.07.2025 05:57 — 👍 3    🔁 0    💬 0    📌 0
Video thumbnail

We are excited to announce that we have not one, but two Seattle Community MeetUps next month.

29.07.2025 04:49 — 👍 14    🔁 9    💬 2    📌 2
Preview
a man in a red shirt and black gloves is standing in front of a door ALT: a man in a red shirt and black gloves is standing in front of a door
27.07.2025 23:11 — 👍 0    🔁 0    💬 1    📌 0
Preview
a woman is looking at a chalkboard with mathematical equations on it . ALT: a woman is looking at a chalkboard with mathematical equations on it .

me, using a ATMega as a shift register ....

27.07.2025 19:23 — 👍 0    🔁 0    💬 0    📌 0
Post image

Fixed that for you ;)

27.07.2025 19:20 — 👍 3    🔁 0    💬 1    📌 0
Preview
a man wearing a t-shirt that says ptfm is sitting at a desk ALT: a man wearing a t-shirt that says ptfm is sitting at a desk
27.07.2025 17:57 — 👍 0    🔁 0    💬 1    📌 0

Some notes:

Holycrap, ZFS doing 9:1 compression on disk cache in RAM!?

Also, look how absolutely freaggin clean that process list is. Fits on a small screen, and its very obvious what every single one is there for and doing.

27.07.2025 16:36 — 👍 2    🔁 0    💬 0    📌 0
Post image

Been working on "yet another project"

Turning a Raspberry Pi into a Stratum-1 time server.

BUT, doing it with FreeBSD instead of Linux!

Not only that, but using ZFS as the root file system.

And using pkgbase for the operating system files themselves.

Its all working as of last night!

27.07.2025 16:35 — 👍 7    🔁 0    💬 1    📌 0

I was thinking the same thing. Styles are WAY too similar, and why I shared lol

26.07.2025 18:58 — 👍 0    🔁 0    💬 0    📌 0
Preview
a cartoon of a man with a beard holding a cup and a woman hugging him ALT: a cartoon of a man with a beard holding a cup and a woman hugging him

Are you sure it wasn't the CD-i !?

26.07.2025 05:45 — 👍 5    🔁 0    💬 2    📌 0

I live in the #FreeBSD community a lot

I commit a LOT of one-liner readme changes in projects that simply add FreeBSD next to Windows/Linux/MacOS as a supported platform.

Why shouldn't it be listed? It works!

25.07.2025 16:34 — 👍 1    🔁 0    💬 0    📌 0

Documentation is important :)

It may not always feel like it from the inside with prior knowledge, but from the outside, little tidbits of documentation can save hours of frustration relearning simple lessons.

25.07.2025 16:33 — 👍 3    🔁 0    💬 1    📌 0

I've also added (usually removed, actually) a line of code in a TON of projects to enable compiling/running on ARM/Aarch64.

Simple yet super valuable and productive edits! :D

25.07.2025 16:25 — 👍 1    🔁 0    💬 1    📌 0

I added a one-liner to a "game engine" (ya, let's just call it that LMAO)

It added support for AMD Hybrid Graphics to use the dGPU instead if iGPU on laptops w/ both.

As you can imagine, MASSIVE performance increase.

But its still just a one-liner. ;)

A contribution is a contribution.

25.07.2025 16:24 — 👍 2    🔁 0    💬 1    📌 0
Preview
a purple monster truck is driving through a grassy field with the words truck gang written below it ALT: a purple monster truck is driving through a grassy field with the words truck gang written below it
25.07.2025 06:10 — 👍 2    🔁 0    💬 0    📌 0

That's totally awesome :D

21.07.2025 00:09 — 👍 1    🔁 0    💬 0    📌 0

-shrug- maybe i'm biased :P

20.07.2025 17:34 — 👍 2    🔁 0    💬 1    📌 0
Post image

Capacitor sizes sure have changed in 45 years!

19.07.2025 23:18 — 👍 1    🔁 0    💬 0    📌 0

LOLOLOLOLOLOL Thanks for sharing! :D

How many times has this pic gone viral now!?

19.07.2025 19:34 — 👍 3    🔁 1    💬 1    📌 0

LOLOLOLOLOLOL Thanks for sharing! :D

How many times has this pic gone viral now!?

19.07.2025 19:34 — 👍 3    🔁 1    💬 1    📌 0

Oh hey @circuitrewind.com look what’s going around again hehhe

19.07.2025 19:15 — 👍 14    🔁 1    💬 1    📌 0

Hi, yes, it me, Vince. I took that photo LMFAO. Always fun to see it go viral again and again every few years :D

19.07.2025 19:33 — 👍 24    🔁 1    💬 1    📌 0

@circuitrewind.com is following 20 prominent accounts