This $199 laser pointer points out mosquitos without harming them | TechCrunch
https://techcrunch.com/2022/01/06/look-there-it-is-the-little-flying-jerk/
This $199 laser pointer points out mosquitos without harming them – TechCrunch
Mosquitos kill more people than any other creature in the world, and there’s no shortage of potential tech solutions. One such solution comes from Bzigo, which markets a device that finds mosquitos in your home, points at them with a laser and can notify you on your phone when a mozzy is buzz…
E3 will be online-only again this year | Engadget
https://www.engadget.com/e3-2022-online-only-esa-210210288.html?src=rss
E3 will be online-only again this year | Engadget
The ESA cited concerns over 'COVID-19 and its potential impact on the safety of exhibitors and attendees.'.
Kelvin Harrison Jr. to star in new Jean-Michel Basquiat biopic - CNN Style
https://www.cnn.com/style/article/basquiat-biopic-samo-lives-julius-onah/index.html
Kelvin Harrison Jr. to star in new Jean-Michel Basquiat biopic
The short life and meteoric rise of artist Jean-Michel Basquiat will once again be told on the silver screen.
How to Get the Size of a Directory in Linux | Linuxize
https://linuxize.com/post/how-get-size-of-file-directory-linux/
How to Get the Size of a Directory in Linux
The du command displays the amount of file space used by the specified files or directories.
OpenResty - Getting Started
https://openresty.org/en/getting-started.html
Top Stuff List
javascript - Failed to execute ‘createObjectURL’ on ‘URL’: - Stack Overflow
https://stackoverflow.com/questions/27120757/failed-to-execute-createobjecturl-on-url
Meta Tags — Preview, Edit and Generate
Meta Tags — Preview, Edit and Generate
With Meta Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, Twitter and more!
Moxie Marlinspike >> Blog >> My first impressions of web3
https://moxie.org/2022/01/07/web3-first-impressions.html
My first impressions of web3
Despite considering myself a cryptographer, I have not found myself particularly drawn to “crypto.” I don’t think I’ve ever actually said the words “get off my lawn,” but I’m much more likely to click on Pepperidge Farm Remembers flavored memes about how “crypto” used to mean “cryptography” than ...
KyleTryon/OpenCanv: An Open-Source Alternative to Canva
https://github.com/KyleTryon/OpenCanv
GitHub - KyleTryon/OpenCanv: An Open-Source Alternative to Canva
An Open-Source Alternative to Canva. Contribute to KyleTryon/OpenCanv development by creating an account on GitHub.
Introduction to the Sam Text Editor
https://blog.matthewdmiller.net/introduction-to-the-sam-text-editor
Introduction to the Sam Text Editor
Programmers are passionate about their tools, and if there is one tool they are especially passionate about, it is their text editor. An editor war has raged between Emacs and vi for decades, and new challengers such as VS Code and Sublime Text vie f...
Using Web Workers - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
Using Web Workers - Web APIs | MDN
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null) or fetch (with no such restrictions). Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa).
MediaDevices.getUserMedia() - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia