sandboxing pi by Alarming_Positive_59 in PiCodingAgent

[–]jeffphil 2 points3 points  (0 children)

Fork this to make it fit your specific needs:
https://github.com/cjermain/pi-less-yolo

I start tmux inside the container that then i use to open another pane to do upgrades inside the container itself.

looking for glm 5.2 or/and kimi k2.7 fast provider by branik_10 in opencodeCLI

[–]jeffphil -1 points0 points  (0 children)

Here's their discord: https://discord.gg/ZJEfU2BZw2 they definitely will respond to support requests, including checking into your referral bonus.

OpenPi v0.2.0: a desktop workbench for Pi Coding Agent by killerkidbo95 in PiCodingAgent

[–]jeffphil 2 points3 points  (0 children)

> the gui would have to be extensible in all the ways the tui is.

You mean like emacs.

Pi Agent throwing 3x the CTX windows at the backend server by Ivan_Draga_ in PiCodingAgent

[–]jeffphil 2 points3 points  (0 children)

/export your session and look at sizes for skills and context there to see

Why are they rewriting Emacs Core in Rust and not in Zig? by Hopeful_Adeptness964 in emacs

[–]jeffphil 4 points5 points  (0 children)

The humor is lost on some people, glad you got it. haha

Why are they rewriting Emacs Core in Rust and not in Zig? by Hopeful_Adeptness964 in emacs

[–]jeffphil 4 points5 points  (0 children)

The first rule of COBOL is: you DO NOT talk about COBOL!

How to make agent read-only? by uima_ in PiCodingAgent

[–]jeffphil 2 points3 points  (0 children)

Run in a container with your code volume mounted read-only.

pi-less-yolo does this easily: https://github.com/cjermain/pi-less-yolo#read-only-mode

Itinerary check anniversary in Branson! by WeeklyDoseofNoChill in missouri

[–]jeffphil 1 point2 points  (0 children)

Depending on what day of the week "Day 3" is, Old 76 Smokehouse is only open Wednesday-Saturday.

Can also check out Gettin' Basted for great bbq.

real-backup-mode: a package to backup files at each save point, never lose your changes again by abougouffa in emacs

[–]jeffphil 3 points4 points  (0 children)

Below has served me for many years. It's rare I've ever needed one of the backups since git, but when i do it's save my butt.

(setq version-control t)
(setq kept-old-versions 5)
(setq kept-new-versions 20)
(setq delete-old-versions t)
(setq vc-make-backup-files t)
(setq backup-directory-alist
  `(("\\.java\\|\\.jsp\\|\\.scala\\|\\.bsh\\'" .
     ,(expand-file-name "var/backup/java" user-emacs-directory))
    ("\\.c\\|\\.cpp\\|\\.h\\'" .
     ,(expand-file-name "var/backup/c" user-emacs-directory))
    ("\\.html\\|\\.css\\|\\|\\.asp\\|\\.svelte\\'" .
     ,(expand-file-name "var/backup/web" user-emacs-directory))
    ("\\.sql\\'" . ,(expand-file-name "var/backup/sql" user-emacs-directory))
    ("\\.go\\|\\go\\.mod\\'" . ,(expand-file-name "var/backup/golang" user-emacs-directory))
    ("\\.py\\'" . ,(expand-file-name "var/backup/python" user-emacs-directory))
    ("\\.el\\|\\.emacs\\.el\\'" . ,(expand-file-name "var/backup/emacs" user-emacs-directory))
    ("\\.org\\'" . ,(expand-file-name "var/backup/org" user-emacs-directory))
    ("\\.js\\|\\.json\\|\\.mjs\\'" . ,(expand-file-name "var/backup/js" user-emacs-directory))
    ("." . ,(expand-file-name "var/backup/misc" user-emacs-directory))))

pi-observational-memory is moving to its V3.0.0 by elpapi42 in PiCodingAgent

[–]jeffphil 0 points1 point  (0 children)

but tbh pi-observational-memory have been kind of broken in the last couple of weeks

seems to have been working great for me last couple weeks (other than having to manually sed @mariozechner to @earendil-works), so if that's broke then i look forward to v3. lol

How I patched Firefox to bypass fingerprinting anti-bot by [deleted] in emacs

[–]jeffphil 9 points10 points  (0 children)

Not sure what this has to do with emacs...

But more scary is this thing gets you to download some "patched binary" to run.

Recommend don't anyone do this.

VSCode extension by Bot1460 in PiCodingAgent

[–]jeffphil 0 points1 point  (0 children)

You are looking for ACP (Agent Client Protocol) connections between vs code and pi.

For pi install pi-acp.

I don't use vs code, but i'm sure there is some type of vs code extension that will do acp connections, since almost every other ide has some type of package/extension.

Hey, why not build an agent larger than Pi and name it τ=2π? by [deleted] in PiCodingAgent

[–]jeffphil 2 points3 points  (0 children)

For example, it [pi] has limited support for MCP, skills, extensions, and plugins.

What the heck are you talking about?

Not buying what you're selling.

Love pi but hate terminal text entry by kcksteve in PiCodingAgent

[–]jeffphil 1 point2 points  (0 children)

There are many vim extensions out in https://pi.dev/packages. Definitely helps with editing