• 9 Posts
  • 246 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle

  • My ISP provides a /48 for IPv6 via prefix delegation so all internal machines that support it have a ULA and DHCPv6. I have disabled SLAAC . In docker I assign a /64 of that prefix to docker containers. The local addresses is what most of the internal network stuff is based on (DNS etc) rather than the globally accessible address. The PD addresses are only about going onto the internet.

    SLAAC actually is just fine, I just didn’t really want to be exposing the manufacturer information of the addresses online so preferred DHCP, but either or both together works from OpenWRT prefix delegation.



  • If we avoid a bigger outbreak of this it will be luck not because we actually did this right. I am not convinced we should have been taking these exposed people and spreading across the globe and certainly not with very different procedures, only some countries are actually quarantining those who have been exposed. It could still be in the community from one of the people exposed on the plane. Given how slowly this virus progresses it could smoulder for quite a while before we have an epidemic that we recognise.

    I really wish the WHO would get over its aversion to saying viral spread is airborne, they still haven’t admitted Covid is airborne despite the scientists proving it is and they have called Hantavirus “close contact”, which isn’t actually a transmission mechanism its either droplet or aerosol and given the exposures where its spread its airborne.










  • Google, Youtube and Facebook all forced real usernames for a time and it made no difference to the quality of conversation or how toxic it was. Indeed many people on Twitter/X use their real names and say some truly awful things.

    Its not about anonymity, the real answer to getting less toxicity is good moderators that care about the subject matter. Its why Reddit is a mixed bag depending on the sub you are in, all depends on the moderators. If you want to fix social medias toxic name calling and everything else you should be forcing Facebook et el to have enough moderators to actually do the job well with interest in the various sub topics.









  • I keep trying to use the various LLMs that people recommend for coding for various tasks and it doesn’t just get things wrong. I have been doing quite a bit of embedded work recently and some of the designs it comes up with would cause electrical fires, its that bad. Where the earlier versions would be like “oh yes that is wrong let me correct it…” then often get it wrong again the new ones will confidently tell you that you are wrong. When you tell them it set on fire they just don’t change.

    I don’t get it I feel like all these people claiming success with them are just not very discerning about the quality of the code it produces or worse just don’t know any better.