Skip Navigation

Posts
0
Comments
75
Joined
2 yr. ago

  • Yes, this bookmarklet javascript:(function () { var newLocation = function () { var url; Array.prototype.slice.call(document.getElementsByTagName('link')).forEach(function (element) { if (element.getAttribute('type') === 'application/rss+xml') { console.log('Found direct feed link'); url = element.getAttribute('href'); } }); if (!url) { Array.prototype.slice.call(document.getElementsByTagName('meta')).forEach(function (element) { if (element.getAttribute('itemprop') === 'channelId') { console.log('Found channel ID'); url = 'https://www.youtube.com/feeds/videos.xml?channel_id=' + element.getAttribute('content'); } }); } return url; }(); if (newLocation === undefined) { console.log('Could not find a channel RSS feed from ' + location.href); } else { location.href = newLocation; } })(); Will convert a youtube channel page to a rss feed. I watch the videos using photon and mpv but that is probably too advanced for your kid but a simpler app might work.

  • I use a Password manager and only have free software on main laptop computer. Fake emails, phone numbers, names wherever possible. Noscript in firefox based browsers. Self hosting services at home. For services I do not want my identity attached to shuf -n1 /usr/share/dict/words for usernames. I avoid all non-fediverse social media platforms with no free front end whenever possible. I use rss feeds and mpv for playing youtube videos. I use libredirect with free software frontends. I do not run proprietary software on my main laptop, I use a second laptop, a virtual machine or don't run the software (for example when I need to use zoom I might run it on a second laptop and use a capture card.). I seperate different online activities with different browsers with different firefox colorways to prevent confusion (for example Firefox ESR for normal personal browsing, Normal firefox for vpn browsing, Firefox Dev Edition for school and college).

  • 50/50 from ziply fiber in Oregon. I think it is around 60-90$ a month but I don’t pay the bill. Edit: checked with my dad and we pay 60$ a month for that

  • I use bupstash to backup to a server I built a few years ago

  • This is sad to see. Libreddit was the only way I used to browse reddit since the day I heard about it. Now I almost always have to switch instances over 4 times to get one that is not rate limited.

  • Alpine Linux, repositories contain most software for a desktop and server, minimal base system, fast package manager. I would only recommend it to an advanced user that does not use proprietary software as most of it will not run because it is linked against glibc but alpine linux uses musl libc.

  • Maybe around 2nd grade with the piper computer which was a small rpi based laptop that you built. I switched fully in 5th grade when my windows install broke. A few months before that I switched on my laptop when my math teacher reminded me about it. I Have rarely used windows since but for a few months I used a Mac laptop. My linux laptop (Dell xps 13 7390) I had was hidpi, kind of slow and died quickly and the m1 Mac hardware was just plain better (this was close to when the 2020 m1 Mac came out so no asahilinux). I have used pop, manjaro, arch and alpine Linux. I have been using it for a few years now and never plan on going back to windows though I do occasionally use macOS for nonfree/closed source apps. When I first switched the only game I played was Minecraft which worked just as well as windows. Now almost all the games I play are free software like Minetest and super tux kart.

  • All the time on both my laptop and my 4 screen desktop. I use swaysome with sway to get awesome wm style workspaces for sway.

  • I had used mastodon, akkoma and peertube before learning about Lenny when the Reddit stuff happened. I have never had an account on twitter and rarely used my Reddit account.

  • APK, the alpine linux package manager. It is very fast, faster than pacman and it blows apt and dnf out of the water and APKBUILDS are not too hard to write.