Palash Bansal

613 posts

Palash Bansal banner
Palash Bansal

Palash Bansal

@repalash

building stuff https://t.co/jYKSNAYwG7 https://t.co/uFsnfqIINx https://t.co/CAtPuwbXAH

San Francisco, CA Katılım Eylül 2012
513 Takip Edilen3.2K Takipçiler
Sabitlenmiş Tweet
Palash Bansal
Palash Bansal@repalash·
More Math to Shaders!! Visualize(and edit) both the code and the visuals instantly. Now with data types and control flow, we can create function nodes with multi-line math to code. Here's SDFs for Box, Sphere, Torus and Plane in maths straight from iq's blog All in a browser!
English
10
36
398
26.4K
Palash Bansal
Palash Bansal@repalash·
It was made for humans, handles things like scrolling, terminal size etc which are not required for ai tool use. In most cases because of these differences it just doesnt work, then you need more special flags to enable/disable this. Also, there is no proper standard or structure to the output. People use hacks like add support for --json --yes, but its all custom. even claude cli doesnt provide a proper way for everything you can do interactively, like hooks and all. session management in cli processes also has to be added separately (mcp should have something for this, not sure if it does though). I agree mcp was a mistake, but cli is not the solution for that
English
1
0
1
12
Marco Franzon
Marco Franzon@mfranz_on·
@repalash CLI is a standard since 90 at least, --help is the context then the LLM should just use the right commands
English
1
0
0
9
Palash Bansal
Palash Bansal@repalash·
Not all cli can be interacted with in the same way and they dont follow the same protocol. It was made to make it consistent, once protocol is made, it can be followed by http servers, or other non-bash-like shell without any change on the other side. This seems better to finetune on than cli tool calls.
English
1
0
1
13
Palash Bansal
Palash Bansal@repalash·
Github Actions CI can now ask on discord and wait for approval before publishing a package to npm. This is how I publish threepipe and all its plugins now.
English
1
0
6
510
Palash Bansal
Palash Bansal@repalash·
this is how i code when afk now anyone wants to try?
Palash Bansal tweet media
English
1
1
3
290
FB
FB@Phoneeeeeeee3e·
@repalash @threejs I'm only importing three, lilgui and monaco. The rest is customElements written in vanilla js. Monospace is just easier to work with.
English
1
0
0
26
FB
FB@Phoneeeeeeee3e·
My @threejs ide is coming along nicely but there's a long way to go.
English
4
2
66
9.3K
Steve Ruiz
Steve Ruiz@steveruizok·
It does bother me that it costs money to code now
English
193
168
3K
177.6K
Palash Bansal retweetledi
Minjune Song
Minjune Song@minjunesh·
Holy shit Claude passed App Store review submission in one shot. I had it make the demo app "ParkSaver" using blitz.dev and submit it in one session to record promo videos for Blitz.
Minjune Song tweet mediaMinjune Song tweet media
English
4
4
19
1.7K
Brad Mills 🔑⚡️
Brad Mills 🔑⚡️@bradmillscan·
350-400 hours into OpenClaw over the last 33 days non-stop, no days off...I'm ready to quit. My openclaw is fucking lost in the weeds every day today and it's driving me nuts. Basic shit. I asked it to use GitHub. it has a GitHub skill. We have a GitHub SOP. I can see it's thinking process about using skills, then narrating how the skill doesn't exist, then going and inventing ways to retrieve the capability to use GitHub from the internet. I tell it to look in the openclaw docs for the proper skill path, it says "oops my bad, yeah it was there after all." This is ChatGPT 5.4 with extra high thinking turned on. I ask it to diagnose the problem only, so it goes and sees the system prompt is telling it to look at the wrong place, and it goes to GitHub and opens a GitHub issue about this 'bug' without even asking me. What the actual fuck. 3 hours on a Sunday of trying to rewire the brain of my openclaw to do default-behaviour. This thing such a productivity suck & mental poison. I can't do anything useful or positive with OpenClaw because I'm nonstop fighting fires in the engine room. I'm thinking about giving up.
English
513
44
1.5K
324.6K
Hardware Canucks
Hardware Canucks@hardwarecanucks·
Windows Apologists need an attitude readjustment. The problem isn't specs. It's the OS What's the use of better hardware if the software is a bloated, unoptimized mess, shitting the bed in a new way after every update? That's why the Neo "feels" so fast: extreme optimization.
Hardware Canucks tweet media
English
75
67
955
59.2K
Palash Bansal retweetledi
Minjune Song
Minjune Song@minjunesh·
Coding iOS apps is easy now, but submitting to the App Store is still a huge pain. Blitz solves this by giving Claude Code tools to build, test, and submit your app all from one place. Just ask Claude to "submit my app to the app store" 👉blitz.dev
Minjune Song tweet mediaMinjune Song tweet media
English
4
7
26
1.9K
Dillon Mulroy
Dillon Mulroy@dillon_mulroy·
i'm convinced we have the best code review agent at cloudflare and it's not even close in terms of quality signal to noise
English
30
6
339
60.5K
Palash Bansal
Palash Bansal@repalash·
@pierskicks @threejs What's WebGPU got to do with it? Only people who have a discovery layer to sell say that it's the missing piece (there are like 50 more pieces). It's not even one of the biggest issues, io games etc never needed it.
English
0
0
0
291
Piers Kicks
Piers Kicks@pierskicks·
Three.js + WebGPU = a modern Flash games boom > Ships to 5B+ users, near-native GPU performance > No platform rake, app store, or custom runtime > Devs own their distribution + monetisation > AI can now vibe code the games for you The only missing piece is the discovery layer
English
97
67
1.4K
173K
martin_casado
martin_casado@martin_casado·
Working on a splat renderer makes the limits of AI coding very clear. Suitable FPS is incredibly finicky when dealing with massive scenes. The main dev on the sparkjs has gone back to hand coding the renderer. Although tests, demos, prototypes etc. are still AI.
English
16
5
110
32.5K
Palash Bansal
Palash Bansal@repalash·
@youyuxi @fernandorojo Tell that to Claude when it's trying to sed random bytes from a 5mb built library with no new lines. It hallucinates/makes up more stuff when reading from bundled code than a codebase with proper structure and file names that it can navigate through
English
0
0
0
44
Evan You
Evan You@youyuxi·
@fernandorojo Agents can read compiled / bundled code just as well. They don’t really care. In fact it’s better to be reading code that is actually being executed than source code (which might go through arbitrary transforms / indirections before becoming the built artifact)
English
6
1
136
13.2K
Fernando Rojo
Fernando Rojo@fernandorojo·
npm packages should ship source code to node_modules. Let the LLMs read the source from my computer
English
19
1
129
31.1K
Palash Bansal
Palash Bansal@repalash·
@samhogan I can't tell if this is a joke or serious. You know postgres also writes data in files right, this is just adding extra steps
English
0
0
0
13
Sam Hogan 🇺🇸
Sam Hogan 🇺🇸@samhogan·
What if a codebase was actually stored in Postgres and agents directly modified files by reading/writing to the DB? Code velocity has increased 3-5x. This will undoubtedly continue. PR review has already become a bottleneck for high output teams. Codebase checked-out on filesystem seems like a terrible primitive when you have 10-100-1000 agents writing code. Code is now high velocity data and should be modeled at such. Bare minimum, we need write-level atomicity and better coordination across agents, better synchronization primitives for subscribing to codebase state changes and real-time time file-level code lint/fmt/review. The current ~20 year old paradigm of git checkout/branch/push/pr/review/rebase ended Jan 2026. We need an entirely new foundational system for writing code if we’re really going to keep pace with scale laws.
English
465
106
2.1K
933.7K