I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle

  • That’s what I originally thought would be the case. But, just statistically (looking at voter share here):

    2019: Cons: 43.6% Lab: 32.1% LD: 11.6% SNP: 3.9%
    2024: Lab: 33.7% Cons: 23.7% Reform: 14.3% LD: 12.2% (Weirdly, wikipedia has yet to include reform in their share ranking had to use BBC)

    Labour picked up less than 2% more of the vote share. Reform took the vast majority of the tory lead away.

    Don’t get me wrong, I’m glad the tories are out. But, it’s mostly because reform split the vote and Labour were second place in most constituencies. This is important to bear in mind while the conservatives sort themselves out to decide how they deal with not being right wing enough…



  • Well good news. Because ipv6 has a thing called privacy extensions which has been switched on by default on every device I’ve used.

    That generates random ipv6 addresses (which are regularly rotated) that are used for outgoing connections. Your router should block incoming connections to those ips but the os will too. The proper permanent ip address isn’t used for outgoing connections and the address space allocated to each user makes a brute force scan more prohibitive than scanning the whole Ipv4 Internet.

    So I’m going to say that using routable ipv6 addresses with privacy extensions is more secure than a single Ipv4 Nat address with dnat.




  • OK, one possibility I can think of. At some point, files may have been created where there is currently a mount point which is hiding folders that are still there, on the root partition.

    You can remount just the root partition elsewhere by doing something like

    mkdir /mnt/rootonly
    mount -o bind / /mnt/rootonly
    
    

    Then use du or similar to see if the numbers more closely resemble the values seen in df. I’m not sure if that graphical tool you used that views the filesystem can see those files hidden this way. So, it’s probably worth checking just to rule it out.

    Anyway, if you see bigger numbers in /mnt/rootonly, then check the mount points (like /mnt/rootonly/home and /mnt/rootonly/boot/efi). They should be empty, if not those are likely files/folders that are being hidden by the mounts.

    When finished you can unmount the bound folder with

    umount /mnt/rootonly

    Just an idea that might be worth checking.


  • r00ty@kbin.lifetoMemes@lemmy.mlGet rich quick
    link
    fedilink
    arrow-up
    1
    ·
    25 days ago

    Yeah, I was thinking more if there’s either an evolutionary improvement or revolutionary (or some movement toward AGI). For me it’s better if not, so I get to keep my job for a few more years. But, my general feeling is with the cash injection, there’s some chance of a breakthrough.


  • r00ty@kbin.lifetoMemes@lemmy.mlGet rich quick
    link
    fedilink
    arrow-up
    40
    ·
    25 days ago

    I mean if LLM/Diffusion type AI is a dead-end and the extra investment happening now doesn’t lead anywhere beyond that. Yes, likely the bubble will burst.

    But, this kind of investment could create something else. We’ll see. I’m 50/50 on the potential of it myself. I think it’s more likely a lot of loud talking con artists will soak up all the investment and deliver nothing.



  • Yeah. The 7.5 times (or is it 9.5 times, I forget) thing that has been thrown around since the cold war days never rings true to me.

    The primary and secondary strikes for both sides will take out people living close to either a military installation or a major city.

    Also there’s no way even a world war would involve every single country and every single island. There’s no way human life would be entirely obliterated. Most us posting here, perhaps. Certainly I’d likely be taken out in the second or third wave (close to London and also close to a military base). But life would go on.


  • I’m fairly sure it must take extra work to make dynamic prefixes. I’ve heard some weird justifications about localised routing. But modern ISPs generally don’t work that way at all. For example, my ISP has endpoints in multiple cities, and can fail over to another city if need be. All my static IPv4 and IPv6 instantly move with me in that event.




  • There’s literally nothing stopping a moderately skilled IT team from integrating ipv6. You can run any site easily using both. The exceptions are few and even those aren’t that hard to deal with.

    Source: been running dual ipv4/ipv6 Web servers for over 10 years (maybe 15 would need to check) . Likewise had ipv6 dual stack at home for a similar amount of time, initially using tunnels and then native.

    Almost every server provider will give you ipv6 for free. There’s really no excuse these days not to run your services on both protocols now.





  • r00ty@kbin.lifetoMemes@lemmy.mlts moment
    link
    fedilink
    arrow-up
    24
    ·
    2 months ago

    I remember moving to mumble from teams peak because it allowed pretty cool levels of configuration.

    Back in the late 00s and early 00s I was doing world of warcraft raiding. I had the server setup to have one key for main raid and another to talk to only officers. Quite useful especially in bigger raids.

    Also as I recall for any remotely large ts server you needed to pay. The self hosted one was always gimped. Mumble you could self host with no limits.