

It’s right in the name, Structured Qisualisation Language (SQL).


It’s right in the name, Structured Qisualisation Language (SQL).


No? Everyone who uses the bitwarden app or browser extention has a local copy of the database that is used for read operations. You can’t disable this so everyone who uses bitwarden can still use their passwords even if the server dies.


Wish granted, the battery is now small enough to slow charge to full in 20 minutes.
The iPhone air is great, isn’t it?


“Eliminate poverty” vs “E-L-I-M-I-N-A-T-E poverty”


i will simply want to scan projects that i personally use to be aware of its current state and future changes, before i blindly update apps i host.
If you’re just doing this for yourself then you still need to know the programming languages involved, what kind of vulnerabilities exist, how to validate them and quite a bit of how the projects operate.
The AI will output a lot of false positives and you will need to actually know if any of the “vulnerabilities” are valid or just hallucinations. Do you really want that extra workload?


No worries, I installed it for you.


Good news everybody, the number of people talking about suicide is rapidly decreasing.


Google protecting Google from FOSS.
They’re right too, after using Immich I don’t want to go back.


They bought a $2000 bed with a 24/7 internet requirement, how smart do you think they are?


I’m not saying that you shouldn’t, I am saying that there’s more to discuss than “switched to Linux /thread”.
For example let me just quote microsoft “The vision that we have is: let’s rewrite the entire operating system around AI, and build essentially what becomes truly the AI PC.” and think about what that means for your workplace. Windows isn’t going to vanish in a few years. The companies that have a lot of windows PCs will have to deal with increased hardware requirements in an already expensive market, have to wrangle user settings that the ai set on voice commands or fight against Microsoft to shut it all down.
I feel like there’s going to be a lot of wasted productivity in the coming years spend on fixing what ai broke.


Companies have already updated, new notebooks come with windows 11, it’s sadly inevitable that most users will sooner or later be switched to windows 11.


These threads feel kinda redundant, all comments are just preaching to the choir.
Can anyone comment about anything besides “[…] switched to Linux […]”?


I run wireguard and Android with chrome cause firefox doesn’t support pwa. Did you add it to your home screen?
Edit: Also I run release V2


It just works™?
Silverbullet supports working offline as a pwa, just click install on the website and you get a shortcut to the web app that you can use online and offline, open it when your online again to sync your changes to the other devices.


Can recommend, works offline and online with PWA support and stores everything in Markdown files for easy migration if you want to change your frontend.


Did you follow the guide?
https://docs.searxng.org/admin/installation-docker.html#installation-container


It is expected, the users inside the container are “real” users. They just get offset inside the container and some mapping is applied:
Root inside the container is mapped outside to the user running the container, everything that has the owner “root” inside the container can be read from outside the container as your user.
Everything that is saved as non-root inside the container gets mapped to the first subuid in /etc/subuids for your user + the uid inside the container.
You can change this mapping such that, for example, user 1000 inside the container gets mapped to your user outside the container.
An example:
You have a postgres database inside a container with a volume for the database files. The postgres process inside the container doesn’t run as root but instead runs as uid 100 as such it also saves its files with that user.
If you look at the volume outside the container you will get a permission denied error because it is owned by user 100100 (subuids starts at 100000 and usid inside container is 100).
To fix: Either run your inner processes as root, this can often be done using environment variables and has almost no security impact or add --userns keep-id:uid=100,gid=100 to the cmdline to make uid 100 inside the container map to your user instead of root (this creates a new image automatically and takes a while on the first run)


deleted by creator
I don’t like Source-available software, especially when they’ve changed from a more open license to this.
At least people aren’t buying at these high prices, wouldn’t want them to stay there after all.