frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

API testing tool which sucks less

https://github.com/hissssst/hxxp
1•hissssst•1y ago

Comments

hissssst•1y ago
Remember HTTP? The plaintext protocol? Making an HTTP request used to be as simple as echo "GET / HTTP/1.0\r\n\r\n" | nc ... . Well, it's not anymore. We fucked it up with electron applications which require subscriptions, login pages, fail to work with basic headers, have fucking cloud versions and use some ultra-smart collaboration sync.

But HTTP is still plaintext. And even though HTTP 2 and 3 are not plaintext, they are still can be expressed as one (most of the times).

So I returned the plaintext back, just wrapped the curl and called it hxxp. The most similar program to hxxp is hurl, but hxxp is much simpler and much more straightforward, with regular shell interpolation and no testing framework inside. Just write the HTTP request and execute it, that's it.

echo "GET https://example.com/ HTTP/1.1" | hxxp -

motorest•1y ago
The comparison section seems to be lacking even the most cursory search for alternative API testing tools. It features insomnia but somehow fails to list postman or bruno. Tools like httpyac in particular or .http files in general are conspicuously missing. Not very informative.
hissssst•1y ago
What are .http files?

Stoicism as a Mass Phenomenon

https://www.alejandradeargos.com/en/stoicism-as-a-mass-phenomenon/
1•bryanrasmussen•2m ago•0 comments

ModelDNA: Verifying the lineage of open-weight LLMs from weight fingerprints

https://arxiv.org/abs/2607.10617
1•saadaamir14•3m ago•0 comments

Fastmail announces launch of EU-hosted email infrastructure

https://www.businesswire.com/news/home/20260713988425/en/Fastmail-Launches-EU-Hosted-Email-Infras...
1•dson•3m ago•0 comments

Watching Nature Videos Can Help Relieve Stress, Study Finds

https://cnr.ncsu.edu/news/2026/07/nature-videos-relieve-stress/
1•XzetaU8•5m ago•0 comments

Show HN: We Built a Chat of Stanford's CS229 Course Notes

2•mingtianzhang•6m ago•0 comments

Whats the Max Valid Length (In Bytes) of an Emoji? (2023)

https://machs.space/posts/whats-the-max-valid-length-of-an-emoji/
1•Erenay09•9m ago•0 comments

The Wayland Trojan Horse

https://lainnet.arcesia.net/blog/2025_06_16.html
2•mimasama•10m ago•0 comments

SensorFM: Towards a general intelligence and interface for wearable health data

https://research.google/blog/sensorfm-towards-a-general-intelligence-and-interface-for-wearable-h...
1•nilen•14m ago•0 comments

I Married a Communist

https://cinemasojourns.com/2026/07/13/i-married-a-communist/
1•jjgreen•15m ago•0 comments

European "age verification" "app" forcing everyone to use Android or iOS

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/discussions/19
3•roundabout-host•18m ago•0 comments

Big Tech Is Turning A.I.'S Dystopia into Reality

https://tribunemag.co.uk/2026/06/big-tech-is-turning-a-i-s-dystopia-into-reality
2•robtherobber•20m ago•0 comments

What Is Google AI Studio Used For?

https://galaxyonknowledge.substack.com/p/what-is-google-ai-studio-used-for
1•galaxyonknowled•24m ago•0 comments

Job queues are deceptively tricky

https://typesanitizer.com/blog/job-queues.html
1•ingve•25m ago•0 comments

Infinities, impossibilities, and the man in the white linen suit

https://iain.so/infinities-impossibilities-and-the-man-in-the-white-linen-suit
2•iainharper•28m ago•0 comments

Alternative(s) to run CUDA on non-Nvidia hardware

https://www.hpcwire.com/2026/07/09/spectral-compute-aims-to-set-cuda-free-will-it-succeed/
12•alok-g•28m ago•2 comments

Odysee: The new YouTube for the far-right (2017)

https://gnet-research.org/2021/02/17/odysee-the-new-youtube-for-the-far-right/
2•robtherobber•29m ago•0 comments

Swiss Army Breaks with Microsoft: "Cyber Command" Relies on Open Source

https://www.heise.de/en/news/Swiss-Army-breaks-with-Microsoft-Cyber-Command-relies-on-Open-Source...
4•vrganj•29m ago•0 comments

The U.S. spent $30B to ditch textbooks for laptops and tablets

https://fortune.com/article/how-did-us-spending-30-billion-dollars-on-laptops-result-in-first-gen...
4•01-_-•30m ago•0 comments

Two Case Studies of NaN

https://sebsite.pw/w/20260709-nan.html
2•theanonymousone•30m ago•1 comments

Apple's iPhone Ultra will be double the price of the iPhone 17 Pro Max

https://mashable.com/tech/apple-iphone-ultra-price-rumor
3•01-_-•31m ago•0 comments

Show HN: Turn any folder of code, SQL schemas into a queryable knowledge graph

https://github.com/Graphify-Labs/graphify
2•adithyaharish•32m ago•0 comments

Ask HN: Does anyone else find GPT-5.6 Sol in Codex slow?

3•linzhangrun•37m ago•1 comments

NSF Launches Project Triad to Advance Quantum Tech for Real-World Applications

https://thequantuminsider.com/2026/07/07/nsf-launches-project-triad-to-advance-quantum-technology...
2•rbanffy•38m ago•0 comments

InfiniteDiffusion: Learned Procedural Open-World Terrain Generation

https://xandergos.github.io/terrain-diffusion/
1•logdahl•38m ago•1 comments

OpenAl Is Showing Kalshi's World Cup Odds in ChatGPT

https://www.nytimes.com/2026/07/13/technology/kalshi-openai-chatgpt-world-cup-odds.html
1•wertyk•40m ago•0 comments

Show HN: Tiny Minimal Markdown Pastebin

https://tnypst.xyz/about
3•martinopiaggi•45m ago•0 comments

Automation Takes the Easy Jobs and Leaves You the Hard Ones

https://julienreszka.com/blog/automation-takes-the-easy-jobs-and-leaves-you-the-hard-ones/
2•julienreszka•45m ago•0 comments

I was wrong about MCPs

https://twitter.com/_overment/status/2076440928726708612
2•heftykoo•46m ago•0 comments

Databricks-TUI – a terminal dashboard for Databricks, like k9s

https://crates.io/crates/databricks-tui
2•pjhamera•48m ago•0 comments

We gave our agent memory: building an LLM Wiki over sources that never sit still

https://engineering.taktile.com/blog/llm-wiki-agent-memory/
5•choboswaggings•50m ago•0 comments