vim-be-good VS Bitgrid

Compare vim-be-good vs Bitgrid and see what are their differences.

vim-be-good

vim-be-good is a nvim plugin designed to make you better at Vim Movements. (by ThePrimeagen)

Bitgrid

Bitgrid - a new model of computation (by mikewarot)
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
vim-be-good Bitgrid
22 12
2,682 13
- -
2.5 7.3
30 days ago 5 months ago
Lua Pascal
- GNU General Public License v3.0 only
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.

vim-be-good

Posts with mentions or reviews of vim-be-good. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-06.
  • Ask HN: Comment here about whatever you're passionate about at the moment
    17 projects | news.ycombinator.com | 6 Nov 2023
    Sure! The first thing I did was follow this video: https://www.youtube.com/watch?v=w7i4amO_zaE

    This is ThePrimeagen's 0 to LSP, Neovim RC from Scratch. In this video he performs a clean installation of Neovim and goes step by step adding the things he considers essential. This was very important for me to acquaint myself with how things work, how to install plugins, how to define custom key maps. I remember the first times I tried using Vim, I couldn't figure out how to get Nerdtree to work. This video made me realize I just lacked the knowledge of how Vim config works.

    This video was such a good start because It provided me with the tools to continue my exploration of Vim autonomously. In a week I was already able to install new plugins and tweak them using Lua config files the way I specifically wanted. It's such a cool experience!

    Keep in mind that both the author of this video and I use Neovim, which is a fork of Vim. As a text editor they both function essentially the same. The difference lies on the config files and in broader UI capabilities by Neovim. While Vim uses Vimscript, Neovim prefers Lua, although Neovim is fully backwards compatible, so you can choose to use Vimscript for your configuration if you want as well. This also means that Vim plugins just work with Neovim!

    The docs are also a huge source of knowledge for me. In the beginning I resorted to :help key-codes a lot when defining key mappings.

    To learn the Vim motions, which is the most challenging part of using Vim, I suggest you find a cheatsheet online and refer to it all the time. One very cool plugin that will help you get comfortable with Vim motions is ThePrimeagen's VimBeGod: https://github.com/ThePrimeagen/vim-be-good. It's a set of game-like exercises to practice the motions. This is also pretty cool and helped a lot: https://vimsnake.com/. It's a classic snake game where instead of using arrow keys, you use HJKL. And speaking of arrow keys, one thing I did very early on was disabling them (or, in reality, remapping them to noop) in normal mode so I was forced to move around the text using Vim Motions.

    At first you will get frustrated because your brain will need some time to rewire in a way to absorb all the new abstractions Vim presents. It's a whole new logic of editing text. The most important thing is to stick to it and you will be surprised with how fast you end up picking things up. Of course, don't expect to be crazy fast in a few weeks. But right now, after a little over a month, I no longer feel that discomfort using Vim anymore. I suppose I'd still be faster on VS Code, but I really want to master Vim, so I'm sticking with it and I feel a constant improvement.

  • Ask HN: How do I code offline for a week?
    3 projects | news.ycombinator.com | 1 Oct 2023
    If you're not familiar with Vim, I'd encourage you to download a few Vim cheatsheets, the VimBeGood extension[1] and practice navigating code in Vim.

    [1] https://github.com/ThePrimeagen/vim-be-good

  • Practicing VIM
    1 project | /r/vim | 6 Sep 2023
    For Neovim, then this Hardtime plugin will help you change the habit, and this vim-be-good from Primeagen helps learn vim motion. TJ DeVries is also a good source to learn.
  • Resources for mastering vim motions
    3 projects | /r/neovim | 6 Jul 2023
  • Vim for The VS Code User: Part 1 - Initial Setup
    5 projects | dev.to | 12 Jun 2023
    A game for learning vim, in vim: https://github.com/ThePrimeagen/vim-be-good
  • recommendation on vimgolf challenges
    1 project | /r/vim | 19 May 2023
  • Please help a noob.
    1 project | /r/neovim | 17 Mar 2023
    I'm trying to NeoVim (and vi) in general having never used it. I decided to start with VimBeGood but I can't get it to launch a game. I've gotten the plugin installed but when I run :VimBeGood it just shows the screen saying "to play a game delete that line." I deleted words and noob but after that I'm lost. Nothing happens. What did I do wrong?
  • Question regarding vertical movement
    8 projects | /r/neovim | 12 Mar 2023
    I recommend vim-be-good for practicing this
  • Whats the next step?
    1 project | /r/neovim | 29 Dec 2022
    There are plugins like https://github.com/ThePrimeagen/vim-be-good that can help with practice.
  • Atom has been archived
    16 projects | /r/programming | 16 Dec 2022
    I found https://github.com/ThePrimeagen/vim-be-good to be kind of a nice way to build some muscle memory for vim.

