Comment on
Using Google whilst Duck Duck Go is down. How long has Google been this bad?
Reply in thread
Fuck this. Fuck search engines. I'm going back to curated website lists.
Comment on
Using Google whilst Duck Duck Go is down. How long has Google been this bad?
Reply in thread
Fuck this. Fuck search engines. I'm going back to curated website lists.
Comment on
Pointless existence
Reply in thread
No. This is a Mendel meme.
Comment on
Never again
Reply in thread
First thing that comes to mind is https://devdocs.io/about
Comment on
Someday, when society goes fully paperless, paper cuts will be a thing of the past
Reply in thread
Most use a dating app named Cinder
Comment on
only the best treatment for fascists
!u!lossnW
Comment on
[SOLVED-See Comments] My "Windows" boot entry has disappeared from the EFI menu
Comment on
New! Inline autofill for cards and identities
Reply in thread
Cards and identities have been a feature for a long time. The update is about inline autofill, as opposed to clicking fill from the extension popup
Comment on
2024, the year of the Linux laptop
Reply in thread
There's usually a bar at the top, otherwise it looks like this. The dock on the left is from the "dash to dock" Gnome shell extension, which ships with Ubuntu
Comment on
OpenAI Admits AI Hallucinations Are Mathematically Inevitable, Not Just Engineering Flaws
Reply in thread
I think it's saying that LLMs won't crack public key cryptography no matter how many times you ask them to please do it and they'll sooner make up something instead
Comment on
On Serving Markdown to AI Agents
Markdown can't execute JavaScript -> pretend to be a bot to get actually usable pages without tracking scripts
Comment on
Generative AI is the real-life realization of Borges’ Library of Babel.
No. Library of Babel is the real-life library of Babel. The concept of the library is deterministic and doesn't need to involve AI.
Comment on
Archive to Check Compatibility?
Reply in thread
It looks like there's no devices listed for that chipset yet. Assuming there were any, you would go to the device's page and check the table on the right for something like "probable linux drivers". If you want a plug and play experience you need to look for one where the drivers have been integrated into the kernel, and then make sure your system is using that kernel version or later. It's usually older devices whose drivers have been brought into the kernel, you won't find newer stuff that just works out of the box.
If you don't want to limit yourself to the ones with kernel drivers you'll usually be downloading the driver's source code from somewhere, then set up dkms to build and install them on every kernel update.
It's honestly not as bad as it sounds if you don't mind researching for a bit and running a couple commands.
Good luck
Comment on
What are some relatively simple mobile games I should add to a project I'm making?
Reply in thread
I made snake in Godot some time ago. I'll leave it here just in case you want some inspiration.
Comment on
Securing traffic between a proxy and a backend over a VPN. How do you get a certificate for an internal domain?
Reply in thread