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

Neurodivergent devs: what languages actually *click* for your brain?

Uncategorized
42 14 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    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 Votes
    1 Posts
    7 Views
    my #rust knowledge is quite low and yet I found this hilarious anyway.My fav> clone_mut() gives you multiple &mut to the same location. The compiler assumes mutable references are unique and optimizes based on that. When you break the assumption, the optimizer generates wrong code. Compiler skill issue.https://github.com/buyukakyuz/corroded
  • 0 Votes
    1 Posts
    9 Views
    Facciamo un app solo per persone neurodivergenti.Solo per trovare amici che sono iperfissati sul tuo stesso argomento 💓Chiamiamola Hyper 💓#adhd #autismo #neurodivergent
  • 0 Votes
    1 Posts
    14 Views
    I'm again running my free Rust training course for FOSS developers. It's split into two sessions of two hours. First session is on Wednesday, October 1 at 13-15 UTC. Second sessions is two days later, on Friday, October 3 at 13-15. See https://liw.fi/training/rust-foss-dev/ for more information.Boosts welcome. Share widely amongst your friends who might be interested.#Rust #RustLang #Training #Free