frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PGH Transit Atlas

https://rzrizaldy.github.io/pgh-transit-atlas/
1•altilunium•1m ago•0 comments

A Practical Framework for Measuring Impact of AI Coding Assistants

https://www.oobeya.io/blog/ai-measurement-framework
1•emredu•2m ago•0 comments

Show HN: I built the literal Duolingo Killer

https://kanjieight.vercel.app/
1•Mikecraft•5m ago•0 comments

Google Leapfrogged Rivals with New Gemini Rollout

https://www.wsj.com/tech/ai/google-gemini-3-ai-behind-scenes-e1787729
1•tzury•6m ago•0 comments

Vdu_controls – a DDC control panel for monitors

https://github.com/digitaltrails/vdu_controls
1•anewhnaccount2•7m ago•0 comments

NSan: A Floating-Point Numerical Sanitizer

https://arxiv.org/abs/2102.12782
1•anewhnaccount2•7m ago•0 comments

Aussies sell their tech company to US giant for $5B

https://www.afr.com/technology/aussies-sell-their-tech-company-to-us-giant-for-5b-20251124-p5nhv7
1•iamtech•7m ago•0 comments

Unu.ran – Universal Non-Uniform RANdom Number Generators

https://statmath.wu.ac.at/unuran/doc/unuran.html
1•anewhnaccount2•8m ago•0 comments

Introvert – The AI Dating Co-Pilot Launches on Geyser Fund Today

https://geyser.fund/project/introvert
1•shegby•9m ago•1 comments

Michael Burry's Substack

https://michaeljburry.substack.com/
1•mihau•11m ago•0 comments

Jony Ive and Sam Altman say they have an AI hardware prototype

https://www.theverge.com/news/827607/openai-hardware-prototype-chatgpt-jony-ive-sam-altman
1•signa11•12m ago•0 comments

The Mediating Role of Working Memory in ADHD Inattention: A Classroom Study

https://link.springer.com/article/10.1007/s10802-017-0338-x
1•teekert•13m ago•0 comments

Interview with Jan David Nose

https://blog.rust-lang.org/2025/11/25/interview-with-jan-david-nose/
1•quapster•15m ago•0 comments

Architecture no longer considered a "professional degree" in US

https://www.dezeen.com/2025/11/24/architecture-degree-not-professional-usa/
1•Hard_Space•18m ago•1 comments

A Cell So Minimal That It Challenges Definitions of Life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
1•isaacfrond•18m ago•0 comments

Talk in Character: simple AI chats with fixed or custom personas

https://www.talkincharacter.com/
1•Nukloop•19m ago•0 comments

Show HN: BreakToGoal – A planner calendar that break big goals into tasks

https://breaktogoal.com
1•jtnt101•20m ago•0 comments

Quick tutorial to get started on Org Social

https://en.andros.dev/blog/ddd78757/quick-tutorial-to-get-started-on-org-social/
1•andros•21m ago•0 comments

Meta knows how bad its sites are for kids, say lawyers

https://www.theregister.com/2025/11/24/meta_sites_kids/
1•beardyw•28m ago•0 comments

Jony Ive and Sam Altman Discuss AI Device

https://www.macrumors.com/2025/11/24/jony-ive-sam-altman-ai-device-2/
1•tosh•30m ago•0 comments

Show HN: Colonet – Anonymous forum, no sign-up needed

https://colonet.revantoa.workers.dev
1•mvphauto•32m ago•0 comments

Justice Department to Settle Lawsuit over Apartment Rental Pricing

https://www.wsj.com/business/justice-department-to-settle-lawsuit-over-apartment-rental-pricing-1...
1•apparent•32m ago•0 comments

Shadow Libraries

https://monoskop.org/Shadow_libraries
1•robtherobber•32m ago•0 comments

Norway's lesson on wealth taxes: let some millionaires go

https://www.reuters.com/business/norways-wealth-tax-trades-millionaires-equality-2025-11-24/
5•saubeidl•34m ago•0 comments

Russia's Hydrocarbon Revenue Crisis and the Mathematics of State Exhaustion

https://shanakaanslemperera.substack.com/p/the-thermodynamics-of-imperial-collapse
1•jnord•34m ago•0 comments

Local LLMs are how nerds now justify a big computer they don't need

https://world.hey.com/dhh/local-llms-are-how-nerds-now-justify-a-big-computer-they-don-t-need-af2...
3•4dm1r4lg3n3r4l•35m ago•0 comments

NeuroCode – a structural IR engine for code (Infra for AI)

https://github.com/gabrielekarra/neurocode
1•gabrielekarra•36m ago•0 comments

Launching the Genesis Mission

https://www.whitehouse.gov/presidential-actions/2025/11/launching-the-genesis-mission/
2•jonbaer•38m ago•0 comments

What's next for AlphaFold: A conversation with a Google DeepMind Nobel laureate

https://www.technologyreview.com/2025/11/24/1128322/whats-next-for-alphafold-a-conversation-with-...
1•rbanffy•39m ago•0 comments

Reducing MCP token usage by 100x – you don't need code mode

https://www.speakeasy.com/blog/how-we-reduced-token-usage-by-100x-dynamic-toolsets-v2
1•subomi•39m ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•6mo ago
Agreed