abdullah

3.2K posts

abdullah banner
abdullah

abdullah

@verse_

check the highlights tab!!! - email: [email protected]

Katılım Şubat 2017
1.6K Takip Edilen4.5K Takipçiler
Sabitlenmiş Tweet
abdullah
abdullah@verse_·
Left: Normal ASCII shader Right: Shape-aware ASCII shader ASCII characters are chosen based on their shape, so you get clearer edges Vectors are calculated and compared with WebGPU compute shaders It's based on an altered version of Alex Harri's approach. I'll link below
English
33
470
8.3K
304.8K
Guillermo Rauch
Guillermo Rauch@rauchg·
Today we're open sourcing open-agents.dev, a reference platform for cloud coding agents. You've heard that companies like Stripe (Minions), Ramp (Inspect), Spotify (Honk), Block (Goose), and others are building their own "AI software factories". Why? 1️⃣ On a technical level, off-the-shelf coding agents don't perform well with huge monorepos, don't have your institutional knowledge, integrations, and custom workflows. 2️⃣ On a business level, the moat of software companies will shift from 'the code they wrote', to the 'means of production' of that code. The alpha is in your factory. Open Agents deploys to our agentic infrastructure: Fluid for running the agent's brain, Workflow for its long-running durability, Sandbox for secure code execution, AI Gateway for multi-model tokens. (Because of our focus on Open SDKs and runtimes, this codebase is a gem even if you're not hosting on Vercel.) TL;DR: if you're building an internal or user-facing agentic coding platform, deploy this: vercel.com/templates/temp…
Guillermo Rauch tweet media
English
159
352
4.3K
672.9K
Tiger Abrodi
Tiger Abrodi@TAbrodi·
i built a new personal portfolio. it's inspired by call of duty. if you grew playing it, the background music will spark childhood memories. tiger.engineer
English
10
2
56
3.2K
abdullah
abdullah@verse_·
The slop increases exponentially. It quickly becomes a large chunk of the codebase Then you end up in this position: - you either continue like this, but every little change requires that devs trudge through layers and layers of slop, slowing them down significantly and leaving the app riddled with bugs - you suggest a refactor, but absolutely nobody wants to hear that
English
0
1
5
1.8K
Alex Sidorenko
Alex Sidorenko@asidorenko_·
What happens to your codebase when you stop reviewing your agents' output
English
157
161
2.9K
474.9K
abdullah
abdullah@verse_·
@JohnPhamous are you doing that thing where you search using a generated hypothetical answer to a query instead of the raw query itself? or like expanding/rewriting the query in some other way before running the search?
English
0
0
0
279
JohnPhamous
JohnPhamous@JohnPhamous·
can now semantically search for everything ive ever seen no more digging through slack/notion/history - records all text nodes on screen - stores embeddings locally - source app stored as attribute most used workflow is searching tweets ive seen
JohnPhamous@JohnPhamous

datadog for humans - realtime heart rate - correlates with typing speed, clicks, pointer travel distance & what app you're in - breakdowns by websites & slack channels - insights in deep focus, context switching, hr per-app - local, native app

English
21
13
496
59K
abdullah
abdullah@verse_·
@gentlycarved @cpendas @vanschneider > dropdown of models you're talking about image models right? very curious how you use image models when you're designing something. is it mostly for assets or like for ideation?
English
1
0
0
35
t
t@gentlycarved·
I feel like I’m the only one who doesn’t find node based design tools intuitive
English
12
1
58
8.3K
Diego Rodriguez
Diego Rodriguez@asciidiego·
Pure software was never investable. No one invested in Windows 95, or Mac OS Aqua. People invest in organizations that make software—whether it’s with people, AIs, compilers, or whatever. People invest in higher order orgs that make stuff that people buy—or have a shot at that.
Naval@naval

Pure software is rapidly becoming un-investable.

English
6
4
67
8.2K
abdullah
abdullah@verse_·
@lumosterris Also I don't really understand why he uses circles either
English
0
0
2
34
abdullah
abdullah@verse_·
Left: Normal ASCII shader Right: Shape-aware ASCII shader ASCII characters are chosen based on their shape, so you get clearer edges Vectors are calculated and compared with WebGPU compute shaders It's based on an altered version of Alex Harri's approach. I'll link below
English
33
470
8.3K
304.8K
abdullah
abdullah@verse_·
Just to be extra clear this is not my blog post. This is written by Alex Harri. I couldn't find him on X so I can't tag. This is why the original tweet says "based on Alex Harri's approach"
English
0
1
16
2.4K
abdullah
abdullah@verse_·
The way I build the vectors is slightly different: The screen is divded into cells. Then I divide those cells into a subgrid. The average luminance of each cell in the subgrid is what I use to build the vector I think the math also differs in some places because it all runs in compute shaders alexharri.com/blog/ascii-ren…
English
3
3
118
10.3K
abdullah
abdullah@verse_·
@RogerAlsing no, I think this is because I had the edgeContrast var turned up. It alters the cell vectors a little to increase the visual separation between different colors in the image generally makes the image look a little better especially at the meeting points between the cubes faces
English
0
0
3
1K
Roger Johansson
Roger Johansson@RogerAlsing·
@verse_ Was the char pixel fit computed from some other font? e.g. some older FixedSys or similar? "i" vs "yz" and "." vs "__", looks somewhat sus tbh.
Roger Johansson tweet media
English
1
0
8
2K
Lngly
Lngly@Lngly_·
@verse_ very cool! what's that debug ui?
English
1
0
1
728
abdullah
abdullah@verse_·
@DonnyLi2001 Yeah that's what I did here. I decided to do the glyph vector precomputation in a compute shader too just because I thought it was cooler. But it only runs once on mount, and then re-runs when variables in the control panel change
English
0
0
9
3.8K
Donny Li
Donny Li@DonnyLi2001·
@verse_ Shape-aware glyph selection looks great. One trick is precomputing glyph edge maps and doing a small KNN in the compute shader so per-frame cost stays low as resolution scales.
English
1
0
17
4.3K
John Carmack
John Carmack@ID_AA_Carmack·
The modern age has richly rewarded people with a combination of high intelligence and high agency. Now that many aspects of intelligence are successfully being automated, it seems likely that people with relatively lower intelligence but exceptional agency will come into their own if they are willing to egolessly accept AI advice. Imagine a ruthless criminal that completely trusts everything their always-on AI glasses are telling them, knowing that it is carefully looking out for their best interests and isn’t scheming to betray them.
English
301
275
4.2K
434K
abdullah
abdullah@verse_·
@baoskee imo with SaaS, the "service" part is the main thing you're selling, and the "software" part is like a necessary evil that you have to deal with to be able to do that I think that's why everyone has been trying to kill the need for code since day 1. but it just won't die
English
1
0
1
119
abdullah
abdullah@verse_·
when you have a list of links like this, you can get this nice trailing effect if you only transition colours when the cursor leaves
English
7
15
721
37.7K