Wait this is still a thing? I remember writing a DCC download bot in arexx on the amiga, back in the mid 90s.
r00ty
I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.
- 0 Posts
- 107 Comments
r00ty@kbin.lifeto
Technology@beehaw.org•Restaurants say big chains pretend to be independents on apps
81·2 months agoPeter Backman, CEO of theDelivery.World, said the practice was only misleading if customers were purposely trying to support independent restaurants and takeaways.
That’s some high grade bullshit. There is going to be a subset of people (and I’d argue it’s a growing number) that want to support local businesses and so yes it’s misleading to all those people.
But more than that. A corporate/franchise brand has such a huge value they will sue you if you use it without permission. So if they’re choosing not to use a brand they paid good money to use, it can only be because they want to deceive.
I’d say the ideal situation is that tools are developed library first, then cli or gui as preferred allowing others to pick up the slack and make the other tool (or tools) using the functions in the library.
One of the reasons automation is so much easier on linux than windows is because there are many more cli tools to do things. On windows many tools are gui first and cannot easily be automated.
That’s weird. Whenever I’ve had gpu drivers fail the environment didn’t come up and I would be left at a terminal.
But, they shouldn’t need rescue. The issue is no nvidia driver, but you can still login from the text terminals. Ctrl + Alt + F3, F4 etc etc. In fact when the window environment fails to load it should drop back to terminal.
I have a 3080, so 590 is fine for me. But, I’m sure the legacy one is a dkms. But the process of installing that should be done as part of the install. E.g. you install, reboot
What does
lspci -kshow for the card in terms of Kernel driver in use, and kernel modules? Also what doesdkms statussay?If the module is installed and showing in dkms status and showing as used in lspci -k, it should be available for desktop environments.
I do agree in terms of effort when things go wrong though. I remember when I was a lot younger and I had no problems just sitting in front of my keyboard finding whatever the latest problem is. Now, I want to be doing things with my PC.
But, a bit of debugging might be worthwhile before doing a new installation.
Did you also uninstall all of the components of the new driver as per the arch site?
Otherwise it’s investigate from the tty as to what driver, if any is in use for the gpu pci device.
Are you sure it was dot pitch and not dot clock?
Dot pitch on a crt might make the image look bad (trying to draw onto the shadow mask) but I doubt it would damage it.
Setting an invalid dot clock could damage some crts. But most of the modern (read from mid 90s on) would just go to the power save mode when they got a clock they couldn’t use. The warning did still remain on the xfree86 configuration guides though.
Showing my age perhaps.
More than 51 years if there’s one of those updates that will randomly decide to overwrite the UEFI removing your bootloader entirely :P
Of course not. As the merovingian in the matrix says. French is a fantastic language, especially to curse with.
Then I suggest they use an XNOR pointer instead! Checkmate patent trolls!
r00ty@kbin.lifeto
linuxmemes@lemmy.world•If we are living in a simulation, do you think it is running a FOSS OS/software or a proprietary one?
2·6 months agoThat should all be covered in the unit tests.
r00ty@kbin.lifeto
linuxmemes@lemmy.world•If we are living in a simulation, do you think it is running a FOSS OS/software or a proprietary one?
15·6 months agoNo. That’s just because the thread simulating your consciousness has leaked too much memory. So when you sleep the thread saves important parts of the memory map and terminates and a new one is started with an empty memory map ready for a new “day” .
r00ty@kbin.lifeto
Technology@beehaw.org•Automated Sextortion Spyware Takes Webcam Pics of Victims Watching Porn
10·6 months agoYes. But one less thing it can do.
r00ty@kbin.lifeto
linuxmemes@lemmy.world•If we are living in a simulation, do you think it is running a FOSS OS/software or a proprietary one?
23·6 months agoWe’d also be entirely unaware of reboots. Our reality would just resume from the last save point and we’d just move on like nothing happened.
r00ty@kbin.lifeto
linuxmemes@lemmy.world•If we are living in a simulation, do you think it is running a FOSS OS/software or a proprietary one?
12·6 months agoHow do you know? Just because the repository is hosted outside of our space-time. Doesn’t mean it’s not an open source repository.
I’m sure I’ve said all this before. But still. LLMS are very useful tools I don’t doubt that. The problem that no organisation that is “embracing” AI is really considering is how they work.
They essentially rewrite code or art or content they have seen before. If they replace developers, artists and authors/article writers wholesale the only source of new content will be, other AI.
It’s been known from the start that AI feeding on AI very quickly degenerates today garbage in garbage out.
They are also (currently) unable to innovate. So use of AI is going to stifle innovation or even completely kill it.
These are the medium to longer term problems that might only be really realised when the developers, artists and authors have moved onto other work and a lot might just not want to come back.
That’s my main problem with the wholesale use of AI. Used as a tool to complement people doing their job, makes sense and is possible to maintain going forward.
Here you go
#include <iostream> #include <csignal> #include <unistd.h> void sigusr1_handler(int signal) { std::cout << "Signal USR1" << std::endl; } int main() { std::cout << "Installed handler for USR1" << std::endl; std::signal(SIGUSR1, sigusr1_handler); while (1 == 1) { usleep(5000000); // 5 seconds std::cout << "Waiting for signal" << std::endl; } }That will help you read at least one of them.
I’m going to argue that it’s a little of both. While I doubt Ofcom have much chance being able to actually recover money through legal channels because of US constitutional amendments, they must have thought about this and the next step is likely to be an even more draconian “great firewall of britain” moment. Which of course will likely be equally as trivial to bypass as the age verification so…


I’m based in the UK. But my instance only actually has single digits of actual active users. So, it’s not bothering me too much.
The moment I get a letter from OFCOM, or I see they’re enforcing against smaller federated sites, I’ll just remove non login readable capability and make it entirely invite only (which won’t be a problem, the only people joining for ages were bots and when I added the AI blocking/cloudflare protection they’ve stopped coming too). Until then I am assuming they’re going after the actual social media companies.