Skip Navigation

Posts
2
Comments
46
Joined
3 yr. ago

Engineer and coder that likes memes.

  • thank mr skeltal

  • Charge people who accidentally used their Java SDK.

  • Just give the AI command line access and it can do everything for you, haha.

    I'm not sure what to think of AI agents and I'm writing a master's thesis specifically about MCP security atm.

  • You tell me, haha 😄

    DNS usually is a bit of an issue when TTL is too high and the stuff the records point to isn't available.

  • Well... Afaik the AWS outage only affected a certain region. So the company could have just deployed their online service in two different regions for redundancy.

    Or even better. Enable Offline Support 😐

  • See an example here:

    Microsoft said both issues could allow attackers to execute code with elevated privileges, although there are currently no indications on how they are being exploited and how widespread these efforts may be. In the case of CVE-2025-24990, the company said it's planning to remove the driver entirely, rather than issue a patch for a legacy third-party component.

    The security defect has been described as "dangerous" by Alex Vovk, CEO and co-founder of Action1, as it's rooted within legacy code installed by default on all Windows systems, irrespective of whether the associated hardware is present or in use.

    New attack vectors are found constantly. Having no support can very likely result in a system that can be automatically breached in a few weeks to months.

    As long as you don't have a public IP on your device and are in a trusted network you should be fine. But if you use a public wifi or somehow expose a port to the internet you're increasingly vulnerable for each day after the last security update.

  • Makes me wonder what problems they faced with a Client/Server architecture.

    Scope creep maybe? Supporting lots of platforms can be very time consuming.

  • Lol yeah. Surprised no one made that yet.

  • Very good point. Didn't even think about that. At home we use a soundbar because of that.

  • The standards are still pretty bad, and most producers of movies and tv shows still don't balance their audio for home TVs, but I do believe Ads have a limited allowed "loudness".

    If it was real baby mode we would have a regulated minimum and maximum loudness for everything, so we don't have to change volume constantly.

  • I thought it was quite bad already in the EU but we at least have standards for it. I'm currently in the US and watching TV I have to turn on closed captions for everything because voices are just so damm silent, while Ads and stuff just blast your face off.

  • pics @lemmy.world

    The New York Times building vandalised

  • Where I'm from there's certificates a company can get, that confirm a certain level of process and IT security. Also a company existing for at least 5-10 years without incidents is a "vetted" company in my books. At least anything that managed to produce a working IT system before 2021 when AI came around.

    I also believe there's a bit of bad wording going on with the original comment. Take it up with that guy, lol.

  • This situation would have been easily preventable with basic understanding of what they're doing is what OP is saying. This leak is not something highly complex, it is painfully stupid on the side of the developers.

    There's a difference between a hack, where data is exposed, compared to data exposure due to negligence or ignorance on the development side.

  • Or it gets them into a negative feedback loop since AI hardly ever tries to contradict you.

    But yeah. At least they're opening up to someone/something.

  • Probably quite easy if you use the Java edition.

  • If you're behind a conventional router they still do NAT afaik.

    Per default your IPv6 address should be an internal one if it's enabled.

  • Yeah, we managed to recreate that in a lab. Those old OS's are super vulnerable.

  • EOL means no more security updates, which means attack vectors don't get patched.

    If you keep using a Windows installation (or any OS for that matter) that isn't patched regularly you are very likely to be victim to some malicious actor eventually. It's not manual hacking anymore, it's bots scraping the whole internet exploiting known vulnerabilities completely automated.

    The risk is much lower if you're in a home network with NAT, where your PCs IP is not publicly reachable, but if you communicate with any webservices you're still vulnerable.

    As example. If you nowadays put a Windows XP machine live on the internet with a public IP, it will be compromised within minutes.

    So yeah. Good call switching to Mint, but please don't use unpatched Windows.

  • I use Hugo for static site generation and it makes the RSS stuff for me.

  • Programmer Humor @programming.dev

    I had to design a simple general purpose language for university, so I tried creating "ZoomerScript" with Jetbrains MPS