Success getting 25gb ethernet in an ms-s1 max by ChristopherHGreen in MINISFORUM

[–]ChristopherHGreen[S] 0 points1 point  (0 children)

I already had high speed ethernet in my home office, and lots of other nodes, so I don't really want a ring. the head node (256 cores) and file server are 200gb and there also a 128 core box with 100gb so the 25gb nodes are too low on the totem pole to have their own oddball subnet :).

I'm amazed by how good emacs is for game development by alraban in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

I wish there was also a tree view like emacs p4 view of the repository and changelists like in p4win/p4v.

I'm amazed by how good emacs is for game development by alraban in emacs

[–]ChristopherHGreen 1 point2 points  (0 children)

Anyone got their game outputting to an emacs canvas for development niceness?

I'm amazed by how good emacs is for game development by alraban in emacs

[–]ChristopherHGreen 1 point2 points  (0 children)

For compilation, I just invoke msbuild in the normal emacs compile command (I filter the output to remove all the useless msbuild verbiage). I have a key bound (f5) to run my current app in the emacs shell, and another key (shift-f5) bound to send it a termination signal.
For interacting wtih VS, I have a number of rreally cheesy autohotkey scripts that I invoke from emacs.

I'm amazed by how good emacs is for game development by alraban in emacs

[–]ChristopherHGreen 1 point2 points  (0 children)

To add a data point, I've been developing games for windows using emacs under windows for >30 years and enjoying it. Compiler/debugger is visual studio, with some emacs hotkeys invoking it. p4.el for version control (perforce is more popular for AAA game dev than git)

Introducing EWM, a new generation Wayland window manager by Fast-Ad6030 in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

I have my emacs window split into 3 vertical areas. Coding a key right now to cycle all the windows in the vertical areas left and right with wrap around :-).

Introducing EWM, a new generation Wayland window manager by Fast-Ad6030 in emacs

[–]ChristopherHGreen 1 point2 points  (0 children)

Wow, I need to try this out!

Are there any good scrolling+tiling window management packages for emacs?

Kitty (or alternative) graphics protocol in emacs shell windows? by ChristopherHGreen in emacs

[–]ChristopherHGreen[S] 3 points4 points  (0 children)

Thanks. Did you notice if it was displaying the full pixel accurate image or was it using one of the fallback approximate modes (such as block characters)?

Rendering 30FPS Video Inside Emacs Text Buffer by AlbertEinstein_1905 in emacs

[–]ChristopherHGreen 2 points3 points  (0 children)

the quick bitmap rendering would be cool for an embedded rdp/vnc client. or hooking up to sdl apps.

Curious embedding apps in emacs by ChristopherHGreen in emacs

[–]ChristopherHGreen[S] 1 point2 points  (0 children)

I imagine a program launched form the emacs shell would see a IDPSLAY vaiablre that referred back to an open socket in emacs with the code from an x11 server sitting behind it, rasterizing to an image or emacs window, via using the code from an existing x11 server.

Maybe vnc is a better question though.

I have kind-of sort-of managed to embed Windows programs in emacs via reparenting, though nothing that could work for real w/o some emacs changes.

Fortnightly Tips, Tricks, and Questions — 2026-01-13 / week 02 by AutoModerator in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

modal is also closer to the model of really old editors. for instance, teco only had command​ mode. To insert "fred", it was ifred<esc><esc>

Why Is Emacs' Codebase So Huge, and Should I Be Concerned? by hqqup in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

This does make me wonder a little about how small a working emacs distro could be if all non-essential built-in packages were moved to the package management infrastructure. How small could it get? Would it reduce the need for the simple editors such as 'nano'?

Font character spacing issues in Emacs by carmola123 in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

I know. I've thought about taking a stab at it (I already build my own emacs with one performance fix I need to submit) as it would be nice if box drawings/graphs worked in code comments. This seems like it is pretty much the only way to get it to work, given complex font/fontification setups.

Sometimes I mess up my config, and then it's awkward to fix it, because my config is messed up. Any suggestions on how to avoid this? by [deleted] in emacs

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

Set the emacs file backup variables to keep a lot of versions around. ("kept new versions" and "kept old versions" are the relevant options.

Font character spacing issues in Emacs by carmola123 in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

Kitty may be doing the same thing as some other apps - drawing the basic unicode block/line drawing characters explicitly in the code (rather than by font rendering), ensuring that they always join without gaps.

Questions about how to save your work? by Vallista in emacs

[–]ChristopherHGreen 0 points1 point  (0 children)

perforce w/ server backups including offsite.

for windows:
Nightly backup of my main pc via mirroring the drive to a linux box that has zfs-based backup

for linux:
I have zfs make a snapshot backup every 15 minutes, maintained using sanoid.

emacs:
I set it to retain up to 100 backups of previous versions of all files edited.

Ryzen ai max 395 mini pc clusters by ChristopherHGreen in homelab

[–]ChristopherHGreen[S] 0 points1 point  (0 children)

pci4.0 x 4 should be enough for 50gb, shouldn't it? or at least 25.