And ladies and gentlemen, that is part of the reason for the gender gap lol
And ladies and gentlemen, that is part of the reason for the gender gap lol
At work we have ~10 people using remarkables and every one of them loves it. They just released a color version too. Extremely good for notetaking according to them. You can write and then OCR the writing, getting the benefits of pen and paper and digital.
Their entire list is odd choices except for the top 10 (even persona 5 is iffy as top 10 of all time)
They favor shooters and then place a game that had lost most of its audience in under a year as the best shooter other than doom 1 of all time.
I love helldivers, but it is a very niche game in comparison to so many others, even those on the list.
Not to mention KOTOR and DA:O as 94 and 95. Also prey is an extremely weird choice…
321
Kopia backup to secondary HDD
KDE vaults stores on secondary HDD
Soon I will set up kopia to also back up every via SSH to my server and then small size essentials and important docs via google drive
I need to set server cloud backups too, but haven’t had the time…
Suse-font is licensed under OFL-1.1
Maybe soon sodium ion!
Higher cycle counts, reduced capacity, but also not dangerous.
https://wiki.archlinux.org/title/GnuPG
You can create keys with a gui:
On the final episode with my rewatch
I think it has to do with data differences between self hosters and data hoarders.
Example: a self hosted with an RPI home assistant setup and a N100 server with some paperwork, photos, nextcloud, and a small jellyfin library.
A few terabytes of storage and their goal is to replace services they paid for in an efficient manner. Large data transfers will happen extremely rarely and it would be limited in size, likely for backing up some important documents or family photos. Maybe they have a few hundred Mbit internet max.
Vs
A data hoarder with 500TB of raid array storage that indexes all media possible, has every retail game sold for multiple consoles, has taken 10k RAW photos, has multiple daily and weekly backups to different VPS storages, hosts a public website, has >gigabit internet, and is seeding 500 torrents at a given time.
I would venture to guess that option 1 is the vast majority of cases in selfhosting, and 10Gb networking is much more expensive for limited benefit for them.
Now on a data hoarding community, option 2 would be a reasonable assumption and could benefit greatly from 10Gb.
Also 10Gb is great for companies, which are less likely to be posting on a self hosted community.
No, mine is just a docker container. Maybe there is something with that? Is your containerized in the VM?
Interesting. For me it was a set and forget. I check the change notes before updating every month or so, make a very small change to the yaml compose, and I am back in action in under 10 minutes.
Different experiences I guess.
True, but the same judge who would say that this means Github’s AI tools can harvest and regurgitate code that you upload as its own would have a good chance of ruling that the Winamp BS license is valid and the forkers have to fork over money.
But there is the fact that the company is based in Brussels and their license apparently breaks Belgian law 😂
Do you have the Intel drivers installed on your machine? Are GuC and HuC working?
sudo reboot
sudo dmesg | grep i915
sudo cat /sys/kernel/debug/dri/0/gt/uc/guc_info
sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
On Debian I had to manually download the i915 full driver Zip, extract it, take out the Intel drivers, and put it in /usr/lib/firmware
Then hardware acceleration worked on my Arc380.
If you use QSV, your CPU iGPU will be the one that can use it, so make sure to set your render device in docker to the iGPU and not the RTX 2060
That is a completely separate issue from the above commenter.
You absolutely cannot get 2FA authenticator codes from 90% of services
A shockingly large amount of companies demand phone numbers and send verification texts before allowing you to do business with them, to create an account, to recover an account, to delete an account, to place an order, etc.
They really shouldn’t, it’s a bad security practice but companies love it because with a phone number they can lower support costs by just allowing people to do a self-service where they get an automated text and can unlock their locked account.
Also an issue, but indeed a separate issue from using unsecure SMS as TOTP.
90% of American commercial services that is.
Online services or many/most European services have more proper 2FA (TOTP, app-based, card reader OTP, etc…)
And if it was an issue on github:
Closed: “couldn’t reproduce” 10 seconds after that last comment.
Capitalists making use of and profiting from socialist programs and structure is a tale as old as capitalism.
Pharma as an example. Crowdsourced research, government funding with money from the people only to be bought by a capitalist corpo where they do the last 10% of the work by industrialization, jack up the price by 1000x, and take 100% of the profits and don’t even pay back their fair share in taxes, and then get a state-sponsered monopoly for an outrageous period.
You can sync with immich also.
It literally is as simple as choosing which folders to include with the backups. You can set backing up just like google photos.
Otherwise you have to deal with their external library mechanics which has ballooned my 5k photos to a 1.3million in the database which broke immich.
But piracy is a product of their free market, don’t they want their mythical free market to be a free market?
Or maybe that was always just bullshit and they rely on using their money to suppress competition while they deliver a terrible, inferior product.
~/workspace/git
That way I can also keep other stuff in the same “workspace” directory and keep everything else clean
I have a Code, simulations, ECAD, and FreeCAD folder in the workspace folder where projects or 1-offs are stored and when I want to bring them to git, I copy them over, play around in the project folders again, then copy changes over when I am ready to commit.
I could better use branching and checking out in git, but large mechanical assemblies work badly on git.