james

777 posts

james

james

@jmuraca

Katılım Temmuz 2008
784 Takip Edilen163 Takipçiler
james
james@jmuraca·
@levelsio Seperate logs and code to seperate auth access. Then can combine feature and bug backlog so it doesn't matter if you add tickets or a claude error finder, or claude plan maker. Trigger to start can be simple cron schedule, or could be event driven when a ticket comes in etc.
English
0
0
0
52
james
james@jmuraca·
@levelsio I have been running this. Seperate log pull from claude. Download logs, check for error etc then pass to claude to process into a ticket. Then another process for claude to code in the same way. Pick tickets, git checkout/branch, write code, commit etc.
james tweet mediajames tweet media
English
1
0
0
140
@levelsio
@levelsio@levelsio·
This is fun but what if we connect my PHP, JS and server error logs AND the bug and feature request board to an AI that then writes the code and does pull requests that I then approve or reject? How I do this? Can I do it with Claude Code?
@levelsio@levelsio

This week I decided to just permanently switch to running Claude Code on the server mostly on bypass permissions mode: c() { IS_SANDBOX=1 claude --dangerously-skip-permissions "$@"; } And for the first time in my life I think I've actually managed to outrun my todo list What happened is I simply blasted through my to do list of features I had to build and bugs I had to fix I've never shipped so fast and Claude Code almost made no mistakes, and when it did it they were tiny that weren't fatal (important because I'm mostly working on the server in production now) Before I was always known to ship fast (also because I always work alone) but while I shipped new things would always build up on my features/bug board (my users can submit them there) But this is the first week where I've been fast enough to outrun them The board is actually empty! As other people have written on here the real bottleneck is becoming myself and my creativity, not how fast I can ship. Because I think I ship faster now than I can come up with new ideas, or maybe my brain will adjust to this new speed (probably) Also I feel another limit is becoming my own mental context window, as in how many things, features, bugs, projects, I can keep in my mind in parallel while building on all of them. It's a lot and I haven't reached that limit yet but I feel I might be close I also noticed that you start going really fast the more you let it just go loose, before I was slow because I didn't trust it and I was scared it would destroy my code, now I just let it go. As @karpathy wrote, things feel like they've changed a lot around December last year when models became good enough to really code with and I feel the same When I see other friends code with Claude Code I often notice they're slow because they still check everything, which is good of course, but I feel the better way would be to create some tests and just let it run freely and see if it can pass those For me the tests are mostly just me checking out if the new feature on the site works or not, and in 99% cases it just does, and then I ask it to improve it further Because I run Claude Code on the server in production, I don't have to wait for deployment anymore (although that took only 3 seconds anyway before, that still adds up), now it's wait for it to be done coding, I refresh the site and I test it, that feedback loop is how I work and it's made me WAY faster Anyway here's what I did this week and the majority of these things were requested by people on the bug board, I'd say this is about 10x my normal output: 📸 Photo AI - Built new image viewer and mobile image viewer - Added batch remix, multi-photo import, filtering by model in gallery - Security overhaul: phased out insecure ?hash= login, migrated to session tokens - Fixed Google login loop, multi-model selection, talking scripts - Added custom audio upload for talking videos - Created dynamic model selector from server endpoint 🏡 Interior AI - Revived [ Add furniture ] feature (started 6 months ago, image models now good enough) - Added custom style upload for redesigns - Built own Gaussian Splat viewer for 3D - Made /remove_bg endpoint for furniture backgrounds - Migrated 3D walkthrough to new World Labs API - Added .skp file support, paint color masking, empty room button 🎒 Nomads - Launched weekly AI-generated newsletter from chat - Built profile edit modal, moved profile editing from /settings to profile page - Added TikTok/YouTube links, status bar, server-side API tracking - Added hundreds of new profile tags and traits - Fixed timezone filters, broken links, user avatars 🗺️ Hoodmaps - Revived write mode (before was only read for last few years because db was rekt) - Built heatmap mode using sentiment-scored tags (50K+ tags) - Fixed root cause: tags not entering DB due to wrong PRAGMA (should be WAL) - Added good/bad area detection with admin grid controls - Set up Claude Code Telegram bot for live changes - Enabled CF cache, fixed health check, fixed Brussels 📕 MAKE book - Built auto ePub/PDF generator cron worker - Added dynamic generation with personal customer watermarks - Added image compression for file size 💾 Pieter .com - Added Wikipedia text-only reader for Kindle - Exploring Windows 3.11 emulator using v86 (to replace Em-DOSBox) - Added product recommendations on homepage - Installed Wall Street Raider (1986) 👩‍💻 Remote OK - Installed Chatbase AI customer support bot - Added "report not remote" link on job posts 🏨 Hotelist (3 todos) - Fixed hotel URLs and city range bugs - Added iron amenity

English
161
9
357
191.1K
james
james@jmuraca·
Exactly. Do the dumb stuff on compute time. Download logs and parse for errors. Download docs parse to MD. Clone git code first. Do the dumb task in python/she'll etc, parse if there's a task needed. and then call Claude.
Josh Pigford@Shpigford

