It would be funny if a legal defense would have been using an n-sided 3d polygon that definitely isn’t a sphere. Is a tetrahedron legally distinct enough? How about a truncated isocohedron? Seems silly for the shape to matter.
It would be funny if a legal defense would have been using an n-sided 3d polygon that definitely isn’t a sphere. Is a tetrahedron legally distinct enough? How about a truncated isocohedron? Seems silly for the shape to matter.
Not sure about Facebook since authenticating for private videos is a hurdle, but for my partner who uses a mac I downloaded open video downloader which is just a foss GUI for ytdl, it also keeps ytdl up to date which is a requirement for me since I don’t want to be called when it stops working. I think on windows you have to manually install msvc2010redist but besides that it seems to just work out of the box.
I used to have a lot of apps back then that would use them as advertisement banners, it was really annoying. I forget when it happened but I’ve been using Android since honeycomb so I’ve seen a lot
I’m hoping and assuming that apps would need to ask for permission to use this, lest this turn into every app fighting to push their own dynamic island notification to the top bar, just like how back then every app wanted to have its own persistent notification and also that time when every app provided minor status updates using global toasts that didn’t specify which app created it, so you could be doing something in a completely different app and you’d get a completely random and unattributed toast with some vague message like “connection failed” with no way outside of third party apps to figure out which app sent it. /rant
I’ve done a backup swap with friends a couple times. Security wasn’t much of a worry since we connected to each other’s boxes over ssh or wireguard or similar and used tools that allowed encryption. The biggest challenge for us was that in my selfhosting friend group we all prefer different protocols so we had to figure out what each of us wanted to use to connect and access filesystems and set that up. The second challenge was ensuring uptime and that the remote access we set up for each other stayed up - and that’s what killed the project as we all eventually stopped maintaining the remote access and nobody seemed to care - so if I were to do it again I would make sure all participants have alerts monitoring their shared endpoint.
This is super neat even though it’s basically just running the main board plugged into peripherals - I already knew the main board was pretty small but it’s still surprising seeing it sitting on a table.
Makes me wonder what you could do with a case the size of a wii (or even a mini wii). Plenty of space for cooling, a 2.5" SSD bay, and I’m sure you could fit lots of other goodies in it too.
It should be safe, using fstab is how I do a network mount to a specific folder also so it doesn’t change or anything.
Brb uploading a 5GiB file from /dev/urandom to make sure there isn’t a byte of space left in OneDrive for them to do this to me.
I’m not sure how you figure that I’m “so angry”, I thought my reply was pretty calm. All I’m pointing out is that valve treats their own employees very well, and that if you have an issue with how developers working for other companies are treated / paid, your beef lies with those companies.
Hell valve doesn’t even charge their cut on steam key sales on other storefronts even though activating the key / downloading the game still uses steam infrastructure.
Then maybe you should complain about the game company that employs those developers, not valve…?
The screenshot doesn’t show any version change to signal - the version number is the same, so I was just answering why you might see an update like that since I thought that was part of your question.
Those might be flatpak “refreshes”, which show up as “updating to the same version”. As described by a flatpak maintainer, sometimes an app or runtime gets updated without changing the user-facing version number. I assume that’s what you’re seeing here.
Did you make sure to stop network manager too? I think disabling it tells it not to start it automatically but I think if it was already running it may have stayed up and maybe it brought the interface back up.
That’s my only guess, if ip link shows it as down still then idk. NetworkManager also has its own Mac spoofing thing so you might have better success editing the properties of the network connection in NetworkManager and putting a new Mac in the cloned Mac address field. I’ve only used macchanger with netctl.
Has anybody made a matrix app that looks like a discord clone? That sounds easier since the federated rich text chat is already made, the current clients don’t really appeal to the discord crowd.
If only they could include phones that are within those 7 years but already ended support. I’m still on a Pixel 5 which was released 3.5 years ago.
Luckily lineage is keeping it going strong on android 14.
Isn’t Miracast for sending video data? The thing I like about Chromecast is that the phone or remote app just tells the Chromecast where to load the media directly from, and then only sends playback control commands. That makes it a lot lighter resource wise because you don’t need to proxy the stream through a device like a phone that wants to go to sleep to save battery.
Note that the 2x10G is SFP+ not SFP. I was briefly confused. I have tons of SFP+ stuff but no SFP gear whatsoever
Just want to second this - I use an Intel nuc10i7 that has quicksync for Plex/jellyfin, can transcode at least 8 streams simultaneously without breaking a sweat, probably more if you don’t have 4K, and a separate synology nas that mainly handles storage. I run docker containers on both and the nuc has my media mounted using a network share via a dedicated direct gigabit Ethernet connecting the two so I can keep all the filesystem access traffic off of my switch /LAN.
This strategy was to be able to pick the best nas based on my redundancy needs (raidz2 / btrfs with double redundancy for my irreplaceable personal family memories) while being able to get a cost effective low power quicksync device for transcoding my media collection, which is the strategy I chose over pre-transcoding or keeping multiple qualities in order to save HDD space and be flexible to the low bandwidth requirements of whoever I share with who has a slow connection.
My primary use case is safeguarding my important personal artifacts (family photos, digitized paperwork, encryption key / account recovery / 2FA backups) against drive failure (~2TB), followed by my decently sized Plex server (23TB), immich, nextcloud, and various other small things like selfhosted bitwarden, grocy, ollama, and stuff like that.
I run all of my stuff off of a 6 bay Synology (more drives helps with capacity efficiency as double redundancy with 6 drives costs you 30% and I wanted to be protected against drive failures during rebuilding) with an Intel nuc on top to run plex/jellyfin transcoding using quicksync instead of loading the poor nas with cpu transcoding, I also run ollama on the nuc since it has faster cores than the nas.