Reading on Kilocode substack mailing list, see Gas Town by Kilo, clicks button on getting started. Point a side project on GitHub to work on. Ask mayor to work on issues (created by /grill-with-docs by @mattpocockuk) the something is churning. No idea what is going on π
Me learning how to use GPG and commit signing for the first time > stumbles to Microsoft VSCode GitHub wiki on the topic. Finds hilarious instructions on it. π
@marcelpociot Aww yisss. Looks Polyscope would preset Linux with PHP development environment. I hope that is the direction. I miss Laravel Herd when I use Linux desktop.
@nikuscs@conductor_build I use @getpolyscope with https://t.co/MRzNH02jqZ's GLM via their Coding-Helper tool so I can use it Claude Code. I stop using Anthropic's LLM last year and exclusively use GLM with Polyscope. I love Polyscope getting new features in every updates and it gets better over time. β€οΈ
@paraddox What the.. I didn't realised they raised their price. I just renewed a few days ago and I was getting about $81/quarter year ($324/year) for Pro plan. Now it cost $194.40/quarterly. I guess I got the the old pricing. Phew..
@basil_k15_@simonhamp@getpolyscope https://t.co/fgw9Mi8xPQ - I use this on Linux then use a browser to view it - but I think this is only available once you subscribe to Polyscope.
- Supervisord/systemd start with minimal env -> Node + helper invisible - no models
Fix: run via a login shell with NVM loaded:
`/bin/bash -lc 'source ~/.bashrc && polyscope-server'`
(used above for command=)
Lesson: tools relying on shell init fail in clean process managers.
Debugging Polyscope + https://t.co/MRzNH02jqZ on Ubuntu 24.04
- Polyscope worked manually
- Failed under supervisord/systemd
Problem: models not loading
Turns out:
- https://t.co/il3O4hao1o helper lives inside Node (installed via NVM)
- Requires -/.nvm/nvm.sh to set PATH & env
Hmm I just tried downloading from a VPS in Singapore, it can downloading it fast with no issue. Perhaps it maybe just the ISP or just Brunei region in particular. Anyway, I'll try this Standalone Server soon. π
@marcelpociot@getpolyscope I am trying out the Linux standalone server of Polyscope. Tried to use the curl command for the script, somehow timing out. Then I tried to manually download the binary - man it is awfully slow. Even it is just about 100MB. Downloading it to Brunei.
There is something wrong with Digital Ocean's France server and trying to download it to Brunei. I'm barely able to finish the download before timing out.
@joshcirre Waaaaaaatt? You can do that? This would save me time explaining to the AI. Going to try this next. I wonder GLM would work reading screenshots via Claude Code. I haven't tried this. Thanks!
@marcelpociot@getpolyscope Was this close π€ to pay that $99/year but since I work in multios (MacOS at work, Windows and Linux at home), I'll wait until all major platform supported for this mobile AI orchestration. Keep it up. This looks promising.
@marcelpociot@getpolyscope@laravelphp Just tried this morning, finding a few bugs:
- if the "dashboard" is not connected (the green color at the status bar not green) any prompt written will not be sent and just get lost.
- renaming workspace was not consistent (still had the random name as the Herd's url name)
@PovilasKorop I just tried @marcelpociot Polyscope today on a few repos and now I'm seeing this https://t.co/5DvIOBcVbx - at a glance I can see documentation on superset needs more improvements, Polyscope has more focus in Laravel and Herd and tries to differentiate by using copy-on-write.
@JohnnyNel_ My guard rails that I think I could put my Laravel would be Sentry and using browser testing with Pest. Somehow the AI is struggling getting it done properly, I had to troubleshoot as it hallucinates the test commands.
Today I shipped my first vibe coded Laravel project - a Web app that capture PDF documents submitted by students during their internship program. Mainly powered by https://t.co/MRzNH02jqZ's GLM via Claude Code (through https://t.co/zyHR8tymo8's Coding Tool Helper for setup)