frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Call for developers: Fossil for AI-agent dev

https://github.com/BenSiv/fossil-scm
1•bensiv•26s ago•1 comments

Virtual Math Museum

https://virtualmathmuseum.org/
1•narcraft•2m ago•0 comments

Claude Code Voice Mode

https://support.claude.com/en/articles/11101966-using-voice-mode
2•linolevan•3m ago•0 comments

Killing SaaS. Anatomy of a murder. How I replaced Wisprflow.ai with vibe coding

https://gpt3experiments.substack.com/p/killing-saas-the-anatomy-of-a-murder
1•nutanc•6m ago•0 comments

Ask HN: AI evaluation for an EV charger without additional installation?

1•chrisgd•6m ago•1 comments

Bubble Sorted Amen Break

https://parametricavocado.itch.io/amen-sorting
2•eieio•8m ago•1 comments

Show HN: A test harness that blocks unsafe AI actions before execution

1•celestinestudio•8m ago•0 comments

Grammarly Is Facing a Class Action Lawsuit over Its AI 'Expert Review' Feature

https://www.wired.com/story/grammarly-is-facing-a-class-action-lawsuit-over-its-ai-expert-review-...
1•laurex•9m ago•0 comments

If a web server runs websites then a corporation server? (2025)

https://interconnected.org/home/2025/03/13/homeostasis
2•alcazar•10m ago•0 comments

Linux Page Faults, MMAP, and userfaultfd for fast sandbox boot times

https://www.shayon.dev/post/2026/65/linux-page-faults-mmap-and-userfaultfd/
2•shayonj•11m ago•0 comments

Show HN: Cloud to Desktop in the Fastest Way

https://nativedesktop.com/
2•lasgawe•11m ago•0 comments

Software Maturity Wall

https://www.apolloacademy.com/software-maturity-wall/
1•akyuu•11m ago•0 comments

Fast and free coding agent written with Go

https://github.com/cheikh2shift/godex
1•cheikhshift•12m ago•0 comments

Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

https://github.com/Photobombastic/pipestep
4•photobombastic•13m ago•2 comments

Apple's MacBook Neo makes repairs easier and cheaper than other MacBooks

https://arstechnica.com/gadgets/2026/03/more-modular-design-makes-macbook-neo-easier-to-fix-than-...
6•GeekyBear•15m ago•2 comments

An agentic workflow, March 2026 edition

https://twolongos.com/3/12/an-agentic-workflow-march-2026-edition/
2•suzzer99•15m ago•1 comments

Is your vet owned by private equity?

https://privateequityvet.org/vet-list/
3•hampelm•15m ago•0 comments

Show HN: LogClaw – Open-source AI SRE that auto-creates tickets from logs

https://logclaw.ai
5•Robelkidin•15m ago•0 comments

WikiCity – Where every building is a Wikipedia article

https://wikicity.app/
2•leononame•16m ago•1 comments

Harness Engineering

https://openai.com/index/harness-engineering/
4•jlas•16m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
2•KindAndFriendly•17m ago•0 comments

Show HN: Understudy – Teach a desktop agent by demonstrating a task once

https://github.com/understudy-ai/understudy
4•bayes-song•17m ago•0 comments

Inboxscan – find every subscription hiding in your email (runs locally)

https://github.com/LakshmiSravyaVedantham/inboxscan
2•sravyavedantham•17m ago•1 comments

Ask HN: In 2026, how do you share a list of URLs to the public (or friends)?

2•wenbin•20m ago•1 comments

Work_mem: It's a Trap

https://mydbanotebook.org/posts/work_mem-its-a-trap/
2•giulianopz•21m ago•0 comments

Show HN: Fixing Agent / LLM Context Decay in VS Code with Git Worktrees

https://www.appsoftware.com/blog/fixing-agent-llm-context-decay-in-vs-code-with-git-worktrees
4•gbro3n•22m ago•0 comments

Design Tip: Enforcing Constraints Leads to Simpler, More Powerful Systems

https://www.rodriguez.today/articles/emergent-event-driven-workflows
2•birdculture•23m ago•0 comments

Show HN: I lost billable hours forgetting timers. I turned my calendar into a DB

https://www.timescanner.io/
2•sergentrif•23m ago•2 comments

Anthropic's Claude AI can respond with charts, diagrams, and other visuals now

https://www.theverge.com/ai-artificial-intelligence/893625/anthropic-claude-ai-charts-diagrams
2•newusertoday•23m ago•0 comments

Show HN: Verge Browser a self-hosted isolated browser sandbox for AI agents

https://github.com/zzzgydi/verge-browser
2•zzzgydi•24m ago•0 comments
Open in hackernews

Ask HN: What are you currently trying to figure out?

3•gooob•10mo ago
i'm trying to figure out why elden ring started stuttering and freezing during gameplay recently, and why the windows operating system has so many little dumb things wrong with it.

Comments

sherdil2022•10mo ago
Trying to figure out what to do next and what to do with my life.
gooob•10mo ago
how's that going? what are your current options?
sherdil2022•10mo ago
Not going good.
scottmcdot•10mo ago
How to build a segmentation model based on a sample of data that needs to be representative of the population.
turtleyacht•10mo ago
Trying to figure a workaround in ksh for space-delimited filenames:

  for f in $(ls "/mnt/dir"); do
    cp -v "$f" /elsewhere
  done
Because -R doesn't handle retries when cp(1) errors out intermittently (USB MTP to phone). I don't remember it being this hard in bash, or Android just is like this. Hopefully can figure it out without going to perl or C. Maybe dump(8).

Even though 54 GB partition created, it only takes up 22 GB or so. Either missing a lot of files or FFS compacts it well.

turtleyacht•10mo ago
Pipe and read per line:

  ls /mnt/dir | while read line; do
    cp -v "$line" /elsewhere
    # substitute with something fancy
    # [ $? -eq 0 ] || cp -v "$line" /elsewhere
  done
nailer•10mo ago
If there’s transmission errors, I would recommend using rsync rather than cp. that will keep transferring and running checksums until everything matches.
turtleyacht•10mo ago
Thank-you. After installing openrsync(1) (and rsync), files transferred for a bit but failed and dumped core with error 138 (bus error). Maybe a quirk with OpenBSD 7.6, or interaction between simple-mtpfs and the fusefs mount.

In the meantime, after a few retries, the failures are written to a log for a second sweep.

MD5 check helps skip extra copying, but it's overall much slower. It seems okay for a long-running batch job; maybe something we can return to after getting the pictures to display.

The pattern is like

  cp ... || \
    { sleep 2; cp ... ; } || \
    ... || \
    ... || echo "$file" >> retry.log
Not the best way. It has failed before all four times. Going to let it run overnight to see if it completes.
arthurcolle•10mo ago
navigating personal 'unemployment' while obsessively hoarding whatever money I can to run experiments / train, finetune models to leverage RL and environment-building in order to use computers, learn tasks, learn from each other, and scale to managing companies (simple, SaaS at first, and eventually, potentially to real-world operations downstream task sets)
nailer•10mo ago
I arrived tired to a pre wedding photo shoot this morning, my prospective wife yelled at me, and cancelled the shoot. I walked out because I don’t like people yelling at me. So I am trying to figure out whether I still want to marry her.