• 0 Posts
  • 24 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle
  • I don’t think the person you’re responding to is a Trump supporter. I think they’re critiquing the vast amounts of political energy people put into supporting and justifying a genocidal state and its leaders.

    Your entire comment exemplifies this perfectly. There’s obviously a lot of time and effort you’ve put into forming your electoral views, and you obviously spend a good deal of time going around, at the very least online, trying to inform people how to make better decisions inside the electoral sphere.

    This is exactly what electoralism tries to drive in people. The expenditure of political capital within acceptable bounds. Before electoralism/liberal democracies, political capital accumulated and was then spent on strikes, riots, or revolutions. Things that are much more effective at driving change per political capital spent.

    There are literally millions of people like you in America that could all immediately stop all your expenditure of political capital and it would make actually no material difference. That’s a beautiful thing about electoralism (for those in power), the thing that matters is the differential, not the total expenditure. This is why “swing states” exist.

    I’ll put it into concrete terms, imagine the amount of electorally active individuals in America was immediately cut in half. The population remains the same, but exactly half of the current voting population stops voting. Assume all ratios remain the same. There’d be fundamentally no difference in material outcomes.

    Now imagine if all current political capital was spent towards strikes, unions, revolution, or really any form of politics outside electoralism. Doubling or halfing this engagement would be massive. Real material outcomes would be different if there were thousands more strikes. What doesn’t matter is if the voting population is 150 million, 90 million, or 10 million. Only the differential matters, and only for determining a fixed binary outcome.




  • Presidents are above the law while they’re in office. This case is unique because it happened before he was in office. The message that will really be sent is “wait until you’re actually president to do would-be illegal shit”.

    Still worth handing him a harsh sentence, just to put the orange fascist fuck behind bars, but there shouldn’t be any misconceptions about some true notion of justice here. Trump is just a moron, and didn’t know how to play the game correctly.



  • If you didn’t have an agenda/preconceived idea you wanted proven, you’d understand that a single study has never been used by any credible scientist to say anything is proven, ever.

    Only people who don’t understand how data works will say a single study from a single university proves anything, let alone anything about a model trained on billions of parameters across a field as broad as “programming”.

    I could feed GPT “programming” tasks that I know it would fail on 100% of the time. I also could feed it “programming” tasks I know it would succeed on 100% of the time. If you think LLMs have nothing to offer programmers, you have no idea how to use them. I’ve been successfully using GPT4T for months now, and it’s been very good. It’s better in static environments where it can be fed compiler errors to fix itself continually (if you ever look at more than a headline about GPT performance you’d know there’s a substantial difference between zero-shot and 3-shot performance).

    Bugs exist, but code heavily written by LLMs has not been proven to be any more or less buggy than code heavily written by junior devs. Our internal metrics have them within any reasonable margin of error (senior+GPT recently beating out senior+junior, but it’s been flipping back and forth), and senior+GPT tickets get done much faster. The downside is GPT doesn’t become a senior, where a junior does with years of training, though 2 years ago LLMs were at a 5th grade coding level on average, and going from 5th grade to surpassing college level and matching junior output is a massive feat, even if some luddites like yourself refuse to accept it.


  • In my line of work (programming) they absolutely do not have a 52% failure rate by any reasonable definition of the word “failure”. More than 9/10 times they’ll produce code at at least a junior level. It won’t be the best code, sometimes it’ll have trivial mistakes in it, but junior developers do the same thing.

    The main issue is confidence, it’s essentially like having a junior developer that is way overconfident for 1/1000th of the cost. This is extremely manageable, and June 2024 is not the end all be all of LLMs. Even if LLMs only got worse, and this is the literal peak, it will still reshape entire industries. Junior developers cannot find a job, and with the massive reduction in junior devs we’ll see a massive reaction in senior devs down the line.

    In the short term the same quality work will be done with far, far fewer programmers required. In 10-20 years time if we get literally no progress in the field of LLMs or other model architectures then yeah it’s going to be fucked. If there is advancement to the degree of replacing senior developers, then humans won’t be required anyway, and we’re still fucked (assuming we still live in a capitalist society). In a proper society less work would actually be a positive for humanity, but under capitalism less work is an existential threat to our existence.


  • Any chance you have an nvidia card? Nvidia for a long time has been in a worse spot on Linux than AMD, which interestingly is the inverse of Windows. A lot of AMD users complain of driver issues on Windows and swap to Nvidia as a result, and the exact opposite happens on Linux.

    Nvidia is getting much better on Linux though, and Wayland+explicit sync is coming down the pipeline. With NVK in a couple years it’s quite possible that nvidia/amd Linux experience will be very similar.


  • Glad someone said this, it bothers me even with human ages. Like there’s this perception that as you get older you simply gain knowledge, wisdom, world experience, etc. Not a lot of people account for biological limits for knowledge/memory, nor degradation from aging.

    If some young intern decided to try to have sex with Biden, I think there’s genuinely a conversation to be had about if that’s statutory rape. I think you’d need a healthcare professional to rule on if Biden has the mental capacity to fully consent. Similar to a drunk person. They’re still obviously a person able to think/engage with the world, but they’re heavily impaired and unable to fully consent as a result. Age impairs cognition too.


  • Nevoic@lemm.eetoTechnology@lemmy.worldHello GPT-4o
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    3
    ·
    2 months ago

    “they can’t learn anything” is too reductive. Try feeding GPT4 a language specification for a language that didn’t exist at the time of its training, and then tell it to program in that language given a library that you give it.

    It won’t do well, but neither would a junior developer in raw vim/nano without compiler/linter feedback. It will roughly construct something that looks like that new language you fed it that it wasn’t trained on. This is something that in theory LLMs can do well, so GPT5/6/etc. will do better, perhaps as well as any professional human programmer.

    Their context windows have increased many times over. We’re no longer operating in the 4/8k range, but instead 128k->1024k range. That’s enough context to, from the perspective of an observer, learn an entirely new language, framework, and then write something almost usable in it. And 2024 isn’t the end for context window size.

    With the right tools (e.g input compiler errors and have the LLM reflect on how to fix said compiler errors), you’d get even more reliability, with just modern day LLMs. Get something more reliable, and effectively it’ll do what we can do by learning.

    So much work in programming isn’t novel. You’re not making something really new, but instead piecing together work other people did. Even when you make an entirely new library, it’s using a language someone else wrote, libraries other people wrote, in an editor someone else wrote, on an O.S someone else wrote. We’re all standing on the shoulders of giants.


  • Nevoic@lemm.eetoTechnology@lemmy.worldHello GPT-4o
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    5
    ·
    edit-2
    2 months ago

    18 months ago, chatgpt didn’t exist. GPT3.5 wasn’t publicly available.

    At that same point 18 months ago, iPhone 14 was available. Now we have the iPhone 15.

    People are used to LLMs/AI developing much faster, but you really have to keep in perspective how different this tech was 18 months ago. Comparing LLM and smartphone plateaus is just silly at the moment.

    Yes they’ve been refining the GPT4 model for about a year now, but we’ve also got major competitors in the space that didn’t exist 12 months ago. We got multimodality that didn’t exist 12 months ago. Sora is mind bogglingly realistic; didn’t exist 12 months ago.

    GPT5 is just a few months away. If 4->5 is anything like 3->4, my career as a programmer will be over in the next 5 years. GPT4 already consistently outperforms college students that I help, and can often match junior developers in terms of reliability (though with far more confidence, which is problematic obviously). I don’t think people realize how big of a deal that is.





  • There’s a misconception among western intellectuals that emotion and intellect are juxtaposed, that your indifference towards the genocide that is taking place is somehow a virtue. It’s not. It’s your inability to actually comprehend what is going on. If you lived the life of a Palestinian you wouldn’t just be mad, you’d be fucking helpless, and your inability to internalize that and have it impact your view on the world is a common human failing.

    If the bombs Israel purposefully dropped on civilians killed someone you cared about, you wouldn’t be on here arguing against people who use the word genocide. People you yourself admit aren’t actually saying anything wrong. You’re trying to move people who are literally just stating facts about the world in an emotionally charged way away from intense language. To what end? Do you actually care? Probably not.

    You should develop some empathy. It’s not a weakness.


  • First time using Wikipedia? There are actually a dozen resources at the bottom. Use those.

    Anyway, you didn’t address anything I actually said. You sit back as Israel invades, bombs, and slaughters thousands upon thousands of children for the purposes of wiping out a native people, and you argue about the semantics of genocide. It’s so fucking pathetic, people did the same thing during the Holocaust to try to argue against U.S intervention and it fucking worked, the only reason we intervened was Japan bombing pearl harbor.

    Genocide apologists like yourself should go spend a day actually experiencing the fucking genocide, then maybe you’ll have an ounce of compassion. It just sucks having you out here, potentially changing public sentiment away from helping those being genocided. The difference between an indifferent bystander and a genocide enabler is not as large as you’d probably imagine, being the former yourself.



  • Yeah, there are some leftists that try drawing the line at silly points like “oh I won’t vote for someone who supports genocide” but really what’s the big deal? Genocides happen, I think they’re kind of fun sounding. I’m thinking about moving to Israel and helping the IDF finish their extermination of the barbaric “human animals”/natives that have infested their holy land. Biden has self-identified as a Zionist many times before, and I think that’s a beautiful thing. I bet he’d take up arms with me against the parasites if he was still fully sentient. He’s definitely trying his best as president to help them finish cleaning up the trash.

    Oh, and yeah only Trump is a fascist. None of the above sounds anything like fascism, don’t worry.

    /s



  • Nevoic@lemm.eetoTechnology@lemmy.worldTesla scraps its plan for a $25,000 Model 2 EV
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    6
    ·
    edit-2
    3 months ago

    Depends on what you’re looking for. I had a high paying tech job (layoffs op), and I wanted a fun car that accelerates fast but also is a good daily driver. I was in the ~60k price range, so I was looking at things like the Corvette Stingray, but there are too many compromises for that car in terms of daily driving.

    The Model 3 accelerates faster 0-30, and the same speed 0-60. Off the line it feels way snappier and responsive because it’s electric, and the battery makes its center of gravity lower, so it’s remarkably good at cornering for a sedan, being more comparable to a sports car in terms of cornering capabilities than a sedan.

    Those aren’t normally considerations for people trying to find a good value commuter car, so you would literally just ignore all those advantages. Yet people don’t criticize Corvette owners for not choosing a Hyundai lol

    On the daily driving front, Tesla wins out massively over other high performance cars in that price range. Being able to charge up at home, never going to a gas station, best in class driving automation/assistance software, simple interior with good control panel software, one pedal driving with regen breaking.

    If you’re in the 40k price range for a daily commuter, your criteria will be totally different, and I am not well versed enough in the normal considerations of that price tier and category to speak confidently to what’s the best value. Tesla does however, at the very least, have a niche in the high performance sedan market.