Gooooooood morning, World!!! Hey, this is not a test, this is a tech roundup. Time to rock it from the Delta to the DMZ.
AI, bots and robots
- Over-engineering an emoji webcam filter with a neural network
- Dynamic LCP priority: Learning from past visits
- Automating Heating with Home Assistant
- Infinite AI Array
- Bach to the Future – Humanising Music with Neural Nets
- Detangle: tl;dr your legal docs with AI
- Announcement: AI generated answers are officially banned here
- On-demand learning comes at the cost of conceptual understanding
- Adobe Lightroom uses photos for AI training by default
- The physics principle of diffusion inspired modern AI art
- Neural Codec Language Models Are Zero-Shot Text to Speech Synthesizers
- FTC proposes to ban noncompete clauses. Move will help workers, entrepreneurs
- Devirtualizing nike.com’s bot protection
Blockchain and decentralization
- Top Bitcoin dev gets owned
- “My PGP key is compromised, and at least many of my bitcoins stolen”
- HypChain, the first completely hypothetical blockchain
- Spookz – decentralized streaming platform for gamers
Woman computer scientist of the week
Corinna Cortes is a Danish computer scientist known for her contributions to machine learning. She is currently the Head of Google Research, New York. Cortes is a recipient of the Paris Kanellakis Theory and Practice Award for her work on theoretical foundations of support vector machines.
Cloud and architecture
- Tesla broke labor laws by telling workers not to discuss pay, NLRB claims
- Migrating from AWS to Fly.io
- Google wants RISC-V to be a “tier-1” Android architecture
- Valetudo – Free your vacuum cleaner from the cloud
Development and languages
- Digital Logic Sim
- Querying the GitHub archive with the ClickHouse playground
- Liberation Circuit – FOSS RTS/programming game
- Spall – WASM-based profiler for JavaScript and C in ~5k lines of Odin
- Multi-camera real-time object detection with WebRTC and YOLO
- Pyright: Static Type Checker for Python
- Python 2 removed from Debian
- Bflat – a single ahead-of-time crosscompiler and runtime for C#
- Bflat – a single ahead-of-time crosscompiler and runtime for C#
- 26 programming languages in 25 days, Part 2: Reflections on language design
- Microsoft.Recognizers.Text for JavaScript
- Underappreciated challenges with Python packaging
- What is railway oriented programming
- Rijndael S-box in 512 bytes of Python
- Why is the JavaScript ecosystem like this?
- Apple introduces Digital narration for books
- Slack’s private GitHub code repositories stolen over holidays
- GPTDuck – Ask questions about any GitHub repo
- Vim online editor using WebAssembly, storing files using IndexedDB
- Google’s quest to digitize troops’ tissue samples
- The different sorts of ‘iconification’ of windows in X
- BugChecker – a SoftICE-like kernel and user debugger for Windows
- Rsync.net Warrant Canary
Quote of the week
When I am working on a problem I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.
— R. Buckminster Fuller
Enterprises
- Cell intelligence in physiological and morphological spaces
- Twitter Sued for Nonpayment of Rent on San Francisco Office
- Google to pay Indiana $20M to resolve privacy suit
- Interview with Benjamin de Cock, early designer at Stripe
- I built Haystack – your own google for scattered workplace knowledge
- Record Google Meets for Free, No Signups, Download Locally
- Microsoft.Recognizers.Text: numbers, units, and date/time in multiple languages
- Microsoft is preparing to add ChatGPT to Bing
- Microsoft workers to form company’s first union in the U.S.
- Amazon has raised the number of jobs it plans to cut 18,000
- AMD Announces 7950X3D, 7900X3D Upto 128MB L3 Cache
- Investors conclude that Tesla is a carmaker, not a tech firm
- Tesla finally breaks and offers round steering wheel on Model S/X
Other news
- Improving color quantization heuristics
- Xfinity Stream on Linux: A Tale of Widevine, ChromeOS, and a patched Glibc
- 2023 HackerRank Developer Skills Report
- Rant: Year of Linux on the Desktop
- Lessons Learned from the Book “Effective Remote Work”
- The Calculus They Won’t Teach You
- What are companies doing with D-Wave’s quantum hardware?
- Bitcoin core developer claims to have lost 200 BTC in hack
- My Experience with Check Fraud – and What You Can Learn from It
- LearnCPP: Website devoted to teaching you how to program in C++
- Web hackers vs. the auto industry
- Solar Panels Reduced My Electric Bill by $2,677 in 2022
- Breaking RSA with a quantum computer?
- A beloved in every port: Iskandar’s encounters with women
- Scott Aaronson weighs in on purported quantum factoring breakthrough
- U.S. moves to seize $460M Robinhood stake linked to Sam Bankman-Fried
- Finding people’s use of /usr/bin/Python with the Linux audit framework
- Learn to Process Text in Linux Using Grep, Sed, and Awk
- Things they didn’t teach you about software engineering

