• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle













  • Yeah I remember that conspiracy theory. Iirc, the claim was basically that any company which had any relationship with any US institution must be a honeypot. It was pretty out there, and as far as I’m aware it was very much debunked.

    I’m pretty sure that the Google libraries F-droid are things like the push notification service, which afaik almost anything with notifications uses, even signal.

    I’ve never actually compiled from source, but AFAIK they are open source. Its been convenient to use for me, just make very sure you don’t lose your password!



  • If you’re OK with using inkscape and GIMP, if the background color is different than the chicken, you could apply a color filter to simplify the image to “chicken” and “not chicken” (basically, reduce the number of total colors to 16 or less), then use inkscape Trace Bitmap in Colors mode.

    Tracing a bitmap to an SVG is really only practical if it’s a line drawing or if it has less than 16 (preferably less than 8) colors, because each color becomes a different vector object. Its really not intended for full on photos, unfortunately.