frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cookie Jars Capture American Kitsch (2023)

https://www.eater.com/23651631/cookie-jar-trend-appreciation-collecting-history
1•NaOH•41s ago•0 comments

Why LLMs Are Not (Yet) the Silver Bullet for Unstructured Data Processing

https://unstract.com/blog/why-llms-struggle-with-unstructured-data/
1•naren87•41s ago•0 comments

Pyodide: a Python distribution based on WebAssembly

https://github.com/pyodide/pyodide
3•tosh•5m ago•0 comments

Ask HN: How do you promote a new platform and reach critical mass?

1•LeanVibe•5m ago•0 comments

CorridorKey: Perfect Green Screen Keys

https://github.com/nikopueringer/CorridorKey
1•QuantumNomad_•6m ago•1 comments

ECJ says EU states must change gender of citizens even if nat'l laws forbid it

https://brusselssignal.eu/2026/03/ecj-says-member-states-must-change-gender-of-citizens-even-if-n...
6•slater•6m ago•0 comments

Dark money group pays influencers $1.5K for posts attacking Democratic candidate

https://www.ms.now/news/kat-abughazaleh-dark-money-influencers
7•embedding-shape•6m ago•0 comments

TweetStyler – Stylish Unicode fonts for social media (especially X)

https://www.tweetstyler.com/
1•Rashka7•6m ago•1 comments

War, AI, the Oscars and SXSW?

https://machined.substack.com/p/war-ai-the-oscars-and-sxsw
1•dcosta•8m ago•0 comments

The Shape of the Thing

https://www.oneusefulthing.org/p/the-shape-of-the-thing
2•gmays•8m ago•0 comments

Iran unleashes oil shock to blunt US firepower

https://www.reuters.com/world/middle-east/iran-unleashes-oil-shock-blunt-us-firepower-2026-03-13/
3•tartoran•12m ago•0 comments

Why the militaries are scrambling to create their own Starlink

https://www.newscientist.com/article/2517766-why-the-worlds-militaries-are-scrambling-to-create-t...
8•mooreds•13m ago•0 comments

APL9: An APL for Plan 9

https://apl.pmikkelsen.com/
1•tosh•13m ago•0 comments

Show HN: My personal AI-powered dev workstation

https://github.com/rbren/personal-ai-devbox
2•rbren•13m ago•0 comments

Dex: Task Tracking for Agents

https://github.com/dcramer/dex
1•sebst•14m ago•0 comments

Claude overtaking ChatGPT in the enterprise – measured by job posts mentions

https://trends.sumble.com/?techs=anthropic-claude%2Copenai-chatgpt
1•antgoldbloom•15m ago•1 comments

Show HN: AI milestone verification for construction using AWS

https://builder.aws.com
1•eugenelotsu•16m ago•0 comments

JEP Draft: Enhanced Local Variable Declarations

https://openjdk.org/jeps/8357464
1•mfiguiere•16m ago•1 comments

Multi-dimensional weighted random roll (choice, dice, selection)

https://www.sacrideo.us/multi-dimensional-weighted-random-roll-choice-dice-selection/
2•tosh•17m ago•0 comments

Show HN: Diraigent – Self-hosted orchestration for AI coding agents

https://github.com/diraigent/diraigent
1•diraigent•17m ago•1 comments

If Claude Code is performing poorly, you might be in an A/B test

https://twitter.com/backnotprop/status/2032499680547148035
1•ramoz•17m ago•0 comments

Ukraine's Flamingo Cruise Missile Will Reshape the War's Dynamics

https://www.forbes.com/sites/vikrammittal/2026/03/13/ukraines-flamingo-cruise-missile-will-reshap...
1•MilnerRoute•18m ago•0 comments

Alpine glacier holds history dating back to the Romans. And it's melting–fast

https://www.popsci.com/environment/alpine-glacier-ice-melting-history/
2•Brajeshwar•18m ago•0 comments

China's ByteDance Gets Access to Top Nvidia AI Chips

https://www.wsj.com/tech/chinas-bytedance-gets-access-to-top-nvidia-ai-chips-d68bce3a
3•gmays•20m ago•0 comments

An AI that plans multi-city trips in seconds. CRAZY product

https://explorinder.com/
2•pabloceg•20m ago•0 comments

Public Memories – Comedy Skits from Krazam [video]

https://www.youtube.com/watch?v=AS9y-d2BvZU
2•nvader•20m ago•0 comments

1M context is now generally available for Opus 4.6 and Sonnet 4.6

https://claude.com/blog/1m-context-ga
3•meetpateltech•21m ago•0 comments

Show HN: I Made a PS1 Static Recompiler with No Prior Experience (and Claude)

https://1379.tech/i-built-a-ps1-static-recompiler-with-no-prior-experience-and-claude-code/
1•Gamemaster1379•21m ago•0 comments

Yes, and

https://en.wikipedia.org/wiki/Yes,_and_...
1•lucidplot•21m ago•0 comments

Einstein's Riddle – Who owns the fish?

https://www.numericana.com/answer/recreational.htm#einstein5
2•v8xi•22m ago•0 comments
Open in hackernews

Show HN: Apple Ads Toolkit – Run Your Apple Ads as GitOps Terraform

2•ndxone•2h ago
https://github.com/ndx-technologies/go-apple-ads

this is super helpful to us, I think more people should be aware of this approach

combine this with your: AI agent, cronjob, and git repo of your configs — and you get automated highly efficient, fully traceable, decision log, with ability to roll-back, understand every decision, and get learning loop of AI to optimize your campaigns.

this tools work well with humans in the loop too (color formatting), and built with AI agents running in CLI in mind (no-color, filters, help pages and self-discovery). inspired by Go linters (analysers) there are common linters to detect mistakes in configuration as well.

enjoy!

Comments

BloodAndCode•2h ago
nice to see a go client for apple search ads. i’ve worked with the API before and the auth + reporting endpoints are surprisingly fiddly to wire up from scratch. having a thin client that handles the boilerplate sounds pretty useful.

curious how you approached keeping the client in sync with API changes — is most of it generated from the spec or maintained manually?

ndxone•2h ago
there is no API intergration actually (same bottlenecks you mentioned, in fact in Apple ecosystem it is pretty much impossible to run as a solo-dev Ads API due to their Auth architecture).

it runs through CSV files import/export in Apple Ads UI.

BloodAndCode•1h ago
got it — that actually makes sense given how locked down the apple ads api access is. using csv import/export as the integration layer is a pretty pragmatic workaround. a lot of marketing tools end up doing something similar when direct api access is painful or restricted.

and how far you can push that approach in practice — does it mostly cover campaign/bid management workflows, or are there parts of the apple ads workflow that still require manual steps in the UI?