Researchers tested GPT-3.5 with questions from the US Bar Exam. They predict that GPT-4 and comparable models might be able to pass the exam very soon.
Why and how I migrated from distributed postgres to distributed sqlite on kentcdodds.com
The U.S.V.I. says JPMorgan Chase didn’t report Jeffrey Epstein’s suspicious financial activities and provided him banking services after his 2008 conviction for soliciting a minor.
A graphical processor simulator and assembly editor for the RISC-V ISA – GitHub – mortbopet/Ripes: A graphical processor simulator and assembly editor for the RISC-V ISA
In January 2010 I soft-launched launched Preceden, a web-based timeline maker tool, followed a few weeks later by a larger launch on HackerNews: Today – almost 13 years to the day since the i…
Learn how you can use clickhouse-local to analyze and transform your local and remote files using just the power of SQL on your laptop
Binary search is a workhorse of competitive programming. There are occasional easy problems where binary search is the solution in and of itself; more often, it’s used as a primitive building block…
Hello and happy new year! It’s 2023, and Windows 11 is finally a mature operating system that most people would be happy to use. Sun Valley has finally arrived, and it’s all about a lon…
Python SQL Parser and Transpiler. Contribute to tobymao/sqlglot development by creating an account on GitHub.
In this post, I’ll iteratively optimize an implementation of matrix multiplication written in CUDA.My goal is not to build a cuBLAS replacement, but to deepl…
AUTOMATIC1111 has 31 repositories available. Follow their code on GitHub.
Stable Diffusion web UI. Contribute to AUTOMATIC1111/stable-diffusion-webui development by creating an account on GitHub.
I have been spending some time as of late thinking, and asking the community via the fediverse, about how people deal with virtual environments in Python. I have ended up with various ways of classifying people’s virtual environment management and I wanted to write it all down to both not
A collaboratively curated list of awesome Open-Source Intelligence (OSINT) Resources – GitHub – ARPSyndicate/awesome-intelligence: A collaboratively curated list of awesome Open-Source Intelligence…
This post from
The cuts focused on the company’s corporate staff exceed an earlier projection and represent about 5% of the company’s corporate workforce.
We covered Zen 4’s core architecture in depth in two articles. This one will focus on anything we didn’t manage to get to. Some of these details may be specific to the particular CPU sa…
Most systems today rely on Unicode strings. However, we have two popular Unicode formats: UTF-8 and UTF-16. We often need to convert from one format to the other. For example, you might have a database formatted with UTF-16, but you need to produce JSON documents using UTF-8. This conversion is ofte
by James Bandler (ProPublica) In early February 2016, the security gate at a U.S. military base near Washington, D.C., swung open to admit a Navy doctor accompanying a pair of…
A UCLA–MIT Press paper highlights a lack of data infrastructure and data strategy in U.S. higher education.
GitHub and Microsoft are being sued for using open source software without creator attribution in alleged violation of open licensing requirements. What implications does this have for the scholarly literature and Creative Commons licenses?