frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta u-turns on AI feature amid privacy backlash

https://thehill.com/policy/technology/5964282-privacy-concerns-instagram-ai/
1•Alien1Being•2m ago•0 comments

Test Your Webcam and Microphone

https://webcamtester.io/en/
1•QOOBRA•2m ago•0 comments

Remembering Ken Iverson (2004)

https://web.archive.org/web/20180412035431/https://keiapl.org/rhui/remember.htm
1•tosh•13m ago•0 comments

I needed one feature for my SaaS. 6 hours later I had launched another SaaS

https://www.floatingvideo.com
1•astonfred•15m ago•1 comments

Think preprints are unreliable? Analysis of 70000 studies might change your mind

https://www.nature.com/articles/d41586-026-02167-3?linkId=62708614
1•XzetaU8•15m ago•1 comments

A proper Docker image for WebCalendar: SQLite-backed and self-contained

https://projects.rocks/blog/webcalendar-docker.html
1•mysterhawk•18m ago•0 comments

Jiki – Learn to Code the Fun Way

https://jiki.io
1•phil-pickering•20m ago•1 comments

The Hard-Line Activists Ramping Up for the War with AI

https://www.wsj.com/tech/ai/anti-ai-activists-disappearance-sam-kirchner-6872879f
1•thm•22m ago•0 comments

The Gen X Career Meltdown (2025)

https://www.nytimes.com/interactive/2025/03/28/style/gen-x-creative-work.html
1•Michelangelo11•28m ago•0 comments

In Praise of Exhaustive Destructuring

https://antoine.vandecreme.net/blog/exhaustive-destructuring-praise/
1•avandecreme•32m ago•0 comments

AST vs. Bytecode (2023) [pdf]

https://stefan-marr.de/downloads/oopsla23-larose-et-al-ast-vs-bytecode-interpreters-in-the-age-of...
1•tosh•33m ago•0 comments

When They Steal Our Future

https://karenkelsky.substack.com/p/when-they-steal-our-future
1•Michelangelo11•35m ago•0 comments

Shark: The First Light Aircraft That Cancels Turbulence [video]

https://www.youtube.com/watch?v=wHcZf9E0esA
1•skibz•35m ago•0 comments

School Is Not Enough

https://www.palladiummag.com/2023/06/06/school-is-not-enough/
3•ronfriedhaber•36m ago•1 comments

Ghostel.el: Terminal emulator powered by libghostty

https://dakra.github.io/ghostel/
1•signa11•37m ago•0 comments

Show HN: DejaView – Terminal dashboard for all your Claude Code sessions

https://github.com/dotbrt/dejaview
1•thisbrt•37m ago•0 comments

Growing list of countries move to ban social media for children

https://www.france24.com/en/live-news/20260712-growing-list-of-countries-move-to-ban-social-media...
6•geox•39m ago•2 comments

Vyrai – a travel challenge where your age is your flight budget

https://vyrai.app/
1•Imbryk•40m ago•0 comments

Show HN: Godot running Gemma 4 inference in GDScript and Vulkan compute shaders

https://github.com/asallay/godot-llm
1•steamspaghetti•41m ago•0 comments

Show HN: Markdown Tools Online – 16 free browser-based Markdown converters

https://markdowntoolsonline.com
1•nagudharan•42m ago•0 comments

Reaction: A daemon that scans program outputs for repeated patterns, and takes a

https://framagit.org/ppom/reaction
2•fanf2•48m ago•0 comments

Puffin-Inspired Robot That Swims and Flies [video]

https://www.youtube.com/watch?v=9XJhrKpcBGI
2•skibz•56m ago•0 comments

We are now factory engineers, not product engineers

https://www.warp.dev/blog/we-are-now-factory-engineers-not-product-engineers
3•shintoist•1h ago•1 comments

Finetuning a Reasoning LLM with Supervised or Reinforcement Learning?

https://discuss.huggingface.co/t/finetuning-a-reasoning-llm-with-supervised-or-reinforcement-lear...
2•verdverm•1h ago•0 comments

Political Neutrality Benchmark of popular AI models

https://neutralityproject.org/results.html
4•ryzvonusef•1h ago•0 comments

Short Reflection on being Offline for 24 hours

https://lewiscampbell.tech/blog/260712.html
3•LAC-Tech•1h ago•0 comments

xs: Concatenative array language inspired by kdb+/q in OCaml

https://cryptm.org/xs/
3•tosh•1h ago•0 comments

Edge Password Bulk Manager

https://github.com/marinfrankovic/EdgePasswordManager
3•taubek•1h ago•0 comments

NetBSD as a Desktop: A Nostalgic '90s Experience

https://www.howtogeek.com/i-tried-netbsd-as-a-desktop-and-it-felt-like-stepping-into-the-90s-in-a...
3•birdculture•1h ago•0 comments

Teleflow: A local-first teleprompter and selfie recorder for creators

https://getteleflow.com
3•63labs•1h ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.