The arm-flapping birds was one of my favorite gags
he/him
Nerd, programmer, writer. I like making things!
- 1 Post
- 19 Comments
Gamma@beehaw.orgto Opensource@programming.dev•Pixelfed, Instagram alternative, move to CodebergEnglish4·1 month agoI’m glad it helped! From what I remember when I checked out forgejo their documentation was really lacking, but some of it has gotten better since they did the hard fork
Gamma@beehaw.orgto Opensource@programming.dev•Pixelfed, Instagram alternative, move to CodebergEnglish5·1 month agoOdd, setting this up with gitea (which forgejo was forked from) was painless, maybe their guide will help. There is a few different options
Gamma@beehaw.orgto Privacy@lemmy.dbzer0.com•Spotify fans threaten to return to piracy as music streamer introduces new face-scanning age checks in the UKEnglish8·1 month agoSpotify fans are always going to turn to piracy unless whatever service tries to replace it has an equivalent library and price. They commodified music and there’s no going back.
Gamma@beehaw.orgto Programmer Humor@programming.dev•I quit my job to make my own game called Toll Booth Simulator. IGN shared my game trailer.English10·2 months agoThis is programming humor, post your worst piece of code! Congrats on the IGN share too, your game looks wild
Gamma@beehaw.orgto Privacy@lemmy.dbzer0.com•ChatGPT and other AI tools could be putting users at risk by getting company web addresses wrongEnglish7·3 months agoLots of people use chat bots as a search engine
Gamma@beehaw.orgto Are The Straights OK?@lemmy.blahaj.zone•The manosphere is very normal.English4·3 months agoI guess the long hair checks out, but I’d like some overalls too 😔
In the next few decades we may develop AI that can automate ~all cognitive tasks and dramatically transform the world.
lol
Stack Overflow has a whole network of Q&A sites. There’s places to post and answer puzzles, code golf, ask physics or political questions, etc. Lots of useful stuff not many people know about
This is a huge reason for the question decline! All the easy stuff has been answered, the knowledge is already there. But people are so used to infinite growth that anything contrary = death lol
People also blame ai, but if people are going to ai to ask the common already answered questions then… good! They’d just get hurt feelings when their question was closed as a dupe
Gamma@beehaw.orgto Linux@programming.dev•Steam’s May Client Update Improves Linux Game RecordingEnglish17·4 months agoAccording to a github comment, they’re currently blocked by a chromium pr
Gamma@beehaw.orgto Climate - truthful information about climate, related activism and politics.@slrpnk.net•Colorado’s rural electric co-ops are determined to go green | The federal government promised to pay for upgrades to keep utility rates down. Now what?English2·5 months agoDamn, hate to see co-ops hurting!
Gamma@beehaw.orgto Fedibridge@lemmy.dbzer0.com•Digg invites got sent out, it costs $5 to get in.English3·6 months agoApparently they’re going to donate it to a community-chosen charity
A new post-LLM coding opportunity: turd polishing
They can vibe as much as they want, but don’t ever ask me to touch the mess they create.
Gamma@beehaw.orgtoLGBTQ+@lemmy.blahaj.zone•Powerful Speeches From Trans Dems Flip 29 Republicans, Anti-Trans Bills Die In MontanaEnglish13·7 months agoGo Zooey and SJ!!
Gamma@beehaw.orgto Programming@programming.dev•How do you structure your models save/load code?English1·8 months agoIn python I put my base models in
models/__init__.py
. The bases have things for managing data behind the scenes, adding common utility methods, etc. If I’m using another library or method to serialize data I’d put it in a separate utility script somewhere, it’s probably going to be useful to more than just data models and it’s easy enough to import.Then each file that defines models has a
from models import BaseModel
or whatever else is needed, keeping each file relatively short and focused to what it needs to do.
The person who opened the pr already did
Cooked bones splinter