https://x.com/ShoahUkraine/status/1870496935406424430
(Source: Kirill)
(Source: Kirill)
(Source: Kirill and https://x.com/skydotcs/status/1874827969056895317?s=46 )
Forwarded from nonamevc
Оказывается когда-то Tencent мог купить WhatsApp
Ян Кум пишет Sequoia Capital
FTC vs Meta 2025
Ян Кум пишет Sequoia Capital
FTC vs Meta 2025
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
Like the rest of us.
What do you know about pain?
(Source)
// This is the dumbest, ten-years-late, non-admission of fucking up the
// domain separation I have ever seen. Why am I still required to put
// the upper half "prefix" of the hashed "secret key" in here? Why
// can't the user just supply their own nonce and decide for themselves
// whether or not they want a deterministic signature scheme? Why does
// the message go into what's ostensibly the signature domain separation
// hash? Why wasn't there always a way to provide a context string?
//
// ...
//
// This is a really fucking stupid bandaid, and the damned scheme is
// still bleeding from malleability, for fuck's sake.
(Source)
doc.dalek.rs
secret.rs.html -- source
Source to the Rust file `ed25519-dalek/src/secret.rs`.
❤4
You’re the only one here.
kind and philosophical reminder from google meet
🕊1
This media is not supported in your browser
VIEW IN TELEGRAM
When the world remains ugly, with or without AI.
(NOTE: Github has broken the hover)
(NOTE: Github has broken the hover)
🤔1
Just found a good tool, httptap. #tools
Or
View the HTTP and HTTPS requests made by any linux program by running httptap -- <command>
httptap --body -- solana rent 42 -u "https://mainnet.helius-rpc.com/?api-key=REDACTED"
decoding gzip content
---> POST https://mainnet.helius-rpc.com/?api-key=REDACTED
{"id":0,"jsonrpc":"2.0","method":"getVersion","params":null}
<--- 200 https://mainnet.helius-rpc.com/?api-key=REDACTED (83 bytes)
{"jsonrpc":"2.0","result":{"feature-set":1081947060,"solana-core":"2.2.0"},"id":0}
decoding gzip content
---> POST https://mainnet.helius-rpc.com/?api-key=REDACTED
{"id":1,"jsonrpc":"2.0","method":"getAccountInfo","params":["SysvarRent111111111111111111111111111111111",{"commitment":"confirmed","dataSlice":null,"encoding":"base64+zstd","minContextSlot":null}]}
<--- 200 https://mainnet.helius-rpc.com/?api-key=REDACTED (286 bytes)
{"jsonrpc":"2.0","result":{"context":{"apiVersion":"2.2.0","slot":318287650},"value":{"data":["KLUv/QBYXQAAKJgNAEBkAQAcGAI=","base64+zstd"],"executable":false,"lamports":1009200,"owner":"Sysvar1111111111111111111111111111111111111","rentEpoch":18446744073709551615,"space":17}},"id":1}
Rent-exempt minimum: 0.0011832 SOL
Or
$ httptap -- gcloud compute instances list
---> POST https://oauth2.googleapis.com/token
<--- 200 https://oauth2.googleapis.com/token (997 bytes)
---> GET https://compute.googleapis.com/compute/v1/projects/maple-public-website/aggregated/instances?alt=json&includeAllScopes=True&maxResults=500&returnPartialSuccess=True
<--- 200 https://compute.googleapis.com/compute/v1/projects/maple-public-website/aggregated/instances?alt=json&includeAllScopes=True&maxResults=500&returnPartialSuccess=True (19921 bytes)
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
<your cloud instances listed here>
👍3