Tootfinder

Opt-in global Mastodon full text search. Join the index!

@crell@phpc.social
2026-07-07 17:56:04

Do the simplest thing that will work, except for when you need to do the most robust and forward-thinking thing that will work.
Determining when to do which, that's the rub.
#Programming

@edintone@mastodon.green
2026-05-11 06:00:21

Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. programminghistorian.org/en/le

@tiotasram@kolektiva.social
2026-06-29 12:33:34

Just wrote a fun little algorithm for iterating through all grid positions within X euclidean distance from a center, roughly in order of distance but also mostly ensuring each position yielded is at least diagonally adjacent to the previous. It's a fun problem to think about with lots of design tradeoffs and many valid solutions.
My solution requires that the origin be on the grid (I think?) and uses a bunch of caching instead of a bajillion distance checks, although I don't actually know what the memory/speed tradeoff is like or whether there are any gains at all (could be net losses, which I'm starting to wonder about more as I write this post). Thankfully I don't expect performance to be very critical here anyways, and doing the caching actually helped separate some logic in a useful way.
A fun little diversion from bigger stuff in the project and a reminder of some of the joys of programming design at a small scope. Feels kinda like mastering the local town's minigame while you're stuck on the main quest in an RPG.
#programming

@frankel@mastodon.top
2026-06-21 16:29:49

#ProgrammingLanguages, targets, and platforms
I started as a #Java developer, but for some time now, I have broadened my horizons. Recently, I thought about how early languages were dedicated to a single target and platform, and now they are broadening their focus. In this post, I want to …

@theDuesentrieb@social.linux.pizza
2026-06-01 09:06:10

Sonarcube issue: You have 0% coverage for your test class.
Alright, so it's asking who surveys the surveyors, I guess? :morty:
#programming #sonarcube

@stev3yd@social.linux.pizza
2026-05-06 01:46:09

Been coding a lot lately. If anyone is looking for a selfhosted git repository manager, Forgejo is absolutely great to work with! #selfhosted #programming #git

Heat map of programming activity
@stefan@gardenstate.social
2026-05-26 20:09:03

C won because of #NewJersey
#programming

@fraca7@social.linux.pizza
2026-06-03 20:56:23

BTW I’m still angry that nobody told me that left recursion in recursive descent parsers generated from PEGs was a solved problem
#programming

@jamesthebard@social.linux.pizza
2026-06-20 17:40:32

Hrmm, Zig is an interesting language...figured I'd kick the tires and figure out what's going on. So far it's been pretty nice.
#zig #programming

A screenshot of me working through a linked list "recipe" found on The Internet:tm: written in Zig.
@crell@phpc.social
2026-06-26 16:53:29

I have now reached the "how did this ever work?" stage of debugging.
#PHP #Programming

@chiraag@mastodon.online
2026-04-30 03:29:57

I've started building a CLI PeerTube client using the API just for fun...in Haskell 😀
#Haskell #PeerTube #API #Programming

@curiouscat@fosstodon.org
2026-05-20 21:30:52

"Sharla Boehm earned a teaching degree from the University of California, Los Angeles, before she channeled her talent for math into computer #programming While working at the RAND Corporation, she built a groundbreaking simulation, originally conceived to strengthen military communications during the cold war. The simulation—and her work—would ultimately lay the foundation for the moder…

@crell@phpc.social
2026-06-26 17:42:51

Code that used to work but now doesn't is the bane of my existence. And yes, there are tests. That doesn't answer *why* this thing no longer works, despite no changes to the relevant files.
#Programming #Debugging

@gse@norden.social
2026-04-23 08:12:55

Kennt sich jemand mit roboter programmierung aus ? Suche bausatz für Anfänger
Gerne boosten
#robotics #anfaenger #bausatz

@ocrampal@mastodon.social
2026-04-18 18:28:42

There is an I you feel. Located, bounded, looking out at the world from somewhere behind your eyes. Geneosophy is not interested in that I.
ocrampal.com/the-ground-beneat

@crell@phpc.social
2026-06-24 23:59:06

RE: #Programming

@crell@phpc.social
2026-07-07 17:56:04

Do the simplest thing that will work, except for when you need to do the most robust and forward-thinking thing that will work.
Determining when to do which, that's the rub.
#Programming

@crell@phpc.social
2026-06-19 16:07:28

Incompetent managers, take note...
#Programming

A single-pane cartoon showing a museum setup.  The wall has a sign reading "Museum of Meaningless Metrics."  There are four exhibits: Lines of Code, Story Points, Pull Requests, and Tokens Spent.  A museum curator is standing by the Tokens Spent display, showing it to some patrons.  He is saying "Our newest exhibit."
@ocrampal@mastodon.social
2026-04-19 11:29:11

Every major intellectual revolution has a Galileo moment: when the object of inquiry becomes clear, the method takes shape, and the formal language is still being forged.
ocrampal.com/the-galileo-momen

@crell@phpc.social
2026-06-22 14:32:41

RE: #Programming

@crell@phpc.social
2026-04-20 14:40:55

Reminder: "I dislike $X" and "$X is bad" are two completely independent statements, and one does not imply the other.
(Update to use variable names, because there's always that one joker..)
#Programming #Art