frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Crypto vs. community': local US lenders join forces to fight 'stablecoins' law

https://www.theguardian.com/technology/2026/jun/28/crypto-v-community-local-lenders-fight-stablec...
1•biorach•45s ago•0 comments

Clean GitHub repo tricks AI coding agents into running malware

https://www.bleepingcomputer.com/news/security/clean-github-repo-tricks-ai-coding-agents-into-run...
1•Brajeshwar•2m ago•0 comments

What is your most fascinating tech used in Formula1(F1)?

1•adithyaharish•3m ago•0 comments

Michigan bill would bar employers from requiring after-hours coms with workers

https://www.cbsnews.com/detroit/news/workplace-boundaries-act-employees-after-hours/
1•cebert•4m ago•1 comments

5k Restaurant Menus, Years 1880-1920

https://pudding.cool/2026/06/menu-collection/
1•xbryanx•5m ago•0 comments

Show HN: I built an AI fence visualizer

https://www.fencepreview.com/
1•atharvtathe•8m ago•0 comments

Are there any features modern Anime AI lacks

1•anitroves•8m ago•0 comments

Report on the State of Scholarship in the Humanities [pdf]

https://cdn.vanderbilt.edu/vu-wpfsx/wp-content/uploads/sites/51/2026/06/State-of-Scholarship-Repo...
1•loughnane•8m ago•0 comments

EU to legislate about Chat Control behind closed doors

https://www.patrick-breyer.de/en/double-threat-to-private-communications-undemocratic-chat-contro...
2•NeutralForest•10m ago•0 comments

Build Your Own IP Geolocation Setup Without the SaaS Tax in an Afternoon

https://kerochan.lol/blogs/ip.html
1•petee•10m ago•0 comments

North Korea dictator Kim Jong Un is illegitimate because his mother was Japanese

https://www.bbc.com/news/articles/cpvp3xn489no
1•ck2•11m ago•1 comments

Flock cameras track more than your license plate, and they're spreading fast

https://www.engadget.com/2203000/flock-cameras-recording-license-plate/
21•SanjayMehta•14m ago•0 comments

In the AI era, be a builder or a seller, not a measurer

https://www.businessinsider.com/ai-tech-jobs-builder-seller-not-measurer-cloudflare-2026-6
1•backlit4034•15m ago•0 comments

Show HN: Clanker TV

https://botflix.tv/
1•jshaivitz•20m ago•0 comments

Show HN: A live (natural language) interpreter / translator

https://www.liveterp.com/
1•TroubleSprouter•20m ago•0 comments

Who will be the senior engineers of 2036?

https://www.linuxfoundation.org/blog/who-will-be-the-senior-engineers-of-2036
1•nezhar•21m ago•0 comments

Global recession and the end of the middle class: What 'AI exuberance' could do

https://www.smh.com.au/politics/federal/global-recession-and-the-end-of-the-middle-class-what-ai-...
2•thedays•21m ago•0 comments

Dependently typed Clojure DSL with a Lean4 compatible kernel

https://github.com/replikativ/ansatz
1•yogthos•21m ago•0 comments

Reinforcement learning towards broadly and persistently beneficial models

https://alignment.openai.com/beneficial-rl/
1•gmays•21m ago•0 comments

What Happens When You Delete the Pauses from Your Day

https://www.reworked.co/employee-experience/ai-may-be-eliminating-the-routine-your-brain-needs/
1•eustoria•22m ago•0 comments

Claude Code turned every engineer into three. Now companies need more PMs

https://venturebeat.com/infrastructure/claude-code-turned-every-engineer-into-three-now-companies...
1•champagnepapi•22m ago•0 comments

Our Favorite Reddit Apps for Android in 2026

https://www.lifewire.com/reddit-apps-for-android-8773696
1•eustoria•22m ago•0 comments

AI coding token costs are on track to rival human payroll

https://www.cio.com/article/4189149/ai-coding-token-costs-are-on-track-to-rival-human-payroll.html
2•eustoria•23m ago•0 comments

Panopticon for all, can AI automate privacy?

https://blog.1001ud.me/ideas/thoughts/the-panopticon-for-all
1•lekan_digital•25m ago•1 comments

Hengefinder

https://hengefinder.com/
1•bookofjoe•26m ago•0 comments

Solo bio hacker creates potential drug for Alzheimer’s

https://xcancel.com/DouglasYaoDY/status/2070904914050797582
2•jv22222•26m ago•0 comments

Employer of Record

https://en.wikipedia.org/wiki/Employer_of_Record
1•JumpinJack_Cash•27m ago•0 comments

Ask HN: Is there a bad employers (who have a records of not paying) list?

15•trowa159•28m ago•11 comments

Deriving SVD without even aiming at it

https://stillthinking.net/posts/connections-in-math-svd/
1•pcael•29m ago•0 comments

Alan Mathison Turing – IT History Society

https://ithistory.org/honoree/alan-mathison-turing
1•rbanffy•29m 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