OCR Output
@remotenemesis
MacKenzie Fegan @mackenzief - 3d
I just boarded an international @JetBlue flight. Instead of scanning my
boarding pass or handing over my passport, I looked into a camera
before being allowed down the jet bridge. Did facial recognition replace
boarding passes, unbeknownst to me? Did I consent to this?
O48 11361 O690 ity
e
JetBlue Airways @ @JetBlue - 3d
You're able to opt out of this procedure, MacKenzie. Sorry if this made
you feel uncomfortable.
O13 1220 Ose a
MacKenzie Fegan @mackenzief - 2d
Follow up question. Presumably these facial recognition scanners are
matching my image to something in order to verify my identity. How
does @JetBlue know what I look like?
O2 47 Q 209 a
JetBlue Airways @ @JetBlue - 2d
K'304) The information is provided by the United States Department of
Homeland Security from existing holdings.
On ts4 Osa a
"I believe strongly in the right to privacy. Without privacy, we can't have agency, and without agency we are slaves. That's why I have dedicated my life to this struggle. Surveillance is a threat to us all, we must stop it."
- Ola Bini
hello π
im dan
i like computers and #houseplants and #rustlang and a little bit of everything
iβm a shy guy ππ³οΈβπ
April 17, 2012 β The Space Shuttle Discovery, mounted on NASAβs 747 shuttle carrier, soars through the air space over the Kennedy Space Center on its final journey into retirement at the Smithsonian National Air and Space Museum. http://humanoidhistory.tumblr.com/post/184256102909
@peculiar_perryble Toxic masculinity is an umbrella term encompassing two major classes: poison masculinity and venomous masculinity.
why does text on a webpage stay sharp when you zoom in, even though images get blurry? (long, serious)
images like PNG and JPEG files get blurry when zoomed in beyond 100% of their size. this is true of video files, too, and many other methods of representing graphics. this is because these files contain an exact description of what to show. they tell the computer what colour each point on the image is, but they only list a certain number of points (or picture elements - pixels!). if a photo is 800x600, it's 800 pixels wide, and 600 pixels tall. if you ask the computer to show it any bigger than that, it has to guess what's between those pixels. it doesn't know what the image contains - to a computer, a photo of the sky is just a bunch of blue pixels with some patches of white thrown in. there are many algorithms that a computer can use to fill in those blanks, but in the end, it's just an estimation. it won't be able to show you any more detail than the regular version could.
a font, however, is different. almost all fonts on a modern computer are described in a vector format. rather than saying "this pixel is black, this one is white", they say "draw a line from here to here". a list of instructions can be done at any size. if you ask a computer to show an image of a triangle, it'll get blurry when you zoom in. but if you teach it how to draw a triangle, and then tell it to make it bigger, it can "zoom in" forever without getting blurry. there's no pixels or resolution to worry about.
vectors can also be used for images, such as the SVG format. here's an example of one on wikipedia: https://upload.wikimedia.org/wikipedia/commons/0/02/SVG_logo.svg
even though it's an image, you can zoom in without it ever getting blurry!
even though you can resize an SVG to your heart's content, it'll never reveal more detail that what it was created with. so you can't "zoom and enhance" a vector image either.
there are always exceptions to the rule. not all fonts use vector graphics - some use bitmap graphics, and they get blurry like PNGs and JPEGs do too.
so if vector graphics don't get blurry, why don't we use them for photos? to put it simply, making a vector image is hard. you need to describe every stroke and shape and colour that goes in to replicating the drawing. this gets out of hand very quickly when you want to save images of complex scenery (or even just faces). cameras simply can't do this on the fly, and even if they could, the resultant file would be an enormous mess of assumptions and imperfections. the current method of doing things is out best option.
π³οΈβπ&π¨βπ¦° #rustlang #privacy #decentralization