Firefox Power User Keeps 7,400+ Browser Tabs Open for 2 Years
  • mac mac 6mo ago 100%

    You can change how often it deletes history items, I'm sure I've done that before

    1
  • Microsoft Just Released MS-DOS Source Code!
  • mac mac 6mo ago 100%

    It's the built-in browser for sync for Lemmy on android

    1
  • Security
  • mac mac 6mo ago 100%

    Maybe he knew none of the information could harm him if someone got hold of it?

    12
  • news
    News 6mo ago
    Jump
    New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac 6mo ago 100%

    Or saying the correct pronoun in a patronising way.

    7
  • news
    News 6mo ago
    Jump
    New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac 6mo ago 33%

    Well no because some people early in their transition cycle might have their gender confused by someone who doesn't know, whereas no one can accidentally go "oh shit sorry I didn't know you were black?".

    As long as the person is polite and apologetic without being patronising I think it's okay.

    -5
  • news
    News 6mo ago
    Jump
    New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac 6mo ago 90%

    Yeah I mean you're still people with emotional processes who understand social queues. Not like you're robots who can't process these things.

    9
  • Careful when writing your dragons
  • mac mac 6mo ago 95%

    Just like no one would be called dick

    19
  • I've been using [vim-lsp](https://github.com/prabirshrestha/vim-lsp), it's great for the most part. Only thing I'd like to be able to do is change the default view of errors and warnings to be hidden except for a red or yellow line under the affected text that I can expand using `:LspHover` or something. Is this a possibility at all? The docs only mention about turning of diagnostics completely.

    8
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 100%

    Yeah the point of my comment was you guys need all that shit, most women and some dudes I know use the TV as just that, no need to plug anything else in just a fucking slab with pictures moving on it. Perfect.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 100%

    Literally had pizzas with these ingredients that weren't too oily and greasy. It's possible and tastes so much better.

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 100%

    I've had good cheesy pizzas that have less grease. If you pick up the pizza and the bottom of the box is damp it's too greasy.

    3
  • We can do all three things at once
  • mac mac 6mo ago 93%

    Energy shouldn't be a business, it's a necessity at this point.

    26
  • 196
    196 6mo ago
    Jump
    Clowning Around Rule
  • mac mac 6mo ago 100%

    Worst part about McDonald's to be fair

    5
  • linux
    Linux 6mo ago
    Jump
    Linux for Kids?
  • mac mac 6mo ago 100%

    That's a pretty good idea actually

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 12%

    To be honest with a smart TV most of the ports are useless. Most women I know don't have many extra things to plug in to the TV

    -25
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 50%

    Not if you get good pizza

    0
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    A snapshot of heaven
  • mac mac 6mo ago 70%

    Curious as to what the scientific explanation of why this is bad is?

    4
  • We're all a little crazy
  • mac mac 6mo ago 100%

    Yeah I read a theory like that, something along the lines of you could not actually have existed until .3s ago but you were created with all of your current memories and experiences

    4
  • Post your Servernames!
  • mac mac 6mo ago 100%

    Nah desktop mothership, server star command and laptop UFO.

    2
  • Shouldn't most religious people in theory be excited to die because then they get to experience the afterlife?
  • mac mac 6mo ago 100%

    They definitely considered it a sin though? Even if not grounds for not getting into heaven due to it not existing to their knowledge.

    1
  • adhd
    ADHD mac 6mo ago 95%
    Happens Too Frequently
    876
    88
    adhd
    ADHD mac 6mo ago 93%
    Truth
    451
    43
    maclong.deno.dev

    I have a Deno Fresh app, it runs fine for the most part but there is an issue on load in a browser that hasn't cached anything, clicking the about button doesn't work on the first click but does on the second if you click another in between. There is also an issue in my android phone where it stutters when scrolling down to the about section as the animation loads. Any help would be amazing, the repo [is here](https://github.com/maclong9/portfolio)

    11
    3

    Vim9Script Types Help I'm trying to add types to a language list in my `vimrc` file, the variable looks like this: ``` vimrc var languages = { 'c': ['c', 'h'], 'shell': ['sh'], 'python': ['py'], 'json': ['json'], 'typescript': ['tsx', 'jsx', 'js', 'ts'], } ``` I've tried adding types like this: ``` vimrc var languages: dict<string, list<string>> {...} ``` Which should work I think but I'm getting this error: ``` error E488: Trailing characters: , list<string>> = { ``` I can't figure out which characters are trailing and AI has no idea either. ## Solution I was being a moron and defining a type for the key in the dictionary which makes no sense because the key name would always be a string so therefore only the value type is required: ``` vimrc var languages: dict<list<string>> {...} ```

    8
    4

    I personally am a fan I find it to be like spaces except I can see them which makes switching between tasks smoother.

    5
    20
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Unixporn mac 7mo ago 98%
    [SwayFX] Minimal Gruvbox with Sway FX on Void

    - SwayFX - Swaybar (hidden unless I'm holding down Alt) - NeoVim - Firefox - Zathura - feh (image viewer) ![NeoVim & LaTeX with Zathura for viewing](https://infosec.pub/pictrs/image/73cb615a-3f97-40ad-8032-a9a448d6f39f.png) ![NeoVim in .sh, cmatrix, fetch.sh, cpipes, cbonsa](https://infosec.pub/pictrs/image/fa556564-7672-441e-ac5b-24537e538cf5.png) ![Wallpaper with Swaybar](https://infosec.pub/pictrs/image/73ab0d6a-279b-42ba-a14d-fbf647992bd5.png) ![NeoVim with Sway config, & feh](https://infosec.pub/pictrs/image/36cdffcd-36bf-44d4-9cd4-7f38abeceb2d.png)

    59
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Unixporn mac 7mo ago 93%
    [ColorOS] Niagara Launcher Default Icons

    Everyone is posting android so here you go. This is my super minimal setup, it's convenient quick to use and I have no issues with it.

    128
    38

    Hi I've been looking at nyoom.nvim and it alters the UI of telescope (see screenshot) I was just wondering how this is possible? I looked d through the codebase but couldn't find anything other than the setting of colours? Here is the repo: https://github.com/nyoom-engineering/nyoom.nvim

    17
    1

    Hi I've been looking at nyoom.nvim and it alters the UI of telescope (see screenshot) I was just wondering how this is possible? I looked d through the codebase but couldn't find anything other than the setting of colours? Here is the repo: https://github.com/nyoom-engineering/nyoom.nvim

    20
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Unixporn mac 8mo ago 97%
    [SwayFX] Minimal and Immutable Nord with Fedora Sericea.

    - Fedora Sericea 39 - Fuzzel - Waybar - Foot - NeoVim

    73
    19
    https://phaazon.net/blog/more-hindsight-vim-helix-kakoune

    Helix is a new batteries included Modal editor inspired by Vim & written in Rust

    4
    0
    infosec.pub

    Also [see here](https://imgur.com/a/hB5eIVX) for a video of the screenshot and a video of my configuration reload script.

    -2
    0