HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jicea

no profile record

Submissions

[untitled]

1 points·by jicea·25 gün önce·0 comments

When Let's Encrypt is valid but GitHub Actions still reject it

jens.dev
4 points·by jicea·26 gün önce·0 comments

A Human in Control

daniel.haxx.se
7 points·by jicea·geçen ay·1 comments

FokosDB: Strongly consistent storage DB ontop of Cloudflare Durable Objects

lambrospetrou.com
2 points·by jicea·geçen ay·0 comments

[untitled]

1 points·by jicea·geçen ay·0 comments

Slumber a TUI HTTP Client

slumber.lucaspickering.me
193 points·by jicea·2 ay önce·69 comments

Ask HN: Is grpcurl home page compromised?

4 points·by jicea·2 ay önce·0 comments

Solod v0.1: Go ergonomics, practical stdlib, native C interop

antonz.org
8 points·by jicea·2 ay önce·2 comments

[untitled]

1 points·by jicea·2 ay önce·0 comments

Hurl 8.0 Just Made Postman Collections Look Heavier Than They Need to Be

medium.com
1 points·by jicea·2 ay önce·0 comments

Hurl 8.0.0: run and test HTTP API with plain text

hurl.dev
2 points·by jicea·3 ay önce·0 comments

The time when we suffer from large amounts of AI slop is gone

lists.haxx.se
31 points·by jicea·3 ay önce·0 comments

The New Postman Is Here: AI-Native and Built for the Agentic Era

blog.postman.com
1 points·by jicea·3 ay önce·0 comments

[untitled]

1 points·by jicea·3 ay önce·0 comments

What we heard about Rust's challenges (rewrited without LLM)

blog.rust-lang.org
2 points·by jicea·4 ay önce·0 comments

Trivy under attack again: Widespread GitHub Actions tag compromise secrets

socket.dev
250 points·by jicea·4 ay önce·83 comments

[untitled]

14 points·by jicea·4 ay önce·0 comments

Venom, run integration tests with efficiency

github.com
1 points·by jicea·5 ay önce·0 comments

Shai-Hulud-Style NPM Worm Hijacks CI Workflows and Poisons AI Toolchains

socket.dev
10 points·by jicea·5 ay önce·0 comments

Making YAML the Default in Bruno v3.1

blog.usebruno.com
1 points·by jicea·5 ay önce·0 comments

comments

jicea
·6 ay önce·discuss
GitHub official app icon on iOS is also configurable with ~40 variants.
jicea
·9 ay önce·discuss
Hi maintainer of Hurl here, thanks for the link; Hurl is using libcurl as its HTTP engine (you can for instance use --curl to get an export of curl commands). In a few words, if you just use Hurl, you just use curl also...
jicea
·9 ay önce·discuss
If you're willing to use a CLI, you can try Hurl [1]. It's is an Open Source cli using libcurl to run and test HTTP requests with plain text. We use libcurl for the reliability, quickness and top features (HTTP/3 IPv6 for instance) and there are features like:

- requests chaining,

- capturing and passing data from a response to another request,

- response tests (JSONPath, XPath, SSL certs, redirects etc...)

There is nice syntax sugar for requesting REST/SOAP/GraphQL APIs but, at the core, it's just libcurl! You can export you files to curl commands for instance. (I'm one of the maintainers)

[1]: https://hurl.dev
jicea
·9 ay önce·discuss
Postman is currently down: it gives you time to try Hurl [1] an open source CLI to tests APIs/HTTP request s with plain text. Hurl is built on curl, so it's super reliable, designed to be used in CI/CD. Give it a try!

[1] https://hurl.dev
jicea
·10 ay önce·discuss
I'm sorry I must be really tired I don't understand certains animations when playing programs: in the first program, the 3rd instruction is 'PRINTI $0'. The instruction description is "print the integer stored in $a to the console". We have a first animation, a 0 that goes to the console, and a second animation, a 0 that comes from memory... Is the order right? What does represent the second animation? I must miss something obvious here....

Would be super cool if we could run programs step by step also!