frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How the West Could Turn a Trickle of Water into an Endless Supply

https://reasonstobecheerful.world/water-recycling-interview/
1•speckx•1m ago•0 comments

Supreme Court sides with Trump fight tied to speech curbs on immigration judges

https://www.reuters.com/world/supreme-court-sides-with-trump-fight-tied-speech-curbs-immigration-...
1•tartoran•1m ago•0 comments

The Theroretical Upper Limits of the Stock Market

https://jackmaguire.org/blog/theoretical-upper-limit-us-stock-market/
1•magicroot75•1m ago•0 comments

Germany news: Childfree adults to pay more for elder care

https://www.dw.com/en/germany-news-childfree-adults-to-pay-more-for-elder-care/live-77292208
1•randycupertino•2m ago•0 comments

Crowbuster – saving young birds from crows

https://github.com/utsengar/crowbuster
1•indus•2m ago•0 comments

Making a 3D terrain look like pixel-art – at every zoom level

https://www.miximum.fr/revivarium/blog/godot-pixel-art-texture/
2•thibaultj•4m ago•0 comments

Pope Leo warns AI should be 'disarmed' in manifesto on potential dangers

https://www.pbs.org/newshour/show/pope-leo-warns-ai-should-be-disarmed-in-manifesto-on-potential-...
1•randycupertino•5m ago•0 comments

The Ballad of TIGIT

https://www.owlposting.com/p/the-ballad-of-tigit
1•crescit_eundo•7m ago•0 comments

Show HN: I Cloned Gmail

https://github.com/hieunc229/mailflare
1•docuru•8m ago•0 comments

Show HN: Private social media feed for you and friends

https://picpocket.io
1•amr_shawky•9m ago•0 comments

The Skeleton Library

https://goodinternet.substack.com/p/interpolatable-archives-part-1
1•speckx•9m ago•0 comments

Seven Steps to Heaven: Amorosi on Miles Davis at 100

https://www.jazztimes.com/blog/seven-steps-to-heaven-amorosi-on-miles-davis-at-100/?v=0b3b97fa6688
1•DemiGuru•9m ago•0 comments

Show HN: Mind-expander, a visual workspace for coding with AI agents

https://github.com/mbbill/mind-expander
1•mbbill•9m ago•0 comments

More Whimsical OEIS Sequences

https://www.jeremykun.com/shortform/2026-05-22-1528/
1•surprisetalk•10m ago•0 comments

When Tornado Weather Hits, These Scientists Break Out the Colored Pencils

https://www.nytimes.com/2026/05/18/weather/nws-storm-prediction-center-maps-forecast.html
1•7402•12m ago•0 comments

AI eyes scanning for bugs create a worrisome Linux security trend

https://www.theregister.com/security/2026/05/23/ai-eyes-scanning-for-bugs-create-a-worrisome-linu...
1•CrankyBear•12m ago•0 comments

Crawlgraph – Backlink lookup using Common Crawl ($99 lifetime)

https://crawlgraph.com
1•pucilpet•12m ago•0 comments

Gen Z is falling behind. Dr. Jared Cooney Horvath argues how to help them [video]

https://www.youtube.com/watch?v=_y03mB01beE
1•phoronixrly•13m ago•0 comments

Show HN: Chunk sidecars for validating agent-generated code before pushing to CI

https://circleci.com/blog/chunk-sidecars/
1•olafmol•13m ago•1 comments

Once you hit about a 20-point IQ gap, communication starts to break down

https://twitter.com/i/status/2058730279804748191
1•Michelangelo11•13m ago•0 comments

DirecTV's Secret War on Hackers (2001)

https://hardware.slashdot.org/story/01/01/25/1343218/directvs-secret-war-on-hackers
2•striking•13m ago•0 comments

The mysterious Hy3 LLM is topping OpenRouter Model Rankings by a large margin

https://minimaxir.com/2026/05/openrouter-hy3/
1•minimaxir•16m ago•0 comments

Soon We Can Banish JavaScript to the ShadowRealm

https://css-tricks.com/soon-we-can-finally-banish-javascript-to-the-shadowrealm/
1•mooreds•17m ago•0 comments

CISA orders feds to patch actively exploited Drupal vulnerability

https://www.bleepingcomputer.com/news/security/cisa-orders-feds-to-patch-actively-exploited-drupa...
1•Brajeshwar•17m ago•0 comments

What drawing lines on football pitch taught me about future of human-AI collab

https://singhkays.com/blog/drawing-lines-football-pitch-human-ai/
1•singhkays•18m ago•1 comments

Language Models Need Sleep

https://arxiv.org/abs/2605.26099
1•juxtapose•18m ago•0 comments

Prompt Is Not Runtime

https://lixinge.substack.com/p/prompt-is-not-runtime
2•xgli•19m ago•0 comments

Show HN: Show off your software products and gather a newsletter following

https://cantible.com
1•cwbuilds•19m ago•0 comments

Show HN: Clean Gigabytes of Junk from Your Mac

https://mydevcleaner.com/
1•pcwine•20m ago•0 comments

Gtamaplib: Tools and interfaces to construct and navigate the map of GTA 6

https://github.com/rolux/gtamaplib-vc
1•rolux•20m ago•0 comments
Open in hackernews

Launch HN: Minicor (YC P26) – Windows desktop automations at scale

https://www.minicor.com/
18•fchishtie•57m ago
Hey we’re Faiz and Saheed and we built Minicor so AI companies who need to integrate to desktop systems with no API can quickly build scalable desktop RPAs. Demo: https://www.youtube.com/watch?v=MD0GHZIJ1cw

We were working on non-RPA integrations when a customer promised to sign a deal in 2 days if we could unblock a sale of theirs that involved integrating with a clinic’s Windows based medical record system. We didn’t know it at the time but it turns out that building desktop RPAs at scale is extremely difficult because scripting is hard (learning the system, defining the automation, UIs changing constantly), orchestration is hard (is the VM up? queuing, parallelizing) and debugging is hard (zero observability, false positives, cascading failures). 30%+ failure rates are not uncommon. At scale we’ve seen cases of failed RPAs leading to thousands of support tickets a month.

To solve the problems we were facing, we built an MCP that Claude Code/Codex can use to navigate a virtual machine running desktop software with Python to create RPA workflows. The RPA workflows run as Python scripts for speed, cost, and determinism. These workflows can be triggered by API following any input/output schema specified, with video replays and logs stored with each run. The MCP can debug RPAs and make changes to the underlying code, all of which are version controlled. We also built tools for cloning VMs for parallelizing RPAs, and handling 2FA/OTP challenges. Plus since workflows are code based: we were also able to add triggers for Slack notifications, human-in-the-loop steps, or call an LLM to verify the state of a VM by passing a screenshot.

Would love to hear your feedback and if you have any RPA horror stories! (:

Comments

mingabunga•34m ago
Could you use this to test new releases of software for bugs? A bit like TDD but for GUI interactions
fchishtie•24m ago
Yes! we have customers doing that
Boxxed•34m ago
What the deuce is an "RPA"?
fchishtie•29m ago
It's a script that simulates clicks/keystrokes on Desktop/Web
saheed_laminar•23m ago
Its an acronym for Robotic Process Automation. It usually means triggering mouse clicks and key stokes to perform tasks
polonbike•3m ago
Congrats on the launch. One complaint: RPA this, non-RPA that, but you never explain what it means. I would write down the acronym fully once at the first mention on the landing page.