Void: Open-source Cursor alternative
github.com
Fui: C library for interacting with the framebuffer in a TTY context
github.com
A flat pricing subscription for Claude Code
support.anthropic.com
From: Steve Jobs. "Great idea, thank you."
blog.hayman.net
Progress toward fusion energy gain as measured against the Lawson criteria
fusionenergybase.com
Notes on rolling out Cursor and Claude Code
ghiculescu.substack.com
Phoenician culture spread mainly through cultural exchange
mpg.de
When Abandoned Mines Collapse
practical.engineering
How the US Built 5k Ships in WWII
construction-physics.com
Show HN: Using eBPF to see through encryption without a proxy
github.com
How to start a school with your friends
prigoose.substack.com
Podfox: First Container-Aware Browser
val.packett.cool
Using NASA’s SMAP satellite to detect L-band interference
radioandnukes.substack.com
First American pope elected and will be known as Pope Leo XIV
cnn.com
Mathematical Problem Solving
cip.ifi.lmu.de
Show HN: Req Update Check
github.com
Block Diffusion: Interpolating Autoregressive and Diffusion Language Models
m-arriola.com
Ciro (YC S22) is hiring a software engineer to build AI agents for sales
ycombinator.com
The Rise and Fall of the Visual Telegraph (2017)
parisianfields.com
A Brief History of Cursor's Tab-Completion
coplay.dev
Newsreels from the UCLA Film and Television Archive
newsreels.net
Hi HN! This is my first open source package. PyCharm used to have a nifty tool to show you requirements.txt packages that needed updates. You could click a button and open the github page, click a button to upgrade, all in the file. It was super convenient. Then it went away.
The package was written in a few languages that I have no experience with, but I figured I'd build something that worked for my use case, and maybe it can help you, too. After installing, you point it at your requirements.txt file, and it will spit out something like this:
----
File caching enabled The following packages need to be updated:
requests: 2.28.0 -> 2.31.0 [minor]
- Pypi page: https://pypi.python.org/project/requests/
- Homepage: https://requests.readthedocs.io
- Changelog: https://requests.readthedocs.io/en/latest/community/updates/...
redis: 4.5.0 -> 5.0.1 [major]
- Pypi page: https://pypi.python.org/project/redis/
- Homepage: https://github.com/redis/redis-py
- Changelog: https://github.com/redis/redis-py/blob/master/CHANGES
----
Unlike some pip tools that will show you every single package that's outdated, this focuses only on the top level packages you have in your requirements file.
I'd love any feedback! Thanks for your time.
https://github.com/ontherivt/req-update-check