home.social

#text-editors — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #text-editors, aggregated by home.social.

fetched live
  1. TechSpot: Former Microsoft dev built a 2.5KB Notepad clone with zero AI features. “[Dave] Plummer is the man who claims to have created some major Windows features, including the original Task Manager application. Now, the YouTuber and retired developer shared his latest creation: a text editor named TinyRetroPad, which is designed to mimic Notepad’s text editing functionality while staying as […]

    https://rbfirehose.com/2026/07/07/techspot-former-microsoft-dev-built-a-2-5kb-notepad-clone-with-zero-ai-features/
  2. TechSpot: Former Microsoft dev built a 2.5KB Notepad clone with zero AI features. “[Dave] Plummer is the man who claims to have created some major Windows features, including the original Task Manager application. Now, the YouTuber and retired developer shared his latest creation: a text editor named TinyRetroPad, which is designed to mimic Notepad’s text editing functionality while staying as […]

    https://rbfirehose.com/2026/07/07/techspot-former-microsoft-dev-built-a-2-5kb-notepad-clone-with-zero-ai-features/
  3. The Register: Vim text editor game teaches you keyboard shortcuts with ice cream delivery. “London-based developer and designer Marcus Michaels has created Vim Scoops, a simple HTML/CSS/JavaScript game that lives in a web browser to help users learn them. As an ice cream truck trying to make the most efficient deliveries to customers as possible, players use Vim motions to dart around the […]

    https://rbfirehose.com/2026/07/04/the-register-vim-text-editor-game-teaches-you-keyboard-shortcuts-with-ice-cream-delivery/
  4. The Register: Vim text editor game teaches you keyboard shortcuts with ice cream delivery. “London-based developer and designer Marcus Michaels has created Vim Scoops, a simple HTML/CSS/JavaScript game that lives in a web browser to help users learn them. As an ice cream truck trying to make the most efficient deliveries to customers as possible, players use Vim motions to dart around the […]

    https://rbfirehose.com/2026/07/04/the-register-vim-text-editor-game-teaches-you-keyboard-shortcuts-with-ice-cream-delivery/
  5. @zrzz @xvw My timeline of editors:

    <1980: variety of editors on IBM mainframes and DEC mini-computers (and I guess that punching cards counts as an editor 🫣).

    1980: vi on Unix v7 on a PDP-11/70 and subsequently on BSD Unix on Vax 11/780 and a few new desktop Unix workstations; what a revelation!

    1984: Emacs (**finally**) on BSD Unix on a Vax 11/780; Emacs was built without IT department permission by a friend and he often gave it very strange names to avoid detection by IT (due to the "eight megabytes and constantly swapping" 😉). Wrote my first elisp custom code!

    mid 1980s through to mid 1990s: Emacs and vi on Sun workstations and then on Linux (since 0.99pl12) on PCs.

    1996 to mid 2000s: dabbled with variety of Java editors such as Eclipse but always came back to Emacs.

    mid 2000s to now: no more dabbling, sticking to Emacs mostly with vi(m) for some tasks and both obviously on Linux.

    #Emacs #TextEditors #ComputerHistory

  6. @zrzz @xvw My timeline of editors:

    <1980: variety of editors on IBM mainframes and DEC mini-computers (and I guess that punching cards counts as an editor 🫣).

    1980: vi on Unix v7 on a PDP-11/70 and subsequently on BSD Unix on Vax 11/780 and a few new desktop Unix workstations; what a revelation!

    1984: Emacs (**finally**) on BSD Unix on a Vax 11/780; Emacs was built without IT department permission by a friend and he often gave it very strange names to avoid detection by IT (due to the "eight megabytes and constantly swapping" 😉). Wrote my first elisp custom code!

    mid 1980s through to mid 1990s: Emacs and vi on Sun workstations and then on Linux (since 0.99pl12) on PCs.

    1996 to mid 2000s: dabbled with variety of Java editors such as Eclipse but always came back to Emacs.

    mid 2000s to now: no more dabbling, sticking to Emacs mostly with vi(m) for some tasks and both obviously on Linux.

    #Emacs #TextEditors #ComputerHistory

  7. Couldn't seem to get #VimClassic to compile on #FreeBSD.

    But then I realized the only thing I used it for is sncli, because it does something funny with the terminal when it hands it off to nvi, such that the cursor becomes invisible. But then, it's just a !reset to fix it, so I might as well just stick with nvi. ;)

    #vi #vim #nvi #TextEditors #PlainText

  8. Couldn't seem to get #VimClassic to compile on #FreeBSD.

    But then I realized the only thing I used it for is sncli, because it does something funny with the terminal when it hands it off to nvi, such that the cursor becomes invisible. But then, it's just a !reset to fix it, so I might as well just stick with nvi. ;)

    #vi #vim #nvi #TextEditors #PlainText

  9. CW: Article: A Selfhosted Static Site Editor

    Inspired by the way that Nekoweb's editor 'Nekode' works, I came up with a low-effort way to let my eldest get started with HTML and CSS editing, right from her browser, with the results selfhosted directly from the household NAS.
    Read more: danq.me/2026/05/22/selfhosted-

    #article #caddy #css #geocities #hosting #html #indieweb #nas #smolweb #textEditors #webDesign #webDevelopment

  10. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  11. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  12. @SharpCheddarGoblin

    On Windows and Linux / BSDs desktops+WINE I use TextPad (sort, diff, grep functions); customisable syntax highlighting included with 3rd party contributions. Not an IDE, but its been my GUI text editor of choice since 1996.

    On *nix boxes, I like classic vi(1) (Bostic's nvi) (not vim) and ed(1); the shell is your IDE. There are now at least 2 vim classic hard forks that have ripped the AI slop if you still want vim. See also here

    #NoAI #UnplugAI #TextEditors #vi

  13. @SharpCheddarGoblin

    On Windows and Linux / BSDs desktops+WINE I use TextPad (sort, diff, grep functions); customisable syntax highlighting included with 3rd party contributions. Not an IDE, but its been my GUI text editor of choice since 1996.

    On *nix boxes, I like classic vi(1) (Bostic's nvi) (not vim) and ed(1); the shell is your IDE. There are now at least 2 vim classic hard forks that have ripped the AI slop if you still want vim. See also here

    #NoAI #UnplugAI #TextEditors #vi

  14. I'm rebuilding #zedless from the ground up. Editing the source code directly made it impossible to keep up with upstream due to the hundreds of merge conflicts I would encounter with every update. Now I'm switching to AST editing with #astgrep and #treesitter.

    The patch code is available at https://github.com/zedless-editor/zedless-patches. In its current state, it can build Zed v0.225.10 with reduced telemetry, no auto updates, and some of the proprietary AI integrations removed.

    The plan is to get rid of all telemetry and nuisances such as upsell popups, as well as all online functionality that is specifically tied to a particular provider, leaving you with an editor that stays out of your way and doesn't rely on any services you couldn't host yourself.

    #texteditors #zed #spyware #antifeatures #foss

  15. I'm rebuilding #zedless from the ground up. Editing the source code directly made it impossible to keep up with upstream due to the hundreds of merge conflicts I would encounter with every update. Now I'm switching to AST editing with #astgrep and #treesitter.

    The patch code is available at https://github.com/zedless-editor/zedless-patches. In its current state, it can build Zed v0.225.10 with reduced telemetry, no auto updates, and some of the proprietary AI integrations removed.

    The plan is to get rid of all telemetry and nuisances such as upsell popups, as well as all online functionality that is specifically tied to a particular provider, leaving you with an editor that stays out of your way and doesn't rely on any services you couldn't host yourself.

    #texteditors #zed #spyware #antifeatures #foss

  16. I was always curious about the Xi editor, sad that it never really took off. Just learned about Lapce, described as a “spiritual successor” to Xi

    lap.dev/lapce/

    github.com/lapce/lapce

    github.com/xi-editor/xi-editor

    #Xi #Lapce #TextEditors

  17. I was always curious about the Xi editor, sad that it never really took off. Just learned about Lapce, described as a “spiritual successor” to Xi

    lap.dev/lapce/

    github.com/lapce/lapce

    github.com/xi-editor/xi-editor

    #Xi #Lapce #TextEditors

  18. Easier Than Nano! Fresh is a Fresh New Rust-based Terminal Editor

    “Fresh is a new Rust-based terminal text editor that takes a different approach. It uses standard keybindings like Ctrl+S for saving, Ctrl+F for searching, and Ctrl+Z for undoing. It works like a GUI editor but runs in your terminal.”

    Newer versi ...continues

    See gadgeteer.co.za/easier-than-na

    #opensource #technology #texteditors

  19. Easier Than Nano! Fresh is a Fresh New Rust-based Terminal Editor

    “Fresh is a new Rust-based terminal text editor that takes a different approach. It uses standard keybindings like Ctrl+S for saving, Ctrl+F for searching, and Ctrl+Z for undoing. It works like a GUI editor but runs in your terminal.”

    Newer versi ...continues

    See gadgeteer.co.za/easier-than-na

    #opensource #technology #texteditors

  20. 🎻 Ah, the age-old tale of ditching #Vim for #Helix because configuring is hard. 🎻 Witness the bold adventurer, who bravely attempts to #escape the clutches of Vimscript, only to write a #novella about replacing one terminal text editor with another. 🤦‍♂️
    jvns.ca/blog/2025/10/10/notes- #TextEditors #Configuration #HackerNews #ngated

  21. 🎻 Ah, the age-old tale of ditching #Vim for #Helix because configuring is hard. 🎻 Witness the bold adventurer, who bravely attempts to #escape the clutches of Vimscript, only to write a #novella about replacing one terminal text editor with another. 🤦‍♂️
    jvns.ca/blog/2025/10/10/notes- #TextEditors #Configuration #HackerNews #ngated

  22. Oh look! 🚨 Another #manifesto proclaiming #Emacs as the sacred path to #enlightenment, as if we needed another treatise on turning text editors into Frankenstein's monster. 🧟‍♂️ Apparently, the true "paradigm shift" is using an entire OS to write your grocery list. 📝✨
    edoput.it/2025/04/16/emacs-par #TextEditors #OSUse #HackerNews #ngated

  23. Oh look! 🚨 Another #manifesto proclaiming #Emacs as the sacred path to #enlightenment, as if we needed another treatise on turning text editors into Frankenstein's monster. 🧟‍♂️ Apparently, the true "paradigm shift" is using an entire OS to write your grocery list. 📝✨
    edoput.it/2025/04/16/emacs-par #TextEditors #OSUse #HackerNews #ngated

  24. A 4,000-word manifesto on why #Emacs is the ultimate #hipster tool? 🙄 Spoiler: it's because you'll finally understand "extensibility" and "introspectability", which are just fancy words for "I've spent too much time customizing this editor." 🥴 So if you're into bragging about your text editor's #extensibility like it's a rare bottle of wine, this one's for you. 🍷🤓
    blog.tjll.net/a-beginners-guid #Tool #Customization #TextEditors #HackerNews #ngated

  25. A 4,000-word manifesto on why #Emacs is the ultimate #hipster tool? 🙄 Spoiler: it's because you'll finally understand "extensibility" and "introspectability", which are just fancy words for "I've spent too much time customizing this editor." 🥴 So if you're into bragging about your text editor's #extensibility like it's a rare bottle of wine, this one's for you. 🍷🤓
    blog.tjll.net/a-beginners-guid #Tool #Customization #TextEditors #HackerNews #ngated

  26. Zed editor added Helix keybindings in their latest release. :CoolGarfield:

    #textEditors

  27. Zed editor added Helix keybindings in their latest release. :CoolGarfield:

    #textEditors

  28. Seems like M$ is determined to ruin VSCode with all that copilot crap. I've moved to Codium on my work machine today. I wouldn't be surprised if 2025 turned out to be the year I finally quit GUI editors for good and moved to NeoVim.

    #texteditors #enshittification

  29. In addition to open sourcing WSL at 2025 Build, Microsoft open sources GitHub Copilot and… <checks notes> a command-line text editor that isn’t emacs, vi, vim, Neovim, ed, edlin, nano, pico, e3, JOE, micro, Kakoune, mcedit, mle, Yi, Tilde, sublimious, ne, slap, multitextor, Mg, vis, or any other terminal editor from the last 50 years.

    Sounds like somebody vibe-coded themselves a new application!

    techcrunch.com/2025/05/19/micr

    #unix #linux #cli #terminal #texteditors