@wickedshell

8 Followers
60 Following
52 Posts

hell yeah, got displayport alt mode over usb-c working on rk3588 pocket reform with mainboard 2.0!

in the end it was a DP lane polarity issue: USB3 allows lane polarity swap for better PCB routing, but DP doesn't. tricky when you need to reuse the same lanes for both.

behdad (@[email protected])

HarfBuzz 13.0.0 released with new experimental features: `hb-vector` for vector output of glyph outlines to SVG and `hb-raster` for rasterizing glyphs to A8 / BGRA32 images, among other features. I would like to welcome our new contributors: Claude & Codex, without whom these new features would not have been possible. https://github.com/harfbuzz/harfbuzz/releases/tag/13.0.0

typo.social

Chamfers in Dune 3D just got more versatile and now support two Radii for non-45° angles!

But this post isn't really about that, instead, it's about making visually pleasing UIs.
In its first iteration (left), the chamfer group editor looked a bit chaotic with the spinbuttons and Radius texts not lining up horizontally.

Using tabular figures for the text and a size group to indent the spinbutton made it all line up just right 👌

#dune3d

I just played the browser game called CSS Clicker by @rebane2001 and learned how much is actually possible with pure CSS without JavaScript. Try it out yourself here: https://lyra.horse/css-clicker/
@antoniovr I honestly just noticed during the midst of the kerfluffle in github issues asking for more detail/confusion about the passing of keys. I didn't have a lot of time, so at the time I uninstalled syncthing-fork since it's not the most critical on my phone (but I did like it and use syncthing elsewhere). It's been on my mental list to reevaluate. (And I pulled that article for you from a quick internet search, I've never actually used that site before).
@antoniovr @vkc I also have not kept up with this, so it may not be a real thing.
Key handover in the dark: Syncthing fork community raises alarm

The repository of the popular Syncthing fork for Android disappeared from GitHub and reappeared under dubious circumstances – is this an open-source hack?

heise online
@vkc App "store" recommendations. I've installed some stuff off of F-Droid, but have started feeling unsure about it due to some of the drama around Syncthing-fork, as well generic internet debate on the topic. Minimizing the usage of google play is a strong desire, but something that has a normal release/update pipeline would be nice.

Project manager: "What's technical debt? Explain it to me like I'm 6 years old"

Devs:

(source: "Richard Scarry's Storybook Dictionary" : https://archive.org/details/1scarryRichardStorybookDictionary/page/n56/mode/1up )

Storybook Dictionary Richard Scarry's : Free Download, Borrow, and Streaming : Internet Archive

  Storybook Dictionary Richard  Scarry's

Internet Archive

This is an old blog post of mine, but I still really appreciate this subtle feature of Rust: one of the ways it supports robust thread-safe concurrent code is by _not making everything thread-safe._ It's odd that this property is so rare in languages. Just like how clear boundaries are critical in relationships, being able to designate which parts of your program _can't_ be shared across threads is critical for ensuring that the shared parts are correct.

https://cliffle.com/blog/not-thread-safe/

#rustlang

Safely writing code that isn't thread-safe

An under-appreciated Rust feature