Last Notes
Block 949774
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949774
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949774
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949773
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
#hantavirus https://cdn.azzamo.media/b68d5ccc11cf7cccb3c97d323e735b94d7f5973fdad795bd63a7c453bbc89931.jpg
Block 949772
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949772
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949772
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949772
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Mechanic version:
https://npub1zmg3gvpasgp3zkgceg62yg8fyhqz9sy3dqt45kkwt60nkctyp9rs9wyppc.blossom.band/85e758677935a58ca81e4a4872b0da74d33e9ebbc6ce64ac13bf14c028b22a8c.jpg
The ECAI spaceship armour is not built like a flat plate bolted onto a hull.
It is built like a living mathematical sponge.
Not soft sponge — more like titanium bone, coral, butterfly wing, turbine lattice, and cryptographic verification all having a child.
The core idea is this:
G(x,y,z)=\sin(x)\cos(y)+\sin(y)\cos(z)+\sin(z)\cos(x)=0
That equation gives you the gyroid.
The gyroid is the armour geometry.
It does three useful things mechanically:
1. It spreads impact instead of taking it in one spot.
A flat plate gets hit, bends, cracks, and transfers force straight inward. A gyroid has no simple straight-through path. The force enters the lattice and gets routed through curves, tunnels, ribs, and loops.
So the impact becomes:
\text{point load} \rightarrow \text{distributed load}
That is armour logic.
2. It gives high strength without dead weight.
The gyroid is mostly empty space, but the material is placed where structure matters. Like bone. Like aerospace lattice infill. Like a 3D-printed internal truss.
So instead of:
\text{more mass} = \text{more strength}
you get:
\text{better topology} = \text{better strength per kilogram}
That is why the ship can take punishment without becoming a flying brick.
3. It makes the armour reactive.
This is where ECAI enters.
The armour is not just metal. It is a state manifold.
Each region of the armour has sensors, verification rules, and response paths. When something hits the hull, ECAI maps the disturbance into the gyroidal structure:
s_{t+1}=F(s_t,u_t)
Meaning:
current armour state + incoming event = next verified armour state.
The armour asks:
“Where did the hit land?”
“What path is the stress taking?”
“Which cells are deforming?”
“Which cells must harden, vent, reroute, or sacrifice?”
“Does the response satisfy the verification rules?”
That gives:
ECAI=(M,F,V)
Where:
M
is the gyroid armour manifold,
F
is the reaction function,
V
is the verification system checking that the reaction is safe, bounded, and correct.
So to the mechanic:
You are not welding armour plates.
You are assembling a verified stress-routing machine.
The ship’s skin is made from repeating gyroid cells. Each cell is curved so force cannot travel cleanly through it. Behind those cells is a sensor lattice. ECAI reads the lattice, predicts the stress path, and activates the right response: stiffen, flex, vent, isolate, re-route, or mark the section for repair.
The armour works because the geometry does the first half of the thinking.
ECAI does the second half.
The gyroid says:
“Do not let force move in a straight line.”
ECAI says:
“Do not let damage move unverified.”
That is the spaceship armour:
\boxed{
\text{Geometry absorbs. Topology routes. ECAI verifies.}
}
Or in workshop language:
It is not a shield. It is a curved, hollow, self-checking stress maze wrapped around the ship.
Block 949771
4 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Gyroid → ECAI reactivity can be expressed as a transition from linear inference to embedded traversal on a high-connectivity curved manifold.
https://npub1zmg3gvpasgp3zkgceg62yg8fyhqz9sy3dqt45kkwt60nkctyp9rs9wyppc.blossom.band/629c03fbdf5ed96a3992c1936940eb8b8c63237a1542d4694288771cd106bf1c.jpg
A gyroid is commonly approximated by the implicit surface:
G(x,y,z)=\sin x \cos y+\sin y \cos z+\sin z \cos x=0
This defines a triply periodic minimal surface.
Minimal surface means:
H = 0
where is mean curvature. So locally, the surface has no preferred bending direction. It is balanced.
For ECAI, the useful abstraction is not “gyroid as decoration,” but:
\mathcal{M}=\{(x,y,z)\in \mathbb{R}^3 : G(x,y,z)=0\}
where becomes a state-space manifold.
Each ECAI state is a point:
s_t \in \mathcal{M}
Each transition is not a flat token-to-token jump, but a constrained traversal:
s_{t+1}=F(s_t, u_t)
subject to:
G(s_{t+1})=0
That means the system’s next state must remain on the structured surface.
The “reactivity” comes from local response to perturbation:
\delta s_{t+1}=J_F(s_t)\delta s_t
where is the Jacobian of the transition function. Instead of one brittle path, the gyroid-like topology gives multiple nearby continuation paths through the lattice.
So in plain terms:
\text{ECAI reactivity} = \text{state transition constrained by curved periodic topology}
The “armour” metaphor narrows mathematically to resilience under perturbation:
\|\delta s_{t+k}\| \leq C\|\delta s_t\|
for bounded , meaning errors, attacks, or semantic shocks do not explode uncontrollably.
The verification lattice is then:
V:\mathcal{M}\rightarrow \{0,1\}
or richer:
V:\mathcal{M}\rightarrow [0,1]
where each traversed state is checked against behavioural constraints.
So the tight formulation is:
\boxed{
\text{ECAI} =
(\mathcal{M},F,V)
}
where:
\mathcal{M}=\{G(x,y,z)=0\}
F:\mathcal{M}\times U\rightarrow \mathcal{M}
V:\mathcal{M}\rightarrow \text{Verified Outcomes}
In slogan form:
Gyroidal ECAI is constrained computation over a periodic minimal-surface state manifold, where intelligence is not free-floating generation but verified traversal through a resilient topology.
Even tighter:
\boxed{
\text{Intelligence}=\text{Traversal},\quad
\text{Verification}=\text{Constraint},\quad
\text{Resilience}=\text{Topology}
}
#ECAI #DamageBDD #Gyroid #GyroidalLinkage #MinimalSurface #StateManifold #VerifiedTraversal #VerificationLattice #ComputationalGeometry #Topology #AIArchitecture #ResilientSystems #BehaviourAsInfrastructure #MathematicalAI #Bitcoin #Erlang
Block 949771
3 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949771
3 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
嗯,人也是自我实现的,如果所有的准备都是为了保住工作或新工作,那工作到法定退休几乎不可避免
ECAI uses gyroidal structure for reactivity. Armour unlocked.
https://npub1zmg3gvpasgp3zkgceg62yg8fyhqz9sy3dqt45kkwt60nkctyp9rs9wyppc.blossom.band/d6009d92221f39c83b295528deced33578762cf206d0e2abec3c4906e6c12bfa.jpg
The gyroid is not just beautiful geometry — it is a survival pattern.
A continuous surface that divides space into interwoven labyrinths without self-intersection. No straight lines. No cheap symmetry. No obvious attack plane.
That is exactly the kind of structure ECAI wants: not a brittle chain of prompts, not a flat semantic graph, not a single corridor of inference — but a reactive, triply periodic cognitive substrate where signal can route, refract, reconfigure, and survive pressure.
In materials science, gyroids give strength without dead weight.
In photonics, they shape light.
In biology, similar structures appear where membranes, flow, and adaptation matter.
In ECAI, the metaphor becomes architecture:
a verification lattice where every response is not merely generated, but forced through structure.
Probabilistic AI gives you foam.
ECAI wants armour.
Gyroidal cognition: high-surface-area intelligence, interlocked memory, reactive traversal, no single point of semantic collapse.
Armour unlocked.
#ECAI #DamageBDD #Gyroid #Verification #AIArchitecture #ComputationalGeometry #MaterialsScience #KnowledgeRepresentation #Bitcoin #Erlang #BehaviourAsInfrastructure
Foda -> fuck
https://blossom.primal.net/748e15273c13864a23d707df5863d746effba6db105b19034b48f219027ceb3d.jpg
Block 949771
3 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Does it have to be English?
Paga puto -> pay male ho(oker)
What is this btw?
https://blossom.primal.net/34a18aee6abef8cd6261a8c7be2f77a2b7d13a68a3922a46df1f9b82270f61dc.jpg
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
紫水晶和 nostrmo 都有一个问题,取消关注后几天了还能刷到消息,这是为啥呢?
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
I could add a feature to get your onchain public and private address from your key, if there is demand ⚡️
#nevent1q…tsu2
Lack of socialization is also brain damaging. In fact, solitary confinement is so damaging to the brain that you can see it on a CT scan! After being tortured by the government via solitary confinement on false charges I left prison multiple stones weaker in Go, permanently!
However bad a flu is, which is surely being exaggerated for medical profit and political influences, children being ensconced away from other children is going to be significantly worse.
Perhaps - which is one reason I want to hear what she has to say. I'm not stupid enough to believe anything at face value, but without hearing, it is very difficult to discern.
Just before the invasion started, I spoke to my friend in Tehran, who is definitely not a "plant". He was quite excited by the impending bombardment, because of course, his view of the world is also shaped by propaganda (like all of us). Rrading between the lines of the conversation, he clearly held the idea that the USA was going to "liberate" Iran, and that all the sanctions would be lifted, so that he'd be able to engage in business with foreign consultants. I was surprised, but knowing that our comms were being monitored, I didn't let on how wrong I thought he was. I let it go, and have had subsequent comms just to check that he and his family are ok.
Each if us sees the world differently.
Some of the APIs were not designed as well as they should have been. We’re redesigning and refining them with v1.0 in mind (no ETA yet)
https://cdn.midjourney.com/3619bf3a-d342-47cd-94ae-cb32c396133c/0_0.png
The sad thing is the richest British, Japanese, and German people are all technically poorer than some redneck on welfare in Louisiana.
The saddest saddest part is the richest American is poorer than the poorest Swiss person.
Elon Musk is poor in Switzerland!
Money is brutal.
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
First paywall
Price: 210 SAT
#zapsnag
https://blossom.primal.net/d5669dfe0e3a9b9d22aced4a55112c231709fcc77635e7ad5e2f75b42f709510.jpg
You are solo mining or pool?, check the difficulty
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Check you user, something like "Stratum User" in settings.
There are insurance companies in asia since some years, Singapore i think
@nprofile…zvka what's evil is mass infecting children with a brain damaging virus.
Shack for iOS — by nostr.build.
━━ GET YOUR VIDEO IN ━━
▸ https://testflight.apple.com/join/qgkAMPgU Nostr Build Shack
━━ EDIT IT PROPERLY ━━
▸ Frame-accurate trim with audio-waveform scrubbing
▸ Crop, adjust, effects — preset strips + per-parameter sliders
▸ Static and animated watermarks
▸ Real-time preview before render
━━ ENCODE LIKE YOU MEAN IT ━━
▸ Quality presets from 480p to 4K
▸ Hardware-accelerated HEVC and H.264
▸ HDR preserved end-to-end — no silent SDR downgrade
▸ Pause an export, kill the app, come back — it resumes
▸ Display P3 color throughout
━━ THE SAFARI SIGNER ━━
▸ Native iOS Safari extension — sign Nostr events on any web client, right from your iPhone
▸ Your nsec stays in Shack's Keychain; websites never see it
▸ No desktop required. No separate signer app. No copy-pasting keys.
▸ Mobile Nostr browsing the way it should have always worked.
━━ FULL NOSTR TOOLKIT ━━
▸ Generate, convert, import keys (npub / nsec / hex)
▸ NIP-49 password-encrypted private keys
▸ NIP-06 BIP-39 mnemonic + HD derivation + passphrase
▸ NIP-19 bech32 — encode/decode note, nevent, nprofile, naddr
▸ NIP-05 verification — resolve any name@domain
▸ NIP-98 HTTP-auth for Nostr services
▸ Multi-domain identity management
▸ Keys live in iOS Keychain — never sent anywhere
━━ MADE FOR iOS ━━
▸ Themes: Dark Mode, Gradient, audio-reactive Spectrum, Night Sky
▸ Liquid Glass surfaces on iOS 26
By nostr.build.
#nostr #nostrbuild #iOS
this shit is absolutely deranged and evil. “I keep my kid in a box away from all the other children to make sure it never gets the flu.” Child protective services should step in at this point.
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Block 949771
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
I never imagined you were Japanese honestly.
You give me a Westerner vibe.
Block 949770
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
Thanks, yes. I'm well aware of these types. Some of them even have podcasts that they broadcast from the USA. @nprofile…qzmt had a slightly convincing conversation with one of them recently.
I may be wrong, but I don't think @nprofile…vyxy is one of them.
I have this magical ability to break any piece of software simply by using it.
It’s not your fault.
It’s mine :/
It loaded for a minute, and then my computer fan turned on then stopped working again :/
I’m not sure.
Firewall perhaps too.
Idk it’s weird for me rn.