• 10 Posts
  • 223 Comments
Joined 10 months ago
cake
Cake day: January 26th, 2024

help-circle

  • hectortoPolitical Memes@lemmy.worldM4A
    link
    fedilink
    arrow-up
    1
    ·
    3 days ago

    With enough luck, all of those dudes around the table will self-destruct thanks to the processed food they eat.

    The rich aren’t even clever! It’s not like in the books or the movies where they keep the great things for themselves and opress the working people: those people are honestly dumb.




  • Korea seems like a shitty place.

    You got a music industry that sculpt artists so they look as perfect as they can be. Then, they build a personality cult around tbem, elevating them to godlike status.

    Meanwhile, inequality is rampant and people are dying from being exploited by the same 3 corporations that perpetually escape the rule of law.

    The atmosphere seems so unhealthy to live in. You feel the social pressure to get in the rank and work like a slave while being alienated from your fellow humans in a giant urban sprawl.

    From time to time, the leader of the North side decides he want to wake up and spews some dumb bullshit.














  • I’m going to code in Python for my job soon, do you have links on how TF I should manage dependencies? I can’t stand the bloat of virtual environments or Anaconda sorry.

    I need to make myself a stack python but I don’t want to look at this madness. At least Typescript benefits from a high quality ecosystem of frontend tooling with Vite/React/ESLint/ESBuild and it’s getting even better with the new runtimes features :)

    I need to learn about:

    • built-in tools provided by the language (practice on the job and the power of Google & LLMs will help)
    • ecosystem
    • good practices

    Why is their a build system for an interpreted language ? Do you have bundling concerns like in JS or you somehow compile Python code now?


  • That would be quite an amazing era to live in ahaha ! We can the start the work as a community to match the JavaScript Ecosystem by providing high quality primitives for developers. For that to happen developer UX has to improve though :) but I think WASM definitely has some future.

    However to contrast my previous thoughts, I find it pretty sad that people want to move away from JS when we got thing like Bun & Demo 2.0 hitting their prime!

    We got benchmarks, cross-runtime stdlib, better registeries, type safety, enough performance, extendability (with runtime plugins & API). I think were approchaing a TS/JS paradigm that’s pretty impressive I must admit.