4m1rk
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Today I learned that I can find the most interesting jobs for myself in the "Who's Hiring" thread with a single command: curl https://news.ycombinator.com/item?id=47975571 | \ uvx html2text | \ llm --model gpt-5-nano…
-
I bought a VPS for less than $4, yet it was large enough to host multiple of my silly projects. I needed something simple and clean to deploy all of them on the same machine with SSL. No clutter, no BS. So I created it:…
-
I was thinking it would be nice to quickly send the clipboard to another machine without direct network connectivity. Then I thought why not piping it? Not just the clipboard, but any data. $ xclip -sel c -o | clipipe…
-
No sign-up required to try around 10 articles.
-
I built Linkcast to solve a personal pain: I was drowning in articles each week and struggling to figure out which ones were worth my time. I wanted a fast way to get the gist of each article, without spending hours…
-
One of the useful features of the vscode GitHub actions extension[1] is that it opens the action or reusable workflow repo in the browser when you Ctrl+Click on it. This plugin does the same in Neovim when you press…
-
I'm a consultant and I normally deal with multiple clients. I need an isolated browser for each to maintain my sanity. I could create separate profiles in Chrome and Firefox but the main issue is when you click on a…
- Make FastAPI CPU-Bound Endpoints 2X Faster (amirkarimi.dev)
-
I'm a software engineer. Like many of you, I'm spending almost all day sitting or standing still at my computer and I enjoy it as long as my body cooperates. There are enough scientific proof and personal experience…