zirk.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
Literature, philosophy, film, music, culture, politics, history, architecture: join the circus of the arts and humanities! For readers, writers, academics or anyone wanting to follow the conversation.

Administered by:

Server stats:

636
active users

#programmers

3 posts3 participants0 posts today
Gabriel Ruiz Muñoz<p>What a beautiful picture! 🤩 I had mine for a year and a half, and I’m really grateful for that. 🙏🏻 Did you have one too? 😃 </p><p><a href="https://mastodon.social/tags/Developers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Developers</span></a> <a href="https://mastodon.social/tags/SeniorDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SeniorDev</span></a> <a href="https://mastodon.social/tags/JuniorDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JuniorDev</span></a> <a href="https://mastodon.social/tags/Programmers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programmers</span></a> <a href="https://mastodon.social/tags/Devs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Devs</span></a> <a href="https://mastodon.social/tags/DevCommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevCommunity</span></a> <a href="https://mastodon.social/tags/SoftwareEngineer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareEngineer</span></a></p>
1hitsong<p>How do you pronounce char?</p><p>Do you say car?</p><p>Do you say care - since it is the beginning of the word character?</p><p>or do you say it like the beginning of the word charcoal?</p><p><a href="https://social.linux.pizza/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://social.linux.pizza/tags/programmers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programmers</span></a> <a href="https://social.linux.pizza/tags/survey" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>survey</span></a></p>

Types of #Programmers in #CS and #IT:

• Theorist—seek new discoveries in computability theory, complexity theory, and type theory (Church, Turning, Kleene, Cook, etc.)
• Inventor—design, analyse, prove, and publish an original algorithm (Knuth, Dijkstra, Karp, Tarjan, etc.)
• Engineer—devise a correct, efficient implementation of a published algorithm (implementers of DSP, DIP, etc.)
• Translator—convert an algorithm's mathematical description directly into a programme (CS undergraduates)
• Cobbler—cobble together APIs into a programme that might, or might not, work (senior IT practitioners)
• Cutter—cut and paste existing bits of code into a programme that just might do something unexpected (mid-level IT practitioners)
• Cleaner—clean up senior team members' messy, buggy code, while leaving the existing bugs intact and adding a few new ones (junior IT practitioners)
• Generator—ask AI to write direct-to-production code that no IT practitioner in the team could be bothered to read (senior IT managers)

#Firefox is fine. The people running it are not
#TheRegister article: theregister.com/2025/07/08/fir

"#Mozilla's management is a #bug, not a #feature"
"#Dominance does not equal #importance, nor is dominance the same as #relevance. The #snag at Mozilla is a #management layer that doesn't appear to understand what works for its #product nor which parts of it matter most to users."
"Don't #blame the #app, and don't even blame the #programmers. That is, the ones who still have #jobs, after years of #engineer #layoffs. Don't even blame the whole #organization – blame the #management. Steven himself has pointed this out before, early in 2024. So have I. In 2023, I said that Mozilla was asleep at the wheel."

The Register · Firefox is fine. The people running it are notBy Liam Proven

My wife has a samsung phone. A new update changed the function of the side button into a gemini button. We had to search the internet in order to find out how to restore the function of this side button as she was not able to shut down her telephone. In the end we found the solution. It happens often, that programmers think they are clever enough to decide what is good for users. Let people decide for themselves. So utterlyannoying!
#google #gemini #stupid #programmers

As of this writing, IMHO this is decent preamble boilerplate for #Perl #programmers who want to use most modern features while ensure compatibility with the Perl available via recent #Unix and #Linux operating system distributions, including #macOS and #WSL2:

#!/usr/bin/env perl

use v5.34;
use warnings;
use experimental qw(isa signatures try);

Don’t be scared by experimental; those features were accepted into subsequent versions of Perl.

Season to taste. For example, your codebase might be using something like Try::Tiny for exception handling syntax, in which case you’d leave out try. Every one of those uses is lexically scoped, so you can adjust them per-file or per-code block too.

MetaCPANTry::TinyMinimal try/catch with proper preservation of $@

So, apparently, some Linux distros, and library maintainers, are considering, or even in progress of, to drop support for 32-bit architectures? 🤔 Here's an honest, and quite restrained question: what shit-for-brains decision maker came up with that brainfart? 🥸

Are you worried about addressing space? CPU performance? Bus performance? Too many #ifdefs ... What? Let's hear the golden arguments for this clever line of thinking?

#32bit#64bit#devops

The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures.

— Frederick P. Brooks

#Programmers that think #AI is #magic or is impossible to know how the AI works are the same that say that #maths are unnecessary to create software. At the end of the day AI is a kind of algorithm and algorithm is maths, the different is that AI uses complex maths so that's the reason some people thinks AI is magic. Also I know that the CEO of Antropic have said that AI could be an entity or they don't know how AI works. Of course this is marketing, they want to get money They have business.

A happy programmer is a productive programmer. That's why we optimize for happiness and you should too. Don't just pick tools and practices based on industry standards or performance metrics. Look at the intangibles: Is there passion, pride, and craftmanship here? Would you truly be happy working in this environment eight hours a day?

— 37Signals