ikidd
@ikidd@lemmy.world
- Comment on GitHub - DioCrafts/OxiCloud: ☁️ OxiCloud server, efficient and secure way to save all your data 1 day ago:
It’s fine if you use the AIO or do some specific things on baremetal like Postgres and Redis. I’ve used in virtually every format over the last dozen years, and you eventually learn what works.
- Comment on GitHub - DioCrafts/OxiCloud: ☁️ OxiCloud server, efficient and secure way to save all your data 2 days ago:
Bitching about nextcloud seems to be some people’s hobby around here.
- Comment on Looking for a good wiki based off of a git repo 2 days ago:
Any idea if it will render Mermaid diagrams correctly?
- Comment on In wake of Windows 10 retirement, over 780,000 Windows users skip Win 11 for Linux, says Zorin OS developers — distro hits unprecedented 1 million downloads in five weeks 3 days ago:
EnoughZorinSpam
- Comment on After Today's meeting where Trump fell in love with Mamdani, this is MAGA tomorrow morning. 6 days ago:
Someone called this the love-in that happens in an abusive marriage after the beatings. “Oh, baby, I do this because I love you so much. You and I are just meant to be together.”
- Comment on Bad experience on selfhosting nextcloud 1 week ago:
They don’t obfuscate the filesystem, it’s right there in clear folder trees under each username in the chosen data folder with all the filenames you see in the UI, you can do whatever you want with it.
I hear this bullshit constantly and I go back to check just to make sure I’m not fooling myself and there it is. Where do people get this from, do you not know how to navigate a filesystem?
- Comment on Bad experience on selfhosting nextcloud 1 week ago:
Owncloud is an enshittified mess. There are very good reasons that Nextcloud hardforked and ran. Stay far away.
- Comment on Browser Fingerprinting And Why VPNs Won’t Make You Anonymous 1 week ago:
What a pointless article.
- Comment on Cams, anyone? 1 week ago:
I’d have to look at Frigate again, but I’ve used BI for a few years now for myself and neighbors that I’ve installed livestock monitoring cameras for. The phone app is quite good, it does very reliable recognition via Deepstack, it’s compatible with so many cameras it isn’t funny, and the automations are very extensive. Setting up schedules is pretty intuitive.
The geofencing is terrible, but that’s about my biggest complaint with it, besides having to install it on a Windows VM. I did have it working in Wine years ago, but it wasn’t very stable.
- Comment on Do you guys know how awesome a printer is that is just working? 1 week ago:
I spent a decade or so building my own reprap printers from scratch before I ever bought a printer.
You have no idea.
- Comment on Cams, anyone? 1 week ago:
requires UniFi Protect to enable the setting.
Always some sort of cloud based dicking around with Ubiquiti stuff. I’m so over them.
- Comment on Cams, anyone? 1 week ago:
Make sure any cameras you get are ONVIF compatible. That’ll give you the widest usability.
- Comment on Don't forget to wipe 1 week ago:
Like, with a towel?
- Comment on How bad are my printer's VFAs? 2 weeks ago:
I would talk to Prusa, that’s why you pay $$ for their printers. They’ll know how to fix that.
- Comment on Can't tell if L take or W take 2 weeks ago:
“too”?
- Comment on Microsoft confirms Windows 11 is about to change massively, gets enormous backlash - Neowin 2 weeks ago:
Jesus, you’re trying hard to be a dick, huh. Try harder.
- Comment on The 'just one more service' pipeline has claimed another victim: my entire weekend. What was your gateway drug into self-hosting EVERYTHING? 2 weeks ago:
I have to start to learn how to automatically create notes. I’m starting to forget how my systems work together, too. Fortunately when I research something I do it the same way every time so I come up with the same result, then go to implement it and find all the scripts etc that I forgot about that do that job.
I hate the “Microsoft Recall” idea, but damn, I need something like that with an AI to keep it indexed and searchable as it relates to my activities. All self-hosted, of course.
- Comment on Microsoft confirms Windows 11 is about to change massively, gets enormous backlash - Neowin 2 weeks ago:
Fedora.
- Comment on Microsoft confirms Windows 11 is about to change massively, gets enormous backlash - Neowin 2 weeks ago:
I’m sick and tired about hearing about Zorinn when there’s a dozen excellent Linux distros that aren’t derivative trash that astroturf social media.
- Comment on Is self-hosting becoming too gatekept by power users? 2 weeks ago:
I don’t see this phenomenon. Maybe people suggest those things to use because frankly, they’re a very fundamental part of the self-hosting landscape, and you’re see it as “you must use these”. Use whatever the hell you want and pay the price for doing it the hard way, by all means. But saying people are gatekeeping isn’t the way I see this community.
- Comment on [deleted] 2 weeks ago:
If you do a
zfs listyou’ll now see a dataset named something likevm100-data-disk0and that the second virtual disk in your VM. Now you operate on the virtualdisk however you like, format it with EXT4 or something. It’s still a ZFS volume and Proxmox will be able to snapshot it, replicate it etc, or you could do it manually on the host. But as far as the VM is concerned, it’s a raw disk that you do normal disk stuff with. - Comment on Shocking investigation reveals secret Israel's underground torture prison 2 weeks ago:
Most Moral Army in the World.
- Comment on Backups of Backups 2 weeks ago:
I couldn’t sleep at night if I didn’t have my data backed up in 6 different places. I spent way too many years as a sysadmin to deal with 2 backups.
- Comment on I said, LOOK at it! 2 weeks ago:
So what’s with the Nobody: modifier? Doesn’t that mean it isn’t happening that way?
I’m so confused.
- Comment on moving from nextcloud to opencloud 3 weeks ago:
The files and folders of NC are outside of the database. They are fully browseable in the filesystem. The database is just there for the metadata.
- Comment on A hypothesis 3 weeks ago:
It’s all that musl he has.
- Comment on A hypothesis 3 weeks ago:
Meanwhile…
- Comment on A hypothesis 3 weeks ago:
Get out.
- Comment on A hypothesis 3 weeks ago:
“Discluded”?
- Comment on OPNsense Bare Metal vs Virtualization 3 weeks ago:
I virtualized my OPNsense years ago via Proxmox and put it on HA. I’ve had it failover to another node that blinked out for some reason, and not noticed it for weeks. I’m a complete believer in virtualizing it. I used 2 nics per node and the external NIC is on a switch across all nodes. YOu could use VLANs instead.