Bitgrid

Posts with mentions or reviews of Bitgrid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • Ask HN: What are you working on and why is it cool?
    1 project | news.ycombinator.com | 27 Feb 2024
    The BitGrid[1,2] - a novel model of computation, similar to Turing machines in simplicity, except the parallel execution model allows for PetaFlops of performance in a small efficient package, I hope.

    MStoical - A fork^3 of the STOIC language, I'm considering scrapping the C version and just going with Pascal, so I can get quick and easy gigabyte string handling. For now, however, it remains in C, OLD C, apparently.

    [1] https://github.com/mikewarot/Bitgrid

    [2] https://esolangs.org/wiki/Bitgrid

    [3] https://github.com/mikewarot/mstoical

  • Ask HN: What Are You Working On? (Feb 2024)
    2 projects | news.ycombinator.com | 2 Feb 2024
    I'm learning FPGAs, using the $25 Tang NANO 9K that I bought on Amazon Prime[1]. I just figured out how to use the PLL to generate clocks of arbitrary frequency, rather than the stock 27 Mhz.

    I'm interested in using this board as the core of a SDR transceiver for the HF Amateur radio bands. Driving all the phases for a Tayloe polyphase mixer[4] should be trivial. The real question is, how high of a frequency can I get? ;-) Can I do 2 Meter SSB with it? I think I'll be able to do an NCO up to about 400 Mhz.

    The reason I bought it in the first place is that I intend to design a BitGrid[2,3] chip, should there ever be another Google Shuttle, and this is my get to know Verilog project. I may break down and spend actual money on TinyTapeout[5] at some point in the future if Google gives up on the shuttles.

    ---

    I help an older friend continue to repair electronics. He's been fixing things since the 1950s, we've tackled everything from a jammed Scotch Thermal Laminator[6] machine through to Cesium Beam Atomic Clocks[7] with "dead" tubes. (Fun fact, usually you can use a high voltage power supply and time to power the ion pump and recover the tubes)

    [1] https://www.amazon.com/dp/B0BCXYWV3T

    [2] https://esolangs.org/wiki/Bitgrid

    [3] https://bitgrid.blogspot.com/

    [4] https://www.norcalqrp.org/files/Tayloe_mixer_x3a.pdf

    [5] https://efabless.com/tinytapeout

    [6] https://www.scotchbrand.com/3M/en_US/p/pc/laminating/thermal...

    [7] https://www.cs.cmu.edu/~dga/time/5061/5061B_ops.pdf

  • Ask HN: Let's generate some startup ideas in 2024
    1 project | news.ycombinator.com | 7 Jan 2024
    I found your previous post - https://news.ycombinator.com/item?id=38170336

    I find your ideas interesting, especially your strong interest in routing around any faults, but still ending up with a relatively usable compute fabric.

    My approach is much, much simpler.... just a grid of cells, with the programming lines unspecified. Each cell has a 4 bits in from their neighbors, a 4x4 LUT, a latch on each of the 4 bits of output. Clocking on the latch is in 2 phases, like the colors on a chess board.... this makes everything deterministic, but fully Turing complete.

    Here's a write up as an Esoteric Language: https://esolangs.org/wiki/Bitgrid

    Here's an emulator written in Pascal: https://github.com/mikewarot/Bitgrid

  • Ask HN: What Are You Working On? (December 2023)
    1 project | news.ycombinator.com | 1 Dec 2023
    This month I'm going to collide BitGrid[1] (a project stuck in Analysis paralysis forever) with Advent of Code, excitement guaranteed!

    [1] https://github.com/mikewarot/Bitgrid

  • Ask HN: Comment here about whatever you're passionate about at the moment
    17 projects | news.ycombinator.com | 6 Nov 2023
    Here's my old blog on the subject

    https://bitgrid.blogspot.com/

    Here's my github repository where I have an emulator written in Pascal

    https://github.com/mikewarot/Bitgrid

    Here's a writeup on the idea on the esoteric languages wiki

    https://esolangs.org/wiki/Bitgrid

  • Ask HN: Why haven't you started your startup?
    1 project | news.ycombinator.com | 28 Oct 2023
    I'm not sure if the idea[1,2] is stupid, or brilliant... and I'm not arrogant enough to assume its brilliant. I've been nerd sniped by it though, since the 1980s. The basics are simple enough, imagine an FPGA without any routing hardware, just a sea of 4 bit in, 4 bit out Look Up Tables (LUTs). To prevent race conditions, I'd latch the outputs of the cells, and clock then in 2 alternative phases. This makes the thing a horrible FPGA, because latency is the one thing they fight hard to overcome, but on the other hand, it makes it very easy to reason about, and immune to race conditions, timing issues, etc. The gain is that you get almost trivial routing, and essentially all of the transistors devoted to compute.

    It's what you get when you answer George Gilder's call to "waste transistors".[3]

    [1] https://esolangs.org/wiki/Bitgrid

    [2] https://github.com/mikewarot/Bitgrid

    [3] https://www.wired.com/1993/04/gilder-4/

  • 22-Year-Old Builds Chips in His Parents' Garage (2022)
    2 projects | news.ycombinator.com | 22 Oct 2023
    I've been following home-made semiconductors since Jeri Ellsworth made her own N Channel JFETS in 2010.[1] When Sam managed to make his own ICs, I was happy for him, and for the hobby. Now he seems to be on the verge of democratizing access to semiconductor production in very low volumes. I've got my own project to try out once I can get my hands on it.[2] Who knows, petaflop chips made in the garage could be right around the corner, in less than 2 decades!

    [1] https://www.youtube.com/watch?v=w_znRopGtbE

    [2] https://bitgrid.blogspot.com/

  • Ask HN: What projects are trying to reinvent core software infrastructure?
    2 projects | news.ycombinator.com | 5 Aug 2023
    One of my bucket list items is to bring about a new model of computation, the BitGrid[1]. It's a cross between a systolic array and FPGAs... but it would definitely NOT work as a practical FPGA.

    On the other hand, maybe it could bring Exaflop computing to the masses?

    [1] https://github.com/mikewarot/Bitgrid/blob/master/WhyBitGrid....

  • Ask HN: What Are You Working On? (August 2023)
    2 projects | news.ycombinator.com | 1 Aug 2023
    I was working on a BitGrid simulator[1], but I got stuck. I got the emulation running, and at a reasonable speed too. (I can emulate a 1024x1024 bitgrid at 34 Hz on my desktop machine).

    I'm stumped as to how I should do I/O. The primary aspect of the bitgrid is that it's an FPGA with zero routing fabric, but clocked to prevent race conditions. This means that results could be skewed. I could either force the outputs in parallel before output, or have the output handler deskew them externally.

    It's silly that I'm stumped at this point.

    [1] https://github.com/mikewarot/Bitgrid

  • Dynamic bit shuffle using AVX-512
    1 project | news.ycombinator.com | 30 Jun 2023

What are some alternatives?

When comparing vim-be-good and Bitgrid you can also consider the following projects:

10-minute-vim-exercises - The exercise files from 10 Minute Vim, for convenience of readers

minimap2 - A versatile pairwise aligner for genomic and spliced nucleotide sequences

which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

cuetorials.com - Learn you some CUE for a great good!

vim-sneak - The missing motion for Vim :athletic_shoe:

cp-mod-ref-2019-patchwork

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

or-tools - Google's Operations Research tools:

nvim-tree.lua - A file explorer tree for neovim written in lua

Kraker-Local-Proxy-Server - A local proxy server based on Node.js for use with desktop web browsers. Primarily intended for website hacking. Includes HTTP, HTTPS and Socks5 ports with integrated DNS and DNS-over-HTTPS.

tree-sitter - An incremental parsing system for programming tools

octo-termlib