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

help-circle




  • I fail to see how that’s relevant here. The guy isn’t a US national and wasn’t in the US when he committed his alleged “crime”.

    He has absolutely no duty towards the US and is 100% free to associate with whoever he wants, and yes, even Russia.

    US has no standing whatsoever in this situation, and it’s a travesty of international law that Sweden and the UK even entertained the idea of extraditing him. The response should’ve been “go sue the American who actually committed that crime on American soil. Oh wait, you’ve already convicted her, and she’s already out after serving her sentence? WTF are you going on about then?”


  • It’s true that you can easily fall into analysis paralysis when you start learning JS, but honestly things have somewhat stabilized in recent years. 10 years ago everybody was switching frameworks every 6 months, but these days we’re going on 8+ years of absolute React dominance. So I guess that’s it for the view layer.

    The data layer has seen some movement in more recent years with Flux then GraphQL / Relay, but I think most people have settled on either Apollo or react-query now (depending on your backend).

    On the backend there was basically only express.js, and I think it’s still the king if you only want to write a backend.

    Static websites came back in fashion with Jekyll and Github Pages so Gatsby solved that problem in js-land for a while, but nowadays Next also fulfills that niche, along with the more fullstack-oriented apps.

    Svelte, Vue, Aurelia and Mithril are mostly niche frameworks. They have a dedicated, vocal fanbase (see the Svelte guy as sibling to your comment) but most of the industry has settled along the lines I’ve mentioned.


  • ebc@lemmy.catoProgrammer Humor@lemmy.mlJust getting into JS
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Honestly I think the main thing that the JS ecosystem does well is dependency / package management (npm). The standard library is very small so everything has to be added as a dependency in package.json, but it mostly works without any of the issues you often see in other languages.

    Yeah, it’s not perfect, but it’s better than anything else I’ve tried:

    • Python’s approach is pretty terrible (pip, easy_install, etc.) and global vs local packages
    • Ruby has its own hell with bundler and where stuff goes
    • PHP has had a few phases like python (composer and whatnot) and left everyone confused
    • Java needs things somewhere in its $PATH but it’s never clear where (altough it’s better with Gradle and Maven)
    • C needs root access because the only form of dependency management is apt-get

    In contrast, NPM is pretty simple: it creates a node_modules and puts everything there. No conflicts because project A uses left-pad 1.5 and project B uses left-pad 2.1. They can both have their own versions, thank you very much.

    The only people who managed to mess this up are Linux distributions, who insist on putting things in folders owned by root.



  • ebc@lemmy.catoProgrammer Humor@lemmy.mlJust getting into JS
    link
    fedilink
    arrow-up
    39
    arrow-down
    2
    ·
    2 months ago

    To any non-js dev taking this too seriously: A good half of the technologies mentioned in this meme are redundant, you only need to learn one of them (in addition to the language). It’s like complaining that there are too many Linux distributions to learn: you don’t, you just pick one and go with it.




  • A 100k mile used car is already near the bottom of the depreciation curve, you probably sold it too cheap. Adjusting for inflation, $10k 10 years ago is $13k today. Covid did a number on the auto industry so all car prices skyrocketed, but they’re starting to recover: your hypothetical is only 15% higher when you adjust for inflation, which looks about right.

    Cheap new cars don’t exist anymore because everyone want to buy fucking luxury SUVs or pickup trucks to drive their kids to school. It has nothing to do with EVs; we actually see this trend on the EV market too: GM abandoned their best-selling EV (Chevy Bolt) to instead focus on a bigger SUV (an electric Equinox, IIRC).





  • That was my first thought, actually. I’ve since come to realize that a completely random selection may not properly reflect the will of the population, and some electoral input is desireable.

    What you’re referring to is the influence of money in politics, and my answer to that would be pretty simple: 100% forbid all advertising in elections. Instead, candidates are provided screen time on public television & radio (CBC / Radio-Canada), a website where they can present their platform, and some form of print media that gets distributed in all homes. They can only advertise through these channels, and nowhere else. If a journalist wants to interview a candidate, they also have to give equal coverage to their opponents.

    Basically, money would be useless as a tool for winning elections. Electoral spending is already closely scrutinized here in Canada, this would only bring that even further.


  • Here’s an idea: Every election, you randomly choose ~5-10 people for each seat, and these are your candidates. If you’re not selected, you can’t run. To make sure people actually want to be elected, let’s also make the salary really enticing for the representatives. Maybe, just maybe, let’s also make the incumbent one of the candidates, so you can get re-elected if you do a good job and people like you (but I’m really not sure about this part).

    I think it’d help make the composition of Parliament mirror more closely that of the general population.


  • Sometimes I wish Apple hadn’t turned all of their notebook lines into MacBook Air variants. The unibody MBP line was amazing.

    Typing this from a M2 Max Macbook Pro with 32GB, and honestly, this thing puts the “Pro” back in the MBP. It’s insanely powerful, I rarely have to wait for it to compile code, transcode video, or run AI stuff. It also does all of that while sipping battery, it’s not even breaking a sweat. Yes, it’s pretty thin, but it’s by no means underpowered. Apple really is onto something with their M* lineup.

    But yeah, selling “Pro” laptops with 8GB in 2024 is very stupid.