This perhaps isn't an issue at any meaningful industry as I think there is little room in the space for a new OS to take off, but within hobbyist circles it seems it's becoming a problem. On subreddits such as r/osdev, a lot of interesting-looking projects are being called out for their code having a lot of AI hallmarks: commit history showing an entire OS with a shell and GUI being written in a week, almost exclusively very large, non-atomic commits, comments that randomly include words from a different language, and snippets of code that are blatantly plagiarised from well-known projects in the community.
It's such a strange thing to see, because it's an area of programming that has almost zero practical need these days. We already have three big desktop operating systems that cover 99% of use cases, and there are already projects that fill most other gaps. Unless you have a really specific problem that can't be solved by patching Linux, writing a whole new OS and everything that comes with it is unlikely to be worth the time. IMHO, the only reason to write an OS in current year is for the hell of it; if you're really interesting in programming and computers, you like solving problems, and you like building large, complex systems, writing an OS can be a really fun long-term project. If you do none of the work and simply leave an LLM to plan out the system and solve all the problems, you gain absolutely nothing from it.
I haven't tested this myself, but verifying with a driver's license should be supported [1]. Anecdotally, I've heard you have to fail the automatic Apple Wallet credit card verification, get to the screen where you're asked to input a credit card manually, and there should be something hidden in a corner that you can click to verify by uploading an ID.
This drove me insane a little while ago. Every single "personalised" Spotify playlist that got shovelled my way had a bunch of songs on it from Olivia Rodrigo's latest album, regardless of whether they fit the playlist theme or not. I don't listen to Olivia Rodrigo, and consistently skip her songs when they come up because they just aren't my cup of tea, but Spotify continued to shoehorn them into every playlist I listened to.
Same thing with the AI DJ. There are some days where it just never misses, and I can listen for hours without skipping a single song. Other days, it feels like every other theme is "here's an artist we've been paid to advertise", and I end up getting tired of it pretty quickly.
This might be wrong, but based on my own experience of Ubuntu effectively uninstalling itself when I tried to remove a single package.
I think most of the default software gets installed as one large package group, rather than as individual pieces of software. Only the group is marked as manually installed, but the individual programs pulled in by that group are marked as automatically installed. If you try to apt install something you already have as part of the default distro software, you'll usually see a message saying something like "marked as manually installed."
When you go to uninstall one program from the group, that one program is uninstalled as requested, but the group itself has to be marked as uninstalled, since you've removed one of that group's "dependencies" and thus can no longer satisfy that group's installation requirements. You now have a load of software that was automatically installed as dependencies of another package, but are no longer dependencies of any manually-installed packages. The next time you run apt autoremove, it'll remove all of those automatically-installed components and leave you with an almost bare system.
I've wondered whether this is connected to the olfactory system. Real books have a discernible smell about them, especially older books, and smell is said to be one of the best senses for memory recall. Do you remember less from an ebook because your ebook isn't smelly?
>Posts of unknown authorship have a disclaimer at the top of the page.
Problem is, the posts can contain <script> elements. So it's easy to just write a little JavaScript that removes the disclaimer at the top. See this hastily-made, immature example of mine:
Whether or not this is true, it's somewhat irrelevant, as the observable universe is finite, meaning there's a finite amount of "stuff" that can causally influence us. What happens far beyond the observable universe is not worth dwelling on, as we will never see it or be otherwise influenced by it.
>I have a mighty need for something that can quickly render frames of arbitrary pixels. Ideally a line at a time for smoothness.
Dependent on the complexity of your application and how comfortable you are working in C++, you could give CImg [1] a go. I've used it for a handful of projects with a similar requirement. It can be lightning quick, but a pain to get started with.
Not sure if this is the same product, but in my job I've met one of the researchers working on this tech. The screens they were able to produce had refresh rates high enough to watch a movie.
This perhaps isn't an issue at any meaningful industry as I think there is little room in the space for a new OS to take off, but within hobbyist circles it seems it's becoming a problem. On subreddits such as r/osdev, a lot of interesting-looking projects are being called out for their code having a lot of AI hallmarks: commit history showing an entire OS with a shell and GUI being written in a week, almost exclusively very large, non-atomic commits, comments that randomly include words from a different language, and snippets of code that are blatantly plagiarised from well-known projects in the community.
It's such a strange thing to see, because it's an area of programming that has almost zero practical need these days. We already have three big desktop operating systems that cover 99% of use cases, and there are already projects that fill most other gaps. Unless you have a really specific problem that can't be solved by patching Linux, writing a whole new OS and everything that comes with it is unlikely to be worth the time. IMHO, the only reason to write an OS in current year is for the hell of it; if you're really interesting in programming and computers, you like solving problems, and you like building large, complex systems, writing an OS can be a really fun long-term project. If you do none of the work and simply leave an LLM to plan out the system and solve all the problems, you gain absolutely nothing from it.
reply