• 0 Posts
  • 203 Comments
Joined 8 months ago
cake
Cake day: April 9th, 2024

help-circle


  • I use neovim, with my own built configs. You can literally configurate/program everything in your editor.

    I’d say that IDEs are becoming less and less common these days. Vscode is definitely the most popular editor, but through the language server protocol, we have more options than there used to be.

    Personalized Development Environments (PDE) are becoming more common. Vscode is one to a lesser extend (it’s just a text editor if you don’t add extensions), but in my opinion, neovim definitely does this best by far.

    It’s been some time, but I remember my confusion when I was an amateur and hardly knew the difference between visual studio and vscode. I agree it can be very confusing at the start. Just go get the extension for that programming language or framework and you should be fine. Or maybe ask your colleagues, as they use it already.

    If you want a real idea, her brains products are probably best, many of them have a community version, but see about getting a license if you need it.













  • Similar. 95-100 degrees C under load, while 70-85 (or something like that) is normal according to the support. It’s also very hot in idle (60-80). And when it gets hot, it throttles to unusable 400 MHz.

    Still in contact with support, I have warranty, so I’m hoping they get me new thermal paste or whatever is broken. It’s not a software thing.




  • Why exactly would it not be ok with the gdpr? I can’t think of anything right now. Having a few diverse isn’t really a new idea, it’s basically the www all over again and mastodon and lemmy &Co exist already.

    Or are you referring to registering CI workers? That might be a bit of a problem, yeah, as you’re basically giving the git hoster remote code execution (on a docker container). Not really a problem if you host your own of course.



  • Holding back? I’m not held back. Codeberg would be a step back, I self host Forgejo and am so hyped up for forgefed.

    I set up mirrors for my more important stuff to Codeberg and GitHub for visibility.

    About CI/CD: does Codeberg not let you enable actions, which are basically the same as GitHub actions but for self hosting? That’s what I use for my self hosted CI. I think you can add your own workers for orgs, repos, and profiles too on Forgejo, should be doable on Codeberg too. (I don’t use Codeberg CI, only my own)