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 distilled my four hour Rust training course for FOSS developer into a web page. I hope it's useful to people.This is the first full draft. It's probably going to need updates and fixes. Please reply to this message if you spot anything wrong. But feel free to boost and share if you want.https://liw.fi/distilled-rust/#Rust #RustLang
  • 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
  • AI Can Write Your Code.

    Uncategorized coding programming
    1
    0 Votes
    1 Posts
    9 Views
    AI Can Write Your Code. It Can’t Do Your Job. – Terrible Software"Programming is a task. It’s one of many things you do as part of your work. But if you’re a software engineer, your actual job is more than typing code into an editor."#ai #coding #programming https://terriblesoftware.org/2025/12/11/ai-can-write-your-code-it-cant-do-your-job/
  • It's that time of year again!

    Uncategorized programming unix apue
    40
    0 Votes
    40 Posts
    50 Views
    Advanced Programming in the Unix EnvironmentTool Tip: ed(1) is the standard text editorAs part of our discussion of unix development tools, we take a short detour to provide a quick walkthrough of ed(1), the standard text editor. This is not done merely to up your geek creds, but understanding ed(1) will also helps us better understand other tools like vi(1), sed(1), and ultimately even things like diff(1) and patch(1) better.https://youtu.be/mRZsV7aMK0I#apue #unix #programming #ed