eshnil | 2 years ago | on: Android 14 adds support for using your smartphone as a webcam
eshnil's comments
eshnil | 2 years ago | on: DevToys – A Swiss army knife for developers
I wanted to include offline CyberChef within this app in a webview but it turned out, Flutter still doesn't support WebViews on non-mobile platforms. I wonder if that has changed.
eshnil | 2 years ago | on: Bookwyrm – A federated social network for reading books
eshnil | 2 years ago | on: Case study: Algorithmic trading with Go
eshnil | 2 years ago | on: Alphabet selling Google Domains assets to Squarespace
eshnil | 2 years ago | on: Total recall: the people who never forget (2017)
No relation with this particular condition though.
eshnil | 2 years ago | on: Show HN: HNRelevant – Show related HN submissions in an integrated sidebar
eshnil | 2 years ago | on: Unnatural Keys – Nature doesn’t come with identifiers
This is probably why OpenLibrary supports mapping of books with 40+ identifiers: https://github.com/internetarchive/openlibrary/blob/master/o...
eshnil | 2 years ago | on: Internet disrupted in Pakistan amid arrest of former PM Imran Khan
eshnil | 2 years ago | on: A visual book recommender
Not sure if that's a good idea. It shrinks the set of genuine readers and overweights the set of professional spammers.
eshnil | 3 years ago | on: Show HN: AI Playground by Vercel Labs
eshnil | 3 years ago | on: SQL Maxis: Why We Ditched RabbitMQ and Replaced It with a Postgres Queue
eshnil | 3 years ago | on: Build your own agents which are controlled by LLMs
eshnil | 3 years ago | on: Scratch is the world’s largest coding community for children
Features like this enable serious study of computer science possible with Snap: https://emu-online.de/ComputerScienceWithSnap_2.pdf
There's even a variation for 3D geometries: beetleblocks.com
Scratch is immensely popular but with lack of reporter blocks and lack of first-class lists, it encourages many bad programming habits (global state, no datas tructures like stack/queue/tree/graph etc. The one advantage it has over SnapLang is that it has better performance for building intensive games etc.
eshnil | 3 years ago | on: TaxyAI: Open-source browser automation with GPT-4
eshnil | 3 years ago | on: Bicycle
I wish physics teachers start using geometric product of vectors, instead of the cross product. This allows forces and torques to be combined into a single concept "Forque". Really, translations are just rotations around infinity and rotations are just composition of two reflections. If we allow the algebra to take care of rotations, physics becomes a lot simpler.
eshnil | 3 years ago | on: Firefox 111.0 enabled Origin private file system access
element.setAttribute("href","data:text/plain;charset=utf-8," +encodeURIComponent(content))
and element.click() followed by document.body.removeChild(element);
This works perfectly fine for saving single files. FileSystem access API is useful when entire directory needs to be stored and perhaps without the standard SaveAs.. UI.
eshnil | 3 years ago | on: Firefox 111.0 enabled Origin private file system access
eshnil | 3 years ago | on: Joint statement by the Department of the Treasury, Federal Reserve, and FDIC
eshnil | 3 years ago | on: Joint statement by the Department of the Treasury, Federal Reserve, and FDIC
We've been waiting what, 15 years for this to happen?