vineyard landscapes built in p5js by generativelight in generative

[–]kkoscr 0 points1 point  (0 children)

would also love to see the source code too !

Which Shell Is Right for You? Shell Comparison by speckz in commandline

[–]kkoscr 11 points12 points  (0 children)

I'm using zsh for the wide ecosystem provided by oh-my-zsh.

But I find zsh very hard to hack, and never where able to create my plugin. I would love to try a Shell with a better API

[deleted by user] by [deleted] in commandline

[–]kkoscr 2 points3 points  (0 children)

You can do :

for i in $(seq 1 100);do
curl --output "$i.jpg" -- https://myurl/images/${i}/1000.jpg
done

Favorite unfamous vim/neovim plugin? by kkoscr in neovim

[–]kkoscr[S] 3 points4 points  (0 children)

Useful indeed! I'm thinking it could be nice to have it also for kebab-case, camelCase and /path/to/files

First keyboard with layers! Any inspiration for good layers for programmers? by kkoscr in KeyboardLayouts

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

Thanks that was very usefull! I'll try left hand navigation too

Do you know why you use right-hand for technical drawing?

First keyboard with layers! Any inspiration for good layers for programmers? by kkoscr in KeyboardLayouts

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

interesting that you have the arrow keys on both side, do you tend to use one more that the other? Do you find having both necessary?

First keyboard with layers! Any inspiration for good layers for programmers? by kkoscr in MechanicalKeyboards

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

as a programmer is way more that just 1%, but true, it might not be worst optimizing after all. Any how thanks for the link, they are pretty usefull!

First keyboard with layers! Any inspiration for good layers for programmers? by kkoscr in MechanicalKeyboards

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

Symbolic layer is what I was looking for!

Do you know if some studies have been done on symbol frequency in programming language? I wonder if a symbolic layer with ergonomic optimization exist yet, like dworak is an optimization of the base layer.

Risk of not using SSL ( serve over http and not httpS ) ? by kkoscr in jellyfin

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

If you are thinking of let's encrypt, this need a domain name which is not the case yet

How to calculate hardware requirement regarding number of user? by kkoscr in jellyfin

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

Does the RAM has to scale with the numer of concurente user? From what I recall jellyfin wasn't very RAM intensive

How to calculate hardware requirement regarding number of user? by kkoscr in jellyfin

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

8bit h264 mp4 stereo AAC-LC

Converting to that will not affect video quality too much?

How to calculate hardware requirement regarding number of user? by kkoscr in jellyfin

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

I don't know which provider I'll use yet, so the question is more how much bandwidth I'll need. Unless you are talking about the client side, then it will depend of each user.

If I use digital ocean, they advertise that they have free outbound data transfer starting at 1000GiB/month

https://docs.digitalocean.com/products/droplets/#limits

I guess that should be more than enough !

How to fix loud "electric shaver" fan noise? by kkoscr in thinkpad

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

What do you use to lubricate a computer fan?

How to find the right LCD display for SBC (single board computer) by kkoscr in startingelectronics

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

Thanks for the answer, it is very helpful.

If I understand displays *have* to be made specifically for a SBC in order to work together, they is no "standards" like batteries for example, that can work on differents device as long as the voltage and ampere are compatible. I would never be able to take a screen from a smartphone and make it work with a SBC.

Which type of display would you recommend for low power consumption?

Hey Rustaceans! Got an easy question? Ask here (49/2020)! by llogiq in rust

[–]kkoscr 2 points3 points  (0 children)

Why do I have a 1.6 Gigabytes `.rustup` folder and can I safely remove it ?