I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 0 Posts
  • 107 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle
  • 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.



  • Peter 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.




  • 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 -k show for the card in terms of Kernel driver in use, and kernel modules? Also what does dkms status say?

    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.



  • 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.










  • 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…