frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Force Engine: Modern "Jedi Engine" Replacement Supporting Dark Forces, Mods

https://github.com/TheForceEngine/TheForceEngine
1•klaussilveira•3m ago•0 comments

Enprompta – Prompt Registry, LLM Evals, and Observability for Production AI Apps

https://enprompta.com/
1•John_Igwebuike•3m ago•0 comments

Safety in an Unsafe World

https://joshlf.com/posts/safety-unsafe-world/
1•aw1621107•3m ago•1 comments

Russia issues international wanted notice against Telegram founder Pavel Durov

https://www.france24.com/en/europe/20260729-russia-issues-international-wanted-notice-against-tel...
3•28304283409234•6m ago•0 comments

Did you know Mastodon has 2 different logos for their server profiles?

https://www.reddit.com/r/Mastodon/comments/1v9q9pf/did_you_know_mastodon_has_2_different_logos_for/
1•doener•6m ago•0 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
2•nickandbro•8m ago•0 comments

Im 14 and I want to create AI for students

1•grgnend•13m ago•1 comments

Can a 2.8T Model Run on a Single Node of Nvidia B300 X8?

https://blog.us.fixstars.com/deploying-kimi-k3-on-day-0-can-a-2-8t-model-run-on-a-single-node-of-...
1•ai2027•13m ago•0 comments

Triton Control – an open-source control plane for Nvidia Triton on Kubernetes

https://github.com/ai-lab-tech/triton-control
1•ai-lab-tech•14m ago•0 comments

College lab class ends with 32 people on antibiotics for deadly germ exposure

https://arstechnica.com/health/2026/07/college-lab-class-ends-with-32-people-on-antibiotics-for-d...
1•Tomte•14m ago•0 comments

Ross Douthat joins revamped 60 minutes

https://www.washingtonpost.com/business/2026/07/28/ross-douthat-leaves-new-york-times-bari-weisss...
2•_tk_•14m ago•1 comments

Brain Can Rewire Itself to Allow True Multitasking

https://www.sciencealert.com/your-brain-really-can-learn-to-multitask-and-scientists-just-reveale...
1•TMWNN•15m ago•0 comments

US bans humanoid robots from China, citing 'unacceptable risks'

https://www.theguardian.com/us-news/2026/jul/28/fcc-ban-humanoid-robots-china
2•beardyw•18m ago•1 comments

Show HN: Skewrun – fix Kerberos clock skew per-process, no root (open source)

https://github.com/JVBotelho/skewrun
1•jvbotelho•21m ago•1 comments

Global Infrastructure. Israeli Partner. One Invoice. Local Currency

https://www.medone.co.il/digital-realty-data-centers-israel
1•MedOneLtd•22m ago•0 comments

Fed up with Big Tech, communities turn to data collectives for control

https://restofworld.org/2026/ai-data-collectives-mozilla/
2•thm•22m ago•0 comments

Can the New York Times Save Journalism from Our AI Overlords?

https://www.wired.com/story/the-big-interview-podcast-a-g-sulzberger-new-york-times/
2•thm•25m ago•0 comments

A 2024 Plea for Lean Software (with running code)

https://berthub.eu/articles/posts/a-2024-plea-for-lean-software/
2•tosh•28m ago•0 comments

Note-taking medium, laptop vs. longhand, doesn't affect immediate learning

https://twitter.com/MichaelPauleen/status/2082089059095380106
1•mm_mm•31m ago•1 comments

ChatGPT claims rogue AI attacked more companies

https://www.bbc.co.uk/news/articles/c2el319vzr3o
5•osrec•31m ago•0 comments

Japan's Genki Robotics to launch first product this year, says CEO

https://asia.nikkei.com/editor-s-picks/interview/japan-s-genki-robotics-to-launch-first-product-t...
1•akg_67•33m ago•1 comments

Adding IndieWeb support to my static Hugo blog

https://blog.kulman.sk/adding-indieweb-to-hugo-blog/
2•ig0r0•33m ago•0 comments

How Nuclear-Powered Submarines Work [video]

https://www.youtube.com/watch?v=NTCNwRvUcuo
1•simonebrunozzi•34m ago•0 comments

Krei.se – 4D Butterfly – Custom WebGPU Engine, Geometric Algebra [video]

https://www.youtube.com/watch?v=0ueU6nnKDQE
1•Krei-se•34m ago•0 comments

How Profitable Is LLM Inference? Doing the Math on Kimi K3

https://cefboud.com/posts/ai-inference-costs-profit/
2•theanonymousone•35m ago•0 comments

Subaru reduced 30GB container pulls from three hours to three minutes

https://www.cncf.io/announcements/2026/07/28/subaru-wins-cncf-end-user-case-study-contest-for-acc...
1•rotariuvladimir•35m ago•0 comments

From a Research Report to a Validated Factor with AI

https://medium.com/@DolphinDB_Inc/from-research-report-to-validated-alpha-let-ai-build-debug-and-...
1•yiweileng•36m ago•0 comments

An Empirical Study of Model Context Protocol Applications

https://arxiv.org/abs/2607.25635
1•cwbuilds•37m ago•0 comments

Servo now passes 100% of WPT tests for the WebCrypto API

https://floss.social/@servo/117002165161738219
2•Vinnl•38m ago•0 comments

CodeCrucible: A blueprint for LLM-driven SAST

https://engineering.block.xyz/blog/codecrucible-a-blueprint-for-llm-driven-sast
1•handfuloflight•41m 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