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

help-circle





  • flossdaily@lemmy.worldtoMemes@lemmy.mlvoting
    link
    fedilink
    arrow-up
    52
    arrow-down
    13
    ·
    1 year ago

    Boomers vote because they are already registered, know where to go, have transportation, have time to do it. They can go out the door on election day and just get it done.

    Younger people, especially college age, aren’t registered in the states they live in, have no idea how to get registered, have to go through a much more complicated process of absentee voting, and have to do much of these things well in advance. They are less likely to have transportation, or a schedule that allows them to do it.

    Oh, and most importantly, we haven’t given young people a candidate to get excited about in a general election in at least 40 years

    If Democrats wanted to harness the power of young voters, they needed to give them Bernie.

    Instead we got aptly-named Sleepy Joe.

    Now we got what Boomers wanted: Bidenomics. Everyone claims Bidenomics is going well, but young people can’t afford their loans, healthcare, childcare, or rent. So what’s with all the cork-popping.

    The fact is, were a nation in absolute crisis, and Democrat Boomers absolutely will not acknowledge it. They got their SUVs, stock portfolios, social security, houses, pensions, and medicare. So fuck everyone else.





  • At the most basic level, what you need to understand is that each user of a service creates a key pair. A PRIVATE key that DECRYPTS messages and the matching PUBLIC KEY that ENCRYPTS data.

    So if I give you my public key, you can use it encode your messages to me.

    When data is encrypted with a public key, it undergoes a mathematical transformation. The specific transformation is designed so that the data can’t be feasibly reverted (decrypted) using the same public key. Only the private key, due to its unique mathematical properties, can reverse this transformation.



  • Not necessarily. You can put safeguards in place. For example our appeals courts don’t ever decide fact. They make rulings about the law.

    You can also have bipartisan panels that oversee this, with extremely limited power unless they rule unanimously.

    You also have congressional oversight adding another check.

    If the original inception and scope of all these things is cleverly drafted, we could see a lot of new media pop up that is vastly superior to the crap we have now.






  • I’m not ready to talk about it in detail. Even my boss doesn’t know. But you’re in the right ballpark.

    I’m actually building a proof-of-concept prototype for what I want to work on… and I’m using a browser extension so that I can build it independently without anyone from the tech team being involved and slowing me down.


  • flossdaily@lemmy.worldtoProgrammer Humor@lemmy.ml*chef kiss*
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    Yes it is the paid version, and you should not wait until your budget loosens up.

    This is an absolutely CRITICAL new technology. Think of it the way we think of the boomer generation when the computer revolution hit.

    Some of them got on board and learned to use this new tech, and some decided it was too hard and assumed they’d never really need it.

    I shit you not, learning how to really use gpt-4 has made me probably 100x more efficient at my job in all kinds of ways… most of them unexpected.

    Within a few years the workforce is going to be divided between people who are super workers using gpt-4, and people who aren’t.

    Someone out there is going to figure out how to use gpt-4 to take your job. So, if you’re smart, you still decide to be that someone.

    And you’re already 5 or 6 months late to the party.


  • In my experience, what makes gpt-4 great for coding is its astonishing knowledge of available software libraries, built-in interface features, etc.

    I’ll tell it the task I want done, and it will tell me where to find, and how to install the necessary dependencies.

    With zero experience in browser extension design, gpt-4 helped me to build an incredibly complicated Chrome extension, using vector database; creating a custom, cloud-based server; web scraping with headless browsers, voice recognition, speech synthesis, wake-word capabilities, and a sophisticated user interface. I had ZERO experience with ANY of these.

    For me, using gpt-4 was like collaborating with a just okay programmer, but one who had extensive experience with literally every programming language, API, protocol, etc.

    And it was a collaboration. We would talk through problems together. I would make observations and guesses about why a block of code wasn’t working, and it would tell me why I was wrong, or alternately tell me I was right, and produce a fixed version.