frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Effective Context Engineering for AI Agents: A Developer's Guide

https://machinelearningmastery.com/effective-context-engineering-for-ai-agents-a-developers-guide/
1•eigenBasis•32s ago•0 comments

A maintenance agent: 412 fixed, 14 refused. The 14 are the point

https://adriacidre.com/blog/maintenance-agent-14-refusals/
1•kumulo•50s ago•0 comments

Xiaomi releases MiMo-v2.5 Family weights with strong coding and agent benchmarks

https://firethering.com/mimo-v2-5-pro-xiaomi-coding-model/
1•steveharing1•53s ago•0 comments

Show HN: Trunks – Git repos backed by your own storage

https://github.com/layerbrain/trunks
1•aaronjaegar•2m ago•0 comments

So you've been asked to "take over" some old data pipeline

https://www.counting-stuff.com/so-youve-been-asked-to-take-over-some-old-data-pipeline/
1•speckx•2m ago•0 comments

Sell Any File

https://payable.link/#how-it-works
1•arbayi•3m ago•0 comments

Grand Tack Hypothesis

https://en.wikipedia.org/wiki/Grand_tack_hypothesis
1•JumpCrisscross•5m ago•0 comments

What AI changes about viewpoint diversity

https://hollisrobbinsanecdotal.substack.com/p/what-ai-changes-about-viewpoint-diversity
1•HR01•6m ago•0 comments

Steve Kerr warns the American Dream is slipping away

https://www.basketballnetwork.net/off-the-court/steve-kerr-warns-the-american-dream-is-slipping-away
2•geox•8m ago•0 comments

DRAM Crunch: Lessons for System Design

https://www.eetimes.com/what-the-dram-crunch-teaches-us-about-system-design/
1•giuliomagnifico•9m ago•0 comments

Show HN: Implementing Patio11's "Dangerous Professional" as a Claude Code Plugin

https://playground.tetraresearch.io/p/implementing-patio11s-dangerous-professional
1•tawb•11m ago•0 comments

RedHat Product Security repo transferred to random GH owner (LobsterTrap)

https://github.com/LobsterTrap/lola
1•whirlwin•11m ago•1 comments

HexxlaDB: Hex-native embedded database for Go (HNSW and seams and MVCC)

https://github.com/hexxla/hexxladb
1•sploitzberg•12m ago•0 comments

Morality should not depend on rewards or fear

https://economictimes.indiatimes.com/magazines/panache/quote-of-the-day-by-immanuel-kant-if-you-p...
2•_el1s7•14m ago•0 comments

Journalists are pairing satellite and AI to expose illegal mining in the Amazon

https://www.niemanlab.org/2026/04/geospatial-ai-is-reinventing-the-rainforest-beat/
1•giuliomagnifico•15m ago•0 comments

NARE: An LLM agent that amortizes reasoning into memory and executable rules

https://github.com/starface77/Neuro-Adaptive-Reasoning-Engine
6•Danikov•16m ago•0 comments

19IN: A Collaborative Database of Studio Equipment

https://19in.net
4•xoac•18m ago•1 comments

Open Source AI Infrastructure

2•38caveman•18m ago•0 comments

GitHub Actions is the weakest link

https://nesbitt.io/2026/04/28/github-actions-is-the-weakest-link.html
3•dochtman•19m ago•0 comments

Ubuntu's "AI Kill Switch" Is Achieved by Removing Snaps, Initially Opt-In

https://www.phoronix.com/news/Ubuntu-AI-Kill-Switch-Opt-In
2•lpcvoid•19m ago•1 comments

Jjjj – Jujutsu Jump Jobs

https://arch1t3cht.org/blog/jjjj/
1•arch1t3cht•19m ago•0 comments

Klippel Near Field Scanner on a Shoestring

https://www.diyaudio.com/community/threads/klippel-near-field-scanner-on-a-shoestring.318151/page...
1•MrBuddyCasino•20m ago•0 comments

Tracking China's mass surveillance capabilities via abandoned online dashboards

https://netaskari.substack.com/p/tracking-chinas-mass-surveillance
1•aslgbb•20m ago•0 comments

Microsoft VibeVoice: Open-Source Frontier Voice AI

https://github.com/microsoft/VibeVoice
2•tosh•21m ago•0 comments

I built a queryable, geospatially tiled map of 10M research papers

https://globalresearchspace.com/space#7.65/-16.827/42.731/-35.7/68
1•UrlAgentFoo•21m ago•1 comments

Show HN: I built AI character chat that remembers the way people do

https://www.wontopos.com/
1•wontopos•22m ago•0 comments

Miri – a plugin to make miracle-wm scrollable

https://github.com/miracle-wm-org/miri-plugin
1•matthewkosarek•22m ago•0 comments

Localsend: An open-source cross-platform alternative to AirDrop

https://github.com/localsend/localsend
16•bilsbie•22m ago•3 comments

We Are Bombarding America's Forests with Roundup – Mother Jones

https://www.motherjones.com/politics/2026/04/roundup-glyphosate-spraying-forests-monsanto-science...
2•bilsbie•23m ago•0 comments

A statement from members of the Toki Pona community

https://tokipona.net/wile-pona/
3•robinhouston•24m ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•11mo ago
I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions.

...Or maybe we should subscribe to the church of `df`, haha.

Comments

sitkack•11mo ago
def could be for lots of things, fn is for functions. I don't think it matters much as long as you have one. C would have been so much easier to parse. Just copy Zig or Rust.
butlersean•11mo ago
def means define, could be used to define all kinds of things

fn isnt a legitimate short form of function

fun doesnt work because of the amusement factor

func is the only alternative we have left

sitkack•11mo ago
How about unicode or emojis?

These don't have the full fidelity as hn scrubs emojis

add = (a, b) -> a + b

a, b ⟹ a + b

λ add(a, b): ↪ a + b

johncoltrane•11mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed