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

help-circle
  • I just yesterday tried Wayland under Arch with a 1070 after a long time. Single WQHD monitor though. Although X11 is really performant, Wayland was more smooth regarding KDE desktop effects. Witcher 3 (via Heroic) showed fewer microstutters and I will try some more proton games and other applications over the weekend.

    I recently had to downgrade nvidia drivers from 560 to 550 because wakeup from sleep and hibernate would coredump. I read that this is fixed with 560 but only under Wayland. The developers definitely progressed on the nvidia front.



  • I’m not sure if I understood your deduction. The literal translation of “Zange” would be “tongs”, “pliers” or “pincer”. Hinges are the things that make doors swing and hold to a wall right?

    Multiple source say the origin of the word isn’t documented but the best explanation they come up with is that pliers can be used to bend something into a different form.

    My guess was it has its origin in the proverb “Das würde ich nicht mal mit der Kneifzange anfassen” which translates to “I wouldn’t even touch that with pliers” as in stuff you detest that much that you rather would stay away from it.









  • boomzilla@programming.devtoMemes@lemmy.mlgot em
    link
    fedilink
    arrow-up
    18
    ·
    7 months ago

    I read somewhere (sorry no sauce but it seemed informed) that it’s a deliberate choice by him to appeal to working class boomers or something. Did you all know that a medium channeled his deceased dog which in turn told him to run for president?


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




  • Nice. I started Ratchet & Clank on PCSX2 yesterday. Holy hell is that Emulator a work of art. The graphical options for the emu make that PS2 game still shine and the gameplay is lotsa fun. Sadly the libretro core for Retroarch/Emulationstation bugged out for me and was slow compared to standalone PCSX2.

    Also I’m still puzzled how it’s possible there are so many retro-achievements for so many games. I looked up how to implement them and it’s really complicated. I totally underestimated how big the retro games scene still is. I really want to get into the netplay thing.


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




  • boomzilla@programming.devtoProgrammer Humor@lemmy.ml***
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    10 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
    10 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.