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

Ned Batchelder @nedbat on why exceptions are better than returning status codes.

Uncategorized
4 3 25

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    6 Views
    🤖 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
  • Hello programmer types,

    Uncategorized retrocomputing programming dev
    2
    0 Votes
    2 Posts
    10 Views
    @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.
  • 0 Votes
    3 Posts
    12 Views
    @khinsen LOL
  • It's that time of year again!

    Uncategorized programming unix apue
    40
    0 Votes
    40 Posts
    53 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