Feed aggregator
It's time for the world to boycott the US
Article URL: https://www.aljazeera.com/opinions/2026/2/5/its-time-for-the-world-to-boycott-the-us
Comments URL: https://news.ycombinator.com/item?id=46926085
Points: 3
# Comments: 0
Show HN: Semantic Search for terminal commands in the Browser (No Back end)
I wanted semantic search for TLDR pages, but also wanted it to work offline with no backend. This project runs entirely in the browser using client-side vector search:
Demo: https://jslambda.github.io/tldr-vsearch/
More information: https://jslambda.github.io/articles/semantic-tldr.html
Comments URL: https://news.ycombinator.com/item?id=46926084
Points: 1
# Comments: 1
The AI CEO Experiment
Article URL: https://yukicapital.com/blog/the-ai-ceo-experiment/
Comments URL: https://news.ycombinator.com/item?id=46926070
Points: 2
# Comments: 0
Speed up responses with fast mode
Article URL: https://code.claude.com/docs/en/fast-mode
Comments URL: https://news.ycombinator.com/item?id=46926043
Points: 3
# Comments: 0
MS-DOS game copy protection and cracks
Article URL: https://www.dosdays.co.uk/topics/game_cracks.php
Comments URL: https://news.ycombinator.com/item?id=46926030
Points: 3
# Comments: 0
AT&T Launches Its Own Kid Phone in Collaboration With Samsung, the AmiGo Jr.
The Contagious Taste of Cancer
Article URL: https://www.historytoday.com/archive/history-matters/contagious-taste-cancer
Comments URL: https://news.ycombinator.com/item?id=46925672
Points: 1
# Comments: 0
U.S. Jobs Disappear at Fastest January Pace Since Great Recession
Article URL: https://www.forbes.com/sites/mikestunson/2026/02/05/us-jobs-disappear-at-fastest-january-pace-since-great-recession/
Comments URL: https://news.ycombinator.com/item?id=46925669
Points: 1
# Comments: 0
Bithumb mistakenly hands out $195M in Bitcoin to users in 'Random Box' giveaway
Beyond Agentic Coding
Article URL: https://haskellforall.com/2026/02/beyond-agentic-coding
Comments URL: https://news.ycombinator.com/item?id=46925661
Points: 1
# Comments: 0
OpenClaw ClawHub Broken Windows Theory – If basic sorting isn't working what is?
Article URL: https://www.loom.com/embed/e26a750c0c754312b032e2290630853d
Comments URL: https://news.ycombinator.com/item?id=46925642
Points: 1
# Comments: 0
OpenBSD Copyright Policy
Article URL: https://www.openbsd.org/policy.html
Comments URL: https://news.ycombinator.com/item?id=46925631
Points: 1
# Comments: 0
OpenClaw Creator: Why 80% of Apps Will Disappear
Article URL: https://www.youtube.com/watch?v=4uzGDAoNOZc
Comments URL: https://news.ycombinator.com/item?id=46925592
Points: 1
# Comments: 0
What Happens When Technical Debt Vanishes?
Article URL: https://ieeexplore.ieee.org/document/11316905
Comments URL: https://news.ycombinator.com/item?id=46925582
Points: 1
# Comments: 0
AI Is Finally Eating Software's Total Market: Here's What's Next
Article URL: https://vinvashishta.substack.com/p/ai-is-finally-eating-softwares-total
Comments URL: https://news.ycombinator.com/item?id=46925580
Points: 2
# Comments: 0
Computer Science from the Bottom Up
Article URL: https://www.bottomupcs.com/
Comments URL: https://news.ycombinator.com/item?id=46925578
Points: 2
# Comments: 0
Show HN: I built a toy compiler as a young dev
Hey HN,
Indian Highschooler here, currently prepping for JEE, thought itd be nice to share here.
three years ago in 9th/10th grade I got a knack for coding, So I taught myself made a custom compiler with LLVM to try and learn C++. so I spent a lot of time learning LLVM from the docs and also C++ so its not some marvelous piece of engineering,
It has:
- Basic types like bool, int, double, float, char etc. with type casting - Variables, Arrays, Assign operators & Shorthands - Conditionals (if/else-if/else), Operators (and/or), arithmetics (parenthesis etc) - Arrays and indexing stuff - C style Loops (for/while) and break/continue - Structs and dot accessing - extern C interop with the "extern" keyword Some challenges I faced:
- Emscripten and WASM, as I also had to make it run on my demo website - Learning typescript and all for the website (lol) - Custom parser with basic error reporting and Semantic analysis was a PITA for my undeveloped brain - Learning LLVM from the docs Important Learnings:
- Testing is a very important aspect of making software, I skipped it - big regret - Learning how computers interpret text - Programming in general was a new tour for me - I appreciate unique_ptrs and ownership Github: https://github.com/xeouz/virec
Its on my github and there's a link to my web demo (https://vire-lang.web.app/), it might take some time to load the binary from firebase.
Very monolithic, ~7500 lines of code, I’d really appreciate any feedback, criticism, or pointers on how I could’ve done this better.
Comments URL: https://news.ycombinator.com/item?id=46925562
Points: 1
# Comments: 0
You don't need Mac mini to run OpenClaw
Article URL: https://runclaw.sh
Comments URL: https://news.ycombinator.com/item?id=46925551
Points: 1
# Comments: 0
