Firefox Power User Keeps 7,400+ Browser Tabs Open for 2 Years
  • mac mac Now 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 Now 100%

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

    1
  • Security
  • mac mac Now 100%

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

    12
  • New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac Now 100%

    Or saying the correct pronoun in a patronising way.

    6
  • New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac Now 35%

    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.

    -4
  • New Federal Rules Protect LGBTQ People From Misgendering, Bathroom Bans
  • mac mac Now 88%

    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.

    7
  • Careful when writing your dragons
  • mac mac Now 94%

    Just like no one would be called dick

    16
  • 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.

    7
    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 Now 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 Now 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 Now 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
  • Clowning Around Rule
  • mac mac Now 100%

    Worst part about McDonald's to be fair

    5
  • Linux for Kids?
  • mac mac Now 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 Now 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 Now 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 Now 70%

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

    4
  • Post your Servernames!
  • mac mac Now 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 Now 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
  • What does everyone think of stage manager?
  • mac mac Now 100%

    I like having similar tasks on the same workspace separated by mission control.

    So I'd have my programming stuff, editor and browser, then maybe an issue tracker on workspace 1 with mission control to quickly switch between the two. I guess the dock might work for this use but it's nicer to have the context of which apps are in each control space.

    Then in workspace 2 I have my calendar and reminders on different mission control spaces so I don't have to have them side by side and can benefit from a more full window size.

    TLDR: minimise workspace count by grouping tasks of similar context.

    1
  • Post your Servernames!
  • mac mac Now 50%

    I feel like UFO would make more sense for laptop due to it being portable, but I get it is because the desktop is Alienware

    0
  • adhd
    ADHD mac Now 94%
    Truth
    437
    42
    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 Now 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 Now 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 Now 97%
    [SwayFX] Minimal and Immutable Nord with Fedora Sericea.

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

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

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

    3
    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
    mac Now
    17 294

    mac

    mac@ infosec.pub

    Programmer, Skateboarder & Aspiring Musician.