home.social

#aliases — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #aliases, aggregated by home.social.

fetched live
  1. 🤦‍♂️ Oh, the existential dread of typing 'git' too many times in your #terminal, a calamity rivaled only by realizing you're not a rock star. 🎸 The solution? Overcomplicate it by hacking your PATH or, you know, just use a simple alias. 🙄 Thank you for this thrilling revelation, Captain Obvious.
    caiustheory.com/git-git-git-gi #git #existentialdread #hacks #aliases #softwaredevelopment #codinghumor #HackerNews #ngated

  2. How to name your alias for "git log --oneline"?

    This obviously is "git lol", not?

    Well, guess I am late to the party.

    #git #aliases #fun

  3. Self-Join with Aliases Trap?!

    Self-joins need DIFFERENT aliases! Same table, different names. The join condition creates relationships within the same table. This will confuse you!

    #sql #sqltricks #selfjoin #aliases #tablealiases #sqlweird #sqlquiz #codingchallenge #sqlshorts #sqlwtf #joins #advancedsql

    youtube.com/watch?v=a5FIIZPvZ7A

  4. Stay #anonymous & private with Tuta Mail's #aliases 😎

    In this in-depth guide, we cover:

    ✅ What email aliases are
    ✅ How to get email aliases
    ✅ How alias addresses increase privacy & security

    Give it a read 👉 tuta.com/blog/secure-email-ali

  5. Hard to believe the top answer to enable #shell #aliases in #vim is to make the shell interactive, which obviously make significant change to how vim interacts with the shell.

    My solution for #bash is much better and can even be used to customize shell aliases loaded under vim 🙂

    stackoverflow.com/a/79458714/9

  6. [Перевод] Настройка алиасов путей с помощью Node.js Subpath Imports в TypeScript проекте

    Я попробовал новые Node.js Subpath Imports для алиасов путей в TypeScript проекте. Оказалось, всё не так просто!

    habr.com/ru/articles/840240/

    #subpath_imports #aliases #custom_conditions #path_aliases

  7. A #privacy question about @simplelogin ... if I use #aliases and #ReverseAliases, the service is great but domains (even premium) are sometimes rejected because detected as "disposable".

    So I use my own domain (let's call it dom.be) and I register it on #simplelogin. By doing that, I can enjoy #simplelogin service and not be seen as using a disposable mail service.

    But then, my domain is "exposed": a malicious counterpart might decide to expose dom.be everywhere and start spamming stuff like "[email protected]", "[email protected]", etc?

    Domain is registered under my name, so anonymity is lost too?

    Am I going too far? Is there a best way to do this?

  8. Little snippets of aliases are something I take the time to go hunting for from time to time. Over time, these bits of shortcuts and automations add up, eventually making you look like some sort of wizard to those unfamiliar with the Command Line. Here's one of my favorites, which makes a directory and immediately navigates into it:

    alias mkcd='{ IFS= read -r d && mkdir "$d" && cd "$d"; } <<<'

    Care to share your favorite bash aliases below?
    #aliases #bash #scripting #automation #workflow

  9. Skiff Mail - New quick alias domains:

    Safeguard your privacy with three new quick alias domains:

    @mailbox.zip, @sailmail.io, and @maskmy.id.

    You can use these domains to effortlessly create unique, unlimited aliases for registering accounts online. Just click "add" to register a new domain.

    #skiff #email #aliases

  10. NB here is the #YAML #document from #hell [0] encoded in #JDAML.

    I'm designing #JDAML to eliminate the risk of accidental interpretation. Unless a leaf value is clearly explicitly marked in a predictable manner, it will be interpreted as a #string.

    So no #norwayproblem, no #sexagesimal or other weird number literals. No #anchors, #aliases, or #tags. No accidental non-string keys, no accidental numbers.

    [0] as described by Ruud van Asseldonk in this article: ruudvanasseldonk.com/2023/01/1

  11. Skiff Quick Aliases are here!

    Skiff Quick Aliases are a radically simple new way to protect your identity online.

    Claim a unique email domain that ends with maskmy.id, and then use it to create an unlimited number of privacy-protecting email aliases that forward to your Skiff account:

    youtube.com/watch?v=_qbJ-83JOw

    #Skiff #email #aliases

  12. #PowerShell #aliases Function cannot be created because function capacity 4096 has been exceeded for this scope bit.ly/43YcHQ4 via PlanetPowerShell

  13. I recently learned that #Obsidian supports #aliases. I don't know how long this has been supported, but it's amazing.

    If I want to refer to the same character as Dog and Doggo, previously I created two different pages and linked them together. With aliases, [[Dog|Doggo]] will show up as just Doggo in the reading view, and it'll link to the main Dog page. And the main Dog page will show all of the backlinks, not just the ones spelled Dog.

    help.obsidian.md/Linking+notes

    #ObsidianMD