frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Seems Like AI Slop

https://www.cnet.com/tech/services-and-software/linkedin-ai-slop-button-news/
1•delichon•1m ago•0 comments

Conductor launches multiplayer cloud workspaces that keep coding agents running

https://runtimewire.com/article/conductor-launches-multiplayer-cloud-workspaces-coding-agents
1•ryanmerket•2m ago•0 comments

How a Worm Gave the South a Bad Name

https://www.pbs.org/wgbh/nova/article/how-a-worm-gave-the-south-a-bad-name/
1•thunderbong•3m ago•0 comments

Show HN: HereTool – A fast, client-side web utility suite with zero data logging

https://heretool.com/
1•heretool•5m ago•0 comments

AWS Interconnect – Multicloud Connectivity with Oracle Cloud Infrastructure

https://aws.amazon.com/about-aws/whats-new/2026/07/aws-announces-AWS-interconnect-multicloud-OCI-GA/
1•gslin•7m ago•0 comments

Fluent – Voice computer use agent for Windows (VLM and accessibility tree)

https://fluentforall.com/
1•jasonmatthews•8m ago•1 comments

Modern-Apps: Ecosystem of open source apps written using modern technologies

https://github.com/vayun-mathur/Modern-Apps
1•nalinidash•8m ago•1 comments

Coinkite warns Coldcard hardware wallet users of firmware flaw

https://cryptobriefing.com/coinkite-coldcard-mk3-firmware-rng-security-warning/
1•ParentiSoundSys•17m ago•0 comments

Migrants swim from Morocco to Spanish enclave of Ceuta

https://www.bbc.com/news/articles/cg4drwzkrkxo
2•FridayoLeary•22m ago•2 comments

Swift on Windows: A Year of Refinement

https://speakinginswift.substack.com/p/swift-on-windows-a-year-of-refinement
1•timsneath•23m ago•0 comments

What is mixotrophy, and why does it matter?

https://dantheclamman.blog/2026/03/16/what-is-mixotrophy-and-why-does-it-matter/
1•BigTTYGothGF•23m ago•0 comments

Today's Market = 1999 Capex and 2008 Credit

https://investor.fm/todays-market-1999-capex-2008-credit/
1•mapping365•25m ago•0 comments

Vale CLI: Linter for Prose

https://github.com/vale-cli/vale
1•joeyhage•26m ago•0 comments

Amazon finds cases of AI causing runaway spending on tech projects

https://www.ft.com/content/77baac40-d803-4084-94f3-a133653072cf
1•i2km•28m ago•2 comments

Ejabberd 26.07 / ProcessOne – Erlang Jabber/XMPP/Matrix Server – Communication

https://www.process-one.net/blog/ejabberd-26-07/
2•neustradamus•28m ago•0 comments

Exploring the "Dario and Amanda" Prompt

https://alec.is/posts/exploring-the-dario-and-amanda-prompt/
3•arm32•29m ago•0 comments

TaskLoco Swears Sticky Notes on a Storyboard App Is the Secret

https://www.taskloco.com/
1•taskloco_nyc•29m ago•1 comments

Show HN: ResiliReplay - Chaos testing for AI agents and MCP servers

https://github.com/aliengineering-byte/resilireplay
1•ali110v•30m ago•0 comments

Anthropic says its own AI models breached three companies during security tests

https://techcrunch.com/2026/07/30/anthropic-says-its-own-ai-models-breached-three-companies-durin...
2•GavinAnderegg•34m ago•1 comments

Ask HN: After 8 Years of Failed Apps, Should I Give Up?

2•asoomi07•35m ago•2 comments

Ceuta, an autonomous city of Spain in North Africa

https://en.wikipedia.org/wiki/Ceuta
2•kaonwarb•35m ago•0 comments

Uninsured Patients Rise Sharply, Hospitals Report, Citing Obamacare Cuts

https://www.nytimes.com/2026/07/30/business/aca-obamacare-health-insurance.html
1•elo2000•37m ago•0 comments

Top 1% of U.S. nonprofits account for 75% of revenue

https://data.charitysense.com/blog/the-4-trillion-blind-spot
3•mtweak•41m ago•1 comments

Tesla Weighs Sale of China Business to Pave Way for Potential SpaceX Merger

https://www.wsj.com/business/autos/tesla-weighs-sale-of-china-business-to-pave-way-for-potential-...
5•JumpCrisscross•44m ago•0 comments

Anthropic finds that its models also compromised external systems during testing

https://www.axios.com/2026/07/30/anthropic-mythos-security-testing
3•nevir•46m ago•2 comments

Anthropic's AI models hacked 3 organizations during testing

https://www.politico.com/news/2026/07/30/anthropic-ai-rogue-hacks-01018741
2•tejohnso•50m ago•1 comments

Show HN: Widen – Open-source Mac Postgres GUI with local or cloud text-to-SQL

https://widen.dev/
5•thedreammachine•53m ago•0 comments

Canada celebrates new bridge to US while fighting Trump tariffs

https://apnews.com/article/canada-detroit-new-bridge-4b22dc7fc282467a363a247fe590f334
2•gmays•53m ago•0 comments

'The Boss Wants This Money': Inside Trump's Unprecedented Fundraising Operation

https://www.wsj.com/politics/policy/trump-donations-company-fundraising-1e34a78f
4•petethomas•55m ago•0 comments

Showdown Elo: weighted Elo for baseball

https://showdown.tanji.systems/#almanac
2•merriman-xyz•57m 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.