• 1 Post
  • 2.39K Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle

  • No, we’re talking about companies scraping hundreds of millions if not billions of labor hours of output to train their models for the sake of developing software products which they then sell for profit.

    Every model that was trained on legally acquired free public data and open source code should be freely publicly available and open source.

    Every model that was trained on not legally acquired public data (e.g. Meta’s models) should be taken out of production until all of the lawsuits are concluded, and hopefully the parties responsible are put out of business.

    I’m not talking about future, potential labor that AI might replace. I’m talking about the labor which was stolen to produce these models in the first place.

    But, please use AI.


  • Also time resets every time I boot up the PC.

    If the PC has been offline and unplugged for years, the CMOS battery on the motherboard is probably dead. This battery maintains the time & date information, as well as the BIOS/UEFI configuration settings (which includes the boot device order).

    Replace the battery (usually CR2025 or CR2032) and then review all of your BIOS settings, especially the boot devices, and also verify that the available RAM is what you expect.

    Also, this is a Windows XP machine? You should check the motherboard and power supply for signs of the capacitor plague:

    Also, a final educational video


  • Please identify the issues with the LLM generated code.

    Why would the issues be obvious and easy to point out? Most issues with code aren’t. If they were, we wouldn’t have Patch Tuesday, a direct code review would prevent issues from shipping in the first place.

    Throwing this out as if it means LLM code is acceptable and ends the argument is ridiculous. Do you have any grasp of how software vulnerabilities are discovered at all?





  • NaibofTabr@infosec.pubtoxkcd@lemmy.worldxkcd #3245: Results Age
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    Telnet is basically the predecessor to SSH for terminal-over-network communications:

    It is a protocol for bidirectional 8-bit communications. Its main goal was to connect terminal devices and terminal-oriented processes.

    At this point, it is archaic network technology:

    Telnet was originally developed for ARPANET in 1969.

    It was developed in a time when only very specific organizations with lots of funding had access to computer networking. The Mother of All Demos had happened only the year prior. The first version of the Internet Protocol used today would not come until 1973.

    There was no concern that unauthorized parties might eavesdrop on the communications between networked computers. Also, at this time there were no functional computer networks that extended beyond local sites. The first ARPANET nodes would not start communicating with each other until 1970:

    The first four nodes were designated as a testbed for developing and debugging the 1822 protocol, which was a major undertaking. While they were connected electronically in 1969, network applications were not possible until the Network Control Program was implemented in 1970 enabling the first two host-host protocols, remote login (Telnet) and file transfer (FTP) which were specified and implemented between 1969 and 1973.

    There weren’t interstate or international network connections, or public routing architecture or DNS or anything like that.

    So basically, everyone who could possibly access your computer network would have to be on site, and probably in the room with the (very classified) government research computers. At this point you could count the number of people who really understood computer networking technology (globally) on your fingers and toes. If you happened to be working in this field, you could probably name offhand all of the people who understood enough about the technology that could possibly pull off a vulnerability exploit against Telnet, and you very likely knew them personally. Cybersecurity wasn’t a thing that anyone was worrying about yet.

    All of the security features that have been added to Telnet are afterthoughts, bolted on to the original system. It was never designed for the public Internet that we have today. And yet… there is still legacy technology out there that uses Telnet for remote access and administration, some of it in critical infrastructure like power grids and water systems.

    Ultimately, my point is that it’s very very difficult to eliminate communications technologies once any kind of industrial, commercial or government activity starts to use them for regular business. It’s one of Microsoft’s biggest problems with the products that they have been selling to various enterprises since the 90s (Windows Desktop, Windows Server, Active Directory, Word, Excel, etc) - they’re forced to maintain compatibility with legacy stuff even when they know without a doubt that it creates major security problems, because there are too many organizations dependent on that software. The Internet is like this now, and the people who were part of its foundation are dying off.







  • NaibofTabr@infosec.pubtoUnpopular Opinion@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    4 days ago

    You don’t know the weight that another person is carrying.

    To judge other people’s behavior broadly from the way their life appears to you, from the outside, only demonstrates that you are lacking in empathy and sympathy.

    What you say might be true, in certain cases with specific people, but that does not mean it is a valid general conclusion.







  • If you are interested in maintaining your OS as an ongoing and constant project, go with Arch. You will learn a lot about Linux, and about system administration in general. You will also have entire days where you are unable to do anything productive with your computer because the last update broke userspace again and you can either spend a lot of time troubleshooting your specific problem, or spend a lot of time reinstalling and reconfiguring your system.

    If your computer is more than just a hobby platform and you need to use it regularly for any kind of productivity, go with Debian. Set it and forget it.

    Either way, off-system file backups are recommended.