flashgnash

joined 1 year ago
[–] flashgnash@lemm.ee 9 points 7 months ago (3 children)

Sshfs afaik is used for a different purpose than the others

I usually use it when I'm working on a remote machine for a long duration and want to use my local tools (so I don't have to install them on the server, and because using neovim over SSH on a crappy connection sucks)

[–] flashgnash@lemm.ee 2 points 7 months ago

If you're using pulse you can use a cli called pactl to manipulate your audio devices pretty much however you want

You can also use it to change your current audio device which is one of the major sticking points for not going back to windows for me, hitting a button on my keyboard to toggle between speaker and headphones is unbelievably satisfying

[–] flashgnash@lemm.ee 4 points 7 months ago

I've tried out the closed source version, and I don't mind that part so much as all my messages apparently being unencrypted on their server

[–] flashgnash@lemm.ee 1 points 7 months ago

I'm using adblock plus (not sure if it's the same one), I've never seen an ad not be blocked by it. Where does this happen?

[–] flashgnash@lemm.ee 1 points 7 months ago

Yeah that was exactly what I was thinking, and/or doing a similar thing in lua as an nvim plugin

That said I'm not sure if neovim would support something like that

[–] flashgnash@lemm.ee 1 points 7 months ago* (last edited 7 months ago)

My plan is not to have multiple files at all and only have the JSON be in memory, or at least if there is a second one have it be temporary and deleted on exit

The problem with the approach of having an intermediary format is I need to create the intermediate format, and given yaml starts for yet another markup language that doesn't seem like a good idea (also a ton of effort to reinvent the wheel)

[–] flashgnash@lemm.ee 2 points 7 months ago

Can usually tell when it's obviously bullshitting me and verify it if it's not. You can often get it to correct itself if you call it out

(This was the first time I've seen it incorrectly "corrected" itsself)

I think I did a quick search but it seemed so strange to me I just wrote it off straight away

[–] flashgnash@lemm.ee 0 points 7 months ago (1 children)

What kind of problems? I'm unfamiliar with anchors in yaml

[–] flashgnash@lemm.ee 0 points 7 months ago (2 children)

Not a terrible idea to add bits into the JSON but it makes it much harder to program, going for a quick and easy fix here rather than writing my own parser

[–] flashgnash@lemm.ee 2 points 7 months ago (2 children)

Seriously? Chatgpt told me that once and I thought it was just hallucinating

Problem is it's for configuration of other services I didn't write, I would just use JSON in the first place if I were defining the schema

[–] flashgnash@lemm.ee 0 points 7 months ago

Comments are an issue I'd have to think about. Would prebuilt libraries for importing/exporting data from/to these languages not handle the multiline strings for me?

What do anchors do in yaml I've never heard of them before

[–] flashgnash@lemm.ee 2 points 7 months ago (1 children)

I'm using neovim. It doesn't magically solve my problems with yaml though

view more: ‹ prev next ›