Andrey S.

102 posts

Andrey S.

Andrey S.

@scriptology_eu

Automatisation & Sailing

Spain Katılım Haziran 2011
191 Takip Edilen22 Takipçiler
Andrey S.
Andrey S.@scriptology_eu·
🚨 Heads up if you're using get-shit-done (GSD)! The original repo looks abandoned and the author went dark after some suspicious crypto activity. The community forked it to open-gsd/get-shit-done-redux. Full migration: all commits, issues, PRs preserved. npm packages renamed too. If you depend on it, update your references. github.com/open-gsd/get-s… @opencode @claudeai
Andrey S. tweet media
English
0
0
5
255
Andrey S.
Andrey S.@scriptology_eu·
Set up @opencode on a VPS, so I'm no longer tied to my machine. SSH in from anywhere and pick up right where I left off. One tip: use tmux so your session survives if the connection drops. Running costs: $10/mo for the VPS + $39 Kimi coding plan.
Andrey S. tweet media
English
0
0
1
32
Andrey S.
Andrey S.@scriptology_eu·
@levelsio @TermiusHQ After spending a lot of time trying to set up @OpenHandsDev on my VPS, I ended up with the same setup with @TermiusHQ (whiteout subscription). But I use OpenCode with a direct Kimi subscription. By the way, use tmux in the terminal so you don't lose your session.
English
1
0
1
876
@levelsio
@levelsio@levelsio·
My laptop screen looks pretty much like this all day now and same on my iPhone when I work (which could be anywhere now) It's just tabs for my sites, all on a VPS, synced with my iPhone via @TermiusHQ (unaffiliated) and usually with Claude Code open to fix or build new things
@levelsio tweet media@levelsio tweet media@levelsio tweet media
@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

