frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Peer-to-Peer Networking: Build a VPN Tunnel with Wintun on Windows – Part 2

https://www.0xmm.in/posts/peer-to-peer-windows-part2/
1•melson•1m ago•0 comments

UUID package coming to Go standard library

https://github.com/golang/go/issues/62026
1•soypat•2m ago•0 comments

US draws up strict new AI guidelines amid Anthropic clash

https://www.reuters.com/business/media-telecom/us-draws-up-strict-new-ai-guidelines-amid-anthropi...
2•ericsaf•3m ago•0 comments

T3 Code – a new OSS agentic coding app that wraps Codex

https://t3.codes/
1•theobr•3m ago•0 comments

Show HN: HyperClaw – self-hosted AI assistant that replies on Telegram/Discord/+

https://github.com/mylo-2001/hyperclaw
1•mylw•4m ago•0 comments

Rust 1.94.0

https://blog.rust-lang.org/2026/03/05/Rust-1.94.0/
1•tahazsh•9m ago•0 comments

Natural Language AutoCoder Open SOurce

https://github.com/tommoirnz/NLAutocoder
1•moirnz•13m ago•1 comments

Show HN: Claude-consensus – Multi-model code review plugin for Claude Code

https://github.com/AltimateAI/claude-consensus
1•k_git•13m ago•0 comments

BYD unveils Blade Battery 2.0: 10-70% in 5 mins, 10-97% in 9 mins

https://carnewschina.com/2026/03/05/byd-unveils-blade-battery-2-0-10-70-in-5-mins-10-97-in-9-mins...
1•xxfye•14m ago•0 comments

Show HN: Copyworks – Chinese character worksheets with tone colors

https://copyworks.loqu8.com
1•loqu8•18m ago•0 comments

Saulala

https://www.saulala.com/
2•matthberg•19m ago•0 comments

Qatar warns war will force Gulf to stop energy exports 'within days'

https://www.ft.com/content/be122b17-e667-478d-be19-89d605e978ea
3•geox•24m ago•0 comments

FASTEST LLM decode engine on Apple Silicon. 658 tok/s on M4-Max,beats MLX by 19%

https://www.runanywhere.ai/blog/metalrt-fastest-llm-decode-engine-apple-silicon
2•sanchitmonga•25m ago•2 comments

T3 Code: A Minimal Web GUI/Desktop App for Coding Agents

https://github.com/pingdotgg/t3code
1•vldszn•26m ago•0 comments

I built a database of verified YouTube channel revenues

https://ytmrr.com/
1•poissac•27m ago•1 comments

Cancellation of Army exercise fuels speculation about Mideast troop deployments

https://www.washingtonpost.com/national-security/2026/03/06/army-82nd-airborne-iran/
5•ParentiSoundSys•33m ago•0 comments

ClawMarket agent skill – gives agents wallets and ability to sign onchain txns

https://clawmarket.tech
1•semanticlayer•33m ago•1 comments

Teams have a context-sharing problem; TeamContext is our attempt

https://github.com/hzhou9/TeamContext
1•hzhou9•34m ago•1 comments

AIs are not conscious, but most critics can't adequately explain why

https://plus.flux.community/p/its-like-this-why-your-perception
1•Novapebble•36m ago•4 comments

Show HN: Wez, modern terminal web browser with Vim bindings

https://github.com/keyle/wez
1•keyle•38m ago•0 comments

Feds take notice of iOS vulnerabilities exploited under mysterious circumstances

https://arstechnica.com/security/2026/03/cisa-adds-3-ios-flaws-to-its-catalog-of-known-exploited-...
1•givinguflac•38m ago•0 comments

Show HN: Skylos – A Python dead code finder benchmarked against 9 libraries

https://skylos.dev/blog/we-scanned-9-popular-python-libraries
1•duriantaco•39m ago•1 comments

Netflix acquires Ben Affleck's AI company

