I’m here to stay.


Let’s wait for the Ai driven rewrite of those parts into C, and then covert that code to whatever they target.


Trying to abstract everything away in multiple layers of classes and function calls, just to avoid to write a 2 lines of code twice is the biggest evil in programming. Well probably not the biggest, but a huge problem in my opinion. Adding unnecessary complexity due to being clever is evil.
I want to say, it takes a while to learn many stuff in Linux. You didn’t learn everything of Windows in one video or blog post either. And in Linux, its even “worse”, as it is open ended with many operating systems and replaceable parts. That means its by design more to learn than on Windows. I’m just setting expectations. “Learning Linux” is not a single event or product you learn, and you hopefully never stop learning.
That should give you a bit of background and basics to start with. Just search these terms and start learning and experimenting. Plan years into learning…


If you are concerned about a program you installed spying on you, then why do you use that program? If it can access a personal directory in Mozilla, what does it stop from accessing all the other files on your system?


deleted by creator
This question is probably as old as Linux itself. While many (me included) do not like Ubuntu anymore, I still think its a good operating system for newcomers to Linux. Not at last because of the community it has. Ubuntu is only by those dislike who are long enough in this game. There are also different variants with different user interfaces and such (like Kubuntu).


This title is a bit funny. :D You had me in the first halve, not gonna lie.


This is a search tool that will only return content created before ChatGPT’s first public release on November 30, 2022.
https://tegabrain.com/Slop-Evader , the linked source code on Firefox extension page seems to no longer exist: https://github.com/tegacodes/slop-evader
So it literally cuts off everything after that date. Why the need for an extension in the browser? One can add max date to any search engine search terms and limit the results too. At least this works with Google, in example before:2022-11-30. This could be a bookmark in example: https://www.google.com/search?q=before%3A2022-11-30 Note I do not use Google myself. You have to try this with your favorite search engine yourself.
While I think the idea is good to search everything before, I am not certain we need a closed source extension for if we could just add a search term to it manually. And this does not really solve searching the web with content after that date. Still need a better solution to this, especially if time goes on.


You can also open up random porn websites and see stuff that shouldn’t be on Steam. Also having it randomly in nature is one thing, appearing in a shocker / horror videogame with the context of children want to ride naked horses (which are human with mask) riding is another. It’s all about context.


I can judge a style and the art without playing the game. I just said how it looks to me. My earlier point was, if you make a game like that, you shouldn’t be surprised getting banned. And the creator does the best out of it and makes a scene of it. I would probably too, because it generates a lot of buzz and is free marketing. People who never had this in radar will either purchase or talk and make more marketing. So, I am not blaming him doing what he does right now.
I mean at one point in the trailer you see two real horses fucking (f*cked up literally). From what I see it’s not just horror, its about shocking. And I believe not every game should be on Steam. Where the line is, I don’t know.


I do not agree this being great horror.


The game looks extremely f*cked up too…
Ah right, that makes sense. I know that site, but didn’t think of. I know not the smartes in the town.^^
I also wonder if people do more secure passwords for important services. Or do they treat it the same? My parents always used their birthday as password, so they do not forget it. Which not much more secure than 1234.
Looking at the different countries is also funny. The only password I’m not surprised about is admin, because that’s probably the default for most devices maybe? Unless user changes it manually.
But my question is, are these only “hacked” passwords? Because those who are not hacked, you don’t know what passwords they have. So this is a bit of bias here, right?


Yes, because Microsoft knows stuff in Windows that can be utilized in WINE. And maybe open sourcing a few parts to add to it. We are talking about WINE, an open source project where Microsoft doesn’t have the entire say. We can check and correct or reject, unlike whatever happens in closed source Windows.


Can you imagine, what if Microsoft in the future will swap to Linux as their Kernel for Windows? Then WINE and Proton are also much better if Microsoft is actively working on it, as they would need it in a Linux based Windows system. I am talking about something like 20 years from from now. Looking at Android or even SteamOS, it could still be filled with proprietary stuff. But Microsoft would benefit from the superior system and lots of free development. Does anyone else think this could be a possibility?


You don’t have to update the filter lists. You can have a totally local offline list that never updates, but you can add your own exceptions and filters. I mean you can do what you want, but I think there are some misconceptions. In example uMatrix is not spyware. It does not send unwanted information to developers back. And people audit not only the code, but also what is sent through network after installation.
If you really don’t trust much, which is understandable (i am not trying to convince you to install spyware), then I think Firefox is not the best browser for you. In that case it would be better to use a browser like LibreWolf, a fork of Firefox with configurations of privacy and security in mind. It comes with uBlock Origin plugin though, if that is a deal breaker.
Good luck finding a solution. I don’t know any way doing it in Firefox without addons.
I was there too doing lot of generalized functions that do everything. And I always hated the code. I am just hobby commandline guy, but even that is horrifying code. Doing this in complex code bases with real world impact is just bad.