frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Simpleboot and Easyboot

https://gitlab.com/bztsrc/easyboot
1•skrellm•1m ago•0 comments

Public DNS to evade Cloudflare blocking in Spain

https://github.com/Oihalitz/xdp-dns-evadeproxy
1•akyuu•3m ago•0 comments

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
3•TheJCDenton•5m ago•0 comments

Practical Agentic RAG patterns implemented with LangGraph

https://github.com/ChandulaSenevirathna/Agentic_RAG
3•lokizzz•6m ago•0 comments

Hollywood fears an AI future. China is living it

https://www.latimes.com/business/story/2026-09-10/hollywood-fears-ai-future-china-is-already-livi...
1•ViktorRay•8m ago•0 comments

Crowdsourcing a list of resources on the purpose, value, and nature of math

https://terrytao.wordpress.com/2026/09/12/crowdsourcing-a-list-of-general-resources-on-the-purpos...
1•ColinWright•12m ago•0 comments

How the Netherlands Bent Bureaucracy into Something Beautiful

https://reasonstobecheerful.world/breakthrough-method-netherlands/
1•andsoitis•13m ago•0 comments

Show HN: OSS Modal Alternative

https://github.com/beam-cloud/beta9/
1•llom2600•15m ago•0 comments

Prospectiz – freelance CRM that emails from the contact card

https://freelanzi.com/app/prospectiz
1•ibrahima_online•16m ago•0 comments

Show HN: Directory of 28 AI crawlers – robots.txt rules, IP ranges, open data

https://geoprompttracker.com/bots
1•osamamumtaz01•17m ago•0 comments

Prompts Aren't Real

https://evaluation.club
1•mcfunley•17m ago•0 comments

Anthropic CEO outlines plan to slow AI development

https://techcrunch.com/2026/09/12/anthropic-ceo-outlines-plan-to-pace-the-frontier/
1•evo_9•17m ago•0 comments

Flight SIM Pioneer Matt Wagner Has Passed Away

https://www.dualshockers.com/flight-sim-pioneer-matt-wagner-has-passed-away/
2•speckx•18m ago•0 comments

Auditing which of our own safety checks can refuse an action

https://read.nonxerosum.studio/issue-16/
1•BernardRBarthes•18m ago•0 comments

Is There an 'I' in AI?

https://royalsocietypublishing.org/rsta/article/384/2320/20240527/481691/Is-there-an-I-in-AI
1•abecedarius•18m ago•0 comments

The First Autonomous Robotic Phlebotomy Device

https://vitestro.com/
1•Someone•19m ago•0 comments

The Enshittification of Everything

https://www.gareth-evans.com/enshittification/
1•knowledgesausag•19m ago•0 comments

Show HN: TripWave – A Native HDR MilkDrop Visualizer for Apple TV

https://apps.apple.com/us/app/tripwave-music-visualizer/id6807892925
1•me551ah•25m ago•0 comments

Libraries Run Rust Inside Python (With PyO3)

https://belderbos.dev/blog/how-libraries-run-rust-inside-python/
4•lumpa•26m ago•1 comments

Ask HN: Are we losing our engineering literacy?

4•smugglerFlynn•26m ago•0 comments

What are the new coding primitives?

https://unstack.io/what-are-the-new-coding-primitives
1•ScottWRobinson•26m ago•0 comments

How Google Sees Your Site

https://blog.miloslavhomer.cz/how-google-sees-your-site/
2•ArcHound•26m ago•1 comments

Ask HN: What is Y Combinator's position on Flock's standing today?

7•chirau•30m ago•0 comments

The state of European cloud providers in 2026

https://crescentro.se/posts/euro-cloud-providers-2026/
4•rafael859•30m ago•0 comments

Squeezing rust onto more things, this time: Flashlights

https://bensimms.moe/squeezing-rust-onto-more-things/
3•Bluestein•35m ago•0 comments

Ask HN: How to benefit from DeepSeek for enterprise use?

2•brunooliv•36m ago•0 comments

Ask HN: What do AI improvements at these labs look like?

2•xyzsparetimexyz•36m ago•0 comments

What if my Git host were a static site generator?

https://char.lt/blog/2026/09/sorcery-repo-viewer/
2•g0xA52A2A•36m ago•0 comments

Epistemology and Large Language Models

https://medium.com/@nomad.tech/what-is-epistemology-c1590cc7fac0
1•theanonymousone•37m ago•1 comments

Predictive intelligence to anticipate anything.

https://prior.chat/
3•onemarkos•38m ago•0 comments
Open in hackernews

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

1•winwang•1y 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•1y 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•1y 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•1y 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•1y ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•1y ago
Agreed