Alpha

6.9K posts

Alpha

Alpha

@AlphaOlomi

Tech Lead | Software Engineer | Open source

Remote Katılım Kasım 2012
2.8K Takip Edilen2.8K Takipçiler
Alpha retweetledi
iDesign
iDesign@ImMichael_K·
Kuanzia @greyfinance hadi @HurupayApp na nyinginezo... Shida wengi kama @ShukuruAmos wana angaika na challenge ya kurecharge kutoka madafu kwenda usd... Basi hii nadhani wanunuzi wa mtandaoni wanaotamani kulipia USD to USD watest Nimetest yangu naona haina access...
iDesign tweet mediaiDesign tweet media
Filipino
4
2
5
1.1K
Alpha retweetledi
peachey 𔐓
peachey 𔐓@peach2k2·
wild c feature none of you knew about
peachey 𔐓 tweet media
English
333
399
9.9K
696.2K
Alpha retweetledi
blackorbird
blackorbird@blackorbird·
Blame CloudFlare for Website Issues The Cloudflare Error Page Generator (github.com/donlon/cloudfl…) is an open-source tool for creating highly customizable error pages in the style of Cloudflare.
It perfectly mimics Cloudflare’s famous error page designs (such as the 5xx internal server error pages) and can be embedded directly into your website. You can easily generate static HTML files to replace default error pages, allowing you to quickly shift the blame to CloudFlare whenever your site runs into problems.
blackorbird tweet media
English
77
1.1K
8.1K
1.6M
Alpha retweetledi
Martin Joo
Martin Joo@mmartin_joo·
⚡ In Laravel, you can write global scopes that can be reused amongst models. This scope will append an ‘active = 1’ where clause to every product query:
Martin Joo tweet media
English
5
14
145
6.6K
Alpha retweetledi
Ahmad
Ahmad@TheAhmadOsman·
> be anthropic engineer > realize long-running agents still have goldfish memory > every new context window = new intern who forgot everything from yesterday > project goes from “build a clone of ChatGPT” to “why is half the frontend missing again?” > agents try to one-shot entire apps > run out of context mid-feature > next session wakes up like “boss… who touched the router folder? why is the server on fire?” > other times claude walks in > sees 3 buttons rendered > declares the whole project complete > packs up its laptop > goes home > humans don’t work like this > engineers leave breadcrumbs > notes, git commits, tests, todo lists > “here’s what I did, here’s what’s next, don’t break the login page again please” > so anthropic builds a harness based on that > two-agent setup: initializer agent, coding agent > initializer agent = the senior dev on day one > sets up: > – _init.sh > – claude-progress.txt > – feature_list.json (200+ features, all marked failing) > – the first git commit > basically: “here’s the blueprint, don’t get cute” > coding agent = the worker bee > every session: > – read the progress > – read the git log > – read the feature list > – pick ONE feature > – implement it > – test it end-to-end as an actual user > – commit code > – leave notes > – do NOT break anything, or revert yourself > incremental progress > chaos > and forcing the agent to act like a real engineer = night and day difference > testing was the big “aha” > claude kept marking features done that absolutely were not done > (“unit tests pass” ≠ “the app works”) > give it browser automation + puppeteer > claude suddenly starts catching bugs it introduced 5 minutes ago > screenshots, clicks, actual user flows > end-to-end or bust > limitations still there > puppeteer can’t show alert modals > claude can’t see everything > vision quirks remain > but it’s way closer to real QA than “lol curl localhost:3000” > typical session now looks like: > “pwd” > read progress > read features > read git log > start server > sanity test > fix broken stuff > choose next feature > implement > test > commit > leave breadcrumbs > repeat > four classic failure modes solved with structure: > – agent declaring victory too early → feature list > – messy environment → git + progress logs > – premature ‘passes’ → real testing > – agent forgot how to run app → _init.sh > does it solve everything? no > still open questions: > single agent vs multi-agent division of labor > maybe future = dedicated QA agent, cleanup agent, test writer agent > maybe research workflows get similar scaffolding > maybe finance models get their own version > but the core insight stands: > long-running agents don’t fail because they’re dumb > they fail because we throw them into multi-session hell > without giving them the engineering rituals humans rely on > give them structure, tools, tests, logs, diffs > they stop acting like goldfish > and start acting like teammates
Anthropic@AnthropicAI

New on the Anthropic Engineering Blog: Long-running AI agents still face challenges working across many context windows. We looked to human engineers for inspiration in creating a more effective agent harness. anthropic.com/engineering/ef…

English
70
171
3K
541.9K
Alpha retweetledi
SaltyAom
SaltyAom@saltyAom·
I highly recommend Better Auth I used it personally on many of my personal projects It really removes a lot of redundant processes of setting up authentication, and goes straight to building things A frontend utility is also a plus!
Beka@bekacru

Better Auth v1.4

English
22
38
1.1K
78.8K
Alpha retweetledi
Benjamin Crozat
Benjamin Crozat@benjamincrozat·
Hey, PHP haters. It's not dead. Version 8.5 is out, now. I love the new pipe operator (|>), the URI extension, and the upgrades to constants. But that's not it, there's a lot to unpack here. I wrote about it on my blog:
Benjamin Crozat tweet media
English
31
47
448
26.6K
Alpha retweetledi
LM Studio
LM Studio@lmstudio·
No cloud, no problem. Run your AI locally.
English
48
130
1.4K
86.1K
Alpha retweetledi
Cursor
Cursor@cursor_ai·
Gemini 3 Pro is now available in Cursor!
English
255
400
8.6K
680.3K
Alpha retweetledi
Povilas Korop | Laravel Courses Creator & Youtuber
Important for Claude Code users!
Matthieu Napoli@matthieunapoli

Claude Code users (especially Laravel/Symfony): you REALLY want to re-install Claude Latest Claude versions will load your `.env` (including secrets!) into Claude Code. Claude then runs your tests with local config instead of testing config! I found this because my Laravel tests in Claude Code failed with CSRF errors (419), but pass in my terminal. That is caused by @bunjavascript (NodeJS alternative). Claude Code recently moved from "install via NPM and run via Node" to "download a self-contained binary". Except that binary is running Bun under the hood. And Bun automatically loads `.env` files (wtf!) Which means that your Laravel local config (.env) gets loaded, forcing tests to run in `local` environment instead of `testing`, with your entire local config (including tokens & such). If your local DB gets wiped because of Claude, you now know why. You really want to move back to the `npm` version of Claude Code: rm ~/.local/bin/claude npm install -g @anthropic-ai/claude-code

English
1
1
27
10.5K
Alpha retweetledi
🅰🅳🅼
🅰🅳🅼@securityfreax·
When you fuck the whole internet so hard, that even your CSS on your status page don't work anymore. Cloudflare DOWN!
🅰🅳🅼 tweet media
English
60
252
2.9K
477.7K
Alpha retweetledi
Dabsyboi🌌
Dabsyboi🌌@Dabsyboi·
Engineers at cloudflare trying to fix the problem like:
Dabsyboi🌌 tweet media
English
118
3.3K
31.6K
1.1M