Im on the fedi doin fedi things.
- 307 Posts
- 1.09K Comments
mesa@piefed.socialto
Opensource@programming.dev•Donʼt buy fancy wall art city maps, make your own with this free script [powered by OpenStreetMap]English
13·9 hours agoI could not get it running on my local Linux machine. Looks like some error involving one of the packages. A shame. Added an issue to the board. Ill take a look in a bit after they fix the bugs.
It would make a good website to be honest. Most people will probably only want a one off of their home city.
I found https://citytoposter.com/ which seems neat. Not perfect though.
mesa@piefed.socialto
Technology@lemmy.world•Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding CopilotEnglish
5·10 hours agoExcellent!
Im already a member over there :) Looking for more chat based stuff I guess.
mesa@piefed.socialto
Sysadmin@lemmy.world•sysadmin community on different instancesEnglish
1·4 days agoWelcome. Hope you enjoy your stay.
mesa@piefed.socialto
Programming@programming.dev•I Started Programming When I Was 7. I'm 50 Now and the Thing I Loved Has ChangedEnglish
7·7 days agoI mean you can …but its gonna be slop.
I remember some crazy stuff back when I had to work with a Java + ember.js project. Everything was like that.
Thats kind of you to say 😀
Cool, good to know someone else has the same experience.
Ive been on a couple of multi-year projects and they are NOT fun with OOP + developer went crazy with patterns they were experimenting at the time. Its what made the “rule” pop up to begin with.
Its the best/worst thing about OOP no matter what language.
We had a rule at work that if you are 3 levels or more down an inheritance tree, then you are too far. The cognitive load is just too much, plus everything stops making sense.
One level can be great (MVC all have great conventions, MCP as well). Two can be pushing it (Strategy pattern when you have physical devices and cant be connected all the time, Certain kinds of business logic that repeat hundreds of times, etc…) But even there you are kinda pushing it.
I need code that I can look at a month from now and know WTF is happening. And sometimes its better to have less DRY and more comprehension. Or maybe im just a forever mediocre dev and dont see the “light”. I dunno.
mesa@piefed.socialto
Technology@lemmy.world•London PR firm rewrites Wikipedia for governments and billionaires— Founded by Keir Starmer’s comms chief, Portland helps rich clients ‘protect their reputation’ – with a shady, off-the-books serviceEnglish
2·8 days agoYou can still find the shirts everywhere.
mesa@piefed.socialOPto
Fediverse@lemmy.world•Migrated blog from WordPress to Ghost and changed domains! - veronicaexplainsEnglish
0·8 days agoIm seeing the same on gotosocial. Im hoping the new articles will pop up at some point.
mesa@piefed.socialto
Programming@programming.dev•Stop generating, start thinkingEnglish
231·9 days agoLlms do create a lot of slop code thats for sure. Makes me want to get off github.
mesa@piefed.socialto
Technology@lemmy.world•DVDs and public transit: Boycott drives people to ditch Big Tech to protest ICEEnglish
1·10 days agoTheres a way to combine the best of both of them :)
mesa@piefed.socialto
Selfhosted@lemmy.world•Building OpenWatch: an open-source alternative to YouTubeEnglish
12·11 days agoIt would be a killer feature for us in the fedi. :)
Peertube is awesome, but more alternatives in the space would be welcome.
Maybe something to do with your audio?
Maybe https://bugs.launchpad.net/debian/+source/rtkit/+bug/1547589
not sure.
Can you check
/var/log/syslog?Something like:
tail -f /var/log/syslogmay help out.That file usually has the answers. Its just hard to find the exact lines.




















Its a combo of my os, pip, and thier requirements file.