A space biologist by training and a (Arch)Linux user by passion #ArchLinux #Linux #KISS #FOSS #terminal, #python https://www-gem.codeberg.page

  • 4 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: February 17th, 2023

help-circle
  • If you’re looking for an in-browser alternative I’d highly recommend you take a look at the LibRedirect extension for Firefox and Chromium. It’ll automatically redirect any youtube URL to your preferred alternative between Invidious, Piped, PokeTube, CloudTube, Tubo, FreeTube, or Yattee.

    If you’re looking for an external app and like using a Linux terminal then ytfzf may be a good choice. I’ve briefly talked about it here. It will even allow you to search on Youtube (through invidious), Peertube, and Odysee if you so desire.

    If looking for a phone app, I personally like NewPipe.



  • If you’re looking for an in-browser alternative I’d highly recommend you take a look at the LibRedirect extension for Firefox and Chromium. It’ll automatically redirect any youtube URL to your preferred alternative between Invidious, Piped, PokeTube, CloudTube, Tubo, FreeTube, or Yattee.

    If you’re looking for an external app and like using your terminal then ytfzf may be a good choice. I’ve briefly talked about it here. It will even allow you to search on Youtube (through invidious), Peertube, and Odysee if you so desire.









  • This is my neovim visual config:

        -- General colors
        vim.api.nvim_set_hl( 0, "Normal", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "NormalFloat", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "NormalNC", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "LineNr", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "SignColumn", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "Folded", { bg = "#4b4b4b" } )
        vim.api.nvim_set_hl( 0, "FoldColumn", { bg = "none" } )
        vim.api.nvim_set_hl( 0, "Visual", { fg = "#000000", bg = "#de935f" } )
        vim.api.nvim_set_hl( 0, "NotifyBackground", { bg = "#000000" } )```
    
        -- Spell checking 
        vim.api.nvim_set_hl( 0, "SpellLocal", { fg = default } )
        vim.api.nvim_set_hl( 0, "SpellRare", { fg = default } )
        vim.api.nvim_set_hl( 0, "SpellCap", { fg = "#de935f", italic=true } )
        vim.api.nvim_set_hl( 0, "SpellBad", { fg = "#ff0000", italic=true } )
       
       -- Markdown
       vim.api.nvim_set_hl( 0, "htmlBold", { bold=true } )
       vim.api.nvim_set_hl( 0, "htmlItalic", { italic=true } )
       vim.api.nvim_set_hl( 0, "htmlStrike", { fg = "#ff0000", strikethrough=true } )
    

    vim.api.nvim_set_hl( 0, “Normal”, { bg = “none” } ) is probably what would work for you.










  • www-gem@lemmy.mlto3DPrinting@lemmy.worldNewbie questions
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 months ago

    I don’t understand very well the purpose of the bed lock: it basically avoid the “calibration screws” to accidentally “unscrew” while the printer is working?

    You are correct. The screws will move a little bit when you print which will result in your bed being unleveled after few prints and you’ll have to recalibrate your printer. This hack will eliminate that so you will have to level your bed less frequently (because as others said, leveling your bed will be needed for other reasons).


  • www-gem@lemmy.mlto3DPrinting@lemmy.worldNewbie questions
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I will not reiterate the great things others have said but I’ve used old windows to create an enclosure for my printer and it definitely helps with the prints. Also since you’re a new user and have an Ender 3, I would recommend you to take a look at thingiverse.com and printables.com - if not already done - for great tweaks to protect your printer but also to find great things to print.

    For your printer, you may be interested in cable guides, filament guide, spool roller, fan duct, bed lock (they will keep your bed in place so you will not have to deal with bed tramming anymore before your bed leveling sessions)…

    Finally, although a little bit off topic, if you get bored to walk to your printer to watch the prints and would like to add some level of safety in case anything goes wrong I would highly recommend considering octoprint.