[-] [email protected] 2 points 8 hours ago

Android and iOS.

[-] [email protected] 1 points 9 hours ago

Sentiment shared.

[-] [email protected] 1 points 14 hours ago

Wasn't he critical well before?

[-] [email protected] 1 points 14 hours ago

integrate into it's apps

They're getting paid for training data.

[-] [email protected] 1 points 1 day ago

There was an article recently about a company abusing services for like 20 years using free trials for another company over and over.

[-] [email protected] 1 points 2 days ago

BBBBBBBBBBBBBBBB

[-] [email protected] 1 points 2 days ago* (last edited 22 hours ago)

3D printed, so a few cents. And an $8 fancy one.

We are fortunate enough to be able to afford more, and since my wife is a physicist we will eventually design our own setting for a manufactured stone because we like to do these types of things. But realistically it isn't that important to us as it's been a number of years now.

I'm curious though, why do you ask?

[-] [email protected] 1 points 2 days ago* (last edited 22 hours ago)

While @[email protected] called it algotrash, a system that curates would be better than a random feed.

I.E. asks for interests up front, then tailor as you read.

[-] [email protected] 1 points 2 days ago* (last edited 22 hours ago)

I can imagine with such a large review that they actually did find some books that didn't meet a standard that probably had nothing to do with DEI. It's about 5% of reviewed books though, so seems high.

[-] [email protected] 1 points 3 days ago* (last edited 22 hours ago)

A theory:

If you have a naturally strong curvature to your fingers when your hand is relaxed, you rarely drop your phone.

If you dont, you drop it all the time.

There is no in between.

If you are a member of the latter group, try a pop socket.

My partner and I discovered this difference, and it has been validated many times in our friend group, at least. And a pop socket solved it for her.

160
submitted 2 weeks ago by [email protected] to c/[email protected]

It's 6:30 hands down.

18
submitted 4 weeks ago by [email protected] to c/[email protected]

Hi all,

I'm going to try getting Zwift (a game that connects to Bluetooth, WiFi, or ANT+ bike trainers) running in Linux.

I'm pretty sure I can do this with my trainer since mine supports WiFi connectivity, but am curious as to if I could make it work with trainers that only support BT or ANT+.

I've previously done stuff like USB and PCI pass-through with KVM, but is this possible with Steam and Proton?

Thanks.

38
submitted 1 month ago by [email protected] to c/[email protected]
16
MiniITX for NAS (lemmy.nowsci.com)
submitted 2 months ago by [email protected] to c/[email protected]

Hi all,

I've been thinking about picking up an N150 or 5825U MiniITX board for a NAS, but I'm wondering if there are better options given my requirements.

  • At least 2x 2.5Gb LAN
  • A 10Gb LAN, or 2.5Gb if not
  • 2x NVME
  • 8x SATA for spinning disks
  • 2x SATA for SSDs
  • MiniITX is required for the 10" rack
  • 64+ Gigs of RAM (ZFS cache) (This is not possible on an N150)

The problem I'm running into with the boards I've looked at is PCIe lanes, and not having ways to expand the sata or network ports without stealing from NVME.

I've started to look at boards with PCIe 4.0x16 slots and risers/splitters for expansion, but then I can't find low power CPUs for them.

Thoughts?

29
submitted 2 months ago by [email protected] to c/[email protected]

Hi everyone,

I've been a single-server built from whatever desktop I upgraded for years kind of guy, with a hostname of the street it is on (better than server, which is what it used to be).

However, at some point in the future my home lab will be located in a place I will not have immediate access to, and since it's getting on in age and due for an upgrade anyway, I'm going to build in some redundancy. So, current names:

  • OPNsense micro-router: ingress01
  • OPNsense backup: ingress02
  • Cluster micro-server with essential services: cluster01
  • Cluster micro-server with non-essential services and replicated essential services: cluster02
  • NAS: nas
  • Powered on remotely when needed:
    • Mac mini dev/release box: macmini
    • Primary remote development server (basically my old desktop): desktop

Bring on the Mini-MacMinifaces, and any other ideas you have.

68
submitted 2 months ago by [email protected] to c/[email protected]

The GitHub repos at https://github.com/organicmaps are all public archives now, but there's no information on them about why.

