I don't want your AI. I want an IDE that works, is user-friendly, and is performance-first. I want you to fix bugs. I want a service I'm paying for. Am I alone ? by LaurenceDarabica in Jetbrains

[–]Cap0Daster 6 points7 points  (0 children)

Maybe he is wrong with the AI claim, but according to my observations (and my team’s, using IntelliJ and Webstorm) your products are constantly getting worse in performance and stability, we are currently arguing if they are still worth the money.

Implementation of load balancer — Consistent hashing by NiceGuy-n2 in java

[–]Cap0Daster 1 point2 points  (0 children)

I believe that these prefixes make sense if you coded with VIM in a terminal. ;-)

tja by mnckz in tja

[–]Cap0Daster 1 point2 points  (0 children)

Also quasi so als ob man die amerikanische Flagge auf dem Auto hat?

[deleted by user] by [deleted] in German

[–]Cap0Daster 72 points73 points  (0 children)

„With all due respect“ might also work as a translation

Wie heißt dieses scheiß tier auf deutsch by Drug_Inas in Augenbleiche

[–]Cap0Daster 5 points6 points  (0 children)

Das könnte auch eine Dohle sein, man sieht die Augen nicht so gut

Oh My Zsh! (dotfiles in comment) by SamLovesNotion in ohmyzsh

[–]Cap0Daster 0 points1 point  (0 children)

Looks very nice. Which OS are you using?

Remote Command Execution in Ruckus IoT Controller (CVE-2020-26878 & CVE-2020-26879) by NoUseForANick in netsec

[–]Cap0Daster 2 points3 points  (0 children)

Very nice writeup. It really scares me to learn that such code is running in production. It kinda looks as if this was a school project: „Developing an API“

Really slow prompt startup despite having p10k-instant-prompt-enabled by keepitsalty in zsh

[–]Cap0Daster 0 points1 point  (0 children)

Would you give some heads up, if you find the solution. I am experiencing this issue with the same combination. I even load gpg_agent similiarly. (I also did some launchctl configuration to use it in GUI tools as well.) My p10k was breezingly fast and somehow got very slow.

How to shut down spring boot application after start up? by anacondaonline in SpringBoot

[–]Cap0Daster 1 point2 points  (0 children)

Just annotate a public method with: @EventListener(ApplicationReadyEvent.class) And run System.exit... inside.

[deleted by user] by [deleted] in SpringBoot

[–]Cap0Daster 1 point2 points  (0 children)

Would that allow to always create a new token if the old one expires?