frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dreamer 4

https://arxiv.org/abs/2509.24527
1•theOGognf•2m ago•1 comments

Solid Knitting

https://textiles-lab.github.io/publications/2024-solid-knitting/
1•mathgenius•5m ago•0 comments

I was kicked out of the US by the government

https://twitter.com/itsericlay/status/1972703130279346236
2•pfexec•10m ago•0 comments

As of Q4 2025, video footage is no longer a real proof? (Sora 2)

1•Printerisreal•10m ago•0 comments

Evaluating AI Model Performance on Real-World Economically Valuable Tasks [pdf]

https://cdn.openai.com/pdf/d5eb7428-c4e9-4a33-bd86-86dd4bcf12ce/GDPval.pdf
2•Anon84•10m ago•1 comments

SmugMug accelerates business intelligence with Amazon QuickSight scenarios

https://aws.amazon.com/blogs/business-intelligence/how-smugmug-accelerates-business-intelligence-...
1•kabell•12m ago•0 comments

Simple, free and efficient ad-blocker

https://zenprivacy.net/
1•orixilus•13m ago•0 comments

Pfizer's Drug Price Cuts Yield Three-Year Tariff Reprieve

https://www.bloomberg.com/news/articles/2025-09-30/pfizer-to-cut-medicaid-drug-prices-in-deal-wit...
1•petethomas•14m ago•1 comments

We Can Just Do Things (In ATProto)

https://underreacted.leaflet.pub/3m23gqakbqs2j
2•verdverm•19m ago•0 comments

FTC Sues Zillow and Redfin

https://www.ftc.gov/news-events/news/press-releases/2025/09/ftc-sues-zillow-redfin-over-illegal-a...
6•itbeho•21m ago•0 comments

The Network Effect of Intelligence

https://rashidazarang.com/c/the-network-effect-of-intelligence
3•rashidae•24m ago•0 comments

Google is blocking AI searches for Trump and dementia

https://www.theverge.com/news/789152/google-ai-searches-blocking-trump-dementia-biden
9•SLHamlet•24m ago•2 comments

Tile trackers are a stalker's dream, say Georgia Tech researchers

https://www.theregister.com/2025/09/30/tile_trackers_unencrypted_info/
4•rntn•26m ago•0 comments

Nonprofits' use of flexible labor bad for outcomes, lacks long-term benefit

https://phys.org/news/2025-09-nonprofits-flexible-labor-negatively-affects.html
2•PaulHoule•27m ago•0 comments

Show HN: InfiniteGpu, An open-source platform enabling AI compute power exchange

https://github.com/Scalerize/Scalerize.InfiniteGpu
1•frank_lbt•27m ago•0 comments

Television and the Public Interest (1961)

https://www.americanrhetoric.com/speeches/newtonminow.htm
2•panic•28m ago•0 comments

Australia offers to sell shares in critical minerals reserve to allies

https://www.reuters.com/world/china/australia-offers-sell-shares-critical-minerals-reserve-allies...
2•alephnerd•29m ago•0 comments

Bad Productivity Frameworks

https://chillphysicsenjoyer.substack.com/p/bad-productivity-frameworks
1•crescit_eundo•30m ago•0 comments

Amazon launches Vega OS, its Android replacement for Fire TV with no sideloading

https://9to5google.com/2025/09/30/amazon-fire-tv-android-vega-os-switch/
3•fidotron•30m ago•1 comments

Omarchy Is on the Move

https://world.hey.com/dhh/omarchy-is-on-the-move-8f848fa4
4•chilipepperhott•31m ago•0 comments

Show HN: JPDB, GDB for Your Waveforms

https://github.com/1024bees/dang
6•1024bees•34m ago•0 comments

Texas floods showed why many rural communities feel abandoned in a crisis

https://grist.org/extreme-weather/texas-floods-rural-unincorporated-communities-disaster-aid/
1•petethomas•35m ago•0 comments

Zero-Based Numbering

https://en.wikipedia.org/wiki/Zero-based_numbering
3•redbell•36m ago•0 comments

Amazon Vega OS

https://developer.amazon.com/apps-and-games/vega
2•dotmanish•37m ago•0 comments

Pre-Emptive Multi-Tasking on Arm Cortex-M

https://thejpster.org.uk/blog/blog-2025-09-28/
4•zdw•38m ago•0 comments

Feature documentary about the story of code and its builders (trailer)

https://www.youtube.com/watch?v=1VCgPxKKULM
1•colemorrison•40m ago•1 comments

Agentic Commerce Protocol

https://www.agenticcommerce.dev/
1•thewarpaint•41m ago•0 comments

Life-Size Human Statue Found at Göbeklitepe

https://archaeology.org/news/2025/09/29/life-size-human-statue-found-at-gobeklitepe/
2•nivethan•41m ago•0 comments

Meta reportedly buying RISC-V AI GPU firm Rivos

https://www.tomshardware.com/tech-industry/artificial-intelligence/meta-reportedly-buying-risc-v-...
3•fidotron•42m ago•0 comments

Hawala

https://en.wikipedia.org/wiki/Hawala
1•downboots•42m ago•0 comments
Open in hackernews

Are there any CLI-only tools that are monetized, no web UI at all?

1•las_nish•1h ago
Hey folks,

I’m curious if there exist any command-line tools (CLI) that allow users to sign up, log in/out, manage subscription / billing, etc, entirely via terminal, without relying on any web UI or browser flow.

I’ve seen many tools that support CLI logins or actions post-login, but still use the web for checkout, payment, plan comparisons, account settings, etc. I’m wondering:

- Does anyone know a tool (open source or commercial) that handles full subscription lifecycle strictly via CLI?

- What are the technical or practical challenges people encountered in trying to build one?

- If this doesn’t exist widely, why do you think that is?

Thanks in advance for pointers or experiences you can share!

Comments

kjmr•1h ago
I wouldn't want to give my credit card info to a CLI. When it's on the web I can see if the connection is encrypted, I can (usually) see who the payment processor is (like Stripe). What happens with my credit card number that I enter into the CLI? How is it sent, where does it get stored, etc.

You also wouldn't be able to support Apple Pay or Google Pay, or international payment methods (like iDEAL in The Netherlands).

Payments seem like a huge problem to go pure CLI without a web UI.

las_nish•1h ago
I agree with you. What if the CLI tool used a Stripe payment link for the subscription? Let’s assume the app is called ABC. When a user enters ABC in the terminal, they would see options like accessing the customer portal, deleting their account, etc. Since it’s a developer-focused tool, what are your thoughts?
kjmr•1h ago
Yeah, you'd have to outsource the payment processing completely to a third party, which handles everything like updating payment methods etc. Stripe payment links might work well, although I have no experience with them.