• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2024

help-circle

  • It wouldn’t be a good compass if nobody had strong issues with it:

    1. System vs Toy is not opposed to each other. Should have been system vs abstract or useful vs toy or whatever
    2. Where LISP? Best language missing makes graph bad

    Edit: before people tell me there’s already ‘obsolete’ on the graph, no, there’s loads of obsolete languages that are still useful, and many more new languages that are either built for fun or not used for sad or good reasons.

    Edit2: I’m also halfway sure that brainfuck is older than rust (but don’t wanna look it up). But if that’s true your axis mean several things at once anyway and you should feel bad (not really though).











  • rooroo@feddit.orgtoProgrammer Humor@programming.devCommit
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 months ago

    Even git reset can be undone by a lot of editors. At least IntelliJ has an excellent local history that works much like git. Sure it’s a pain if you touched several files but that’ll teach you to atomify your commits.

    Edit: Plus, git reset itself does nothing of note really, but I’m sure you know. Needs the —hardflag to do any meaningful damage.