anamethatisnt
@anamethatisnt@sopuli.xyz
#nobridge
- Comment on A list of open source games. 1 day ago:
The android port is nice too
f-droid.org/…/com.github.thewierdnut.endless_mobi…
github.com/thewierdnut/endless-mobile - Comment on Is self-hosting becoming too gatekept by power users? 5 days ago:
I make it simple for myself - only WAN ingress into my network is openvpn protected by both username, password and client certificate files.
- Comment on Map of services 6 days ago:
- Comment on Map of services 6 days ago:
www.drawio.com could probably work
- Comment on How do I join lemmy communities from my brainbin account https://thebrainbin.org/u/TheracAriane ? 6 days ago:
Seems like all of the communities except programming.dev/c/ask_experienced_devs has been federated with thebrainbin.org now. So you can find them here:
thebrainbin.org/magazines?query=programming.dev&f… - Comment on How do I join lemmy communities from my brainbin account https://thebrainbin.org/u/TheracAriane ? 6 days ago:
In Mbin (the software thebrainbin uses) they aree called magazines
thebrainbin.org/magazines
thebrainbin.org/m/linux@programming.dev - Comment on How to keep adding on 1 week ago:
Replace NAS drives with larger ones and then repopulate data from your backup? That way you get to test your recovery and restore procedure at the same time.
- Comment on Planning to selfhost images and calendar in addition to HTTP(S) 2 weeks ago:
For WebDav I would look at github.com/sabre-io/Baikal
Unless you want all the other parts of Nextcloud and need the big package. - Comment on ADVICE: Running out of storage 3 weeks ago:
Just like navidrome it seems like Jellyfin reacts to failed mounts by emptying libraries.
…jellyfin.org/t-solved-network-not-mounted-before…With version 10.11.0 they offer a built in backup system for db/metadata/subtitles though so once access is restored it’s easy to restore any metadata changes you’ve done to your library. (As long as you got a backup since before that is)
jellyfin.org/docs/general/…/backup-and-restore/#c… - Comment on ADVICE: Running out of storage 3 weeks ago:
Nothing is hard when you know what you’re doing. :)
Being able to completely wipe your compute machine and not worry is nice and imo easier.For only Jellyfin, then I agree - if that is where it stops you could run it all on an N100 integrated motherboard and have a lean sleek system that hosts your files and your streaming server. But when your services starts being too much for the N100 then it’s nice to separate it a bit and for me it feels natural to split it between compute/storage.
- Comment on ADVICE: Running out of storage 3 weeks ago:
Separating your services from your storage makes things a lot easier in my opinion.
Setup one machine as a NAS and have that manage your (preferably redundant and backuped if storing personal photos or other unique data) storage, then share it to the rest of your selfhosting over nfs and smb.
You could either go for a prebuilt NAS like Ugreen NASync DXP2800 or build your own m-itx with a Jonsbo N2 case and an N100 motherboard or whatever you’re comfortable with.Your jellyfin server then accesses the media libraries with a simple mount (/mnt/media). Same with your tdarr server and tdarr nodes.
It’s much easier to experiment and reinstall services when you have your storage separated from them.I can’t buy a 14tb hdd for that price here in Sweden, but I have no idea about your local prices. Is it new or refurb?
- Comment on ANTI PEE PAINT 3 weeks ago:
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 3 weeks ago:
I mean driving without your safety belt works great until something happens. Doesn’t make it a good idea.
- Comment on Am I getting this right? The vibe of different lemmy instances 4 weeks ago:
They have a couple of good pages where they define solarpunk, I’ll share a few quotes below too.
wiki.slrpnk.net/articles:whatissolarpunk
wiki.slrpnk.net/articles:manifestoSolarpunk is a rebellion against the structural pessimism in our late visions of how the future will be.
Not to say it replaces pessimism with Pollyanna-ish optimism, but with a cautious hopefulness and a daring to tease out the positive potentials in bad situations.
Hope that perhaps the grounds of an apocalypse (revelation) might also contain the seeds of something better; something more ecological, liberatory, egalitarian, and vibrant than what came before, if we work hard at cultivating those seeds.Solarpunk is a movement in speculative fiction, art, fashion, and activism that seeks to answer and embody the question “what does a sustainable civilization look like, and how can we get there?” […]
- We are solarpunks because optimism has been taken away from us and we are trying to take it back.
2. We are solarpunks because the only other options are denial or despair.
3. At its core, Solarpunk is a vision of a future that embodies the best of what humanity can achieve: a post-scarcity, post-hierarchy, post-capitalistic world where humanity sees itself as part of nature and clean energy replaces fossil fuels.
4. The “punk” in Solarpunk is about rebellion, counterculture, post-capitalism, decolonialism and enthusiasm. It is about going in a different direction than the mainstream, which is increasingly going in a scary direction.
- We are solarpunks because optimism has been taken away from us and we are trying to take it back.
- Comment on Am I getting this right? The vibe of different lemmy instances 4 weeks ago:
I don’t know of any good way to view that for all instances at the same time but /instances have a Blocked instances tab you can look through for each and every instance, f.e.
lemmy.world/instances - Comment on Am I getting this right? The vibe of different lemmy instances 4 weeks ago:
mander.xyz states that the main focus of the instance is the natural sciences, and the scope encompasses all of the STEM fields but do already have !philosophy@mander.xyz, !history@mander.xyz and !linguistics@mander.xyz (although those comms aren’t very active) so I agree it seems to be a good fit.
- Comment on Am I getting this right? The vibe of different lemmy instances 4 weeks ago:
You can always check lemmyverse, you can see the size of an instance blocklist and how many instances block it here:
lemmyverse.net/?order=active_month - Comment on Fight Chat Control - Protect Digital Privacy in the EU 5 weeks ago:
Update 22:51h: The vote originally scheduled for 14 October will not take place because there is no majority for the proposal. It is likely that the EU Commission will now propose to extend the Chat Control 1.0 regulation currently in force that permits providers to scan our messages (if they choose). An extension of this indiscriminate bulk scanning regime is not acceptable. Scanning under this regulation needs to be targeted and limited to suspects where requested by a judicial authority.
- Comment on How should everything be routed? 5 weeks ago:
Made a screenshot of app.smartdraw.com/editor.aspx?templateId=384d7d86…
- Comment on How should everything be routed? 5 weeks ago:
Does this example match your network?
Image - Comment on How should everything be routed? 5 weeks ago:
From your description it already sounds like all of it is in the same network?
That cabling you have in the house doesn’t split your network, Router -> CAT6 - CAT6 - CAT6 -> Switch is the same as Router -> CAT6 -> Switch as far as your equipment is concerned.This is oversimplified but catches most network topologies (including yours it seems):
Internet -> Router -> Switches -> Client Devices - Comment on The Great Software Quality Collapse: How We Normalized Catastrophe 5 weeks ago:
That and also man hour costs versus hardware costs. It’s often cheaper to buy some extra ram than it is to pay someone to make the code more efficient.
- Comment on Custom Firewall 5 weeks ago:
Isnt opnsense only for bsd? I am running linux.
opnsense is bsd based yes, you can either run it on it’s own hardware in front of your server or you can run it as a virtual machine and passthrough your hosts network ports to it for WAN/LAN. - Comment on Custom Firewall 5 weeks ago:
When using a vpn server, only I could access the services right?
You can easily setup vpn users for friends/family but a random person on the internet won’t reach your services if you block access from WAN and forces everyone to go through the vpn server.
- Comment on Custom Firewall 5 weeks ago:
Your services would first of all need some sort of integration to report failed authentication attempts to your firewall or you wouldn’t have anything to act on to start the block. Sounds complicated.
If I were you I would ponder if it wouldn’t be easier to just setup a headscale/wireguard/openvpn server and connect to your other services through that.
My favourite home firewall right now would be opnsense
- Comment on Microsoft is plugging more holes that let you use Windows 11 without an online account 5 weeks ago:
Do you have more info regarding that ThinkPad E16?
I’m mostly working with T series laptops and haven’t had the problem, but always good to know if or when an E16 shows up. - Comment on Head of the Signal app threatens to withdraw from Europe 1 month ago:
I think it’s quite a good question to be honest - you can keep your phone number private from all your signal contacts and has been able to since early 2024.
thehackernews.com/…/signal-introduces-usernames-a… - Comment on Head of the Signal app threatens to withdraw from Europe 1 month ago:
Why are you giving gestapo your phone number instead of your username?
- Comment on Security camera recommendations? 1 month ago:
Having the motion sensor trigger saving local recordings is an idea that have gotten a positive dev response.
github.com/themactep/thingino-firmware/…/289I can’t find any discussions about accessing recordings using ONVIF or the tinycam app and don’t have any cams running personally.
I am planning on using thingino with frigate nvr and network storage later on so thanks for sharing your experience!
- Comment on Open source strategy shooter Unvanquished gets a big new release with SDL3 1 month ago:
Yikes, the game is just as fast as quake 3 if not faster. I found myself relying on a shotgun to hit those pesky aliens because everyone runs fast. I played with bots but I think it would be a great game to startup at a LAN for some fun.