FreshRSS runs on my server and I manage all my feeds there. I can read there in the browser as well. Capy connects to it and syncs everything down, and it also syncs read status back up. On the server I also have rsshub and rssbridge, which let you make feeds out of a huge bunch of sites that don’t natively have RSS.
- 0 Posts
- 46 Comments
FreshRSS and CapyReader (synced to FreshRSS).
sandwichsaregood@lemmy.worldto
openSUSE@lemmy.world•everytime I haven't updated OpenSUSE Tumbleweed for a while. it seems to forget my gpu.
1·2 months agoThere’s a zypper config file setting that will make it always auto agree. You can look at the suse nvidia drivers page for instructions.
sandwichsaregood@lemmy.worldto
homeassistant@lemmy.world•Do any locks prioritize access control, but not security?English
2·3 months agoWhy not just use a door sensor to tell when it’s opened?
sandwichsaregood@lemmy.worldto
homeassistant@lemmy.world•Do any locks prioritize access control, but not security?English
4·3 months agoAny smart lock should work on an interior door, you may have to drill a deadbolt but its the simplest solution. Switchbot and U-tec both make smart locks with fingerprints and excellent Home Assistant integration. Ubiquiti also sells magnetic latches you could install for access control if you’re in their ecosystem.
If you can give up on Home Assistant integration/smart features, however, there are oodles of push-button and even fingerprint door (without other connectivity features) knobs out there. Most of them are terrible quality and not secure but that doesn’t really matter to you and they are cheap.
sandwichsaregood@lemmy.worldto
No Stupid Questions@lemmy.world•How are locks and keys mass produced?
1·3 months agoYeah but the problem is a LOT of common domestic door locks and padlocks are vulnerable to low skill attacks like raking or other simple bypasses that you can learn in a couple hours. The number of lock makers that cheap out and neglect even basic higher security features is shocking. Unless you really go out of your way and specifically go looking for a quality lock are you unlikely to find one with something like security pins and higher tolerances that resist picking.
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•Selfhosted office suite with good mobile apps/uxEnglish
4·3 months agoI like it a lot more UI wise. It feels like the modern MS Office if the ribbon UI wasn’t awful and busy. Compatibility is extremely good as well. Has Nextcloud/standalone web version, desktop versions, phone versions. I haven’t used the phone app that much, but it seems good from what I have used.
Edit: I don’t know how well it handles Markdown, however.
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•Selfhosted office suite with good mobile apps/uxEnglish
2·4 months agoOnlyOffice?
sandwichsaregood@lemmy.worldto
3DPrinting@lemmy.world•Prusa MINI+ has been around for years — upgrade it or buy something new?English
6·5 months agoWhat would dual Z axes on the mini achieve? The existing cantilever design is plenty stiff in my experience, I’m skeptical you’ll get any significant increase in print quality or speed, and I suspect at the cost of having to fiddle around a lot tuning settings to get it back to where it started as the existing firmware has a lot of tuning for the mechanical behavior of the exisiting design. So, if you’re not happy with the mini as is, I would be looking at a different printer rather than a dual Z mod.
Having myself indulged in the temptations of homebrew 3D printer mods, I came to realize that not all mods out there actually improve performance, especially this type of serious mechanical overhaul of what is already a fairly sophisticated and optimized design. A decent part of the mini’s secret sauce is in the firmware, and this is going to break that.
sandwichsaregood@lemmy.worldto
Memes@lemmy.ml•Two Privacy Philosophies: Firefox vs LibreWolf on AI
1·5 months agoI liked ddg browser and used it for a while, though I had to go back to Firefox for an unrelated reason (couldn’t get ddg browser to accept my private certificate authority as valid).
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•Self-Host Weekly #150: Watchtower No MoreEnglish
1·5 months agoTugtainer is pretty nice, and has a webui.
sandwichsaregood@lemmy.worldto
Ask Lemmy@lemmy.world•Why are my Insurance premiums go up more for just adding a spouse than they would if I added children.
2·6 months agoYep I pay an outrageous $1100/mo for my spouse and I. The coverage isn’t even that good. Looking to shop around this year because that big of a bite out of paycheck really hurts, but I suspect I’m not going to find any better.
sandwichsaregood@lemmy.worldto
Videos@lemmy.world•Using a Raspberry Pi to hide from my ISP
6·8 months agoNah, unfortunately I watched this video a couple weeks ago and while it is a waste of time, there is at least a bit more to it than that. DNS is part of it but it’s more “I built a regular router”. The backstory is the OP’s apartment has some kind of shady wireless ISP as their only option. They build a router to hide connecting multiple devices behind NAT (which they barely even talk about), but they don’t do much else to actually hide devices. Honestly it’s really basic and could be achieved with a cheap travel router, though the 3D printed enclosure they built is pretty cool.
Even if you’re not a Linux networking neckbeard and want to learn this video isn’t worth watching because it just glosses over the actual useful/interesting/complicated parts.
Previous 3 major release upgrades I’ve done were smooth, ymmv
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•What webapps do you selfhost that aren't media/game servers?English
2·1 year agoNot entirely sure about the de-google’d version of the Home Assistant companion app, but I know the regular companion app uses Firebase (and whatever the Apple equivalent is called, I forget) to deliver notifications, and it still would using Telegram as Telegram also uses Firebase. Apprise is a bit different as it can use multiple backends. Regardless, there are multiple ways to do things. Ntfy iphone and google app do not route your data through a third party server. I self host the ntfy server on my own machine and domain and my phone connects to it and receives data. It will deliver notifications wherever I am, not just in my LAN. It also provides a nice UI akin to Pushbullet I can use to send myself stuff privately.
You can’t replicate all of what ntfy does with Home Assistant. There’s more to it than just delivering notifications, it’s the whole app frontend and persistent data etc. If it’s not clear to you what it’s for from my description you might have to go look into it yourself. Look at PushBullet, that’s most similar to what I primarily use it for.
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•What webapps do you selfhost that aren't media/game servers?English
1·1 year agoHome Assistant notifications and almost all other notification services on phones actually route notifications through a cloud service like Firebase because Apple and Google try to railroad apps into their platforms. Ntfy lets you actually self host notifications without a third party, but also without killing your battery.
That’s not the main thing I care about, though. Mainly I use it as a self hosted replacement for PushBullet, to share links and files with myself across machines and do some light alerting for servers and stuff (e.g. TrueNAS errors). Some of that could he done with HA, but ntfy is just better for some other uses with stuff like its web ui.
Plus, apart from that ntfy is really easy to integrate with other stuff, like its easy to send a notification from a shell script or web hook so you can hack it into things that don’t otherwise support notifications (there are also lots of things that support ntfy natively, e.g. the arrs).
sandwichsaregood@lemmy.worldto
Selfhosted@lemmy.world•What webapps do you selfhost that aren't media/game servers?English
5·1 year agoActually Budget for finances, Nextcloud for everything office and organization, Home Assistant for home automation, paperless–ngx for storing and sorting documents, freshrss for news, ntfy.sh for notifications.
sandwichsaregood@lemmy.worldto
No Stupid Questions@lemmy.world•Could wastewater plants simply heat up water past 500C to decompose all chemicals and output clean water?
4·1 year agoArtificial elemental transmutation of lead into other elements is not just fantasy, it’s entirely possible and happens in particle accelerators and nuclear reactors. It’s just extremely impractical as it’s an extremely slow process at anywhere near the particle fluxes we can practically achieve. Plutonium is made through a similar process (though the exact mechanism used to produce plutonium is relatively more efficient) as well as small quantities of useful radioisotopes, but it is also possible with lead.
sandwichsaregood@lemmy.worldto
DeGoogle Yourself@lemmy.ml•Photos alternative with good recognition / search?
7·1 year agoOnly a sample size of one here, but I’ve used it for quite a while now and it’s definitely one of the more stable and reliable apps I self host. It’s a delight.
Had a Tapwave Zodiac as a teenager. Was so excited waiting for it, quite a disappointment.