A spreadsheet
QR code issue is most likely due to LibreWolf silently denying Canvas access, you can enable it per-site: https://librewolf.net/docs/faq/#should-i-allow-canvas-access-how-do-i-do-it
Not sure about video conferencing.
The Tunnel daemon creates an encrypted tunnel between your origin web server and Cloudflare’s nearest data center, all without opening any public inbound ports.
The good news is that in order to exploit the new vulnerability, the attacker first has to obtain kernel level access to the system somehow - by exploiting some other vulnerabilities perhaps.
The bad news is once Sinkclose attack is performed, it can be hard to detect and mitigate: it can even survive an OS reinstall.
Release blog post by the infamous “please remove my packages from NixOS” developer: https://community.home-assistant.io/t/consider-to-avoid-adding-library-dependencies-from-frenck/315185/20
That makes some sense I suppose. What was it about DragonFlyBSD and macOS kernel?
Faster in what sense? Would you kindly point me to the benchmarks used? It’s easy to find the opposite results so I’m curious.
Happens to me sometimes too on other titles. Shadowrun: Dragonfall is the last one I played where it happened.
Cloudflare tunnel is an option, you can even scrap your own nginx
I’m a nix noob but I think this is a release of the nix package manager and therefore it’s unrelated to the version of the nix channel with nix packages.
Sounds like you have a pretty okay experience but some specific things don’t work - please take some time to report bugs if you haven’t yet!
Sounds like a strategy or a simulator
I use a PS5 controller paired wirelessly with my deck. I think the touchpad just worked for me with no extra settings (apart from picking a steam input configuration that supports it) but in practice I almost never use it for gaming.
Not sure what chiaki4deck is but I don’t believe it’s necessary for PS5 controller support.
Update: i may have installed something for gyro support at some point but it wasn’t chiaki4deck
That’s some BG3 patch long release notes
Are you confusing security and privacy?
You can try OpenCore Legacy Patcher: https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html
Still waiting on the list of those swinging/swiping changes that the other DEs are making
Unless you’ve used something secure for formatting or wrote data to the SD after, consider attempting data recovery.
I often stumble on this example of nix usage - a one-off shell with a a specific package. This is such a niche and seemingly unimportant use case, that it’s really strange to have it mentioned so often.
Like literally what’s the point of having a shell with ffmpeg? Why not simply install it? Even if you need something just once, just install it and then uninstall it, takes like 10 seconds.
The other use case that is often brought up is for managing dev environments, but for a lot of popular languages (Python, Node, Java, Rust, etc. ) there are proven environment management options already (pyenv and poetry, nvm, jenv, rustup). Not to mention Docker. In the corporate setting I haven’t seen nix replacing any of these.
From my limited experience using home manager under Linux and macOS:
- GUI app shortcuts work in neither of the OSs
- error messages are about as readable as the ones you get for C++ templates
- a lot of troubleshooting searches to unsolved GitHub issues
All in all nix seems like a pretty concept but not too practical at the moment.
GCP Cloud SQL managed Postgres now supports pgvector extension
Use AlloyDB and Cloud SQL to store and index vector embeddings generated by large language models (LLMs), via the pgvector PostgreSQL extension
The blog post title is a bit more fluffy than that, but the gist is that Google Cloud Platform's main offering for managed Postgres instances now supports pgvector out of the box