Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • 0 Votazioni
    1 Post
    11 Visualizzazioni
    I'm #colorblind and I use https://xkcd.com/color/rgb/ frequently.Randall 'xkcd' Monroe did a survey of over 100,000 readers where he showed them random rgb colors and said "what would you call this?" and afterwards he did his best to sort the results into the most popular color names and the colors they refer to.It's like a box of Crayola for the internet. Finally, my colorblind self can grab a sample of "dark magenta" that doesn't just look like "grape purple" to everyone else.The data is freely available as a .txt file under CC0, which I've converted into a .css file here: https://git.hatspace.net/nycki/nycki.net/src/branch/main/static/xkcd.cssso now when I want a color on my website I can just write `color: var(--xkcd-off-white)` or so on. it's really convenient :)#programming #color #css #website
  • 0 Votazioni
    2 Post
    7 Visualizzazioni
    Perhaps this is why?> AI Agents Are Mathematically Incapable of Doing Functional Work, Paper Finds. https://futurism.com/artificial-intelligence/ai-agents-incapable-math> "Ignore the rhetoric that tech CEOs spew onstage and pay attention to what the researchers that work for them are finding, and you’ll find that even the AI industry agrees that the tech has some fundamental limitations baked into its architecture."NOTE: This continues the bad practice of referring to 'generative AI' as 'AI'. Not all AI is LLMs…#AI #science
  • 0 Votazioni
    1 Post
    14 Visualizzazioni
    Alex White on what he means by "organic software". A good blog, by the way.Organic software would represent the hardwork of software craftspeople, aka those that give a shit. Software that is free from data collection, LLM slop and enshiftication. Instead, it would be created with optimized, well tested code and features driven by the best interests of users.https://thatalexguy.dev/posts/organic-software#software #programming #development
  • 0 Votazioni
    1 Post
    10 Visualizzazioni
    🎉 ratatui_ruby v1.0.0-beta.1 is out!Ruby bindings to Ratatui, the Rust TUI library. Native performance, Ruby expressiveness.Why 1.0? The API is stable. Projects like Sidekiq are building on it. Beta means we need real-world usage to find edge-case bugs.New website: https://www.ratatui-ruby.devgem install ratatui_ruby --preHelp shape the 1.0.0 final release: try it and report bugs!rubygems.org/gems/ratatui_ruby#ruby #rust #tui #cli #ratatui #programming #software #coding #ui
  • 0 Votazioni
    1 Post
    7 Visualizzazioni
    A post of mine about the use of vim many decades ago On it's opening page Bram Molenaar urges everyone to do a donation to Children who are less fortunate, financially, in the State of Uganda#Vim #VimMasterRace #Bram #Molenaar #programming #technology #Amiga #Linux #Uganda #OpenSource https://dev.to/radio_azureus/vim-the-beginning-hab
  • New Year, Same Job Search.

    Mondo php getfedihired programming
    1
    0 Votazioni
    1 Post
    17 Visualizzazioni
    New Year, Same Job Search.If you are looking for a Staff/Principal level #PHP developer, with a long history of helping both projects and teams update and modernize to become more robust and reliable, look no further because you've found him! I've worked on multiple major OSS projects, including PHP itself.US-based, remote-only, plenty experience working for non-US companies as well. https://www.linkedin.com/in/larry-garfield/#GetFediHired #Programming
  • 0 Votazioni
    3 Post
    13 Visualizzazioni
    @shelldozer And Turbo Pascal.
  • 0 Votazioni
    1 Post
    10 Visualizzazioni
    🤖 Riflessione sull'uso dell'IA nello sviluppo softwareGitHub Copilot, ChatGPT, Claude: sono ovunque. Ma li stiamo usando nel modo giusto?Nel mio ultimo post esploro il confine sottile tra l'IA come alleato e l'IA come stampella che impedisce la crescita professionale.Parliamo di:- Quando l'IA è davvero utile vs quando è dannosa- 4 principi per un uso responsabile- Esempi concreti dal mio workflowhttps://dev.to/marco_bollero_ba3c38ddd27/lia-nella-programmazione-strumento-o-stampella-ho2#AI #Programming #SoftwareDevelopment #OpenSource #DevCommunity
  • #Programming

    Mondo programming
    1
    0 Votazioni
    1 Post
    6 Visualizzazioni
    #Programming The year is 2026, do you program in assembly?
  • Me:

    Mondo programming humor meme
    4
    1
    0 Votazioni
    4 Post
    13 Visualizzazioni
    @onghu That's true 🥲
  • Awesome links of last week 🦀

    Mondo rust rustlang programming
    12
    0 Votazioni
    12 Post
    0 Visualizzazioni
    This listicle is part of our newsletter below 👇https://open.substack.com/pub/weeklyrust/p/rust-wrapped-2025?r=327yzu&utm_campaign=post&utm_medium=web
  • Hello programmer types,

    Mondo retrocomputing programming dev
    2
    0 Votazioni
    2 Post
    13 Visualizzazioni
    @prokyonid I'm in roughly the same place, and I've found the 6502/6510, specifically the Commodore 64, has the most/best learning resources and tools, by far. And, its small size and consistency (you'll never have to learn about different video or sound cards, every 64 has a VIC-II and a SID) means a human can reasonably learn and reason about the whole machine.I'll try my hand at other CPUs, eventually, but for now the 64 is the right balance of simplicity and well-documented.
  • Hello!

    Mondo introduction linux tokipona archlinux programming coding
    1
    0 Votazioni
    1 Post
    11 Visualizzazioni
    Hello! Never been particularly good at introductions, but I'll try my best. I use Arch Linux (by the way), code, and am learning the language toki pona. I also run the project & Mastodon account @vsb_copilot@socialbc.ca.https://henryvaniersel.ca is my personal website. #introduction #linux #tokipona #archlinux #programming #coding
  • Commitin programming crimes }:->

    Mondo programming smarthome selfhosting
    1
    1
    0 Votazioni
    1 Post
    6 Visualizzazioni
    Commitin programming crimes }:->Few weeks ago I seriously looked to the mine OpenHAB installation and asked a question for myself: "Am I really need it?" Look, I have a few ZigBee devices, which are connected to the my server with the help of ZigBee2MQTT. Thusly, all necessary values and knobs are accessible through the MQTT topics.And I'm using the OpenHAB (big Java application which eats ton's of RAM and constantly swapping) just to:1) Read values from MQTT topic2) Read weather forecast from Open-Meteo through simple REST API endpoints3) Store all the data to the PostgreSQL DB.4) Display these data in the nice Web page which works only in browsers with JS engine.So, basically, I trade tons of RAM and processing power just for a nice web-page with few indicators. While retrieving data from my ZigBee devices processed by the another service.After that thought, I started to think about replacing this monster with small hand-written program, which will not eat 700 MB of RAM. Just Nginx, small FastCGI script on C, which will read values from DB and display them on the simple HTML page. And another small daemon (also written in C) which will take data from MQTT topic (and from REST API of Open-Meteo) and will write them to the DB. And possibly some PGSQL procedures to analyze these data.At least I'll have fun #programming #C #smarthome #selfhosting
  • Great update

    Mondo programming opensource html site generator bsd freebsd linux
    1
    1
    0 Votazioni
    1 Post
    8 Visualizzazioni
    Great update Bash Static Site GeneratorStefano coded an important update #Programming #OpenSource #HTML #site #generator #BSD #freeBSD #Linux #ghostBSD https://blog.bssg.dragas.net/2025/12/28/announcing-bssd-0-33-0-full-content-homepage/
  • 0 Votazioni
    1 Post
    8 Visualizzazioni
    Select all statements you agree with. Specifically curious about respondents from the #floss crowd, but everyone with an opinion should participate. Boosts welcome for larger sample size. #llm #stochasticParrots #ai #generativeAI #eliza #programming
  • 0 Votazioni
    1 Post
    11 Visualizzazioni
    Immaginari contaminatiTra un gioco e l'altro da tavolo a natale, ho scritto un po' di codice immaginando un universo #Borg di :startrek: Star TrekL'effetto finale, un po' inquietante, è in linea con il clima geopolitico che stiamo vivendo, tra #guerre neocoloniali e #AI al sevizio di folli progetti di #dominioSullo sfondo, le linee di codice della simulazione. Il codice che ormai non riesce più a generare altro che sé stesso@startrek@lemmy.ml@StarTrek@mastodon.social#digitalart #coding #programming #StarTrek
  • 0 Votazioni
    1 Post
    10 Visualizzazioni
    Żmij 🐉 in Zig: https://github.com/de-sh/zmij #programming #zig
  • 0 Votazioni
    1 Post
    6 Visualizzazioni
    TIL about OpenBSD VPN faq #VPN #service #OpenBSD #BSD #Unix #OpenSource #programming #technology https://www.openbsd.org/faq/faq17.html