frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple accuses OpenAI of stealing its core tech secrets

https://www.theregister.com/legal/2026/07/13/apple-accuses-openai-of-stealing-its-core-tech-secre...
1•Bender•37s ago•0 comments

Make LLM-powered apps Smarter and Cheaper, Reliable, Auditable changing 1 LOC

https://github.com/AlhasanIQ/consortium
2•alhasaniq•3m ago•1 comments

Guide to Response Time Monitoring

https://testomato.com/blog/response-time-monitoring/
1•dewey-decibel•4m ago•0 comments

Minlz v1.2: Search compressed data with without decompression

https://github.com/minio/minlz/releases/tag/v1.2.0
1•klauspost•6m ago•1 comments

"Houston, we have 1 problem(s)."

https://unsung.aresluna.org/houston-we-have-1-problems/
1•Looky1173•7m ago•1 comments

Anduril CEO Warns AI and Defense Valuations Are Becoming Dangerously Overvalued

https://finance.yahoo.com/technology/ai/articles/anduril-ceo-warns-ai-defense-180112499.html
2•jack1689•9m ago•0 comments

Musk's Starlink Socks Customers with $1500 'High Demand' Surcharge

https://www.techdirt.com/2026/07/13/musks-starlink-socks-customers-with-1500-high-demand-surcharge/
4•defrost•10m ago•0 comments

Open source AI matters more than ever, according to Hugging Face's Clem Delangue

https://techcrunch.com/podcast/open-source-ai-matters-more-than-ever-according-to-hugging-faces-c...
1•jack1689•11m ago•0 comments

Show HN: A Sims-style house builder in the browser (Three.js, no back end)

https://github.com/ch-bas/threejs-sims-house-builder
2•ch-bas•12m ago•1 comments

Show HN: OSS Web Based AI Video Studio (Vivijure)

2•skyphusion•14m ago•0 comments

I Stopped Destructuring Everything

https://allthingssmitty.com/2026/07/13/i-stopped-destructuring-everything/
1•AllThingsSmitty•14m ago•0 comments

Show HN: Costbase – See what each of your AI apps costs, without a proxy

https://costbase.co
2•yidaman•16m ago•0 comments

The Emperor's New Xerox

https://ianreppel.org/the-emperors-new-xerox/
2•mvac•17m ago•0 comments

Show HN: Hypothesis Prism, a graph representation of a paper's hypothesis

https://hypothesisprism.com
1•ayasamadzelkava•17m ago•0 comments

The Chinese Communist Party turns 105 amidst technological splendor

https://english.elpais.com/international/2026-07-10/the-chinese-communist-party-turns-105-amidst-...
2•geox•20m ago•0 comments

UK Bans Support for Iran's Islamic Revolutionary Guard Corps

https://www.bbc.co.uk/news/articles/cz0jkj7e87go
1•jjgreen•22m ago•0 comments

Christopher Nolan says people disdain AI, idea it'll replace humans is nonsense

https://www.theguardian.com/film/2026/jul/13/christopher-nolan-odyssey-director-comments-ai-artif...
2•thm•24m ago•0 comments

Borrow-Checking Surprises

https://www.scattered-thoughts.net/writing/borrow-checking-surprises/
1•surprisetalk•24m ago•0 comments

Building AI Agents? Here Are Some Anti-Patterns to Avoid

https://machinelearningmastery.com/building-ai-agents-here-are-some-anti-patterns-to-avoid/
1•eigenBasis•24m ago•0 comments

TeamBrain – Git-Native Shared Memory for Claude Code, Cursor and Codex

https://teambrain-site.netlify.app/
1•DonatienMigue•26m ago•0 comments

MCP with Keycloak, Claude, Codex and a Whole Lot of Coffee

https://blog.priyavijai-kalyan2007.workers.dev/mcp-via-keycloak-with-claude-codex-coffee/
1•oldnewthing•26m ago•0 comments

Major Setbacks for Nvidia Kyber NVL144

