schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
I've gotten a new laptop from work, which I was planning to set up (my first @tuxedocomputers laptop, an #IBP15 <3 ) and mid-installation I realised:
I really need to clean up my #dotfiles So I started an intensive modernizing project, including migrating to #chezmoi During which I realized:
My #git Integration in #zsh was always a bit broken, and also a bit slow, and it would be really good to clean up that part of my configuration.
So I started another project. I am now three levels deep in project what should have just been an @archlinux installation on a Tuxedo laptop 😅. Hope I don't fall into the next level while coding 🙈
But hey, I now have my first two real code repositories, exclusively on @Codeberg and my first real @rust project!
- https://codeberg.org/pygospa/dotfiles
- https://codeberg.org/pygospa/vcs-prompt
#projectmanagement #timemanagement #coding #programming #rust #refactoring #modernization
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
Quick note: Adapter Pattern nel mail service
Quick note sull'Adapter Pattern applicato al servizio mail: da SendinBlue a Brevo, cambiare provider senza toccare il codice applicativo.
Continua a leggere su iadicola.it: https://iadicola.it/articoli/quick-note-adapter-pattern-nel-mail-service?utm_source=mastodon&utm_medium=social
👔💼 Behold, the masterpiece where buzzwords go to die, as our corporate sage Giles Edwards unravels the economic enigma of #refactoring with the depth of a shallow puddle. 🌊🔧 Prepare to be dazzled by the revelation that cleaning up code is good for business—who knew? 🤯💸
https://martinfowler.com/articles/exploring-gen-ai/refactoring-economic-benefit.html #corporatebuzzwords #economicinsight #codingforbusiness #techhumor #softwaredevelopment #HackerNews #ngated
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
Facade Pattern: semplificare l'accesso a sistemi complessi
Pillar article sul Facade Pattern: come creare interfacce semplificate che nascondono la complessità di sottosistemi articolati.
Continua a leggere su iadicola.it: https://iadicola.it/articoli/facade-pattern-semplificare-accesso-sistemi-complessi?utm_source=mastodon&utm_medium=social
Composite Pattern: trattare gerarchie come singoli oggetti
Pillar article sul Composite Pattern: come modellare strutture ad albero dove nodi e foglie condividono la stessa interfaccia.
Continua a leggere su iadicola.it: https://iadicola.it/articoli/composite-pattern-trattare-gerarchie-come-singoli-oggetti?utm_source=mastodon&utm_medium=social
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
Visitor Pattern: aggiungere operazioni senza modificare le classi
Pillar article sul Visitor Pattern: come aggiungere nuove operazioni a strutture di oggetti esistenti senza toccare le loro classi.
Continua a leggere su iadicola.it: https://iadicola.it/articoli/visitor-pattern-aggiungere-operazioni-senza-modificare-classi?utm_source=mastodon&utm_medium=social
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
RE: https://aus.social/@andyjennings/116888321133719605
Ha ha. Slopfix says it is:
“getting paid according to how much code it deletes. Its three engineers agree to a line-reduction target before starting, with a stated example of whittling a 100,000-line project down to 35,000 while maintaining the same functionality. The best part? Slopfix uses AI coding agents itself to do the trimming.” but describes them as being kept on “a very short leash”.
Interesting read & approach, was wondering when someone would do this…
How we migrated a live routing system using #AI-assisted #refactoring https://www.datadoghq.com/blog/engineering/ai-assisted-storage-migration/
Rewriting Bun in Rust, by @jarredsumner (@bun.sh):
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
We have just released a new C++Online 2026 Conference Video!
Refactoring Towards Structured Concurrency - Roi Barkan - C++Online 2026
Pro-tip: If your test is broken after refactoring the code, maybe you should check your refactoring instead of adapting the test to the new (wrong) behavior.
#softwareengineering #softwaredevelopment #testing #refactoring
Modern Software Design in Fortran by Matthias Noback is a new release on Leanpub!
Link: https://leanpub.com/modern-software-design-in-fortran
#books #ebooks #newreleases #leanpublishing #selfpublishing #object_oriented_programming #functional_programming #software_architecture #automated_software_testing #refactoring
Now that Godot 4.7 is out please please merge and add this [1] to 4.8. Pretty please!
This would add rename refactoring to the gdscript editor. That is the only reason why I use an external editor at the moment.
A Short Guide to Naming by Tim Ottinger is free with a Leanpub Reader membership! Or you can buy it for $6.50! https://leanpub.com/naming_shortguide #computer_programming #python #javascript #java #web_development #refactoring
"The Switcheroo" - a #refactoring combo that transforms an API *and its call sites* across the codebase.
Four scales of #refactoring, defined by how difficult it is to disseminate the change beyond an individual developer's workspace, and therefore whether you need to align on a refactoring *strategy*.