frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Turkey's flying car starts to fly off the shelves

https://www.agbi.com/transport/2025/10/turkeys-flying-car-starts-to-fly-off-the-shelves/
1•pbahra•55s ago•1 comments

You can just open source things

https://cased.com/blog/2025-10-07-you-can-just-open-source-things
1•connorsears•57s ago•0 comments

Show HN: Convert between Mermaid, draw.io, and Excalidraw diagrams

https://diagram-bridge-project-new.vercel.app
1•Redkee•1m ago•0 comments

Context Is Everything Excerpt

https://theahamap.com/read/context_excerpt
1•mooreds•1m ago•0 comments

HSGM: Hierarchical Segment-Graph Memory for Scalable Long-Text Semantics

https://arxiv.org/abs/2509.18168
1•PaulHoule•4m ago•0 comments

Show HN: Color Palette Pro – A synthesizer-style color palette generator

https://colorpalette.pro
1•royalfig•4m ago•0 comments

Google lays off dozens of workers in Sunnyvale

https://www.latimes.com/entertainment-arts/business/story/2025-10-03/google-lays-off-dozens-of-pe...
2•1vuio0pswjnm7•6m ago•0 comments

Open Agent Specification (Agent Spec): A Unified Representation for AI Agents

https://github.com/oracle/agent-spec
1•aiagent101•7m ago•0 comments

My Personal Experience with RSI

https://www.joshwcomeau.com/blog/mindbody/
1•kblissett•7m ago•0 comments

Augment Code's pricing is changing on October 20

https://www.augmentcode.com/blog/augment-codes-pricing-is-changing
1•matthiaswh•9m ago•0 comments

ClickGems: Free Analytics for RubyGems

https://clickhouse.com/blog/announcing-clickgems
1•tosh•14m ago•0 comments

Show HN: We Built an AI Developer Bootcamp for LLM Apps

https://bootcamp.techempower.com
1•alaser•15m ago•0 comments

Conservative justices signal openness to allowing conversion therapy

https://www.sfchronicle.com/politics/article/scotus-conversion-therapy-arguments-21087405.php
2•softwaredoug•15m ago•0 comments

Show HN: A publishing platform for developers to share their stories (and apps)

https://www.wappdex.com/
1•onounoko•15m ago•0 comments

Jeff Bezos Has a Plan to Send Data Centers to Space

https://gizmodo.com/jeff-bezos-has-a-plan-to-curb-ais-carbon-footprint-send-data-centers-to-space...
1•mikece•16m ago•0 comments

Italian families target Facebook, Instagram and TikTok over child safety

https://www.reuters.com/sustainability/boards-policy-regulation/italian-families-target-facebook-...
2•1vuio0pswjnm7•18m ago•0 comments

Consequence culture is making martyrs

https://unherd.com/2025/10/the-lefts-ugly-free-speech-fetish/
1•binning•18m ago•1 comments

I vibecoded a port of snig image gallery generator in PHP

https://github.com/i04n/sphpig
1•todsacerdoti•20m ago•0 comments

As We Become Cameras

https://medium.com/@mhkt/as-we-become-cameras-ac142f9a8bb5
2•bookofjoe•21m ago•0 comments

IDF downs four Houthi drones over Eilat within an hour

https://www.timesofisrael.com/idf-downs-four-houthi-drones-over-eilat-within-an-hour/
2•mhb•22m ago•2 comments

Robin Williams' daughter begs fans to stop sending her AI videos of late father

https://www.the-independent.com/arts-entertainment/films/news/robin-williams-daughter-zelda-ai-vi...
2•ummonk•22m ago•1 comments

The Incompatibility of AI and Decarbonization

https://www.lemonde.fr/en/opinion/article/2025/10/02/the-incompatibility-of-ai-and-decarbonizatio...
2•1vuio0pswjnm7•22m ago•0 comments

AI workspace, Run all top AI models side-by-side with memory and live search

https://9xchat.com/
1•pangurx•23m ago•1 comments

Qualcomm Buys Arduino, Will Bring AI Tools to Your DIY Tech Projects

https://www.pcmag.com/news/qualcomm-buys-arduino-will-bring-ai-tools-to-your-diy-tech-projects
1•plasticchris•25m ago•1 comments

Apple Designs a Virtual Knob

https://jherrm.github.io/knobs/
1•gregsadetsky•26m ago•0 comments

Learning about Rust Benchmarking with Sudoku from 5 minutes to 17 seconds

https://medium.com/rustaceans/learning-about-rust-benchmarking-with-sudoku-from-5-minutes-to-17-s...
1•bry_guy•31m ago•0 comments

Police allege 'evil twin' of in-flight Wi-Fi used to steal credentials (2024)

https://www.theregister.com/2024/07/01/australia_evil_twin_wifi_airline_attack/
2•avidiax•31m ago•0 comments

Show HN: Search 4 Cute Cats

https://cats.mixedbread.com/
1•breadislove•31m ago•0 comments

Global fight on death, infections from drug-resistant bacteria not going to plan

https://www.nature.com/articles/d41586-025-03218-x
2•rntn•31m ago•0 comments

What Europe teaches the world about technology

https://stefvanwijchen.com/what-europe-teaches-the-world-about-technology/
1•stefvw93•31m ago•1 comments
Open in hackernews

Show HN: netq – A script to fetch common network parameters, written in POSIX sh

https://github.com/pvonmoradi/netq
2•pooyamo•2h ago
Hi HN,

I've written a simple script, mainly to query public IPv4 and IPv6 of a computer. Currently about 14 IP-finder services are supported. It also supports fetching local IP and the corresponding network name (like SSID), which is useful for integrations in status-bars of minimal GNU/Linux-based setups like tiling wm desktops.

I've used POSIX sh and tried to fall back to alternative tools if a dependency is not found so the script would be more portable on different Linux distros. Also, it has basic support for Windows via MSYS2.

Hope it's useful. Let me know of what you think ;)