frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Get >> HTTPS://Www.facebook.com/MetaFlowUS/

https://www.facebook.com/MetaFlowUS
1•dannywarney•42s ago•0 comments

IBM Pays $17M Resolve Allegations of Discrimination Through DEI Practices

https://www.justice.gov/opa/pr/ibm-pays-17-million-resolve-allegations-discrimination-through-ill...
1•iamflimflam1•1m ago•0 comments

The "Nuclear Energy Paradox"

https://www.sciencedirect.com/science/article/pii/S2214629626001477
1•o_pax•2m ago•0 comments

EU DMA after-action review didn't go the way that Apple wanted

https://appleinsider.com/articles/26/05/04/eu-dma-after-action-review-didnt-go-the-way-that-apple...
1•pseudalopex•2m ago•0 comments

Hackable PyTorch RL Library with Distributional Algorithms (D4PG, DSAC, DPPO)

https://github.com/e3ntity/e3rl
1•lschneider•3m ago•0 comments

OpenFeature

https://openfeature.dev/
1•wiradikusuma•4m ago•0 comments

Show HN: Red Squares – GitHub outages as contributions

https://red-squares.cian.lol/
3•cianmm•5m ago•0 comments

Automated pipeline that turns a narration recording into a YouTube video

https://github.com/danicuki/creative-act
1•danicuki•6m ago•0 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
1•meizy•10m ago•0 comments

Spike in Codex Downloads

https://www.npmcharts.com/compare/@openai/codex?log=false&interval=30
1•mirzap•11m ago•0 comments

Dyeeeufdieyeeeicdjehj

https://blog.cloudflare.com/post-quantum-warp/
1•shomserali•15m ago•0 comments

SEO: Medium Post Automation Agent

https://simplai.ai/solution/medium-post-automation-agent
1•emilypellegrini•16m ago•0 comments

Claude eagerly offers instructions to make explosives used in terrorist attacks

https://mindgard.ai/blog/claude-offers-up-instructions-to-make-explosives
1•watbe•16m ago•0 comments

US against them as a spectator from the sidelines

https://blog.fortrabbit.com/us-against-them
1•esher•16m ago•0 comments

What Comes After the Slide Deck? From Consulting Slides to Delivery Platforms

https://deepviews.xyz/blog/consulting-ppt-to-platform-en
1•rswcf•17m ago•0 comments

HomeDesignsAI

https://homedesigns.ai/
1•bellamoon544•21m ago•0 comments

AI collaboration as a laser cavity

https://solitonmaths.substack.com/p/the-coherent-cavity
1•tompdavis•24m ago•1 comments

Why the UAE Left OPEC

https://www.ft.com/content/77f79126-bbf5-4343-90ea-c403c04c5640
1•bazzmt•27m ago•1 comments

Free Tournament Bracket Builder

https://tournament-studio.apps.jointjs.com/
1•durman•28m ago•0 comments

What Is an AI SDR? How AI Sales Agents Work in 2026

https://babuger.com/blog/what-is-an-ai-sdr-how-ai-sales-agents-work
1•lyuata•29m ago•1 comments

notebooklm-py makes Claude interact with NotebookLM

https://github.com/teng-lin/notebooklm-py
1•rippeltippel•31m ago•0 comments

NZ Government to Disestablish the BSA

https://www.beehive.govt.nz/release/government-disestablish-bsa
3•xupybd•36m ago•1 comments

Open Agents from Vercel is now open source

https://github.com/vercel-labs/open-agents
2•ssgodderidge•38m ago•0 comments

Agentic AI Community 2026

https://simplai.ai/simplai-university
2•peterparker01•40m ago•0 comments

Visualize Any Hugging Face Model

https://hfviewer.com/
4•rippeltippel•40m ago•0 comments

DeepSeek nears $45B valuation as China's 'Big Fund' leads investment talks

https://www.ft.com/content/daaf2e0a-4a0d-4d7c-a85b-445480f6b9c7
5•thm•44m ago•2 comments

Palo Alto Networks warns of firewall RCE zero-day exploited in attacks

https://www.bleepingcomputer.com/news/security/palo-alto-networks-warns-of-actively-exploited-fir...
2•defrost•52m ago•0 comments

Ask HN: Does your employer require everyone to use the same AI model?

4•kevinfarrugia•54m ago•1 comments

How Mobile Ethnography Is Transforming Research from Guesswork

https://figshare.com/articles/journal_contribution/_sup_How_Mobile_Ethnography_is_Transforming_Re...
1•aishasajjad•55m ago•0 comments

Show HN: BotParty, a native macOS chat app where conversations are documents

https://botparty.com/
2•captainbenises•58m ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•12mo ago
Agreed