Curl 8.0.1 because I jinked it

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  • Here's the revert he mentioned, for those interested:

    https://github.com/curl/curl/commit/c2df780a97d9913eb20a55d4...

  • grpc-go

    The Go language implementation of gRPC. HTTP/2 based RPC

  • If you read the first comment, you’ll see the API was documented as being experimental.

    https://github.com/grpc/grpc-go/issues/3798#issuecomment-670...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • miktex

    the MiKTeX source code

  • semver

    Semantic Versioning Specification

  • devtools-frontend

    The Chrome DevTools UI

  • You can paste that curl command into https://curlconverter.com/wget/ to turn it into a Wget command.

    > The reason there isn't a "Copy as wget" option, I think, is the level of control that curl allows so the request can be tailored to exactly mimic the browser.

    This is not true. You can read the code that generates the curl command and it's pretty straightforward:

    https://github.com/ChromeDevTools/devtools-frontend/blob/c9a...

    The arguments it uses are --url, --data-raw, -X/--request, -H/--header, --compressed and --insecure, all of which Wget has an analog of. I think the reason is that they don't care to do it and/or they don't want to make that dropdown menu 30 entries long.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup

    6 projects | news.ycombinator.com | 19 Apr 2024
  • Open source at Fastly is getting opener

    10 projects | dev.to | 15 Mar 2024
  • Apple curl security incident 12604

    3 projects | news.ycombinator.com | 9 Mar 2024
  • Consuming and Testing third party API's using Spring Webclient

    4 projects | dev.to | 19 Feb 2024
  • Curl HTTP/3 Performance

    3 projects | news.ycombinator.com | 28 Jan 2024