Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
52
Comments
13
Joined
2 yr. ago

  • Could you help me remember the theme of that episode? I've only watched Black Mirror once.

  • Mental Health @lemmy.world

    New research suggests having connection to your dog may lower depression, anxiety

    news.harvard.edu /gazette/story/2024/08/loving-your-pup-may-be-a-many-splendored-thing/
  • Yeah, especially everything now is in the hands of so few players, we don't have much of a choice!

  • Privacy Guides @lemmy.one

    How Americans View Data Privacy

    www.pewresearch.org /internet/2023/10/18/how-americans-view-data-privacy/
  • Technology @lemmy.world

    How Americans View Data Privacy

    www.pewresearch.org /internet/2023/10/18/how-americans-view-data-privacy/
  • Technology @lemmy.world

    CVE-2024-38213: Copy2Pwn Exploit Evades Windows Web Protections

    www.zerodayinitiative.com /blog/2024/8/14/cve-2024-38213-copy2pwn-exploit-evades-windows-web-protections
  • Technology @lemmy.world

    The race to save our online lives from a digital dark age

    www.technologyreview.com /2024/08/19/1096284/data-archives-archeologists-tiktok-future-wayback-machine/
  • Ah, sorry about that. I will include the link in the post. The point is I want people to try this out to see what kind of information get leaked off your browsers but didn't really think about the info of the tool.

  • Privacy Guides @lemmy.one

    CreepJS - Creepy device and browser fingerprinting

    abrahamjuliot.github.io /creepjs/
  • Technology @lemmy.world

    CreepJS - Creepy device and browser fingerprinting

    abrahamjuliot.github.io /creepjs/
  • Completely agree. But if you know, then you did use it at some point right?

    Use lynx to browse a meme community is like closing your eyes while watching a movie, lol that's my experience.

  • commandline @programming.dev

    How and why to use Lynx - the faster web browser

    shkspr.mobi /blog/2020/12/how-and-why-to-use-lynx-the-faster-web-browser/
  • Enshittification @lemmy.world

    Heat Death of the Internet

    www.takahe.org.nz /heat-death-of-the-internet/
  • Technology @lemmy.world

    Heat Death of the Internet

    www.takahe.org.nz /heat-death-of-the-internet/
  • Programming @programming.dev

    Why Pseudocode?

    stellar.mit.edu /S/course/6/fa14/6.0001/courseMaterial/topics/topic1/resource/WhyPseudocode/WhyPseudocode.pdf
  • Technology @lemmy.world

    OpenResume - Free Open-source Resume Builder and Parser

    www.open-resume.com
  • Instead of remembering what line number you were at, you can use marks (:help mark-motions) to immediately jump back to where you left off.

    For example, type mx to mark the current position with x (or anything you want). Say now you are at the top of the file, just type 'x to go back to the line marked with x.

  • A godsend for saving time - the ab (abbreviation) command. This command lets you shorten a long sequence of characters (be it a text or a complex command) into another sequence of any length. It works in both insert mode and command mode. If you frequently edit text using a lengthy command, this feature will significantly save you time. For example: :ab ul s/\<./\u&/g to capitalize every word in a line. When you enter command mode (type :) and type ul, vim will automatically expand it to s/\<./\u&/g for you.

    Additionally, the map command can save even more time, but IMO the ab command offers more control for handling various cases. In my example, you can use ul to only capitalize the lines that have a specific pattern using the global command g.

    Another overlooked aspect is the .exrc file. Enabling it with set exrc in your config allows for different setups based on different situations. For instance, when writing notes, I prefer to have line breaks on to make the text look nicer on the screen. In contrast, when writing code, I don't require this option. I simply need to place set linebreak in the .exrc file in the note-writing directory to adjust accordingly.

  • That's what I like about FOSS. You see very few distractions that try to grab your attention. This leads to a rather quiet digital life.

    To take it a step further, you could enable the Do Not Disturb feature on your devices and only grant notification permissions to essential apps. This way, you can enjoy some peace of mind.

  • Fixed.

    Edit: The new link of the post works but I think providing an archive link would be more sufficient.