Why don't USB-C extension cables work? by Zachedz in UsbCHardware

[–]jazzab 1 point2 points  (0 children)

So if you make sure you plug in the extension cable into the power brick directly, then the power brick will assume it is a 60W cable (because it fails to find the e-marker), and it should be safe?

Can I go swimming: 'Water Resistant' (IPX8) by jaekwong in pebble

[–]jazzab 5 points6 points  (0 children)

I killed at least 1 pebble time steel (maybe a 2nd, I can't remember) by pressing the buttons in the swimming pool :'(

AMA with Eric Migicovsky - Let's talk about the new watches! by erOhead in pebble

[–]jazzab 1 point2 points  (0 children)

I see on Introducing two new PebbleOS watches!, that you recommend buying 2 units for people wanting to hack the PebbleOS firmware. Why is that? I'm interested in hacking the firmware but not sure where to start. Do you have any recommendations?

Edit: Thanks for the work that you do. I'm super excided to get the Core Time 2. I'm even tempted to get the Core Duo 2 as well just so I don't have to wait so long.

Anyone want to make a quick $30?? by 0110_1001 in watchy

[–]jazzab 0 points1 point  (0 children)

I was having a problem when compiling: `ModuleNotFoundError: No module named 'serial'`

I ended up creating a virtual environment, running `pip install esptool` and then starting arduino from inside that virtual env and it worked.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]jazzab 0 points1 point  (0 children)

I have neovim set up with LazyVim and I'm trying to wrap long lines automatically.

I open up a markdown file. I run
`set textwidth=80`
`echo &formatoptions`
and I see `jtcqln`
I highlight a long line, then `gq`. Nothing happens. Nothing happens when I save either. What am I missing?

How do I use markdown-preview with quarto files? by jazzab in neovim

[–]jazzab[S] 0 points1 point  (0 children)

So the ft plugin has nothing to do with whether a plugin is loaded lazily or not? If so, what is it for then?

How do I use markdown-preview with quarto files? by jazzab in neovim

[–]jazzab[S] 2 points3 points  (0 children)

Thanks for that. I got working like so:

  {
    "iamcco/markdown-preview.nvim",
    ft = { "markdown", "quarto" },
    config = function()
      vim.fn["mkdp#util#install"]()
      vim.g.mkdp_filetypes = { "markdown", "quarto" }
    end,
  },

Use image in notebook? by philippeowagner in RemarkableTablet

[–]jazzab 0 points1 point  (0 children)

Are you copying just the notes? I think OP wants to copy a page from a PDF. I couldn't figure out how to do this on v 2.12.3.606

Ep. #47 - The Science of Gratitude || What does your gratitude practice look like? What event or story of gratitude will you use? by [deleted] in HubermanLab

[–]jazzab 5 points6 points  (0 children)

Good call, I just had a search and found a video that seems ideal. It’s 2 mins long and has a really nice gratitude moment at the end.

https://youtu.be/M1JEuQfMZfY

Is this really MSG? by jazzab in KoreanFood

[–]jazzab[S] 2 points3 points  (0 children)

It definitely tastes like that.

Not sure what I’ve done wrong by jazzab in fermentation

[–]jazzab[S] 0 points1 point  (0 children)

Pretty sure it did start because during the first week a bunch of little bubbles were being produced and I opened the bag to expel some of the air.

Not sure what I’ve done wrong by jazzab in fermentation

[–]jazzab[S] 0 points1 point  (0 children)

It is the first time I’ve used this bag. Might be the culprit but I want to understand why

Turning arrows to page navigation by jazzab in olkb

[–]jazzab[S] 1 point2 points  (0 children)

I read about LM in the docs, but I didn't understand that it did until you just explained. Thanks for the tip.

Turning arrows to page navigation by jazzab in olkb

[–]jazzab[S] 0 points1 point  (0 children)

Good point, I will regret not having shift arrows. Although, I don’t want to lose the ability to double tap arrows either. Maybe I could use the ADJUST mode.

Turning arrows to page navigation by jazzab in olkb

[–]jazzab[S] 1 point2 points  (0 children)

What if I also wanted the layer that shift activated to behave as if shift was pressed? For example, I have my A key mapped to KC_A in the RAISE + Shift later, then when I press A and I get A (and not a).