compressing pdfs online without losing image quality
https://tools.pdf24.org/en/compress-pdf#s=1643515563288

PR's Tumblrdome

祝日 / Permanent Vacation
sheepfilms
No title available

@theartofmadeline
2025 on Tumblr: Trends That Defined the Year

No title available

❣ Chile in a Photography ❣

pixel skylines
noise dept.
Game of Thrones Daily

Discoholic 🪩

Kiana Khansmith
No title available

No title available
dirt enthusiast

No title available
RMH
PUT YOUR BEARD IN MY MOUTH
taylor price

seen from United States

seen from United States

seen from Türkiye

seen from Canada
seen from United Kingdom
seen from Netherlands
seen from Romania

seen from Hungary

seen from Malaysia

seen from T1

seen from Singapore
seen from China
seen from Serbia
seen from United States

seen from Hungary
seen from United States

seen from United Kingdom

seen from Malaysia
seen from Hungary
seen from India
@storageforthestrange
compressing pdfs online without losing image quality
https://tools.pdf24.org/en/compress-pdf#s=1643515563288
from a talk with Cecilia Kang, NYT tech policy reporter
interesting article from a talk with Cecilia Kang, a New York Times technology policy reporter
https://www.nytimes.com/2020/05/05/technology/parking-lots-wifi-coronavirus.html
animals consuming things they should not
turtle’s first strawberry : https://www.youtube.com/watch?v=CsxSXVbNL0Q
crab and onion ring : https://www.youtube.com/watch?v=9mDngl11P3k
hippo chomps watermelon : https://www.youtube.com/watch?v=g6oY3GrqBVw
hamster and carrot ASMR : https://www.youtube.com/watch?v=8K0Hveoq1Pc
pufferfish and carrot [specifically listed as the GOOD ENDING] : https://www.youtube.com/watch?v=J_Rdx1cDXT8
pufferfish and carrot [presumably, the bad ending] : https://www.youtube.com/watch?v=wKnM_oUDg18
callback : passing from child to parent in ReactJS
a helpful SO : https://stackoverflow.com/questions/40722382/how-to-pass-state-back-to-parent-in-react
global tech competition
an interesting article on global and national big tech companies (and dominance/competition), brought up by Prof. Matt Perault during a conversation with Ryan Dattilo and Doug Calidas
https://www.nytimes.com/2018/12/10/opinion/facebook-china-tech-competition.html
THIRSTY CONCRETE
IM TECHNICALLY A CIVIL ENVIRONMENTAL ENGINEERING MAJOR SO LMFAO MAYBE I SHOULD POST SOME OF THAT TOO INSTEAD OF JUST CODE AND WEB DEV SHIT SO HERE YOU GO. MY FIRST CIVILENG POST : CONCRETE THAT GOES SLURP
https://www.designingbuildings.co.uk/wiki/Topmix_Permeable
dwitter. like twitter but animations
https://www.dwitter.net
https://www.dwitter.net/d/21160
checkmarks
normal css
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_custom_checkbox
react
https://medium.com/@wlodarczyk_j/handling-multiple-checkboxes-in-react-js-337863fd284e
the one random SO answer that fINALLY helped me understand states after like three weeks of working the MERN stack ;-;
https://stackoverflow.com/questions/57220998/react-bootstrap-modal-only-take-last-item-of-map
tooltips&modals in react
tooltips : https://dev.to/vtrpldn/how-to-make-an-extremely-reusable-tooltip-component-with-react-and-nothing-else-3pnk
modals : https://codesandbox.io/s/j4ocu?file=/src/index.js:484-1890
listen, this is a very soothing hex code and I gotta save it somewhere
#dcedda “honeydew green”
I need to figure out how to bind two things to one component or use two hook thingies (I can only do one or the other UGH): this button trio will kill me
https://reactgo.com/react-toggle-class/
https://stackoverflow.com/questions/54126640/toggle-active-state-with-hooks-react/54126837
https://stackoverflow.com/questions/45420503/how-to-handle-state-of-multiple-buttons-with-react
https://stackoverflow.com/questions/42630473/react-toggle-class-onclick
https://stackoverflow.com/questions/60284247/react-toggle-class-usestate-hook-form-several-button
https://stackoverflow.com/questions/54126640/toggle-active-state-with-hooks-react
https://stackoverflow.com/questions/45262381/toggle-css-class-for-two-buttons-when-either-is-clicked
SAML
stores in a signed token, which is managed in the backend and requires decryption to access the contents of (urn), as opposed to being directly handled by local browser, where information can be accessed for malicious purposes. requires a key.
learning to render calendar views in react
https://medium.com/@w.difulvio523/create-a-custom-hooks-calendar-in-react-e50bbba456e1
https://github.com/nathanstitt/dayz
https://medium.com/how-to-react/create-a-calendar-in-react-js-e48e43ab3a19
https://codesandbox.io/s/ypnwjron0z?file=/src/index.js
CSS animations
https://docs.google.com/document/d/1p_xRPBwtLypH50Evp8BK6qkMitNRDuF11EUpo1soZSc/edit?usp=sharing
Some cool websites w animations:
http://species-in-pieces.com
https://www.andyhau.com
https://onedesigncompany.com
threading
u do it to make things clearer. according to the source article. like it sounds like it’s supposed to run something concurrently thus making a time intensive process faster but it doesnt actually? how rude and misleading. anyways, here is an article. I used it in my QML calendar if I come back to this and need another example.
https://realpython.com/intro-to-python-threading/
pagination problems
the situation: we wanted to append a class to our table on the change of a dropdown button. this worked unless a datatable was multi page. then, the classes wouldn't append to the items not on page 1, despite the dropdown button action saving.
https://datatables.net/forums/discussion/5204/change-class-of-paginated-rows
https://legacy.datatables.net/ref#fnDrawCallback