Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

OK, I gotta hand it to CoPilot.

Uncategorized
61 4 265

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    1 Views
    Live Train Departure Screens Keep You Abreast of Transit DevelopmentsIf you want to know when the train is coming, you could pull up a webpage on your phone, or walk all the way to the station to look at the displays there. Or, like [eastfamilyreddish], you could build a neat little train info display to decorate your desktop instead.The build is based on the work of [gadec-uk]—who developed a train information display some time ago. It’s based around an ESP32 D1 Mini, paired with a 256 x 64 OLED screen to display relevant train information. It accesses a National Rail API for train status information—known as the Darwin LDBWS (Live Departure Board Webservice). Configuration is via a web GUI hosted by the ESP32 itself.[eastfamilyreddish] took the concept further by adapting this hardware into a more pleasing form. The ESP32 and OLED screen are built into a neat little hanging sign setup that apes one you might expect to see at a real railway station. You might expect that 3D printing was involved, but instead, this was achieved with lasercut parts and resin casting to create something with a beautiful finish. They even went so far as to include a wireless phone charging module in the base, making the device extra useful to really earn its place on the desktop.The fact is, around these parts we love both trains and the displays you find around them. If you’ve got a railway-adjacent project, or you’ve just built your own awesome railway, don’t hesitate to let us know on the tipsline!hackaday.com/2025/11/28/live-t…
  • 0 Votes
    1 Posts
    2 Views
    Sbriciolata, giornata intensissima, e grata di tutto. Ora sono troppo stanca ma domani voglio prendermi un po' di tempo per scrivere Happy🦋Intanto un pensiero lo lascio anche qui: grata del freddo sul naso e di poter rientrare in una casa calda che mi concede il lusso di apprezzare l'inverno.
  • 0 Votes
    4 Posts
    1 Views
    @stefano Sure. I was just lamenting on myself, I was almost going to get that fun contract with clear agreements, aced the interviews and then lost of signal, later I learned they closed the role.I wonder if we shouldn't at least charge for this, cause it's "work" and lack of respect at the same time.
  • 0 Votes
    2 Posts
    0 Views
    @benjistokman @hipsterelectron I'm guessing you most likely want a perceptual color space like oklab or cielab.The math involved is very fiddly and easy to get wrong, but the CSS spec has useful reference examples https://www.w3.org/TR/css-color-4/#color-conversion-codeYou can also copy my notes https://github.com/Aeva/mollytime/blob/f4fe01f4ca979a0d24a3e7a11f6a5b4049cb3ea3/src/colors.cpp#L349 (my re-implementation of the math outlined in the above CSS spec)