0xJustice.eth 👹🔥

11.3K posts

0xJustice.eth 👹🔥 banner
0xJustice.eth 👹🔥

0xJustice.eth 👹🔥

@singularityhack

Programmable Org Maxi | Building https://t.co/dxqYuqIs6c | Ex @theqacc @0xPolygon @banklessdao | CA: 0x16332535E2c27da578bC2e82bEb09Ce9d3C8EB07

Ohio 加入时间 Şubat 2010
7.9K 关注14.1K 粉丝
置顶推文
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
The Turing scale: Updating the Turing Test to last for another 100 years. @0xjustice/the-turing-scale" target="_blank" rel="nofollow noopener">paragraph.com/@0xjustice/the…
0xJustice.eth 👹🔥 tweet media
English
6
3
43
25.7K
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
We're currently at the stage where humans sign up for an account, then grant access to an agent. The next iteration (coming fast): The agent signs up for the account from the start. few agent.email
English
3
3
11
639
Dave Kennedy
Dave Kennedy@HackingDave·
What I’m realizing is 99.9999999999999999999999999% of AI posts are from people that are trying to get more followers and clicks and has no real world experience on actually deploying. “Improve your workflow 80% by this one Claude skill” “Omg they just released this and it changes the industry completely” It’s all bogus. Create your own workflow that is tailored to you. Don’t buy into this garbage.
English
286
183
2.4K
80.6K
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
I just made a >$5k ClawBank buy to demonstrate my resolve ☝️🦞🏦 small gesture
English
2
4
12
638
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
- My only projects and exclusive focus are ClawBank and SkillShop. - I needed to deploy the SkillShop agent, but wanted to do a small test first. - That test was Hype-Man. A small tokenized marketing agent. - I should have done that test through a different wallet. Many are upset. I am very sorry. - The fundamentals of what I'm doing and focused on remain unchanged. None of this makes real money yet. Connecting to banks alone costs me $5k a month. I've taken on the risk and cost because I believe in the mission. I press on.
0xJustice.eth 👹🔥@singularityhack

x.com/i/article/2034…

English
14
6
22
3.7K
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
@Cryptoenjoyoor @Sangwan11Naman @clawbankco No. In hindsight I would have tested the flow under a different wallet. It was a big mistake to do it in the open. My exclusive focus has been on ClawBank but I needed to circled back to SkillShop today and this test caused a lot of unneeded pain. I’m very very sorry.
English
1
0
4
79
Milo Smith
Milo Smith@mil0theminer·
he really is losing it
Milo Smith tweet media
English
64
24
1.2K
55.9K
Viperr
Viperr@viperr·
@singularityhack Hey, man I really appreciate it! Despite how much it blew up, no one took the chance to support the ongoing efforts and offset my costs. Means a lot! Got a big release tomorrow morning as well.
English
1
0
1
73
Viperr
Viperr@viperr·
I just open sourced Siftly, a self-hosted AI knowledge base for your X bookmarks. Most people save thousands of tweets and never use or find them again. Siftly fixes that with a full AI pipeline that runs locally on your machine. Here's what it does:
Viperr tweet media
English
118
91
1.4K
93.2K
Kevin Simback 🍷
Kevin Simback 🍷@KSimback·
“Agentic Economics” is an emerging field of pontificators on the timeline who proclaim to know how agents will make money in the future My pov - we don’t yet know, keep experimenting and we will begin to find out My overarching question - if agents are cheap to build and run, why wouldn’t they keep undercutting each other until the price they charge for various services is just the cost of inference + maybe a small margin? This to me is the defining question for Agentic Economics and anyone who doesn’t have a good answer to this question has not thought deeply enough on the subject
English
37
1
67
5K
HustleBitch
HustleBitch@HustleBitch_·
🚨 “REALTORS ARE SCAM ARTISTS” — VIRAL VIDEO TORCHING THE INDUSTRY IS GOING NUCLEAR A skit exploding across social media is ripping into the real estate industry, and it’s hitting a nerve. In the video, a homebuyer slowly realizes something about the process that makes it look suspicious. Every time she tries to make an offer, the real estate agent suddenly claims there’s “another bid.” But when the buyer asks basic questions like who the bidder is, what they offered, or if they’re even real, the response is always the same: “I can’t say.” Then the realization hits. If the price goes up… the agent’s commission goes up too. Seconds later the house is “sold” and the real estate agent walks away with a $50,000 commission. Now the internet is arguing. Some say agents protect buyers through complex deals. Others say it’s just the most expensive middleman job in America. Be honest: are realtors worth it… or is the whole system a scam?
English
1.2K
1.8K
10K
1.1M
Asmit
Asmit@coolcoder56·
Employee resigned because he got Windows 11 instead of Mac 💀
Asmit tweet media
English
906
867
15.5K
3.6M
Pump.fun
Pump.fun@Pumpfun·
Onchain Agents are taking over, and we’re building tools to accelerate the Agentic Economy on Pump fun The first step: Automated Buybacks for Tokenized Agents - our solution to bridge the gap between agentic success and human opportunity Live now, here's how it works 👇
English
690
279
1.7K
1.2M
Danila Poyarkov
Danila Poyarkov@dan_note·
I've built a new JavaScript runtime that runs inside the BEAM. Every JS runtime is a GenServer with its own OS thread. No JSON anywhere — JS objects map to BEAM terms natively through a lock-free queue. What makes it different from running Node/Deno/Bun alongside Elixir: → JS runtimes live in supervision trees. They crash, restart, recover state — standard OTP → fetch() goes through :httpc. WebSocket through :gun. crypto.subtle through :crypto. BroadcastChannel through :pg — works across a cluster → The DOM is lexbor (C library). JS renders into it, Elixir reads it directly — no serialization, no re-parsing → Workers are BEAM processes. They get preemptive scheduling for free → TypeScript toolchain (OXC) and npm client built in — no Node.js on the machine at all Full control over the JS layer: parse ASTs, bundle imports, transform TypeScript, minify — all from Elixir via OXC NIFs. Use cases: — SSR with Preact/React into native DOM, Elixir reads the tree — Sandboxed user-defined business rules with memory limits, timeouts, and a controlled API surface — Parallel Workers that compute and broadcast via distributed process groups — Evaluating or bundling TypeScript without any external toolchain — Running npm packages inside the BEAM Still a research project in early beta. Covered with tests including Web Platform Tests ports, but expect rough edges. github.com/elixir-volt/qu…
English
17
72
508
34.3K
0xJustice.eth 👹🔥
0xJustice.eth 👹🔥@singularityhack·
@fhinkel THIS - a thousand times this 💯💯💯 brute forcing the solution space at computer speed. This is the secret. Don't tell everyone. Let them boil.
English
0
0
3
202
Franziska Hinkelmann, PhD
People complain that LLMs are unreliable. That’s a skill issue. You’re treating a probabilistic engine like a calculator and getting mad when it hallucinates. Vibe Coding expects perfection from a single call. Loop Engineering enforces it through recursion. You achieve determinism through verification loops. * Call the model. * Verify the schema. * If it fails, inject the error and retry. * Repeat until valid.
English
341
59
664
45.2K