• 0 Posts
  • 739 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle
  • Schadrach@lemmy.sdf.orgtoMicroblog Memes@lemmy.worldOnly The Best Groomers
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    17 hours ago

    It’s not that the left has bad messaging or unpopular ideas

    Good ideas, but terrible messaging. For example, imagine you wanted to sell Appalachia on the idea that the coal market is in decline so we should look at expanding other market sectors in the region so the entire region doesn’t increasingly resemble dead mine towns as time goes on. What’s the single worst possible way you could try to express that idea to those people?

    “I’m going to put a lot of coal companies and coal miners out of business” - Hillary Clinton, 2016.





  • Now-now it’s Reddit - he might have posted on one of the subs that people monitor with bots and silently autoban you from other subs for having ever participated in the offending sub. So he might very well have been Perma banned from 7 other subs for the comment, whether it was up voted, downvoted or totally ignored.




  • That analogy was chosen for a reason. Ada was originally developed by DOD committee and a French programming team to be a programming language for Defense projects between 1977 and 1983 that they were still using at least into the early 2000s. It’s based on Pascal.

    It was intended for applications where reliability was the highest priority (above things like performance or ease of use) and one of the consequences of that is that there are no warnings - only compiler errors, and a lot of common bad practices that will be allowed to fly or maybe at worst generate a warning in other languages will themselves generate compiler errors. Do it right or don’t bother trying. No implicit typecasting, even something like 1 + 0.5 where it’s obvious what is intended is a compiler error because you are trying to add an integer to a real without explicitly converting either - you’re in extremely strongly-typed country here.

    Libraries are split across two files, one is essentially the interfaces for the library and the other is it’s implementation (not that weird, and not that different than C/C++ header files though the code looks closer to Pascal interface and implementation sections put in separate files). The intent at the time being that different teams or different subcontractors might be building each module and by establishing a fixed interface up front and spelling out in great detail in documentation what each piece of that interface is supposed to do the actual implementation could be done separately and hypothetically have a predictable result.








  • I’m actually switching very soon to a fiber company that recently started covering my area and has only been active at all for a few years. They only have coverage in like three towns, and don’t cover all of any of them (mostly for obvious reasons related to local geography and where you reach the most people by running the lines).

    Is there any info on who got funding for Internet in rural areas via Build Back Better? I’m curious if Biden is the reason they are a thing and we have any broadband Internet competition at all.