Why is it so hard to see code from 5 minutes ago?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • undotree

    The undo history visualizer for VIM

  • > > (3) There is no visual indicator of where you are are in your undo/redo history.

    > There might be plugins that somehow present this info in the interface.

    The undotree vim plugin [1] does this, and gives both the file at the time as well as a diff of what changed.

    [1]: https://github.com/mbbill/undotree

  • gundo.vim

    A git mirror of gundo.vim

  • For those that use vim, gundo.vim visualizes the "undo-tree" and allows you to preview / jump to any revision: https://github.com/sjl/gundo.vim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • local-history

    local-history for vscode

  • this looks like it does that https://github.com/zabel-xyz/local-history

    not super polished nor is it actively maintained but has promise

  • vim-mundo

    :christmas_tree: Vim undo tree visualizer

  • There's a fork called mundo which has an inline diff mode that I'm a big fan of — https://github.com/simnalamburt/vim-mundo

  • undo-tree

  • It’s easier to mentally map that the default behaviour undo/redo for Emacs (which is not unreasonable, just complex).

    The source for undo-tree contains documentation which very effectively describes the way the library works with examples and comparisons with how Emacs does things by default: https://gitlab.com/tsc25/undo-tree/-/blob/master/undo-tree.e...

  • codemkin

    Discontinued [Moved to: https://github.com/NicholasLYang/codemkin]

  • Oh hey, I've built this! My version would watch code files and snapshot a diff every few seconds. It took a little work to tweak the constants to keep the watching performant, but it was super neat being able to replay code. The main problem I faced was that changes often occur in different places in the file, so the history replaying jumps around a lot. With some proper editor integration, I could see it being pretty useful.

    My version is super incomplete because I kind of lost steam when I couldn't figure out a really great reason why someone should use this, but hey, maybe it's worth another try: https://github.com/nicholaslyang/codemkin

  • xray

    Discontinued An experimental next-generation Electron-based text editor

  • Before Microsoft bought GitHub and killed Atom, they were working on Xray[1] & Memo[2]:

    > Memo is an operation-based version control system that tracks changes at the level of individual keystrokes and synchronizes branches in real time.

    [1] https://github.com/atom-archive/xray

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • klonk

    A text editor with an sort-of-unusual undo/redo algorithm

  • My goofy lil' homemade editor does it this way: If you go back in the past and change it, the future becomes the past. This might sound confusing, but effectively it means that the undo stack contains the actual history of "what happened". This means you can hop to any past or future state linearly with undo & redo alone. I just find this easier than navigating tree GUIs and things that aren't worth the trouble to me. It can still lead to a bit of mental gymnastics in extreme cases.

    https://github.com/zaboople/klonk

    Note that in theory this can cause an exponential growth of the undo/redo stacks because it makes an upside-down copy of the future when you change the past; but in practice it's never been an issue.

    I was thinking of adding a feature to navigate back to "last change-the-past", which wouldn't be hard.

    It at least makes more sense than most science fiction time-travel plots...

  • undo-propose-el

    Navigate the emacs undo history by staging undo's in a temporary buffer

  • And to get something closer to OP there is always undo-propose.el[1].

    [1] https://github.com/jackkamm/undo-propose-el#screenshot

  • Atom

    Discontinued :atom: The hackable text editor

  • M$ killed Atom??

    It ostensibly seems fine, updated today. https://github.com/atom/atom

  • StyleCopAnalyzers

    An implementation of StyleCop rules using the .NET Compiler Platform

  • It’s actually /// (3 slashes) that reserved for pseudo-documentation use.

    There’s a StyleCop rule to enforce this as well:

    https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/ma...

  • WBO

    Online collaborative Whiteboard that is simple, free, easy to use and to deploy

  • https://github.com/lovasoa/whitebophir and it can be embedded in a pad for both text and hand written notes.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • suggestions for corkboard software that doesn't require any login/account, can be used offline, and can import/export its files (as a pdf or a png or whatever format).

    1 project | /r/software | 9 Nov 2022
  • Self-hosted Server + Meta Quest 2 ideas!

    2 projects | /r/selfhosted | 9 Oct 2022
  • Any collaborative tools for mapping dungeons virtually?

    1 project | /r/osr | 23 Apr 2022
  • Show HN: Slow Social, a social network built for friends, not influencers

    2 projects | news.ycombinator.com | 16 Apr 2022
  • Online Whitebord zum Präsentieren - ohne Registrierung

    1 project | /r/de_EDV | 25 Feb 2022