always close your toilet lid before npm installing!
oopsallnaps
- 0 Posts
- 10 Comments
oopsallnaps@piefed.cato
Programmer Humor@programming.dev•Apple forgot to disable production source maps on the App Store web appEnglish
12·14 days agoiirc Apple music’s web ui also has sourcemaps, but I’m not subbed to apple music anymore to check. Its neat, but not really a huge blunder, nor takedown worthy.
oopsallnaps@piefed.cato
Technology@lemmy.zip•Aura introduces a $499 e-ink digital photo frame that lets you go cordlessEnglish
3·28 days agoI believe the inky impression might have tutorials available, but heres their sample code https://github.com/pimoroni/inky/blob/main/examples/spectra6/image.py
…i now realize I don’t have my code up anywhere though, but its basically that on a cron job to cycle through a directory of images.
You grab a pi zero 2w, or maybe anything with the standard pi gpio connectors slap that on the back of the display and you should be good to go.
It’s incredibly awkward to mount on a picture frame, and the weight of the pi does cause it to sag to one side, so might be better as a table frame than a wall mount.
oopsallnaps@piefed.cato
Technology@lemmy.zip•Aura introduces a $499 e-ink digital photo frame that lets you go cordlessEnglish
9·29 days agoThese are pretty easy to DIY with something like the inky impression 13 (a spectra 6 display), a pi zero 2w and a tiny bit of python.
Haven’t figured out a good coorless option but its a fun weekend project.
Worth moving the usb cable or wireless dongle to a different usb port. I found my DAC needed an entire usb controllers worth of bandwidth.
After that it showed up without issue.
oopsallnaps@piefed.cato
Technology@lemmy.zip•‘Death to Spotify’: the DIY movement to get artists and fans to quit the music appEnglish
6·1 month agoBought myself a little digital audio player (basically the new name for mp3 players) and have been enjoying porting rockbox to it / listening to my local library.
There’s a still a few cd/record stores in town which is pretty awesome for second hand stuff.
oopsallnaps@piefed.cato
RetroGaming@lemmy.world•Is this the best place to post questions about these retro emulation handhelds?English
3·1 month agoI’ve got the retroid flip 2, and really enjoying tinkering with it more than I expected! (need to plug my wip postmarket os port: https://gitlab.postmarketos.org/oopsallnaps/pmaports/-/commits/rpflip2)
I must say though it feels so…cheap to hold. I don’t know what it is about the plastic body 😅)
Otherwise really enjoying a separate sdcard with rocknix loaded and balatro ported.
oopsallnaps@piefed.cato
Games@lemmy.world•The Crew from Ubisoft gets revived thanks to the The Crew Unlimited projectEnglish
34·2 months agoI’m surprised there’s no source code available. You think that would be a no brainer move after the original servers shut down. 😅
oopsallnaps@piefed.cato
Selfhosted@lemmy.world•What is the current state of Matrix?English
4·2 months agoI use https://github.com/spantaleev/matrix-docker-ansible-deploy which makes it pretty painless to self host on a vpc with Synapse as the server.
I don’t have federation setup, since I just use it with friends. So besides running the update command once a week, I don’t even think about maintaince.

some games prompt you for bug reporting data collection, this is usually connected to sentry.
You can block their domain on a dns level (i think *.sentry.io would work?), or if the developer has their dsn (the url used for reporting metrics) exposed in a config file, you can probably blank it out without too much trouble.