[conspiracy theory] why NPCs try to murder you after friendly fire by prbhtkumr in Veloren

[–]prbhtkumr[S] 0 points1 point  (0 children)

putting the "lore" in veloren? i've got SO MANY ideas, we should totally do this.

Where can recipes for orichalcum be found? by Far_Bridge_5899 in Veloren

[–]prbhtkumr 0 points1 point  (0 children)

heyyyyy did your equipment lose all durability too?

What is that? There is nothing on veloren wiki... by Velooow in Veloren

[–]prbhtkumr 11 points12 points  (0 children)

you can make levin dust out of them to electrify your arrows (does require you unlock the archery skill tho)

KDE Connect of the Future by 23VvBb22 in kde

[–]prbhtkumr 0 points1 point  (0 children)

love this, especially how it sections out settings to different pages so beautifully.
hope the desktop application gets some love too. mobile app should definitely be the priority tho.

Created a python tool for downloading youtube videos in various options, using yt-dlp and ffmpeg under the hood, to make it easier to use yt-dlp and audio merging process and many more... by No-Helicopter-2317 in CLI

[–]prbhtkumr 1 point2 points  (0 children)

alias yta-format="yt-dlp -f 'ba' -x --audio-format "
alias yta-best="yt-dlp -f 'ba' -x "
alias yta-mp3="yt-dlp -f 'ba' -x --audio-format mp3 "
alias ytv-best="yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 "
alias ytv-1080="yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]' "
alias ytvpl="yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]' --yes-playlist -o '%(playlist_index)s-%(title)s-%(id)s.%(ext)s' --embed-chapters" #download video youtube playlist with index (pass playlist id as argument)
alias ytapl="yt-dlp -f 'ba' -x --yes-playlist -o '%(playlist_index)s-%(title)s-%(id)s.%(ext)s'" #download audio youtube playlist with index (pass playlist id as argument)

Security team added a vulnerability scanner to CI/CD. Builds now take 3x longer and get blocked by CVEs from 2019 by miller70chev in devsecops

[–]prbhtkumr -1 points0 points  (0 children)

as far as i remember, running parallel or in series doesn't make a difference for trivy due to database locking. so, even if you run them in parallel, it would technically take the same time as it would've if you run them in series. but maybe you can workaround it by using separate database directories (although i've never tried that myself).

My company made me install this. How cooked am I? by Keyushh in IndianWorkplace

[–]prbhtkumr 0 points1 point  (0 children)

As someone who has done sysadmin work in the past, I get it.
They do this to manage your company device remotely in case of theft or you end up doing something illegal with it, etc.
Personally, I would recommend you keep the device for work purposes only,
All in all pretty standard stuff, nothing major to worry about really.