trompete [he/him]

  • 21 Posts
  • 369 Comments
Joined 4 years ago
cake
Cake day: October 16th, 2021

help-circle


  • I’m sure the Hungarian authorities were acting on Orban’s personal orders when they decided to impound two vehicles on their way to Austria, and detain the drivers that they just picked up with two trunks full of cash, which is not suspicious at all.

    Update: After reading some Austrian news on this:

    • Hungarian anti-terror unit HEK detained them at a high way rest stop.
    • Ukraine claims this was an official and registered transport.
    • 40m $, 35m €, 9 kg gold seized.
    • Hungarian authorities say that this year [what year?], 900m $, 420m €, and 146 kg gold were transported through Hungary by Ukraine.
    • Hungary claims money laundering investigation.
    • Ex-general of Ukrainian intelligence service among the detained.
    • Hungarian authorities released them back to Ukraine.

    .

    I’m inclined to think that the Hungarian authorities have a point that this is related to money laundering, but also that they’re fucking with them for political reasons. It’s interesting that they all let them go. They either do not have anything substantial to charge them with or they don’t want to create some sort of diplomatic incident.


  • Right now some people are still engaging even with known LLM bot submissions, but I predict everyone’s patience will run out real quick and AI bots will be plonked on sight, even a whiff of LLM will result in an immediate ban if the problem gets worse. Maybe most the spammers give up then, maybe they won’t, depends probably on how convincing (and arguably genuinely useful) and cheap the bots will be. Still, if you treat it as a spam problem, you can whitelist competent contributors. Some may be caught up in the shoot-on-sight spam policy as false positives, but I hope that won’t be existential to the projects.


  • I’m hoping and predicting vibe coders are going to bring down a couple of major (and minor) corporations in the next few years, so I say let them cook.

    Free software projects will be less impacted I think, the people in charge aren’t under the same kind of pressure to take shortcuts usually. The longevity of many projects already proves that maintainability is a high priority for them.









  • Theoretically yes, though I’m in inclined to believe this may be a false positive.

    Whenever a program looks at the contents of a file, some code (called a parser) runs that goes over the file content in order to discern its structure and pluck out the relevant information. Parsers essentially take formatted data and turn it into easy-to-work-with data structures. Since the parser’s input could be some random file off the internet, potentially crafted by an attacker, a flaw in the parser code can easily be a security vulnerability. I think most security vulnerabilities are in parser code actually.

    Now, the torrent file format is pretty simple, so the parser code ought to be simple as well, but that does not mean there cannot be security issues with it. So it is not impossible, in theory, that opening a torrent file could infect your computer with malware, same as opening any other file you get off the internet. You’d hope/expect, if any such security bug is found in any bittorrent software and/or is being exploited in the wild, it would be fixed quickly with an update.

    Btw, antivirus software itself must look at the contents of a file, and as such can itself have security issues. This has happened. It is exacerbated by the fact the antivirus has elevated privileges and literally looks at all the files.