Josh Junon's Avatar

Josh Junon

@bad-at-computer.bsky.social

Coding @ github.com/qix-, making an operating system @ github.com/oro-os

483 Followers  |  51 Following  |  124 Posts  |  Joined: 03.11.2024
Posts Following

Posts by Josh Junon (@bad-at-computer.bsky.social)

don't threaten me with a good time, Steve

17.02.2026 08:44 — 👍 1    🔁 0    💬 0    📌 0

hahaha the look of someone who knows they played you

28.12.2025 08:36 — 👍 1    🔁 0    💬 0    📌 0

UEFI implementation, pure x86 assembly, no AI, 100%

26.12.2025 16:41 — 👍 0    🔁 0    💬 0    📌 0

This is parrot logic.

26.12.2025 16:36 — 👍 1    🔁 0    💬 0    📌 0

omg c10k, please Steve I'm not that old yet 😭

25.12.2025 23:14 — 👍 1    🔁 0    💬 0    📌 0

This is an interesting approach to the moderation problem. I don't know if there's prior art here - what inspired this?

22.12.2025 19:28 — 👍 0    🔁 0    💬 0    📌 0
Video thumbnail

Backlights are working. The dedicated white channel really makes them quite vibrant. Glad I did that.

Source here btw (both #PCB and #firmware): github.com/oro-os/link

She's nearly finished. After three years and thousands of euro. I cant wait.

19.12.2025 23:38 — 👍 4    🔁 0    💬 0    📌 0

Just when I thought he couldn't steep any lower.

15.12.2025 20:08 — 👍 4    🔁 0    💬 0    📌 0
Video thumbnail

Finally figured out that JLCPCB mis-fabricated the board. Required me to file off a bunch of edge plating and cut some pieces off but ultimately got #firmware flashed. All in #rust, if you can believe it.

Tomorrow will be the rest of the LEDs (on the back), testing ULPI, OLED and Ethernet.

14.12.2025 23:24 — 👍 1    🔁 0    💬 0    📌 0

Forward them to me. I'll waste their time :D

13.12.2025 03:13 — 👍 3    🔁 0    💬 0    📌 0

D. All of the above

13.12.2025 01:18 — 👍 1    🔁 0    💬 1    📌 0
Post image Post image

Doing a bit of #pcb work today. In for a good ~7 hours of populating over 200 components.

13.12.2025 01:17 — 👍 3    🔁 0    💬 0    📌 0
Preview
From the ShroomID community on Reddit: A toddler ate this fella, id help? Explore this post and more from the ShroomID community

Learned about these through ShroomID a while back. (Toddler was OK in the end)

www.reddit.com/r/ShroomID/c...

09.12.2025 23:53 — 👍 0    🔁 0    💬 0    📌 0

goat, thank you sir

09.12.2025 23:49 — 👍 1    🔁 0    💬 0    📌 0

This is gorgeous. Any good (rata)TUIs for GDB by the way?

09.12.2025 08:35 — 👍 2    🔁 0    💬 1    📌 0

Hi! DMs open :)

22.11.2025 11:59 — 👍 0    🔁 0    💬 0    📌 0

I can imagine! I also remember scout giving me my first VR 'vertigo' feeling :D

22.11.2025 02:13 — 👍 2    🔁 0    💬 1    📌 0

Might have been DK1, I actually don't remember, come to think of it. Was unreal to experience that the first time via TF2. I have the Index these days and enjoy making VR stuff due to that experience, so thank you for that ❤️

22.11.2025 02:09 — 👍 2    🔁 0    💬 1    📌 0

I definitely played some weird prototype of HL2 and TF2 on the oculus DK2 way back when. It was incredible, especially TF2 which I had a much stronger affinity for. It wasn't using any hand controllers, just KB/M. Your mouse moved the reticle around the screen, which was genius. Loved this story!

22.11.2025 00:48 — 👍 2    🔁 0    💬 1    📌 0

It's so crazy how they've completely stuffed AI in every nook and cranny in Acrobat. Actually sickening. I dread PDFs now.

21.11.2025 14:03 — 👍 3    🔁 0    💬 0    📌 0

Another aspect of this. As a victim of a recent and very publish phishing attack, it leaves a bad taste in my mouth when legitimate emails urge you to do something sensitive in a short amount of time. It conditions users to fall for attacks much more easily by creating this pattern.

21.11.2025 11:49 — 👍 5    🔁 0    💬 0    📌 0

all I got is whalebone, take it or leave it

21.11.2025 10:08 — 👍 1    🔁 0    💬 1    📌 0

You're absolutely right. This post's synergy levels are off the charts. Looking forward to circle back with you about this to align on projections and to maximize reach.

20.11.2025 08:18 — 👍 0    🔁 0    💬 0    📌 0

Only gripe with the panic system in Rust is that I wish you could annotate side effects to assert on their absence for certain functions, but I know this is difficult, especially retroactively. This would remove the need for link-time hacks like no_panic. Clippy gets close, but not for specific fns.

20.11.2025 08:15 — 👍 0    🔁 0    💬 0    📌 0

In my brief stint doing moderation on the bcat discord, we had a lot of LARPers playing the role of "super secret agent" trying to talk to higher-ups in bcat to reveal information. I kind of miss those messages.

20.11.2025 07:21 — 👍 3    🔁 0    💬 0    📌 0

.unwrap() is an assert!(), basically. If you can't guarantee the assert!() condition is always true, then unwrap isn't the tool. Also this was caused by an upstream misconfiguration of ClickHouse anyway; the unwrap() just surfaced the issue. A lot of FUD about nothing except subpar QA processes.

20.11.2025 07:16 — 👍 1    🔁 0    💬 1    📌 0

redis is nil, hth

18.11.2025 17:57 — 👍 1    🔁 0    💬 0    📌 0

Important missing information: are you IO or CPU bound (on the sending side) at all?

18.11.2025 09:07 — 👍 0    🔁 0    💬 1    📌 0

Having gone down this road before (GH: qix-/node-editor), great work.

15.11.2025 15:34 — 👍 2    🔁 0    💬 0    📌 0

are you seven feet tall?

12.11.2025 09:29 — 👍 2    🔁 0    💬 0    📌 0