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
  • #AdventOfCode #Day7 with #rust

    Uncategorized adventofcode day7 rust
    4
    0 Votes
    4 Posts
    7 Views
    @teotwaki I used a hash in my ruby version for part 2, but I didn't think of the DFS/DP idea, nice
  • 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
  • 0 Votes
    1 Posts
    14 Views
    Pair programming in #NeoVIM with #Claude cli. I liked pair programming back in the day when people actually paired together, trying to recreate the similar flow with my neovim plugin.https://www.reddit.com/r/neovim/comments/1nanw39/pairupnvim_realtime_ai_pair_programming_with/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_buttonhttps://github.com/Piotr1215/pairup.nvim#programming #ai