English
192
130
3K
827.5K
Mihai
Mihai@mihaieremia·
Why don’t you connect Claude app on Ios to the hetzner server that runs the claude code via their remote control? This way you don’t need Termius more than the first start unless you do it via PC once, you start the claude code once per project inside the server in a long running screen then you have full access to them anytime from Claide
Mihai tweet media
English
2
0
11
1.2K
kkiran
kkiran@kkiran·
@levelsio @TermiusHQ This is cool! Monthly subscription for termius, worth the money? I wish there is a one time fee
English
1
0
0
213
Andrey S.
Andrey S.@scriptology_eu·
@lubinho_k I've been completely using the Kimi provider directly for the last two months. Even with eight hours of active use, I can't seem to hit the limits. The plan is around 40 USD
English
0
0
0
145
Luckforest
Luckforest@lubinho_k·
I am on the $200 Claude, $100 Codex, $20 Cursor Plan. After using Composer 2.5 for 8 hours straight while only using 8% of my $20 plan, I should reconsider my entire subscription stack. Maybe $100 Codex for complex stuff, and $60 Cursor for UI & Copy?
Luckforest tweet media
English
207
33
1.6K
133.7K
Pierre
Pierre@pierrecoins·
$2500 to 5 people who predicts correct score. ends May 25
Pierre tweet media
English
9.1K
556
8.2K
1.1M
Andrey S.
Andrey S.@scriptology_eu·
@xwang_lk Does anyone know a provider that can give me a DeepSeek coding plan? I'd like a fixed price.
English
2
0
0
716
Andrey S.
Andrey S.@scriptology_eu·
In May 2021, a 39-year-old man was tragically found dead inside a large decorative papier-mâché stegosaurus statue in Santa Coloma de Gramenet, near Barcelona. Authorities believe the man accidentally dropped his mobile phone into the structure and, while attempting to retrieve it, fell headfirst into one of the hollow legs and became trapped. Local police ruled the death an accident after finding no signs of foul play, and firefighters had to cut open the sculpture to recover the body
English
1
0
1
317
Interesting Sciences
Interesting Sciences@amazing13_13·
A collection of the strangest and most bizarre death incidents, which no one could have imagined, and all of which are true.
English
9
69
2.1K
166.7K
Andrey S.
Andrey S.@scriptology_eu·
@Alibaba_Qwen I've been trying to get the Coding Plan Pro for two weeks now. I'm really sorry about the wait - it just keeps showing up as sold out
Andrey S. tweet media
English
0
0
0
1
Qwen
Qwen@Alibaba_Qwen·
🚀 Meet Qwen3.6-27B, our latest dense, open-source model, packing flagship-level coding power! Yes, 27B, and Qwen3.6-27B punches way above its weight. 👇 What's new: 🧠 Outstanding agentic coding — surpasses Qwen3.5-397B-A17B across all major coding benchmarks 💡 Strong reasoning across text & multimodal tasks 🔄 Supports thinking & non-thinking modes ✅ Apache 2.0 — fully open, fully yours Smaller model. Bigger results. Community's favorite. ❤️ We can't wait to see what you build with Qwen3.6-27B! 👀 🔗👇 Blog: qwen.ai/blog?id=qwen3.… Qwen Studio: chat.qwen.ai/?models=qwen3.… Github: github.com/QwenLM/Qwen3.6 Hugging Face: huggingface.co/Qwen/Qwen3.6-2… huggingface.co/Qwen/Qwen3.6-2… ModelScope: modelscope.cn/models/Qwen/Qw… modelscope.cn/models/Qwen/Qw…
Qwen tweet media
English
542
1.7K
12.5K
3.7M
Andrey S.
Andrey S.@scriptology_eu·
@alibaba_cloud How to bay Coding plan? Why it is sold out every day? No changes last week
English
0
0
1
1.4K
Alibaba Cloud
Alibaba Cloud@alibaba_cloud·
Introducing Qwen3.6-Max-Preview, early preview of our next flagship model ·Improved agentic coding capability over Qwen3.6-Plus ·Stronger world knowledge and instruction following ·Improved real-world agent and knowledge reliability performance Smarter, sharper, still evolving.
English
227
478
8.4K
27M
Andrey S.
Andrey S.@scriptology_eu·
Zdravstvuyte - Hello Privet - Hi Dobroye utro - Good morning Dobryy den - Good afternoon Dobryy vecher - Good evening Privetstvuyu - Greetings Zdorovo - Howdy Privetik - Hiya Hey - Hey Yo - Yo Salyut - Cheers Kak dela - How are you Rad videt - Good to see you Zdraviya - Health to you Moyo pochteniye - My respects Kak ono - How is it going Vsem privet - Hello everyone Zdorov - Hi there Rad vstreche - Nice to meet you Nu privet - Well hello
Slovenščina
0
0
3
126
Theo - t3.gg
Theo - t3.gg@theo·
How are people feeling actually using Kimi K2.6 for code?
English
194
18
1.9K
284.6K
Andrey S.
Andrey S.@scriptology_eu·
@opencode But I can see it only in the CLI version. Still no have in the desktop app
English
0
0
1
97
Andrey S.
Andrey S.@scriptology_eu·
@opencode i got it after updating opencode. let's go!
Andrey S. tweet media
English
1
0
7
5.5K
OpenCode
OpenCode@opencode·
Kimi K2.6 now in OpenCode — Go included
English
133
182
5.2K
288.3K
Andrey S.
Andrey S.@scriptology_eu·
@Alibaba_Qwen Guys, how often does the coding pro plan open up? I'm checking it every day
Andrey S. tweet media
English
0
0
0
896
Qwen
Qwen@Alibaba_Qwen·
⚡ Meet Qwen3.6-35B-A3B:Now Open-Source!🚀🚀 A sparse MoE model, 35B total params, 3B active. Apache 2.0 license. 🔥 Agentic coding on par with models 10x its active size 📷 Strong multimodal perception and reasoning ability 🧠 Multimodal thinking + non-thinking modes Efficient. Powerful. Versatile. Try it now👇 Blog:qwen.ai/blog?id=qwen3.… Qwen Studio:chat.qwen.ai HuggingFace:huggingface.co/Qwen/Qwen3.6-3… ModelScope:modelscope.cn/models/Qwen/Qw… API(‘Qwen3.6-Flash’ on Model Studio):Coming soon~ Stay tuned
Qwen tweet media
English
445
1.6K
11.6K
2.7M
Nalin
Nalin@nalinrajput23·
LEFT or RIGHT ?
Nalin tweet mediaNalin tweet media
English
33
1
113
6.2K
Andrey S.
Andrey S.@scriptology_eu·
@nuphystudio Why do you add music when you want to make a sound demo 😀
English
0
0
0
45