Skip to content

BREAKING: X CEO Linda Yaccarino Steps Down One Day After Elon Musk’s Grok AI Bot Went Full Hitler

Technology
148 112 0
  • A Forensic Examination of GIS Arta

    Technology technology
    1
    1
    6 Stimmen
    1 Beiträge
    6 Aufrufe
    Niemand hat geantwortet
  • 419 Stimmen
    113 Beiträge
    98 Aufrufe
    D
    Hiroshima and Nagasaki is currently livable because the bomb was detonated in the sky, the radiation disappates quickly. In constrast, Chernobyl had much more fuel and since the power plant was on the ground, it contaminated a lot of the soil, therefore, it's gonna take much much longer before Chernobyl is ever livable again. A tactical nuke is a bomb that will detonate in the air, and since its "tactical", its gonna have much less yield. Its gonna be become livable again even quickly than Hiroshima and Nagasaki.
  • Trump extends TikTok ban deadline by another 90 days

    Technology technology
    6
    1
    24 Stimmen
    6 Beiträge
    28 Aufrufe
    N
    TikTacos
  • 195 Stimmen
    31 Beiträge
    55 Aufrufe
    isveryloud@lemmy.caI
    It's a loaded term that should be replaced with a more nimble definition. A dog whistle is the name for a loaded term that is used to tag a specific target with a large baggage of information, but in a way where only people who are part of the "in group" can understand the baggage of the word, hence "dog whistle", only heard by dogs. In the case of the word "degeneracy", it's a vague word that has been often used to attack, among other things, LGBTQ and their allies as well as non-religious people. The term is vague enough that the user can easily weasel their way out of criticism for its usage, but the target audience gets the message loud and clear: "[target] should be attacked for being [thing]." Another example of such a word would be "woke".
  • Building a slow web

    Technology technology
    37
    1
    175 Stimmen
    37 Beiträge
    131 Aufrufe
    I
    Realistically, you don't need security, NAT alone is enough since the packets have nowhere to go without port forwarding. But IF you really want to build front end security here is my plan. ISP bridge -> WAN port of openwrt capable router with DSA supported switch (that is almost all of them) Set all ports of the switch to VLAN mirroring mode bridge WAN and LAN sides Fail2Ban IP block list in the bridge LAN PORT 1 toward -> OpenWRT running inside Proxmox LXC (NAT lives here) -> top of rack switch LAN PORT 2 toward -> Snort IDS LAN PORT 3 toward -> combined honeypot and traffic analyzer Port 2&3 detect malicious internet hosts and add them to the block list (and then multiple other openwrt LXCs running many many VPN ports as alternative gateways, I switch LAN host's internet address by changing their default gateway) I run no internal VLAN, all one LAN because convenience is more important than security in my case.
  • 51 Stimmen
    13 Beiträge
    17 Aufrufe
    jimmydoreisalefty@lemmy.worldJ
    It is a possibility. Thanks for the input!
  • 8 Stimmen
    3 Beiträge
    20 Aufrufe
    B
    [image: 8978adf5-b473-470c-9f21-62a31e2fbc77.gif]
  • [paper] Evidence of a social evaluation penalty for using AI

    Technology technology
    10
    28 Stimmen
    10 Beiträge
    56 Aufrufe
    vendetta9076@sh.itjust.worksV
    I'm specifically talking about toil when it comes to my job as a software developer. I already know I need an if statement and a for loop all wrapped in a try catch. Rather then spending a couple minutes coding that I have cursor do it for me instantly then fill out the actual code. Or, ive written something in python and it needs to be converted to JavaScript. I can ask Claude to convert it one to one for me and test it, which comes back with either no errors or a very simple error I need to fix. It takes a minute. Instead I could have taken 15min to rewrite it myself and maybe make more mistakes that take longer.