frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Taxonomy of Moats (2019)

https://reactionwheel.net/2019/09/a-taxonomy-of-moats.html
1•rzk•1m ago•0 comments

A diagnostic for the "be more proactive" performance review

https://medium.com/@mike.salari.dev/be-more-proactive-take-more-ownership-72a07c24232a
1•salari_dev•4m ago•0 comments

Show HN: Sol-Luna – adaptive Codex orchestration that can choose zero workers

https://github.com/mahadansar/sol-luna-orchestrator
1•mahadansar•4m ago•0 comments

The Experience Feedback Loop

https://peterbloem.nl/blog/experience-feedback
1•riskone•6m ago•0 comments

Morsel-Driven Parallelism: A NUMA-Aware Query Evaluation Framework [pdf]

https://15721.courses.cs.cmu.edu/spring2016/papers/p743-leis.pdf
1•ksec•7m ago•0 comments

Amiga OS (UAOS)

https://github.com/stevereaver/uaos
2•doener•10m ago•0 comments

Show HN: My queue model made in a game

1•Lluis_0x•10m ago•0 comments

TestFlight for Steam

https://userplay.io/
1•0xnyn•14m ago•0 comments

What if you could build your SaaS without paying upfront?

https://www.indiehackers.com/post/what-if-you-could-build-your-saas-without-paying-upfront-908423...
1•AutFlowStudio•16m ago•0 comments

Keep It Up – Cookie Clicker, for Uptime

https://simpleobservability.com/games/keep-it-up
1•khazit•18m ago•0 comments

Young people don't trust AI – or the billionaires that tell us we should love AI

https://www.techradar.com/pro/young-people-increasingly-dont-trust-ai-or-the-billionaires-that-ke...
2•ksec•19m ago•0 comments

RVA23 vs. ARMv9 a Small Experiment

https://gist.github.com/camel-cdr/3a7aed17e017e8cab675ad696c7d14af
2•birdculture•21m ago•0 comments

Schism Tracker

https://schismtracker.org/
2•Bluestein•24m ago•0 comments

Show HN: The Data Forge – Generate up to 100K rows of JSON/CSV/SQL test data

https://zlvox.com/tools/data-forge
1•zlvox•25m ago•0 comments

Show HN: Customhouse – deterministic MCP proxy that blocks agent exfiltration

https://github.com/vineetpant/customhouse
1•vineetpant•29m ago•1 comments

SSOG: Near linear Visual-Attention that doesn't score but steers

https://www.pisoni.ai/posts/ssog/
1•4rtemi5•30m ago•2 comments

Bubblewrap is the only sandbox you need

https://lorentz.app/blog-item.html?id=bubblewrap
1•baalimago•31m ago•0 comments

Bay Area House Party

https://www.astralcodexten.com/p/the-foothills-of-bay-area-house-party
1•sgt101•34m ago•0 comments

Why travellers are obsessed with foreign supermarkets

https://www.bbc.com/travel/article/20260811-the-supermarket-is-becoming-a-tourist-attraction
1•edward•36m ago•0 comments

The Economist Who Predicted 2008 Crash Says AI Bubble Bursts Soon – Steve Keen [video]

https://www.youtube.com/watch?v=nx5FiWfD5U4
1•SockThief•38m ago•2 comments

Public preview runtimes on AWS Lambda: Node.js 26 and Python 3.15

https://aws.amazon.com/blogs/compute/introducing-public-preview-runtimes-on-aws-lambda-starting-w...
1•lumpa•39m ago•0 comments

What Is Reinforcement Learning

https://www.mathworks.com/discovery/reinforcement-learning.html
1•teleforce•42m ago•0 comments

Is Software Still the Point?

https://janbosch.com/field-notes-is-software-still-the-point/
2•ftomassetti•43m ago•0 comments

Beau­tiful Racket: Intro­duc­tion to language-oriented program­ming using Racket

https://beautifulracket.com/
1•signa11•46m ago•0 comments

Ask HN: Where to learn software engineering fundamentals?

1•mstank•46m ago•0 comments

US Navy 3D prints combat-ready drones and parts aboard during exercise

https://www.tomshardware.com/tech-industry/drones/flight-ready-drones-3d-printed-and-built-on-air...
1•giuliomagnifico•47m ago•0 comments

Show HN: Online FPS Test

https://fpstest.co/
2•artiomyak•48m ago•0 comments

The Two Factions of C++

https://herecomesthemoon.net/2024/11/two-factions-of-cpp/
1•signa11•49m ago•0 comments

App to detect and report potholes in Bengaluru

https://twitter.com/VaibhavSisinty/status/2088702363867742365
1•rohitpaulk•50m ago•0 comments

Show HN: RNet – AI token service provider

2•nextma•50m 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