Skip to content

YouTube is getting rid of its Trending page and Trending Now list

Technology
48 40 0
  • 295 Stimmen
    40 Beiträge
    3 Aufrufe
    Z
    The NUMBER FUCKING 1 RULE when we first got online. That all the normals repeated over and over and over. Then the se ond they get social media all that shit was flushed like a morning turd.
  • Microsoft is moving antivirus providers out of the Windows kernel

    Technology technology
    26
    1
    247 Stimmen
    26 Beiträge
    106 Aufrufe
    M
    I could see some exception for windows 11 IoT being made, but I honestly don’t know.
  • Is Google about to destroy the web?

    Technology technology
    86
    1
    240 Stimmen
    86 Beiträge
    322 Aufrufe
    B
    I hate google enough to pay 5$/mo for Kagi - it puts a smile on my face everytime I go to search and know that I'm not supporting google
  • 210 Stimmen
    31 Beiträge
    126 Aufrufe
    T
    In 2025 it would be anything above 3.6 million. It's a ton of money but here's a list of a few people that hit it. https://aflcio.org/paywatch/highest-paid-ceos Now if they added in a progressive tax rate for corporate taxes as well.... Say anything over 500 million in net profit is taxed at a 90+% rate. That would solve all sorts of issues. Suddenly investors of all these mega corps would be pushing hard to divide up the companies into smaller entities. Wealth tax in the modern age could be an inheritance tax. Anything over the median life earnings of individuals could be taxed at 100%. So median earnings in my area is $65K * 45 years (20-65k) = $2.93 million.
  • Building a slow web

    Technology technology
    37
    1
    175 Stimmen
    37 Beiträge
    151 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.
  • The AI-powered collapse of the American tech workfoce

    Technology technology
    2
    1
    4 Stimmen
    2 Beiträge
    19 Aufrufe
    roofuskit@lemmy.worldR
    The biggest tech companies are still trimming from pandemic over hiring. Smaller companies are still snatching workers up. And you also have companies trimming payroll for the coming Trump recession. Neither have anything to do with AI.
  • 1 Stimmen
    14 Beiträge
    59 Aufrufe
    T
    ...is this some sort of joke my Nordic brain can't understand? I need to go hug a councilman.
  • [paper] Evidence of a social evaluation penalty for using AI

    Technology technology
    10
    28 Stimmen
    10 Beiträge
    60 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.