Skip to content

Instantly share code, notes, and snippets.

View cppshane's full-sized avatar
👺
high tension

Shane Duffy cppshane

👺
high tension
View GitHub Profile
@Genteure
Genteure / apitable.com.md
Last active July 17, 2023 21:37
APITable spamming GitHub users and you should avoid them

APITable sending spam to GitHub users

APITable was sending spam to GitHub users that starred Bitwarden's repository, they don't care about user privacy and you should avoid them.

APITable (apitable.com, https://github.com/apitable) claims itself as an "Airtable alternative" that is "Better than all other Airtable open-source alternatives". source (archive.org)

But I would recommend avoiding them because they were quite shady, especially with how they are advertising themselves.

The unsolicited email

@tuxfight3r
tuxfight3r / vim-shortcuts.md
Last active July 21, 2024 15:55
VIM SHORTCUTS

VIM KEYBOARD SHORTCUTS

MOVEMENT

h        -   Move left
j        -   Move down
k        -   Move up
l        -   Move right
$        -   Move to end of line
0        -   Move to beginning of line (including whitespace)