131 private links
A space shooter game you can play in your terminal.
bandwhich is a relatively new terminal bandwidth utilization tool for Linux, *BSD and macOS, written in Rust. It shows the current network utilization by process, connection and remote IP/hostname.
A small DIY air purifier using off-the-shelf components for under $100.
Why Learn AWK?
- You are working TOO HARD
- Available EVERYWHERE
- It limits what you’re going to attempt with the language
- Language Features
- Convenience: minimized bureaucracy
In this task we will try our first approach at training a conversational model.
Asciimatics is a package to help people create full-screen text UIs (from interactive forms to ASCII animations) on any platform.
Telegra.ph is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click. Telegraph posts also get beautiful Instant View pages on Telegram.
This is a collection of common templates and documents I have been using over the years. I am tired of trying to google them every time I need them, so I just gathered them all here.
Topics are: Pitch, Vision, Strategy, Product Requirements, Technical Design, Product Opportunity Assessment, Product Vision, Run Book.
A simple, configurable, cross-platform youtube-dl wrapper for downloading and managing youtube audio (with added features).
Clearview AI devised a groundbreaking facial recognition app. You take a picture of a person, upload it and get to see public photos of that person, along with links to where those photos appeared. The system — whose backbone is a database of more than three billion images that Clearview claims to have scraped from Facebook, YouTube, Venmo and millions of other websites — goes far beyond anything ever constructed by the United States government or Silicon Valley giants.
A* algorithm visualizer written in pygame.
A gravity simulation using the runge kutter integration method.
Python development configuration for vim.
Analyses of single-cell recordings from mouse ventral tegmental area are consistent with a model of reinforcement learning in which the brain represents possible future rewards not as a single mean of stochastic outcomes, as in the canonical model, but instead as a probability distribution.
With Issue Tracking, Git Management, Pull Request, and Build Farm. Simple yet Powerful.
Tetris game made using pygame and python.
Shellscript for synchronization of files and directories (a simple alternative to RSYNC)
The U.S. education system spent more than $26 billion on technology in 2018. That’s larger than the entire Israeli military budget. By one estimate, annual global spending on technology in schools will soon total $252 billion. But the technology pushed into schools today is a threat to child development and an unredeemable waste.
When something very basic goes wrong, I have this hierarchy of potential culprits:
- the compiler
- buggy hardware
- OS vendor
- last and least me, because I don’t make mistakes :)
So what doesn’t work ? I am doing a simple cast from a floating point value to an integer value in C. This happens in a routine, that checks, if a double is integral and if it would fit into a long.