https://www.npr.org/2026/03/06/nx-s1-5739370/netflix-ben-affleck-ai-interpositive-deal
1•larubbio•41m ago•1 comments

Show HN: I built an autonomous AI company that runs itself (22 cycles, $36)

https://runautoco.com
1•Ndmtrieff•42m ago•2 comments

Intelligence Beyond Knowledge

https://philpapers.org/rec/HANIBK
1•huiwenhan•42m ago•1 comments

Some Words on WigglyPaint

https://beyondloom.com/blog/onwigglypaint.html
1•RebelPotato•43m ago•0 comments

I've built a better Lovable clone alone

https://playcode.io/
1•ianberdin•43m ago•1 comments

LLM Doesn't Write Correct Code. It Writes Plausible Code

https://blog.katanaquant.com/p/your-llm-doesnt-write-correct-code
9•dnw•47m ago•2 comments

Fast starting Clojure runtime built with GraalVM native-image and Crema

https://github.com/borkdude/cream
1•PaulHoule•47m ago•0 comments

Show HN: MarketplaceKit – Ship a rental marketplace in days instead of months

https://kit.creativewin.net
1•markoristicc•49m ago•0 comments
Open in hackernews

Show HN: ScreenTranslate – On-device screen translator for macOS (open source)

https://github.com/hcmhcs/screenTranslate
2•hcmhcs0•3h ago
I kept breaking my workflow to translate foreign text — copy, open browser, paste into translator, read, switch back. Repeat.

  So I built a macOS menu bar app that translates right where you're working.
                                                                                                   
  Two modes:                                                                                     
  - Select text in any app → Cmd+Option+Z → instant translation                                    
  - Cmd+Shift+T → drag over any area → OCR + translate (images, PDFs, subtitles)
                                                                                                   
  Everything runs on-device via Apple Vision + Apple Translation. No servers, no tracking. Free    
  forever.                                                                                         
                                                                                                   
  20 languages · offline capable · GPL-3.0

Comments

vunderba•1h ago
Nice job.

I created something like this over a decade ago for Windows that would let you hit a globally registered shortcut to hover a magnifying glass over text in a windowed/fullscreen game - I used to use it while I was studying Chinese with emulated SNES RPGs.

Back then the best we could do was tesseract OCR feeding down to the open CC-CEDICT dictionary. It was primitive but sufficed!

hcmhcs0•1h ago
That's a really cool use case — OCR on emulated RPGs for language study! I didn't know Tesseract could handle pixel fonts. How well did it work?

I went with Apple's Vision and Translation frameworks since they were the easiest path for me, but the downside is it requires macOS 15+. I'm thinking about adding Tesseract as an alternative OCR engine to support older versions — sounds like it could work well enough!

vunderba•1h ago
Thanks! Honestly? Initially very poorly.

What I ended up doing was generating around a dozen versions of a screenshot in realtime (all with different combinations of thresholding, segmentation parameters, resolution scaling, and denoising) behind the scenes. Then it would fire Tesseract off on all of them in parallel threads and let them “vote” on the result.

After I set that up, the accuracy improved significantly.

If you're looking for an alternative rather than Tesseract - I'd actually recommend Surya. I've had a lot of success with it out of the box with doing OCR on comics.

https://github.com/datalab-to/surya

hcmhcs0•39m ago
That's a clever approach — running multiple preprocessing variants in parallel and letting them vote. Almost like an ensemble for OCR!

Thanks for the Surya recommendation, I hadn't come across it before. Will definitely check it out!

hcmhcs0•1h ago
Hi, I'm the author — a student developer. I've been really into AI agents lately and spend a lot of time reading system instructions and source code on OpenClaw. Problem is, my English isn't great, so I constantly needed to translate.

Switching to a Google Translate tab every time or asking an AI to translate broke my flow completely. So I built this to translate right where I'm working — no tab switching, no copy-paste.

Built with Claude Code over a weekend. Happy to answer any questions!