Feed aggregator

Approximating π using Monte Carlo Simulation

Hacker News - Sat, 03/14/2026 - 12:16am

Article URL: https://graui.de/code/montePi/

Comments URL: https://news.ycombinator.com/item?id=47373283

Points: 1

# Comments: 0

Categories: Hacker News

The Anthropic Institute

Hacker News - Sat, 03/14/2026 - 12:14am
Categories: Hacker News

I built AP score calculators for all 24 AP exams

Hacker News - Sat, 03/14/2026 - 12:10am

Article URL: https://apscorecalc.com/

Comments URL: https://news.ycombinator.com/item?id=47373255

Points: 1

# Comments: 1

Categories: Hacker News

A Hard Reset, and What Comes Next

Hacker News - Sat, 03/14/2026 - 12:09am

Article URL: https://digg.com

Comments URL: https://news.ycombinator.com/item?id=47373248

Points: 2

# Comments: 0

Categories: Hacker News

exe-muttha-fukken-dev.exe.xyz [fan page]

Hacker News - Sat, 03/14/2026 - 12:07am
Categories: Hacker News

The Church of Artificial Superintelligence

Hacker News - Sat, 03/14/2026 - 12:06am

Article URL: https://churchofai.webzum.com

Comments URL: https://news.ycombinator.com/item?id=47373236

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: LaaS – Antigravity extension to reduce terminal tabs

Hacker News - Fri, 03/13/2026 - 11:40pm

I built this because I got tired of reopening the same terminal tabs every day for Laravel, Vite, ngrok, queue workers, and random helper commands. LaaS is a small Antigravity / VS Code extension that turns those commands into a sidebar panel with start, stop, and inspect controls. It also supports custom stop commands, so services can shut down more cleanly instead of just getting killed. The main goal is to reduce terminal tab clutter and make local dev stacks a bit less annoying to manage. Would love feedback on whether this is useful, and what features would make it better for your workflow. I think idea would help someone like me, so here is the git code (https://github.com/lakathekolla/laas).

Comments URL: https://news.ycombinator.com/item?id=47373108

Points: 1

# Comments: 0

Categories: Hacker News

Revenue can hide unprofitable freelance clients

Hacker News - Fri, 03/13/2026 - 11:38pm

Freelancers often think about revenue when evaluating clients, but revenue alone can be misleading. A client paying $2,000 per month can look like a great account until you divide that revenue by the total time spent working for them. For example:

Revenue: $2,000 Time spent: 45 hours Client-specific expenses: $120

That produces an effective hourly rate of about $41.77. Once you include meetings, communication, revisions, and occasional tool costs, the real hourly rate can be much lower than expected. Two clients paying the exact same amount can produce very different outcomes depending on how much time they require. I built a small free calculator that lets you enter revenue, hours worked, and expenses to quickly see the effective hourly rate for a client. It’s surprisingly helpful for understanding whether a client is actually profitable.

Comments URL: https://news.ycombinator.com/item?id=47373093

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Reflex Engine SDK – local action validation with replayable artifacts

Hacker News - Fri, 03/13/2026 - 11:31pm

Built a small technical preview called Reflex Engine SDK. It’s a local validation layer for systems that want to check a proposed action or telemetry event before execution. The core loop is: input comes in, local policy rules are evaluated, Reflex returns ALLOW or DENY, and it writes a replayable JSON artifact showing what happened. The current repo/demo is intentionally small: one allowed event, one denied event, artifact files created locally, and one artifact opened for inspection. It’s not a full autonomy stack or fleet platform — just a narrower validation component that sits between a planner/controller/local system and execution.

Comments URL: https://news.ycombinator.com/item?id=47373055

Points: 1

# Comments: 1

Categories: Hacker News

Pages