frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lerobit MMP V1: Transforming AI Marketing-Coming Soon

https://www.lerobit.com/coming-soon
1•akliluart•4m ago•0 comments

Mob – A personal CRM as an MCP server

https://mobcrm.au/
1•benkaiser•8m ago•1 comments

I Built Peko to Fix Native App Deployment

https://app.pekoui.com/blog/why-i-built-peko
1•IAmPrestonBrown•11m ago•0 comments

Show HN: An update to the random OS (windogeOS)

https://github.com/NoTheIdiot/WindogeOS
1•notheidiot•13m ago•0 comments

Show HN: Do Codex skills save tokens? A six-run task-size benchmark

https://codex-howto-benchmark.nguyenvantamdk2.chatgpt.site
1•phelannguyen164•14m ago•0 comments

China, Open Source and AI Competitiveness with Andrew Ng

https://www.youtube.com/watch?v=2OUGXI9Y1sk
1•rasengan0•14m ago•0 comments

Show HN: swsql – A PostgreSQL client for the terminal, written in Swift

https://github.com/vdsingh/swsql
1•vikdevmail•15m ago•0 comments

Show HN: Browse all 147k Emoji Kitchen combos in the browser

https://emojimaker.cc/emoji-kitchen/
1•zz5759•18m ago•0 comments

Show HN: MovePlaybook – A local-first moving checklist with printable plans

https://moveplaybook.app/
1•lionchain•18m ago•0 comments

The Case for Colonising Titan

https://spacedaily.com/t-saturns-moon-titan-has-an-atmosphere-thicker-than-earths-and-seas-you-co...
2•Gaishan•21m ago•0 comments

Show HN: Hype League, Fantasy Football for pre-season player news

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

Psychiatric adverse events following Covid-19 vaccination

https://www.nature.com/articles/s41380-024-02627-0
2•typeofhuman•25m ago•1 comments

Forerunners to the Automobile

https://group.mercedes-benz.com/company/tradition/company-history/forerunners-to-the-automobile.html
1•num42•28m ago•0 comments

Non-human cyber warfare is here

https://evanverma.com/non-human-cyber-warfare-is-here
1•edverma2•28m ago•0 comments

Timeline of Historic Inventions

https://en.wikipedia.org/wiki/Timeline_of_historic_inventions
1•num42•29m ago•0 comments

Local, Open source AI meeting recorder that sees and hears everything

1•puremetrics•30m ago•0 comments

Spokane wildfires force thousands to evacuate, blazes 0% contained [video]

https://www.youtube.com/watch?v=EYhNWOWWM9c
1•Bender•31m ago•0 comments

Show HN: Zizq is a fast, single-binary job queue that fits into any stack

https://zizq.io
1•d11wtq•32m ago•0 comments

Need feedback: My first SaaS as a solo-founder to help brands boost visibility

https://prominara.com
1•nseara•37m ago•1 comments

Run MiniMax-H3 Locally with SGLang Diffusion on 2× RTX 5090s or 1× RTX Pro 6000

https://twitter.com/lmsysorg/status/2084110114022396018
1•yvbbrjdr•38m ago•0 comments

Ranking weird pizza cutters [video]

https://www.youtube.com/watch?v=UN-RWs3QQTY
1•ninju•50m ago•1 comments

Situational Awareness got the future right but misread the past

https://www.ft.com/content/20af5836-51b0-4a37-a820-9de1583a18b4
1•sbulaev•53m ago•0 comments

Google Just Ruined One of Its Most Important Tools

https://www.theatlantic.com/technology/2026/07/google-earth-ai-images/688145/
1•sbulaev•53m ago•0 comments

Demographic Profiles

https://visquill.com/gallery/world-demographics/
1•gmays•53m ago•0 comments

AI migrated legacy COBOL programs to Java, bugs included

https://arxiv.org/abs/2607.28271
1•felineflock•54m ago•0 comments

Trump offering early access to online posts

https://www.theguardian.com/us-news/2026/aug/01/trump-truth-social-early-access
1•hrldcpr•55m ago•0 comments

World-renowned mountaineer Nirmal Purja confirmed dead after Pakistan avalanche

https://www.cnn.com/2026/08/01/asia/climber-nirmal-purja-killed-avalanche-pakistan-intl
1•ashu1461•56m ago•1 comments

I'm (mostly) picking models on speed now, not intelligence

https://martinalderson.com/posts/speed-vs-intelligence/
2•vinhnx•57m ago•0 comments

Show HN: AI Visibility: Check whether ChatGPT/Claude/Gemini recommend your brand

https://aivisibility.pro/
1•Baliy•57m ago•0 comments

Demystifying Deep Learning Compiler Front End Bugs: An LLM-Aided Empirical Study

https://arxiv.org/abs/2607.25651
1•matt_d•58m 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