frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A practical workflow for LLM-assisted development

https://yogthos.net/posts/2026-08-17-llm-workflow.html
1•yogthos•1m ago•0 comments

Lexical Editor List

https://github.com/chrysler-stone/awesome-lexical-editor
1•chrysler44•1m ago•0 comments

A Photo of Your Machines

https://machinemind.cdtglobal.org/
1•igdiaz•1m ago•1 comments

I Built a Voice Opening Door to Moria (My Garage) [video]

https://www.youtube.com/watch?v=woyvLnyTx0g
1•MattSteelblade•2m ago•0 comments

NeoBrowser: An MCP server that drives real Chrome with your logged-in sessions

https://github.com/pitiflautico/neobrowser
1•pitiflautico•3m ago•0 comments

Why is the Amish population growing so fast in America?

https://phys.org/news/2026-08-qa-amish-population-fast-america.html
1•simonebrunozzi•3m ago•0 comments

Extensible Software in the Age of LLMs

https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/
1•masterj•4m ago•0 comments

Patens – Stop tab-thrashing: clip research directly into local AI/IDE memory

https://patens.dev/
1•randomlyGenerat•4m ago•0 comments

Bit Alice Can Send. The most informative message isn't the winning one

https://medium.com/science-spectrum/the-best-bit-alice-can-send-871a70ae0e93
1•armchairquantum•5m ago•0 comments

Building a Concurrency Verifier Using Crucible

https://www.galois.com/articles/building-a-concurrency-verifier-using-crucible
1•surprisetalk•6m ago•0 comments

The Amazon Tax

https://seths.blog/2026/08/the-amazon-tax/
1•herbertl•6m ago•0 comments

Ask HN: Good content on using AI to modernize professional services delivery

3•mguerville•7m ago•1 comments

A 60-year-old theory about ants, bees and wasps may be wrong

https://www.sciencedaily.com/releases/2026/08/260813045552.htm
1•simonebrunozzi•8m ago•0 comments

Fixing a Bricked Framework Laptop

https://quantum5.ca/2026/08/16/fixing-bricked-amd-7040-series-framework-13-laptop-with-20-tools/
1•jp_sc•10m ago•0 comments

AI agent that learns from real-world experiences

https://alloomi.ai/blogs/the-new-frontier-of-ai-agents
1•lauraserein•11m ago•0 comments

Linux Bridge STP Timer Use-After-Free

https://ssd-disclosure.com/linux-bridge-stp-timer-use-after-free/
2•speckx•11m ago•0 comments

Show HN: Figranium – Dockerized, API-first, block-based browser automation

https://github.com/figranium/figranium
2•asernasr•12m ago•0 comments

Show HN: Stunt – a stunt double for the APIs you integrate (95 adapters)

https://github.com/stuntapi/stunt
1•polymatto•13m ago•0 comments

Global Bond Slump Sends Long-Term Borrowing Costs to Highest in Decades

https://www.bloomberg.com/news/articles/2026-08-18/bond-rout-sends-long-term-borrowing-costs-to-h...
3•toomuchtodo•13m ago•1 comments

A complete floating-point to_chars in 18 kB

https://vitaut.net/posts/2026/complete-to-chars/
1•vitaut•13m ago•0 comments

Firefox Smart Window

https://blog.mozilla.org/en/firefox/firefox-smart-window/
1•HieronymusBosch•14m ago•0 comments

Making stinkarm stink less, or more?

https://xnacly.me/posts/2026/making-stinkarm-stink-less/
1•ibobev•14m ago•0 comments

Xorshift Generators: Appendix

https://www.alanzucconi.com/2026/08/15/xorshift-generators-appendix/
1•ibobev•15m ago•0 comments

Show HN: I canceled my AI code reviewer and wrote a free local one

https://github.com/mukundzha/avouch
2•mukundzha6•15m ago•1 comments

The Making of Cursor's Icons

https://www.minoradventures.co/blog/the-making-of-cursors-icons
1•thm•16m ago•0 comments

Show HN: Rataflow – React Flow, but for the Terminal (Rust/Ratatui)

https://github.com/furkankly/rataflow
1•furkankly•16m ago•0 comments

Ask HN: How do you manage focus and avoid burnout while working remotely?

3•pranav_tech26•16m ago•2 comments

Show HN: Leviath – Structured context regions for LLM agents, in one Rust binary

https://leviath.dev
1•gemisis•17m ago•0 comments

The Art of SIMD Programming [video]

https://www.youtube.com/watch?v=vIRjSdTCIEU
1•ibobev•17m ago•0 comments

Show HN: NinethirtyAI – A US equity research and analysis platform

https://ninethirty.ai/drmarket/
3•askyashu•18m 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