frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grok $0.05 per request, guidelines violation fee

https://docs.x.ai/docs/models#usage-guidelines-violation-fee
1•trilogic•46s ago•1 comments

A motto for programmers: "Tuere usorem, data, veritatem"

https://koas.dev/a-motto-for-programming/
1•alvaro_calleja•3m ago•0 comments

Who's Your Champion?

1•rubberducksales•3m ago•0 comments

Gaza postwar plan envisions 'voluntary' relocation of entire population [pdf]

https://www.washingtonpost.com/documents/f86dd56a-de7f-4943-af4a-84819111b727.pdf
2•rzk•3m ago•0 comments

TuM'Fatig – Migrate a PeerTube Instance from Debian to FreeBSD

https://www.tumfatig.net/2025/migrate-a-peertube-instance-from-debian-to-freebsd/
2•rodrigo975•4m ago•0 comments

A curated collection of links to hourly or sub-hourly electricity demand data

https://github.com/open-energy-transition/Awesome-Electricity-Demand
1•protontypes•4m ago•0 comments

How to Test

https://matklad.github.io/2021/05/31/how-to-test.html
1•ingve•13m ago•0 comments

Show HN: Opensyte – Open-Source Hubspot and Zoho Alternative

https://github.com/Opensyte/opensyte
2•dagermohamed•13m ago•0 comments

Secret history of Silicon Valley [video]

https://www.youtube.com/watch?v=ZTC_RxWN_xo
1•enemyz0r•15m ago•0 comments

Show HN: Replacement for .env files and secret management tool

https://github.com/ilmari-h/envie
1•saleCz•20m ago•0 comments

Let's build a Full-Text Search engine

https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/
1•ibobev•20m ago•0 comments

Making vector search fast, memory-efficient, and natural in SQLite

https://substack.com/home/post/p-172465902
1•marcobambini•23m ago•0 comments

AI Agent Security – Why You Should Pay Attention

https://medium.com/@AhmedF/ai-agent-security-why-you-should-pay-attention-d27733eb8c2a
1•berserkerse•24m ago•0 comments

How much power does Visual Look Up use?

https://eclecticlight.co/2025/09/02/how-much-power-does-visual-look-up-use/
1•ingve•25m ago•0 comments

Ask HN: Is there a datacenter version of the skyscraper index?

1•zippyman55•27m ago•1 comments

When your country is a theme park

https://protesilaos.com/politics/2025-09-02-when-your-country-is-a-theme-park/
1•enemyz0r•29m ago•0 comments

Show HN: rgallery – an offline photo/video timeline built with Go and SQLite

https://github.com/robbymilo/rgallery
1•robbymilo•29m ago•0 comments

Automating configuration updates with rcl patch

https://ruudvanasseldonk.com/2025/automating-configuration-updates
2•ruuda•41m ago•0 comments

Next.js Is Infuriating

https://blog.meca.sh/3lxoty3shjc2z
3•Bogdanp•43m ago•0 comments

Built an Embedded Storage Engine from Scratch

https://github.com/jobala/petro
1•jobala•47m ago•0 comments

Ask HN: Are there enough utilities in bash now?

3•Forgret•52m ago•3 comments

Water sommeliers rival wine terroirs

https://www.theguardian.com/lifeandstyle/2025/aug/28/water-sommeliers-rival-wine-terroir
1•skruger•54m ago•0 comments

AI Datacenters Eat the World [video]

https://www.youtube.com/watch?v=dhqoTku-HAA
2•mariuz•56m ago•0 comments

Show HN: OkiDoki – Markdown first API docs

https://jbeejones.github.io/okidoki-website/index.html
1•jonesatrestdb•57m ago•0 comments

Apollo 11 in Real Time

https://apolloinrealtime.org/11/
3•austinallegro•57m ago•1 comments

ICD-11 vs. ICD-10: Updates and novelties introduced in latest version of by WHO

https://pubmed.ncbi.nlm.nih.gov/32447353/
1•teleforce•1h ago•0 comments

Fennec 142 fails to load sites after first restart

https://gitlab.com/relan/fennecbuild/-/issues/134
1•laktak•1h ago•0 comments

Sticker generator using Sticker AI and nanobanana

https://nanobananas.site/sticker
1•bingbing123•1h ago•1 comments

Worse Performance at a Higher Cost

2•damon8or•1h ago•0 comments

Superintelligence or Super-Incompetence? Meta's Elite AI Recruits Crash the Web

https://twitter.com/headinthebox/status/1962589899477201154
1•mvdwoord•1h ago•2 comments
Open in hackernews

Respect Term=Agent Please

https://firebender.com/blog/respect-term-agent
3•kevo1ution•4h ago

Comments

kevo1ution•4h ago
most terminal commands are being run by AI. we need a standard way to tell terminal commands to be token efficient/non-interactive
joegibbs•3h ago
I don't think this will work. There are too many tools, a lot of them legacy, and it will be an incredible pain to get them all coordinated on a new standard. Instead I think it'd be better to solve this on the agent side by checking every ~5 seconds what the console output is and sending that, along with the amount of time the process has been running (or perhaps every line could be timestamped?), to a smaller model (like Haiku or GPT5-mini). The model could then provide some input, kill the process or do nothing.