frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Elf a modern CLI helper for Advent of Code written in Python

https://github.com/cak/elf
1•cak•32s ago•1 comments

UserScanner

1•kaifcodec•1m ago•0 comments

Israel's IDF Bans Android Phones: iPhones Now Mandatory

https://www.forbes.com/sites/zakdoffman/2025/11/30/israels-idf-bans-android-to-stop-hackers-iphon...
1•teleforce•2m ago•0 comments

Great_Consciousness_Theory_2025

https://pastebin.com/x1Yr9mvP
1•MATE_VIGH•9m ago•1 comments

The Space of Minds

https://karpathy.bearblog.dev/the-space-of-minds/
2•Garbage•12m ago•0 comments

Show HN: Let Claude Code call other LLMs when it runs in circles

https://github.com/raine/consult-llm-mcp
2•rane•21m ago•0 comments

Triton Plugins

https://github.com/triton-lang/triton/pull/8401
2•zer0zzz•27m ago•0 comments

The NaK Population: a 2019 Status [pdf]

https://ntrs.nasa.gov/api/citations/20190033494/downloads/20190033494.pdf
1•perihelions•30m ago•0 comments

In-Depth Analysis of the Latest Deep Research Technology

https://huggingface.co/blog/exploding-gradients/deepresearch-survey
1•tamnd•44m ago•0 comments

Self-hosting my photos with Immich

https://michael.stapelberg.ch/posts/2025-11-29-self-hosting-photos-with-immich/
4•birdculture•45m ago•1 comments

Show HN: YOLO11 and OpenCV Object Detection in Java – Full End-to-End Tutorial

https://github.com/vvorobiov/opencv_yolo
1•ffly3r•46m ago•0 comments

Reviewing live-bootstrap and reflections on trusting trust

https://iwriteiam.nl/WHY2025_talk.html
1•matesz•47m ago•0 comments

How to detect text which has been written by ChatGPT

https://www.rte.ie/brainstorm/2025/1128/1545935-chatgpt-ai-writing-text-detection-words-phrases-e...
2•austinallegro•51m ago•0 comments

AI Can Generate Code. Is That a Threat to Computer Science Education?

https://www.edweek.org/technology/ai-can-generate-code-is-that-a-threat-to-computer-science-educa...
3•victorbuilds•56m ago•0 comments

Show HN: I cross-compiled llama.cpp to run on Windows XP

https://okt.ai/2025/11/30/running-llms-on-windows-xp-a-weekend-of-controlled-madness/
2•dandinu•1h ago•4 comments

ASCII SkiFree

https://js1k.com/2019-x/demo/4155
2•memalign•1h ago•0 comments

Mapping Amazing: Bee Maps

https://maphappenings.com/2025/11/06/bee-maps/
1•altilunium•1h ago•0 comments

Why gRPC Uses HTTP2

https://arpitbhayani.me/blogs/grpc-http2/
1•ashok476•1h ago•0 comments

Show HN: AIDictation – zero data retention dictation app

https://aidictation.com
1•vood•1h ago•0 comments

Kids Still Need to Learn to Code in the AI Era

https://time.com/7333550/learn-to-code-in-ai-era/
1•victorbuilds•1h ago•0 comments

How to Train a Z-Image-Turbo LoRA with AI Toolkit [video]

https://www.youtube.com/watch?v=Kmve1_jiDpQ
1•doener•1h ago•1 comments

Collection of best papers from top AI conferences

https://github.com/SarahRastegar/Best-Papers-Top-Venues
3•Maro•1h ago•0 comments

UC San Diego launches global consortium to reshape CS education in the AI era

https://today.ucsd.edu/story/transforming-computer-science-education-in-the-age-of-ai
1•victorbuilds•1h ago•0 comments

New Product, Editaimg: AI Image Editor

https://editaimg.com
1•reno_welch•1h ago•0 comments

Understanding Electrons

https://quicycle.com/understanding-electrons/
1•lhmiles•1h ago•0 comments

EndeavourOS: Lightweight Arch-based, terminal centric system

https://endeavouros.com/
1•doener•1h ago•0 comments

EvilAI Operators Use AI-Generated Code and Fake Apps for Far-Reaching Attacks

https://www.trendmicro.com/en_us/research/25/i/evilai.html
2•LiamPowell•1h ago•1 comments

Universal Blue: A manufacturing process that focuses on community-driven sharing

https://universal-blue.org/
3•doener•1h ago•0 comments

Tilesets and Makefiles

https://yasendinkov.com/posts/tilesets/
1•thunderbong•1h ago•0 comments

Show HN: New minor version 3.2.1 of HMPL

https://github.com/hmpl-language/hmpl
1•aanthonymax•1h 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