bookmarks

2564 bookmarks
Custom sorting
The most counterintuitive facts in all of mathematics, computer science, and physics
The most counterintuitive facts in all of mathematics, computer science, and physics
It is possible to compute over encrypted data without access to the secret key: https://en.wikipedia.org/wiki/Homomorphic_encryption
·axisofordinary.substack.com·
The most counterintuitive facts in all of mathematics, computer science, and physics
A curated list of awesome Go frameworks, libraries and software - Awesome Go / Golang
effort - by Ava - bookbear express
effort - by Ava - bookbear express
People like to say that lives on social media look unattainable and perfect, but whenever I see something that’s beautifully curated all I can see is the sweat: the money expended, the surgery and fillers, the workouts, the interior designers, the carefully selected objects, the hours spent setting up and filming and taking photos.
·ava.substack.com·
effort - by Ava - bookbear express
atomic14 | atomic14
atomic14 | atomic14
A collection of slightly mad projects, instructive/educational videos, and generally interesting stuff.Building projects around the Arduino and ESP32 platforms - we'll be exploring AI, Computer Vis...
·atomic14.com·
atomic14 | atomic14
Don't attach tooltips to document.body | Atif Afzal
Don't attach tooltips to document.body | Atif Afzal
Don’t attach tooltips to document.body TL;DR Instead of attaching tooltips directly to document.body, attach them to a predefined div in document.body. BAD %3Cbody%3E -- temporary div, vanishes when tooltips vanishes --> %3Cdiv%3Emy tooltip%3C/div%3E %3Cbody%3E GOOD %3Cbody%3E -- this div stays forever, just for attaching tooltips --> %3Cdiv%20id=%22tooltips-container%22%3E -- temporary div, vanishes when tooltips vanishes --> %3Cdiv%3Emy tooltip%3C/div%3E %3C/div%3E %3Cbody%3E Introduction Tooltips in our app were taking >80ms. And during this time, the main thread was blocked, you couldn’t interact with anything.
·atfzl.com·
Don't attach tooltips to document.body | Atif Afzal
Aster.kz: продажа авто в Казахстане бесплатные объявления о продаже б/у, новых автомобилей - Aster.kz
Aster.kz: продажа авто в Казахстане бесплатные объявления о продаже б/у, новых автомобилей - Aster.kz
Aster.kz ⭐ объявления о продаже автомобилей в Казахстане: с пробегом, новые авто, автокредит, trade-in, рассрочка, онлайн оценка, выкуп авто за 1 день на Aster.kz. Частные объявления о продаже машин с пробегом
·aster.kz·
Aster.kz: продажа авто в Казахстане бесплатные объявления о продаже б/у, новых автомобилей - Aster.kz
Hello Peer-to-Peer Web – Aral Balkan
Hello Peer-to-Peer Web – Aral Balkan
Beaker-ception: a screenshot of version of this page in Beaker browser with live reload on. While documenting my deep dive into multiwriter hyperdb, I realised I was doing so on our forums, running Discourse, when I’d just demonstrated the day before how you can live blog on the peer-to-peer Web. So I went on a little tangent and set up this “live” blog. Live as in, every time I save what I’m doing, the changes get pushed out to anyone viewing the site with live reload turned on in Beaker Browser.
·ar.al·
Hello Peer-to-Peer Web – Aral Balkan