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

help-circle
  • The analysis comparing GPU flagships and price/wattage is somewhat shallow because it hides another thing that has been going on, the reduction of fundamental specs of the various classes of card. It used to be the case that a x80 chip meant it had a 512 bit memory bus, that it was ~500mm^2 die and hence a fully maxed out GPU and you got all that for ~$400-500 or so. Then the 680 came out and its specs were more like an x70 card from the prior generations, its only 294mm^2 and a 256bit bus, it was a rename of the lower class card, they never produced a flagship for that particular generation and some of that degradation in specs carried over to the 780 ti as well which now only had a 384 bit bus but its die size was ~561mm^2.

    An RTX580 is now 378mm^2, which is about an x70 in pre 2012 terms and 256bit bus which is also x60-x70 class.

    That process has resulted in the titans and the x90 and the x80 ti all slipping above the x80 as its specs gradually decline and its price is still going up compared to the historical picture, enormously more than inflation. During the same period CPUs on the other hand have stayed fairly similar in price with a steady increase in performance at a price point. That 680 oddity in the historical area was the moment things changed and AMD had a big part to play in the reason why with their 7970 being priced so much higher. This process started then in 2012 and its been getting worse as time goes on.




  • I feel like there is a future of more targeted AI. At the moment something that does spreadsheets has to carry knowledge of programming and chemistry and lots of languages and this seems very heavy for what ultimately we need. A programming language focussed AT dedicated to Rust or Go or Java could potentially be quite a bit smaller especially if they focussed on algorithm snippet and auto complete smarts. There is definitely a market for smaller more targeted uses than these all encompassing chat bots where the goal is to move the state of the art on for existing algorithms.


  • I have just let it grow organically. The front page is an index of various topics from personal things and particular games to household information. Then below that there might be just a page or an index to a bunch of pages often starting just as a list of links. I am often refactoring once a page has a bunch of sub headings of related topics but ultimately now needing multiple pages and replacing the original with the index to those pages. I don’t think I could have designed an index system from the start without the content because I wouldn’t have known what I was going to store.









  • They aren’t yet putting up barriers since their sole purpose is people connecting to each other. There is every chance they do move to restricting access but I think it would be the death of Twitch and certainly Twitter if they started doing so. Social media doesn’t require us to trust some group of people to choose our content for us and as such is a lot less prone to that bias and billionaire control. That isn’t to say the billionaires don’t have an effect, on Twitter what people are exposed to by the algorithm is very intentional and controlled as is the front page roll on Twitch, but unlike mainstream media its still possiblr to see and connect with the unfavoured content and grass roots movements can still form. I would prefer this was all on the fediverse but its not where the people are yet.


  • The mainstream press, being owned by the mega wealthy, hasn’t exactly been platforming and fair in its reporting of left wing candidates in general. This has now morphed to a strategy by left wind politicians to go directly to their voters on social media. Zack Polensky, the Green party leader in the UK, has drastically improved his parties standing simply by delivering their policies directly on Twitter and other social media. This is quite likely to become the way that left wing politicians operate in the near future. They potentially seek to gain leverage to fairer representation and presence in mainstream media, although that might not even matter given the mass exodus and distrust of the people of those old platforms.




  • 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.