frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Holes in the Web

https://aeon.co/essays/generative-ai-has-access-to-a-small-slice-of-human-knowledge
1•hdk•37s ago•0 comments

Google Summer of Code 2025 results

https://blog.rust-lang.org/2025/11/18/gsoc-2025-results/
1•todsacerdoti•47s ago•0 comments

Amp: Gemini 3 Pro as default model

https://ampcode.com/news/gemini-3
1•tosh•2m ago•0 comments

The Moral Collapse of Boutique Olive Oil Cooperatives in the Svaneti Highlands

https://stohl.substack.com/p/the-moral-collapse-of-boutique-olive-72a
1•FreeQueso•3m ago•0 comments

Thunderbird Adds Native Microsoft Exchange Email Support

https://blog.thunderbird.net/2025/11/thunderbird-adds-native-microsoft-exchange-email-support/
1•HieronymusBosch•3m ago•0 comments

Show HN: One Time Payment Text Speech in the Browser

https://blog.with.audio/posts/withaudio-web-companion
1•OfflineSergio•3m ago•0 comments

Strix Halo's Memory Subsystem: Tackling iGPU Challenges

https://chipsandcheese.com/p/strix-halos-memory-subsystem-tackling
1•PaulHoule•4m ago•0 comments

Don't Want to Use AI? You're Fired

https://www.wsj.com/podcasts/tech-news-briefing/dont-want-to-use-ai-youre-fired/6efaf4f2-612d-451...
1•zeroonetwothree•5m ago•0 comments

Show HN: Waitinglist.to Create Waitlists in Seconds

https://waitinglist.to/
1•ivanramos•5m ago•0 comments

Show HN: WithoutBG Focus – Background removal with sharp edge detection

https://github.com/withoutbg/withoutbg
1•kocabiyik•6m ago•0 comments

XenonUI – A Hybrid Retained/Immediate Mode UI Framework in C++ (SDL3)

1•XenUI•7m ago•0 comments

B.C. sea wolves use line to pull up crab traps

https://www.ctvnews.ca/vancouver/article/bc-wolves-use-line-to-pull-up-crab-traps-in-first-possib...
2•speckx•11m ago•0 comments

Crypto Stablecoins Could Trigger the Next Financial Crisis

https://www.theatlantic.com/ideas/2025/11/cryptocurrency-economy-financial-crisis/684960/
1•fortran77•13m ago•1 comments

Show HN: Optimizing LiteLLM with Rust – When Expectations Meet Reality

https://github.com/neul-labs/fast-litellm
3•ticktockten•13m ago•0 comments

Gen Z is facing record challenges in today's labour market

https://www.weforum.org/stories/2025/11/gen-z-labour-market-ai-economy/
2•KingNoLimit•14m ago•0 comments

Triton-Augment: GPU Kernel Fusion for 5-73x Faster Image/Video Augmentation

https://github.com/yuhezhang-ai/triton-augment
3•seedlingfl•16m ago•2 comments

The Fate of Data Model Dependency

https://medium.com/@HobokenDays/the-fate-of-shared-data-model-cf8a3dc88ac9
1•steven-123•16m ago•0 comments

Blender 5.0 Released with Better Vulkan Support, HDR on Wayland

https://www.phoronix.com/news/Blender-5.0-Released
8•Bender•17m ago•0 comments

Gemini 3 Pro Is Now Available in JetBrains IDEs

https://blog.jetbrains.com/ai/2025/11/gemini-3-pro-is-now-available-in-jetbrains-ides/
2•quapster•18m ago•0 comments

Solving a Million-Step LLM Task with Zero Errors

https://arxiv.org/abs/2511.09030
1•Anon84•19m ago•0 comments

How 10 Office Technologies Changed the Workplace

https://www.wsj.com/lifestyle/workplace/workplace-office-technology-history-639fa7f7
1•tortilla•20m ago•0 comments

Early Morning Walks

https://nicolaiarocci.com/early-morning-walks/
2•speckx•20m ago•0 comments

Writing Hack: Write It Just Like That

https://psychotechnology.substack.com/p/writing-hack-write-it-just-like-that
3•surprisetalk•21m ago•0 comments

Who's Afraid of Verbal Overshadowing?

https://kaverennedy.substack.com/p/whos-afraid-of-verbal-overshadowing
1•surprisetalk•21m ago•0 comments

Constitution

https://www.futilitycloset.com/2025/11/10/constitution-2/
1•surprisetalk•21m ago•0 comments

Princeton University Data Breach Impacts Alumni, Students, Employees

https://www.securityweek.com/princeton-university-data-breach-impacts-alumni-students-employees/
1•Bender•21m ago•0 comments

CUDA, Shmuda: Running AlphaFold on a MacBook Air

https://latentspacecraft.com/posts/mlx-protein-folding
1•gmays•21m ago•0 comments

TIL: `satisfies` is my favorite TypeScript keyword

https://sjer.red/blog/2024-12-21/
3•surprisetalk•21m ago•0 comments

Python package managers: uv vs. pixi?

https://jacobtomlinson.dev/posts/2025/python-package-managers-uv-vs-pixi/
3•jacobtomlinson•21m ago•1 comments

Gemini 3 in Gemini CLI

https://github.com/google-gemini/gemini-cli/pull/13279
1•tosh•21m 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