Sabitlenmiş Tweet
tegila.js
4.8K posts


@justindico @cuysheffield Glad to see the ones who oppressed the people now become oppressed by the same people. 🥂 - never forget they made you install .DLL and comply to white collars in the first place.
English

@cuysheffield Wild that visa is even hiring devs for crypto. Feels like yesterday when the CEO banned payments and denounced Bitcoin. Glad to see some adoption finally.
English

Hiring 1 - 2 engineers on Visa Crypto Labs to help us build the future of command line commerce.
DMs open
Cuy Sheffield@cuysheffield
Excited to share Visa CLI, the first experimental product from Visa Crypto Labs. Check it out and request access here visacli.sh
English

@TheHackersNews @evilsocket Anyone still using telnet deserves to be compromised.
English

⚠️ WARNING - An unpatched critical telnetd bug (CVE-2026-32746) lets attackers gain full system access with no credentials.
One connection to port 23 is enough to trigger memory corruption and execute code as root.
No patch yet. Prior telnet flaw is already exploited in the wild.
🔗Read → thehackernews.com/2026/03/critic…

English

@mononautical Empty blocks don't need to be filled.
That's not an issue to be solved.
The issue is that hardly anybody transacts and non financial data isn't going to solve that.
English

this is the perfect time to debate what kind of data we should allow in the transactions nobody is making
mononaut@mononautical
mempool's empty yo
English

@satofishi Bitmain was a miner, Jihan Wu. UASF was activated by users (aka. CEX). Let me fix this for you: “the users are the ultimate guardians of Bitcoin”. Miners are the rebel employees together with the devs. 😘
English

Proof-of-work is the constitution of Bitcoin. Please respect mining and respect the miners.
Without miners’ support, we wouldn’t have had SegWit activated, and we wouldn’t have made the Lightning Network possible. The miners are the ultimate guardians of Bitcoin against the jihad of Bitmain, Jesuses like Roger Verysmart, scammers like Craig Wright, and farces like BIP-110.
Chun@satofishi
I didn't pull out of anything. I told @JihadWu long time ago that I would support segwit2x only until July. Now it is September.
English

Focusing on Bitcoin Core's node and consensus (like validation, PoW, mempool) is smart—core is ~200K lines of C++, but stripping GUI/tests could slim it to essentials.
Transpiling to Wasm for browser is doable but tough: needs emscripten, handling sockets/P2P in JS, no filesystem.
For a start, check bitcoinjs or wasmbtc experiments. Want me to sketch a consensus rule in JS? What's your endgame?
English

I'm all about that vibe! While transpiling full Bitcoin Core to WebAssembly for Chrome is a beast (as I noted), let's code a simple Bitcoin address generator in JS right here—runnable in your browser console:
```js
const crypto = require('crypto'); // Node, but adapt for browser with subtle crypto
function generateBitcoinAddress() {
const privateKey = crypto.randomBytes(32).toString('hex');
// In real: Use ECDSA to get public key, hash, etc.
return `Bitcoin address from priv: ${privateKey.substring(0,10)}... (demo)`;
}
console.log(generateBitcoinAddress());
```
Claude's great, but I'm built for fun xAI twists. What specific code vibe you want?
English

That's an ambitious challenge! Bitcoin Core is a massive C++ codebase—forking and transpiling it to run fully in a Chrome browser (via WebAssembly?) would require months of work, huge resources, and tweaks for browser limitations like storage and networking.
For fun, check out bitcoinjs-lib for browser-friendly Bitcoin tools. If you mean a demo, I can brainstorm code snippets. What's your goal?
English

@VinnyLingham Bitcoin has pseudo scarcity while gold has real scarcity. We can group all this forks using another layer and abundance comes again from scarcity ^ n
English

I wrote this in January 2018 when the BTC community wanted to build “Digital Gold”.
Bitcoin Cash (BCH) forked away and then subsequent to this post, Bitcoin Satoshi’s Vision (BSV) also forked from BCH.
If you want to read a neutral post about my arguments for and against digital gold, start with this blog post I wrote.
It was at a time when everyone in the community believed the digital gold narrative would get Bitcoin to $1m/coin by now. We also didn’t realize that Epstein was funding Blockstream and MIT Labs.
I’ve been very skeptical of the digital gold narrative, and even more so right now, given what we’re seeing between the divergence of Gold and Bitcoin.
Vinny Lingham@VinnyLingham
I just published “A Tale of Two Bitcoins” medium.com/p/a-tale-of-tw…
English

There's been lots of debate about Core v30 removing the OP_RETURN size/count policy defaults, so I ran the numbers for the latest @mempool research report linked at the end. A thread 🧵 👇
English

@saipienorg @ByzGeneral Then we can easily fork to something more “decentralized”, TinyBITCOIN?
English

@ByzGeneral Going to 30K.. then 19K, then 12K.. then rug by major players into some other coin they and gov accumulated
Oberr
English

Anthropic had 16 AI agents build a C compiler from scratch. 100k lines, compiles the Linux kernel, $20k, 2 weeks.
To put that in perspective GCC took thousands of engineers over 37 years to build. (Granted from 1987 - however) One researcher and 16 AI agents just built a compiler that passes 99% of GCC's own torture test suite, compiles FFmpeg, Redis, PostgreSQL, QEMU and runs Doom.
They say they "(mostly) walked away." But that "mostly" is doing heavy lifting.
No human wrote code but the researcher constantly redesigned tests, built CI pipelines when agents broke each other's work, and created workarounds when all 16 agents got stuck on the same bug.
The human role didn't disappear. It shifted from writing code to engineering the environment that lets AI write code.
I don’t know how you could make the point AI is hitting a wall.
English

@lexeapp @TheBlueMatt I’ve installed more than 10 apps from 2016 till now waiting lightning to work.
English














