frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Self-Hosting Behind Cgnat – Be Libre

https://david.alvarezrosa.com/posts/self-hosting-behind-cgnat/
1•dalvrosa•18s ago•1 comments

Thread Trace Part 1: ROCprof Compute Viewer – ROCm Blogs

https://rocm.blogs.amd.com/software-tools-optimization/thread-trace/README.html
1•ankitg12•3m ago•0 comments

Show HN: Audit your site's structure for AI search crawlers (ChatGPT, Claude)

https://ukaiseoconsultant.co.uk/ai-driven-seo-audits/
1•auaiseo•4m ago•0 comments

Amazon blocks Meta's Muse AI agent from checkouts

https://www.neowin.net/news/amazon-blocks-metas-muse-ai-agent-from-checkouts/
1•bundie•8m ago•0 comments

Project Lily Video is getting censored by Google

https://www.youtube.com/watch?v=kQ-i642z3jc
1•frag•12m ago•0 comments

WTFs per Minute (2008)

https://www.osnews.com/story/19266/wtfsm/
1•vladde•13m ago•0 comments

Show HN: An extension to capture and annotate screenshots, with a terminal skin

https://chromewebstore.google.com/detail/webmend-–-full-page-scree/blfeopjadgdflmnibdobadhonmoe...
1•frontweb•13m ago•0 comments

Show HN: Witdem – Did your AI Agent accomplish its task? and at what cost?

https://demo.witdem.com
1•ebrahimisoheil•13m ago•0 comments

Replacing Linear MCP with linear-CLI

https://thebiglog.com/links/linear-cli-instead-of-linear-mcp
1•shibel•16m ago•0 comments

Show HN: Skillgesture – versioned, on-demand skills for AI agents

https://github.com/Gabry848/skillgesture
1•Gabry848•16m ago•0 comments

US and China Discuss Alerting Each Other to AI National Security Threats

https://www.wired.com/story/us-and-china-discuss-alerting-each-other-to-ai-national-security-thre...
3•joozio•18m ago•0 comments

What re AI in software engineering are you struggling with the most?

https://twitter.com/mitsuhiko/status/2101401648543195328
1•tosh•18m ago•0 comments

The Bounding Simplex: A SIMD-Era Rejection Primitive [pdf]

https://mcnett.org/bounding_simplex.pdf
1•ibobev•21m ago•0 comments

I built a small Instagram backup tool for my own posts, stories, and highlights

https://hikerapi.com/
2•sheraziuy•21m ago•0 comments

Neural Texture Compression in Metal 4

https://syllogi-graphikon.vercel.app/posts/metal-neural-texture-compression/
1•ibobev•21m ago•0 comments

Show HN: Search API for 3M govt contracts in 63 countries

https://www.selltostate.com/
1•nadyyym•21m ago•0 comments

First Shader from Zero in Godot 4

https://www.gdquest.com/library/first_shader_godot4_portal/
1•ibobev•21m ago•0 comments

Australia banned these Chinese CCTV cameras. Now they're turning up in EVs

https://www.abc.net.au/news/2026-09-21/ev-electric-vehicle-leapmotor-chinese-cctv-cameras-dahua-b...
2•colinprince•24m ago•0 comments

ROM Magazine Interviews Roberta Williams (1983)

https://computeradsfromthepast.substack.com/p/rom-magazine-interviews-roberta-williams
2•rbanffy•24m ago•0 comments

Show HN: Maki, an open-source multi-agent LLM framework (local or hosted)

https://github.com/BowlOfData/maki
2•bowlofdata•27m ago•0 comments

Show HN: Proxy-benchmark – is it the proxy, the browser, or your machine?

https://github.com/nodemaven/proxy-benchmark
2•pia-nm•27m ago•0 comments

New low-cost burstable Amazon EC2 T8i instances are generally available

https://aws.amazon.com/blogs/aws/new-low-cost-burstable-amazon-ec2-t8i-instances-are-generally-av...
1•mariuz•30m ago•0 comments

Microsoft Systems Journal Interviews Gordon Letwin (1987)

https://computeradsfromthepast.substack.com/p/microsoft-systems-journal-interviews
1•rbanffy•36m ago•0 comments

Been thinking about our platforms and information diet we consume lately

1•rej_log101•36m ago•0 comments

How to export ChatGPT to Google Docs without losing formatting [video]

https://www.youtube.com/watch?v=zUzkUI7U-A4
2•quysala12•40m ago•0 comments

AI is reaching new highs with AROM Labs

1•project_silenc•45m ago•0 comments

On Contagion (2019) – Boris Cherny

https://borischerny.com/philosophy/of/programming/2019/09/08/On-Contagion.html
2•tomasyany•45m ago•1 comments

ZuckOff Know when a camera is in the room

https://zuckoff.app/
119•Bluestein•46m ago•23 comments

Forward Deployed Engineers from the Trenches

https://javisantana.com/fde/en/
1•adastral•46m ago•0 comments

Are We Free?

https://unixdad.com/are-we-really-free/
1•lignux•47m 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