A VPN will not save you, they are easily worse for privacy in terms of user tracking. It centralises your entire web traffic in a single place for the VPN provider to track (and potentially sell).
Of course it can be done, check your web server logs.
If you are using GET requests to send search queries to searxng, what you searched for will show up in the logs as
2024-10-31 123.321.0.100 /?query=kinky+furry+pictures
If you use POST requests the server admin can also easily enable logging those.
People hosting searxng can absolutely see what you searched for, along with your IP address, user agent string etc.
Maybe you've been sold a bit of a lie.
Linux is not like Windows. Linux will never be like Windows. It is first and foremost a general operating system, not necessarily a Desktop operating system.
IMO, that means you will never truly be able to completely avoid using the terminal here or there.
Telling people that it's easy to switch from Windows to Linux is just not true. Linux just works differently and going in with the expectation that things will work the same way only serves to disappoint those brave enough to attempt the switch.
If you try again, go in with the mindset that you've never used a computer before, and without needing to depend on Linux for your day to day computer work. See it as a tinkering side project, and maybe it will stoke your curiosity enough that you'll want to use it day to day.
can't we all just enjoy the frog without associating it with any politics
Had some fun just tinkering in Blender. Didn't turn out too bad, using this as my wallpaper at the moment. Happy to rerender with different colors if anyone's interested :)
Except when a bug pops up somewhere. Ownership/Responsibility changes in sub-Planck-second time when assigning blame.
Sveltekit is the fullstack/SSR version of svelte (like next is for react or nuxt is for vue). I reckon learning one of them might be helpful to learn component-based SSR and its benefits, personally I do think they have a firm place in the future of webapps.
Vite I can highly recommend, it's the best, fastest and least fussy bundler/builder I have ever used hands down (having used webpack briefly and packer for a while). Has some great features and is less of a pain to configure and get to work in my experience.
I would argue that the same things were probably true in western capitalist countries at the time (I have no evidence)
The CLI is scriptable/automatable and unambiguous when sharing instructions with coworkers. Both of these things make it very useful to know the commands. I do agree that it helps in some situations to visualize what is going on with a GUI/TUI though (neogit for nvim or magit for emacs are great if anyone is wondering), it can make things clearer at a glance.
Thanks for the summary and edits 🫶
Logging in to Kagi is a great way to deanonymize yourself on Tor.
You are correct, I don't care about cookies was acquired by avast. It is still GPL3 licensed and, according to the privacy policy, does not capture user data. But for those who don't trust avast (which includes me), there is an independent fork called I still don't care about cookies. The builtin Firefox cookie deletion settings are not granular enough for my usecase (with container tabs) and a hassle to configure for imo, which is why I still recommend the forked extension if it suits your usecase.
And how does that work? How do you unmount the root directory of a live system and invoke a script?
In Firefox, you can use the cookie autodelete extension (it's open source) which deletes all cookies for sites you haven't explicitly whitelisted. Same thing, integrates well with other privacy features on Firefox (like container tabs and I still don't care about cookies, and is probably better maintained than the feature in DDG.
IMO starting with a more minimalistic base, and adding whatever features you need is a better approach that suits more use cases. Just reduce your extensions to what you really need, and deactivate or uninstall those you don't need. Make sure what you are installing is open source, well-maintained and trustworthy (look at the github page: when was the most recent commit or release? how many contributors and stars are there? It's not foolproof, but a good start and definitely beats closed source extensions). Having access to more extensions is not a bad thing.
EDIT: don't use I don't care about cookies as it was acquired by some shady companies. Use the independent fork called I still don't care about cookies instead.
But... But :x is superior because it doesn't overwrite unchanged files with a new modified date :(
Yeah this has been my experience too, I graduated a year too late >.< I've already invested so much time learning web dev, I can't give up now. But I wonder how long it will take to find anyone who'll hire me.
Man I needed to hear this. Thank you! I feel you're right but there is so much doom and gloom reprting floating around in the headlines, YouTube and the internet. Trying not to get disheartened looking for my first employment as a dev.
Nextcloud is a FOSS fork of OwnCloud. Both projects are great in their own way, hugely successful and serve a lot of people very well. They just moved in different directions.
This is just one example of many. Ability to fork is super important to ensure that projects stay open source, like in this example.