• 0 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: October 10th, 2023

help-circle
  • boomzilla@programming.devtoLinux@lemmy.mlThoughts on this?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 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








  • Then it must’ve been bad luck. I had plenty more over the course of a few month with a CS GO server and it wasn’t the game server because I often couldn’t login via SSH or the session just froze. And I definitely took precautions with a firewall, fail2ban and no root, no password only certificate SSH login (a tried and tested combination of measurements I use on plenty other ionos VPS).

    You’re right the webinterface doesn’t really matter but the overall impression was much more professional on ionos with a slick interface for the config of the hw firewall.




  • I take back my “Shut up”. But I stand by everything else I wrote.

    What makes you think that?

    Because it is factually wrong. I’m informing myself about that industry for many years now. I’m not an activist vegan (because where I live that doesn’t take place), but I follow many activists and have seen a lot of videos, so I know what’s going on.

    Isn’t it torture to confine mother-sows for month on hard wooden planks in spaces they can’t move at all, laying in their feces and involuntary suffocating their own piglets.

    Or breeding chickens that have to give 20-30 times more eggs than their ancestors which leads to calcium deficiency and lets their backbones break.

    Clipping teeth, tails and testicles of young piglets without anesthesia?

    Shipping calves around the world in container ships in every weather condition without proper food and water supply, where a lot of them die and the ones surviving getting kosher butchered in Morocco?

    I could go on an on. I’ve seen some shit. So sorry for being condescending but such takes just make me angry.





  • 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.


  • 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.