• 0 Posts
  • 29 Comments
Joined 9 months ago
cake
Cake day: October 10th, 2023

help-circle








  • Hey maybe a bit close minded view there? I’m a millenial and I cheer for gen z (extinction rebellion, FFF) all the time. You have all the right to hate those who don’t see the multitude of extreme problems they left for you. I’m antinatalist, vegan and try to reduce, reuse, recycle. Degrowth all the way. Use my bike where I can. My car is barely moving now and I need to get rid of it. I listen to a lot of music from gen z artists. Since I’ve gone vegan my whole body is energized to the max and I’ll fight the cleptocracy on social networks where I can. I detest Zucks recent endeavours as a bull fharmer. Hang in there. We got your backs.


  • And it’s more ethical and environmentally friendlier than Lithium-Ion, right?

    Norway has just started a deep sea excavation for cobalt and copper which as I understand (I’m clueless) can be omitted from sodium-ion batteries. The excavation is roughly of the size of equador and will take place in an area that may contain previously unknown lifeforms and critically endangered eco-system.

    A paragraph of an article seems to show their non-chalance regarding the ecosystem impacts and unknown side-effects:

    “The Norwegian government recognizes that it can’t be sure any mining would be sustainable—it’s not been able to determine the likely environmental impact of extracting minerals in its waters, nor exactly what minerals are there to be found. “We do not currently have the knowledge needed to extract minerals from the seabed in the manner required,” says Næss.”

    These are the guys whose grid runs on 99% hydropower but they keep drilling for fossile fuels and now rare earths to export them and in addition are still hunting wales.

    So to summarise: I’m very happy that there seems to be an eco friendly battery where its main component is the overambundantly availabe sodium. And the short wikipedia entry seems to reflect, that it’s a more simple tech.


  • boomzilla@programming.devtoLinux@lemmy.mlThoughts on this?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Don’t know anything avout xorg development although I’m profitting for years off it now. Just wanted to chime in and say that the Arch maintainers put out updates pretty constantly. If the code isn’t worked on anymore then what’s happening there?

    Edit: There is definitely happening stuff with the xorg-server code.

    Edit: Removed chit-chat






  • boomzilla@programming.devtoProgrammer Humor@lemmy.ml***
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 months ago

    It is day and night. Svelte is nearly vanilla JS/TS. No quirks and surprising side-effects like in React. No shadow DOM. With the new rune system in the next version it will even be better. For me it had the best DX of all frameworks I tried.

    I suppose OP is frustrated because the business world hasn’t catched up and most of them still only search for React devs, which is in my opinion very stupid, because React can be so frustrating for devs. The reddit sub for svelte has ever so often posts by them praising the sanity of Svelte.

    But it would be a valid point by OP if that is their reason when their income depends on it. We can only hope Svelte catches up in that regard.


  • boomzilla@programming.devtoProgrammer Humor@lemmy.ml***
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    7 months ago

    I’m have done both, Spring Boot and Laravel on BE and Vue, Svelte and React on FE.

    Don’t believe the FUD. Vue and Svelte are fun if you have a moderate understanding of HTML, JS/TS and CSS in your sleeve and those reactive frameworks are indefinitely better than vanilla JS or jQuery. React is another beast and I really didn’t like working with it.

    Both Vue and Svelte have nice setup tools for NPM/PNMP (I’d recommend the latter) that create template applications in a few minutes which immediately run inside a local dev-server. Change some code and changes are immediately reflected inside the browser. It’s really a nice DX. And both frameworks have very nice ecosystems and GUI frameworks, e.g. VueUse or shadcn-svelte.