https://twitter.com/SemiAnalysis_/status/2073874671498387899
1•doener•26m ago•0 comments

Hoarding in Summer

https://matt-schellhas.medium.com/hoarding-in-summer-fdaf9ec1834d
1•mooreds•32m ago•0 comments

Agentgateway adds token exchange, JWT-assertion, and Entra OBO

https://agentgateway.dev/blog/2026-07-12-agentgateway-token-exchange-jwt-assertion-entra-obo/
2•mooreds•34m ago•0 comments

AI boom to drive €6.8B in water spend for European data centres by 2036

https://www.watermagazine.co.uk/2026/07/13/ai-boom-to-drive-e6-8-billion-in-water-spend-for-europ...
1•technewssss•36m ago•0 comments

A Linux compatible kernel written in Zig that runs Linux binaries in the browser

https://github.com/michaelkremenetsky/linuxemu
2•michaelkrem•36m ago•0 comments

Alomware Toolbox: Windows tool prevents OLED screen burn-in

https://www.computerbild.de/artikel/Tipps-Windows-Alomware-Toolbox-Windows-Tool-verhindert-OLED-B...
1•BarryGuff•37m ago•1 comments

Mistral, Europe's AI Darling, Fails FLI Safety Index

https://mrkt30.com/mistral-europes-ai-darling-fails-fli-safety-index/
2•technewssss•37m ago•0 comments

MongoDB Query Mistakes That Return the Wrong Results

https://visualeaf.com/blog/mongodb-query-mistakes-wrong-results/
2•mike_codes•39m ago•0 comments

A restaurant menu demonstrates the frightening power of inflation

https://tipswatch.com/2026/07/12/a-restaurant-menu-demonstrates-the-frightening-effects-of-inflat...
1•mooreds•42m ago•0 comments
Open in hackernews

Show HN: Aco – Appium Command-Line Operator

https://github.com/tai2/aco
1•tai2•1h ago
Hi, I created a CLI tool called aco to help spin up Appium session rapidly.

I'm a programmer who've been working on mobile app automation for end-to-end testing for years. Appium is the industory standard in this area. It's basically a WebDriver protocol server spetiallized for non-browser apps like iOS/Android. The beauty of Appium is its clean separation of the responsibility by the client/server architecture. So consumers select any language binding they like when use it. It means you typically need to care of server and client at the same time, and this is the pain.

As a mobile automation engineer, I often need to run a small experiment to make sure of the behavior of AUT(application under test) or Appium itself: how long does it take to fetch page source from a complex screen, how much ScrollView moves to a specific swipe amount, what's hapenning behined the sceen when some letters are dropped from text sent, etc. When it comes, I usually write a small script tp send commands to server, spin up an Appium server, run the script, and then observe the result. It's not so hard but a bit hussle as I need to recall required parameters to give to the server and wire them up just to see actual interaction.

aco makes it significantly compact. You just need to specify your app file and platform from CLI. That's it. The core idea is packing server launch and session initiation in a single command. The other point is that aco is designed as stateful. Session is stored on disk and implicitly picked up so you don't have to care about it when consuming.

  $ aco session start --platform ios --app ./your_aut.app.zip --detach
  {"sessionId":"0134d269-eb58-4569-97d0-446c5e808fd4","serverUrl":"http://127.0.0.1:4723","platform":"ios","pid":21762}
  session detached -- pid 21740, stop with `aco session stop`
  $ aco elements
  #0  XCUIElementTypeApplication  "Some label"
        selector: accessibility id:Some label
        rect: 0,0 402x874
  ......
  #58  XCUIElementTypeStaticText  "Other label"
        selector: accessibility id:Other label
        rect: 172,630 57x19
  $ aco tap --selector 'accessibility id:Other label'
  ok
I tried to map out all Appium features including iOS/Android specific extension into the CLI. Plus, I added some utility features like the `aco element` which lists all accessible elements with ready-to-use selectors. I'd appreciate bug reports or feedback. Thanks!