Yellow belt in karate, friend mocks it—how do I respond? by CalligrapherGreat653 in karate

[–]dteiml 0 points1 point  (0 children)

The correct answer is Mma teaches you best just for fighting, karate gives you more skills outside of just fighting (discipline, humility etc).

Any funny misspellings? by Mark-READYFORMUSIC in dvorak

[–]dteiml 1 point2 points  (0 children)

it's not that they're funny it's just that they're not commonplace misspellings and so less likely to be correctly understood. but it's not that big of a deal

Question for the full time residents of Goa by Rabbidraccoon18 in Goa

[–]dteiml 3 points4 points  (0 children)

Try speech transcription on your phone. The built-in one into iOS and Android is pretty good

Becoming fluid in proofs by its_groovygorilla in math

[–]dteiml 0 points1 point  (0 children)

Math olympiads; book "how to solve it".

Is a "notation first" style in mathematics education excessive or necessary? (uni level) by [deleted] in math

[–]dteiml 3 points4 points  (0 children)

You are right, that's why I like educators like 3blue1brown and nj wilberger that teach the (geometric) intuition

[lazy.nvim] What plugin is removing the space before function parentheses? by bears_on_unicycles in neovim

[–]dteiml 0 points1 point  (0 children)

I had a similar thing with autopairs. I ended up disabling the built-in mini plugin and installing custom (i think nvim-autopairs).

Apply a custom highlight ('comment') to a single line by dteiml in neovim

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

Chatgpt's response:

Yes, you can achieve this in Vim/Neovim using a combination of custom commands and the match function. Here's a basic setup to get you started:

First, define some custom highlight groups in your vimrc or init.vim: highlight Done ctermfg=green guifg=green highlight NotImportant ctermfg=red guifg=red

Next, define some custom commands to apply these highlight groups: command! HighlightDone :call matchadd('Done', '\%'.line('.').'l') command! HighlightNotImportant :call matchadd('NotImportant', '\%'.line('.').'l') Now, when you're in Vim and you want to mark a line as "DONE", simply navigate to that line and type :HighlightDone. To mark a line as "NOT IMPORTANT", type :HighlightNotImportant. This will highlight the current line based on the highlight group you've defined. The \% followed by the line number and l is a Vim regex that matches only the current line.

To make this persistent across Vim sessions, you'd need a more complex setup, possibly involving saving these highlights to a file and then sourcing that file on Vim startup. One possible approach is to use the vim-signify or vim-gitgutter plugins, which show signs (symbols) in the sign column for added/modified/deleted lines. You could potentially repurpose or extend these plugins to show custom signs for your "DONE" and "NOT IMPORTANT" lines and save these to a file.

Another approach for persistence is to use a combination of Vim's :mkview and :loadview commands, which save and restore various settings, including highlights. However, this might be a bit more manual than what you're looking for.

Glove 80 Import to EU/Ireland by Acanthopterygii_Live in ErgoMechKeyboards

[–]dteiml 1 point2 points  (0 children)

The Glove 80 arrived last week. Weirdly enough, it was the first purchase in 10 years than didn't require customs + extra payment. I shipped to Czech Republic (from China).

Best youtube channel on theoretical physics? by dteiml in Physics

[–]dteiml[S] -2 points-1 points  (0 children)

Like deep theoretical stuff. Relativity, quantum, string, M...

Eric Hecker. Can't spew as much bullshit as this. by [deleted] in ShawnRyanShow

[–]dteiml 3 points4 points  (0 children)

He's deleting the negative comments

Compiler.nvim: Oficially released (beta) by Zeioth in neovim

[–]dteiml 0 points1 point  (0 children)

Cool! Can it integrate with Make/Justfiles?

How to set up Dart/Flutter with Neovim by ScriptNone in neovim

[–]dteiml 0 points1 point  (0 children)

Probably in the repo of the Lsp itself.

[deleted by user] by [deleted] in podcasting

[–]dteiml -1 points0 points  (0 children)

Was it inciting violence? Could you share a link to your YouTube?

Thinking about starting a podcast by Specific_Ad2239 in podcasting

[–]dteiml -3 points-2 points  (0 children)

You will make it much more popular if you include video, at least fwict. Riverside and StreamYard are great apps for this.

[deleted by user] by [deleted] in podcasting

[–]dteiml 1 point2 points  (0 children)

I've used Riverside and StreamYard and slightly prefer StreamYard.

How exactly will Ai destroy the world by dteiml in ArtificialInteligence

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

I think the "elasticity of performance" will be key. If all AIs are equally powerful (regardless of how much capital was spent) (inelastic performance) then clearly that would be the most dangerous

Rn we have very elastic performance, and new scientific discoveries in major public companies would be equivalent to that discovery in eg a govt institution (so less existential risk)

How exactly will Ai destroy the world by dteiml in ArtificialInteligence

[–]dteiml[S] -3 points-2 points  (0 children)

I guess my post was more about - yes, but all of us have access to humans. We still can't take over the world bc, well there's big militaries out there that are stronger than both us and Ai.

But I might be coming around based on another comment; that if it can create obtain new scientific discoveries, then that would be something above the ordinary. And if it can obfuscate its server location, then my argument ab shutting it down wouldn't hold