sure, but thats just outsourcing the problem.
hello
sure, but thats just outsourcing the problem.
its usually an ID10T problem
spotDL (not spotify-dl) is a good CLI option.
yeah its a strawman (checkmate athiest)
oh, i hadnt thought of that. i didnt think think it would be very helpful, but after i watched that video, it really opened my eyes to the dangerous possibilities.
also great bc u always have the option to choose which app to open with, and acts as a confirmation if you accidently click a link
hmm. i see where youre coming from, but thats a bit of a stretch. you could use that logic for anything. imo its still much better than the alternative
they would each rather be daft separately
i love how well this joke works
wow, never heard of it. do u use it?
one little inconvenvience for tonnes better security and privacy. r u possibly able to use a credit card in your phone case instead?
there are some niche reasons to root, like just tweaking system things or using rooted-only apps
u can buy a pixel second hand.
:) no problem! i would assume resizing the image might be a little slower, because it creates a clone of the image, but if you use FilterType::NearestNeighbor, the speed is negligable in my opinion
i read through the code, and i have some tips, which you may find helpful (or not):
--color
is not the first argument, it will try to open a file named --color
, which i assume is unintended. i would suggest checking out the clap
crate to easily parse argsimage.resize()
is easier.len()
on a string returns length in bytes, not characters, so could break with non-ascii text. in the context of this program, the text will always be ascii, so it is of course not a problem, but it’s worth to keep in mind. to get character length, use .chars().count()
get_brightness_of_cluster
, pushing to a Vec
and then calling .sum()
can be replaced with a loop which increments a mutable u32
variable. this is a nitpick, but it can avoid unnecessary memory allocationcheck out this example. sorry if this comes off as rude or a nitpick, i’m just trying to provide some advice :)
destroying america!!!
just have a tub of water rigged above the server
A knife is reusable