11
submitted 2 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.nowsci.com/post/13005097

Hi all,

I've been running a bunch of services in docker containers using Docker Compose for a while now, with data storage on ZRAID mirrored NVME and/or ZRAID2 HDDs.

I've been thinking about moving from my single server setup to three micro-servers (Intel N150s), both for redundancy, learning, and fun.

Choosing Kubernetes was easy, but I'd like to get some outside opinions on storage. Some examples of how I'm using storage:

  1. Media and large data storage: Currently on the ZRAID2 HDDs, will stay here but be migrated to a dedicated NAS
  2. High IO workloads like Postgresql and email: Currently running on the NVMEs
  3. General low-volume storage: Also currently on NVMEs, but different use case. These are lower IO, like data storage for Nextcloud, Immich, etc

I'm a huge fan of being able to snapshot with ZFS, as I mirror all my data off-site with hourly pushes for some container data, and daily for the rest. I'd like to be able to continue this kind of block-level backups if possible.

Assume I'm a noob at Kubernetes storage (have been reading, but still fresh to me). I'd love to know how others would set up their storage interfaces for this.

I'm trying to understand if there's a way to have the storage "RAIDed" across the drives in the three micro-servers, or if things work differently than I expect. Thanks!

19
submitted 2 months ago by [email protected] to c/[email protected]

Hi all,

I've been running a bunch of services in docker containers using Docker Compose for a while now, with data storage on ZRAID mirrored NVME and/or ZRAID2 HDDs.

I've been thinking about moving from my single server setup to three micro-servers (Intel N150s), both for redundancy, learning, and fun.

Choosing Kubernetes was easy, but I'd like to get some outside opinions on storage. Some examples of how I'm using storage:

  1. Media and large data storage: Currently on the ZRAID2 HDDs, will stay here but be migrated to a dedicated NAS
  2. High IO workloads like Postgresql and email: Currently running on the NVMEs
  3. General low-volume storage: Also currently on NVMEs, but different use case. These are lower IO, like data storage for Nextcloud, Immich, etc

I'm a huge fan of being able to snapshot with ZFS, as I mirror all my data off-site with hourly pushes for some container data, and daily for the rest. I'd like to be able to continue this kind of block-level backups if possible.

Assume I'm a noob at Kubernetes storage (have been reading, but still fresh to me). I'd love to know how others would set up their storage interfaces for this.

I'm trying to understand if there's a way to have the storage "RAIDed" across the drives in the three micro-servers, or if things work differently than I expect. Thanks!

75
Ultralightish (lemmy.nowsci.com)
submitted 3 months ago by [email protected] to c/[email protected]

Since you all liked the tent on the coast, I thought you might also enjoy this sighting. We spotted this species of comfort camper in the wild while we were up there.

103
A content contribution (lemmy.nowsci.com)
submitted 3 months ago by [email protected] to c/[email protected]

Since I agree with @[email protected], I will contribute, too. I however, love the snow and ice for camping, hiking, backpacking, whatever.

This was taken on the coast after backpacking through the Olympics in Washington State.

13
submitted 3 months ago by [email protected] to c/[email protected]

Hey all,

I'm de-googling, and while OctoApp (to control OctoPrint) is open source (https://gitlab.com/realoctoapp/octoapp), there are no APKs in the releases like the README says. I can't report this as an issue because that's turned off on GutLab, so does anyone know of any other way it is distributed outside of thr Play Store?

Thanks.

49
submitted 3 months ago by [email protected] to c/[email protected]

Hi all,

Working through some things like a Will (I am fine, just normal life planning), and debating on methods for digital management when I do die.

I run a lot of self-hosted services for family and friends, all on secured servers with ZFS and on/off site backups. Key ingredient is Vaultwarden for password management.

I'd like to put something in place so that encryption keys, some docs, and key passwords are released to a tech savvy friend. Anyone know of existing solutions for this?

Requirements of:

  • Not providing keys to a third-party beforehand
  • Not forgeable to open
  • If possible, no "weekly press a button"

I'm thinking some kind of key pair where my friend has the private key and the public key is provided to a family member, and when activated a timer starts where I could cancel the release.

view more: next ›

fmstrat

0 post score
0 comment score
joined 2 years ago
MODERATOR OF