Erdal

1.8K posts

Erdal banner
Erdal

Erdal

@ErdalToprak

AI Engineer | 🇺🇸🇫🇷🇹🇷

Nice, France Katılım Şubat 2010
159 Takip Edilen662 Takipçiler
Erdal
Erdal@ErdalToprak·
@zakelfassi Try it yourself, I can explore in depth any repo divide and conquer until the sub-sub-sub agent read individual files Its token consuming that’s for sure but it’s fine for me
English
1
0
2
25
alex fazio
alex fazio@alxfazio·
the elites don’t want you to know you can `/goal <goal_doc>.md` and adjust the doc while codex works on it, without interrupting the run
English
22
16
376
29.9K
Erdal
Erdal@ErdalToprak·
@theo does it use the new tsnet or the old go one ? didn't look into the codebase
English
0
0
0
199
Theo - t3.gg
Theo - t3.gg@theo·
I made a mistake. I underestimated Julius again. T3 Code's remote feature is so far ahead of the remote control options offered by, well, everything else. 2 clicks to get a URL. Now I'm running a bunch of worktrees on my Mac Mini. Tailscale support built in too.
Theo - t3.gg tweet media
English
36
7
492
57.2K
Erdal
Erdal@ErdalToprak·
@levelsio Have you tried remote machines in codex ? You can put control any macOS or linux from the iPhone or Mac I think it’s now better then the termius option
English
0
0
1
322
@levelsio
@levelsio@levelsio·
So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to To make this work I have this startup snippet in each site's Termius profile: > cd /srv/http/hoodmaps.com && tm (so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here) Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean! Here is the code, maybe it helps somebody: # tmux session per folder. `tm` (no args) attaches to / creates a session # named after the current dir's basename. `tm name` overrides the name. # Works whether already inside tmux (uses switch-client) or outside it. tm() { command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; } local name="${1:-$(basename "$PWD")}" # tmux session names can't contain '.' or ':' — replace with '-' name="${name//./-}" name="${name//:/-}" if [ -n "$TMUX" ]; then tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD" tmux switch-client -t "$name" else tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD" fi } # Auto-attach on interactive login: picks a session named after wherever # you land. Plain `ssh server` lands in $HOME → session "root". Use # `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site # folder → session "sm-levels-io". Skips inside tmux and non-interactive # shells so scp/rsync/scripted ssh keep working. if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then tm fi
@levelsio tweet media
Jerry the Cowboy@ldsc4303

@levelsio @dcbuilder Hey dude, how do you setup tmux, mosh, clipboards and all of that. Would love to get you dotfile and 80/20 it.

English
21
21
476
161K
Erdal
Erdal@ErdalToprak·
@TheAhmadOsman As long as it's not advertised as viable i don't see any downsides It is nice to have people push boundaries and try novel stuff
English
0
0
1
111
dominik kundel
dominik kundel@dkundel·
Quick tip when you forget to use `/goal` when you write your prompt you can just tell Codex to set it for you by steering it mid conversation
dominik kundel tweet media
English
10
4
102
3.1K
Erdal
Erdal@ErdalToprak·
@UlrichRozier En lecture diagonale je vois ollama et un modele non optimise pour cette machine, assez dommage
Français
0
0
0
48
Erdal
Erdal@ErdalToprak·
@helloiamleonie I feel actively target by this post Do you have a maximalist example ?
English
1
0
1
22
Leonie
Leonie@helloiamleonie·
all of our personal portfolio pages look the same: minimalist + white/beige background + black font i have the urge to change mine to a maximalist, full of color vibe. something that looks like a kid drew a rainbow. but i'm also a basic millenial. the struggle...
English
2
0
1
273
DHH
DHH@dhh·
For complicated agent work, it's amazing how much GPT5.5 has improved. I found 5.2 to be very far behind Opus. Now using Opus 4.7 after 5.5 feels like a big step backwards. Gotta love this level of competion! Strong comeback for OpenAI.
English
104
100
2.2K
116.6K
Erdal
Erdal@ErdalToprak·
I think it could be a great @theo video to see what's next for cursor
English
1
0
1
36
Erdal
Erdal@ErdalToprak·
I think cursor understood that the developers niche is saturated and now actively targets gen z and coding curious people with their latest ugc content on instagram they emphasize on cursor cloud agents and composer models 1/2
Erdal tweet media
English
2
0
2
55
Ethan Lipnik
Ethan Lipnik@EthanLipnik·
I'm a subagent addict
Ethan Lipnik tweet media
English
4
0
5
1.2K