https://notepad95.com/ I still use regular notepad.exe and text files to take meeting notes. But I thought it'd be fun to have a seperate browser tab for it. https://github.com/nickbarth/closedbots/ I was also trying to do a simplified openclaw type gui using codex. The idea being its just desktop automation, but running through codex by sending codex screenshots and asking it to complete the steps in your automation…
Ask HN: What Are You Working On? (March 2026)
271–280 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#272The system allows users to submit a JSON payload containing geocoordinates and mission requirements (e.g., capture_type: "4K_video" | "IR_photo"), the backend then handles the fleet logistics, selecting the optimal VTOL units from distributed sub-stations based on battery state-of-charge and proximity.
Re: Ask HN: What Are You Working On? (March 2026)
#273Re: Ask HN: What Are You Working On? (March 2026)
#274Oracle's plugin allows you access Fusion REST Endpoints (your business data) from within an Excel workbook but it only works on Windows machines and has some other limitations.
Also added a plugin for inspecting punchout payloads for RSSP [2]
Re: Ask HN: What Are You Working On? (March 2026)
#275Full encryption for notes (uses local encryption before you even sent the note to the server).
I wanted a mixture of Github Gists (sans Git) and 1Password shares so I've been using it eitj great success at my current company to share snippets and private stuff.
Might open source in the future, just need to gauge interest.
Re: Ask HN: What Are You Working On? (March 2026)
#276Building a new kind of news site, featuring updates from primary sources. We're constantly pulling info from official sources, and using AI to group and summarize into stories, and continue to share reporting from trusted, vetted journalists. The result is news with the speed and breadth of getting updates straight from the source, and the perspective and context that reporting provides. Still ramping up, but I'd lov…
Re: Ask HN: What Are You Working On? (March 2026)
#277Re: Ask HN: What Are You Working On? (March 2026)
#278[1]: https://github.com/loopmaster-xyz/loopmaster
[2]: https://loopmaster.xyz/tutorials
Re: Ask HN: What Are You Working On? (March 2026)
#279I changed gears and moved into the video games industry at the end of 2021. I started developing a city builder called Metropolis 1998 [1], but wanted to take the genre in new directions, building on top of what modern games have to offer: - Watch what's happening inside buildings and design your own (optional) - Change demand to a per-business level - Bring the pixel art 3D render aesthetic back from the dead (e.g R…
Re: Ask HN: What Are You Working On? (March 2026)
#280Run your agents contained (container or VM, Linux or Mac), with all restrictions removed.
Workflow:
┌─ YOLO shell ──────────────────────┬─ Outer shell ─────────────────────┐
│ │ │
│ yoloai new myproject . -a │ │
│ │ │
│ # Tell the agent what to do, │ │
│ # have it commit when done. │ │
│ │ yoloai diff myproject │
│ │ yoloai apply myproject │
│ │ # Review and accept the commits. │
│ │ │
│ # ... next task, next commit ... │ │
│ │ yoloai apply myproject │
│ │ │
│ │ # When you have a good set of │
│ │ # commits, push: │
│ │ git push │
│ │ │
│ │ # Done? Tear it down: │
│ │ yoloai destroy myproject │
└───────────────────────────────────┴───────────────────────────────────┘
Sandboxes: Docker (Linux, Mac), Seatbelt (Mac), Tart (Mac)Everything's contained in a single go binary. Just build and run.