Skip Navigation
mac

Programmer, Skateboarder & Aspiring Musician.

Posts
14
Comments
269
Joined
1 yr. ago
  • You can change how often it deletes history items, I'm sure I've done that before

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

  • Security

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

  • Or saying the correct pronoun in a patronising way.

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

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

  • Just like no one would be called dick

  • VIM - Vi IMproved @lemmy.sdf.org
    mac @infosec.pub

    Is it possible to alter the appearance or hide but show a red/yellow line for vim-lsp

    I've been using 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.

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

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

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

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

  • Worst part about McDonald's to be fair

  • That's a pretty good idea actually

  • 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

  • Not if you get good pizza

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

  • 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

  • Nah desktop mothership, server star command and laptop UFO.

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

  • ADHD @lemmy.world
    mac @infosec.pub

    Happens Too Frequently

    ADHD @lemmy.world
    mac @infosec.pub

    Truth

    Web Development @programming.dev
    mac @infosec.pub

    Anyone able to help with my website being slow to certain sections?

    maclong.deno.dev Home

    I'm a software engineer currently working in web development with TypeScript, React and TailwindCSS. I am learning Swift and Machine Learning.

    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

    Shell Scripting @programming.dev
    mac @infosec.pub

    Configure your new computer or server with a convenience POSIX shell script, instead of doing it all manually

    VIM - Vi IMproved @lemmy.sdf.org
    mac @infosec.pub

    Vim9Script Types Help

    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>> {...}
    
      
    Unixporn @lemmy.ml
    mac @infosec.pub

    Minimal Gruvbox with Sway FX on Void

    • SwayFX
    • Swaybar (hidden unless I'm holding down Alt)
    • NeoVim
    • Firefox
    • Zathura
    • feh (image viewer)

    Unixporn @lemmy.ml
    mac @infosec.pub

    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.

    Neovim @sopuli.xyz
    mac @infosec.pub

    Help with custom theming

    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

    Neovim @programming.dev
    mac @infosec.pub

    Help with custom theming?

    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

    Unixporn @lemmy.ml
    mac @infosec.pub

    Minimal and Immutable Nord with Fedora Sericea.

    • Fedora Sericea 39
    • Fuzzel
    • Waybar
    • Foot
    • NeoVim
    Linux @lemmy.ml
    mac @infosec.pub

    Incredible article explaining how to use Helix Editor

    Helix Editor @programming.dev
    mac @infosec.pub

    Incredible article explaining how to use Helix