awesome-falsehood VS vscode-gitlens

Compare awesome-falsehood vs vscode-gitlens and see what are their differences.

vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more (by gitkraken)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
awesome-falsehood vscode-gitlens
50 19
22,972 8,747
- 1.3%
7.6 9.9
7 days ago 6 days ago
TypeScript
Creative Commons Zero v1.0 Universal GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-falsehood

Posts with mentions or reviews of awesome-falsehood. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.
  • Ask HN: Did you encounter any Leap Year bugs today? How bad was it?
    4 projects | news.ycombinator.com | 29 Feb 2024
    Billing. It always has to be the billing. For a list of all other edge cases, you have: https://github.com/kdeldycke/awesome-falsehood#readme
  • 24 GitHub repos with 372M views that you can't miss out as a software engineer
    4 projects | dev.to | 25 Jan 2024
    Falsehoods Programmers Believe in: https://github.com/kdeldycke/awesome-falsehood
  • Why is it still a practice to not allow special characters in name fields?
    1 project | /r/AskProgramming | 8 Dec 2023
    Also, a list of other falsehood-programmers-believe collections: awesome-falsehood.
  • Bjarne Stroustrup Quotes
    1 project | news.ycombinator.com | 27 Nov 2023
    > I feel like there's a "Fallacies programmers believe about text" that should exist somewhere

    I got you covered.

    https://github.com/kdeldycke/awesome-falsehood#international...

    http://garbled.benhamill.com/2017/04/18/falsehoods-programme...

    https://jeremyhussell.blogspot.com/2017/11/falsehoods-progra...

    https://wiesmann.codiferes.net/wordpress/archives/30296

  • Ask HN: How to handle Asian-style “Family name first” when designing interfaces
    2 projects | news.ycombinator.com | 30 Aug 2023
    There's an excellent GitHub repo that lists a lot of common falsehoods regarding names. I'm not sure how useful it'll be to OP, but the repo in general should probably have way more attention than it already does.

    https://github.com/kdeldycke/awesome-falsehood#human-identit...

  • Facebook must pay $100.000 to Norway each day for violating our right to privacy
    1 project | news.ycombinator.com | 18 Aug 2023
    A decent list for this about prices and currency https://gist.github.com/rgs/6509585 and the full list of other falsehoods https://github.com/kdeldycke/awesome-falsehood
  • Falsehoods Programmers Believe In
    1 project | /r/hypeurls | 5 Aug 2023
    2 projects | news.ycombinator.com | 3 Aug 2023
  • How to organize structs in the code
    1 project | /r/rust | 12 Jul 2023
    If you're interested in this sort of thing there's a whole bunch more: https://github.com/kdeldycke/awesome-falsehood
  • Store your epoch times as 64-bit floats
    1 project | news.ycombinator.com | 9 Jun 2023
    It's saddening to see the number of people who critique the idea of storing time as an unsigned integer by immediately responding that that means that times before 1970 cannot exist. This bespeaks of a continuing poor knowledge of the subject, despite all of the "falsehoods that programmers believe about" documentation that has grown up.

    * https://github.com/kdeldycke/awesome-falsehood#dates-and-tim...

    Microsoft, for one example, has been modelling times as a 64-bit unsigned 100-nanosecond count since 1601 (proleptic-Gregorian proleptic-UTC) for about 30 years, now.

    * https://learn.microsoft.com/en-us/windows/win32/api/minwinba...

    Daniel J. Bernstein in the late 1990s chose a 0 point for an unsigned count so far back that it pre-dates most estimates of the point of the Big Bang.

    * http://cr.yp.to/libtai/tai64.html

    1970 is not the mandatory origin for every timescale. (Indeed, in the early years of Unix itself there wasn't even a stable origin for time.) It is not a valid reason for dismissing the idea of storing time as an unsigned integer.

    It's also sad to note that the headlined page's first sentence has one of the very falsehoods that programmers believe about time in it.

vscode-gitlens

Posts with mentions or reviews of vscode-gitlens. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-21.
  • The Loneliness of the Mid-Level Vimmer
    11 projects | news.ycombinator.com | 21 Dec 2023
  • Why Git Is Hard
    3 projects | news.ycombinator.com | 7 Oct 2023
    IntelliJ: https://www.jetbrains.com/help/idea/investigate-changes.html

    VSCode:

    https://marketplace.visualstudio.com/items?itemName=mhutchie...

    or https://github.com/gitkraken/vscode-gitlens#commit-graph-

    SourceTree: https://confluence.atlassian.com/sourcetreekb/viewing-log-hi...

  • Came back to Git Graph after several months of using GitLens+
    2 projects | /r/vscode | 6 Mar 2023
    Quite a while ago, the GitLens+ plugin gained the Commit Graph feature--the same graph you see in GitKraken. Until then I had used Git Graph for visualizing my repositories and GitLens+ for git blame in the GUI. Since one plugin could now do both, the natural course of action was to remove the other--goodbye, Git Graph!
  • Why I love GitLens in my VsCode - Part 1
    2 projects | dev.to | 13 Feb 2023
    Btw, today I want to speak about something different, I love git and I love terminal, but sometimes I love having the info visualised appealingly and get info about the source control quickly. I work with VsCode typically, so some months ago I tried to find a solution for this editor that resolves what was said before. After googling and some testing, the result of my search was: GitLens. Now, I want to show you how it works and how it can improve your routine. So don't waste time and let's jump in it!
  • Both are good, what would you pick?
    4 projects | /r/ProgrammerHumor | 1 Sep 2022
    GitLens extension chef's kiss
  • tig blame online
    2 projects | dev.to | 21 Jun 2022
    for GitLens https://gitlens.amod.io/
  • GitLens adds “Premium Features” and enough reminders that you don't miss them
    1 project | news.ycombinator.com | 1 Mar 2022
  • The Myth of Self-Documenting Code
    1 project | news.ycombinator.com | 18 Oct 2021
    The better version is to have something like gitlens installed into your IDE and have it dynamically render those git comments.

    https://github.com/Axosoft/vscode-gitlens#current-line-blame...

  • where add.
    1 project | /r/ProgrammerHumor | 9 Oct 2021
    I learned the cli first, but I do use vscode's git integration for staging and committing. I also love gitlens's "commits by file / line" feature.
  • Replacing GitKraken
    2 projects | /r/vscode | 30 Jul 2021
    Hi. Vs code is pretty well integrated with git. There are built in git support and a couple other plugins. For example, the most popular git plugin for vs code is git lens. It also has powerful rebase editor (i guess, it is my favorite feature), which you can enable by following this guide. I personally realy enjoing Git Graph extension, which allow you to observe your git history in pretty similar to git kraken way. It also provide navigation facilities and some other useful features.

What are some alternatives?

When comparing awesome-falsehood and vscode-gitlens you can also consider the following projects:

libphonenumber - Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.

vscode-jupyter - VS Code Jupyter extension

nocode - The best way to write secure and reliable applications. Write nothing; deploy nowhere.

vscode-emacs-mcx - Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support

tinygettext - A simple gettext replacement that works directly on .po files

linux - Linux kernel source tree

awesome-gbadev - A curated list of Game Boy Advance development resources

Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

awesome-remote-job - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python

CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.

awesome-onboarding - 😎 A curated list of awesome resources for software engineer onboarding

gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