x.com/i/article/2019…

English
1
0
1
45
james
james@jmuraca·
The value of Ralph with Claude Code is not the loop but that Claude is 1. triggered and 2. headless
English
0
0
0
22
Vic 🌮
Vic 🌮@VicVijayakumar·
It was productivity porn. I was spending a lot of time just tinkering with openclaw, watching github issues and release notes, and it's unreliable as f. And worse it's unnecessary security exposure for little benefit. I'm already extremely productive and I want to use my downtime to play videogames not organize a memory system for my bot girlfriend. I already miss a few things my bot was doing for me though- I was waking up to a status report of how my different projects are doing, if any of my emails require a response, impromptu Spanish lessons, etc. I'm just going to build replacements.
English
11
0
81
5.3K
Vic 🌮
Vic 🌮@VicVijayakumar·
That was a fun few days but I’ve now deleted openclaw and wiped my mac mini The mini is back to just running opencode and I can ssh into it from anywhere
English
22
0
203
28.6K
james
james@jmuraca·
The best part of Claude Code is that my git commit messages now have actual details
English
0
0
0
11
Miguel 🇵🇹
Miguel 🇵🇹@miguelgbandeira·
AI will kill itself because it will run out of human content to train on every article, essay, post will be AI-generated then AI trains on AI content copy of a copy of a copy each generation gets worse we're watching the slow rise and fall of AI in real time.
English
783
214
2.6K
129.5K
james
james@jmuraca·
Experimented with an AI onboarding flow to personalise default user settings. User enters email/phone. Backend extracts company domain and scrapes website for context. Claude API analyzes company type, industry, size. Returns personalized default settings. Instant "ah ha" moment
English
0
0
0
24
james
james@jmuraca·
Imagine the training data for Gemini Code if Google hadn't shut down Google Code
English
0
0
0
30
james
james@jmuraca·
The @AcquiredFM portfolio index: Buy $1K of that company when the episode drops. From 44 public companies I reviewed from the episode air date to today $44K invested → $144K today (+227%) vs S&P 500: $76K (+74%) Episodes 2015 Instagram (Meta) and 2022 NVIDIA did well here!
james tweet media
English
0
0
2
64
Vic 🌮
Vic 🌮@VicVijayakumar·
I don’t see anyone talking about local models anymore, did everyone decide to just pay for Opus tokens?
English
45
1
126
24.5K
james retweetledi
Tony Severino, CMT
Tony Severino, CMT@TonySeverinoCMT·
Are rate cuts bullish or bearish?
Tony Severino, CMT tweet media
English
87
43
366
49K
james retweetledi
George from 🕹prodmgmt.world
unpopular opinion: this PMF scale is why most startups fail they think they're at 'product-market fit' when they're actually still at 'customer problem fit
George from 🕹prodmgmt.world tweet media
English
8
23
221
18.7K
charmaine
charmaine@charmaine_klee·
👋 id love to chat with growth / GTM / solutions / forward-deployed engineers about how they automate, integrate, and prototype things today! happy to offer a free val town pro subscription, val town merch, good growth templates, or anything else i can offer would love intros if you know anyone (or if it's you)!!
English
3
6
17
3.6K
james retweetledi
Olivia Moore
Olivia Moore@omooretweets·
I may be a terrible person but Veo 3 sinkhole videos are my favorite new genre of comedy
English
218
1.1K
15.8K
1.5M
james retweetledi
Dani Grant
Dani Grant@thedanigrant·
My 1st day at Cloudflare, the now CTO gave me 1 big piece of advice: Ship small wins early. Like ASAP. The easiest way to build trust in a new org is to ship small wins early. Ship small and fast (otherwise you're just the new PM working on the same darn feature for 6 months).
English
38
149
2.2K
153.6K
Kevin Holland
Kevin Holland@TheSolarShed·
Solar fences were designed for northern climates when the sun in lower and needs are higher. A east west tracker as the pics shows is designed for high energy generation, all day every day. Fences need more space between them to work. Less efficient for fir this application. Solar fences are used as balcony Solar, boundaries and areas where the sun is low. Nothing to be uncomfortable about.
English
4
2
29
2.5K
Kevin Holland
Kevin Holland@TheSolarShed·
Mum lives in Spain. Someone built a solar farm behind her house where the olive groves were. Mum's just told me her unit rate for electricity is now 6 cents (they use Euro's and cents) per kwh used. The farmers have a guaranteed income without working the land and as the EU Olive subsidies have been moved in a deal with Morocco where they can be grown and processed much cheaper, the migrant labour that farmed the groves have returned home to tend the crops there. The solar farm is now being 'hidden' from the nearest homes. The panels are tracking from east to west. Not south facing. It's a better use of land as farmers still farm, but they harvest daylight for energy rather than olives for Tapas bars and an elderly population benefit from the cheapest bills I've heard of. On the big picture, they've killed the need for fossil fuels that are burnt to supply the local grid. Solar genuinely IS THE SOLUTION. solar-power.com
Kevin Holland tweet media
English
210
481
3.5K
734K