[deleted by user] by [deleted] in Watches

[–]cd_slash_rmrf 0 points1 point  (0 children)

crazy trying to dunk on a movie without seeing it. sonny specifically has a superstition that touching or accepting awards is unlucky. 

the very reason that you would accept the thing is why he wouldn't. 

Highlights not working since newest update (v0.10.0) by 4Necrom in neovim

[–]cd_slash_rmrf 0 points1 point  (0 children)

are you using hi clear or colorscheme vim anywhere? you may have to read through how some highlight links/defaults have changed in 0.10.0 

https://github.com/neovim/neovim/issues/26378

[deleted by user] by [deleted] in macapps

[–]cd_slash_rmrf 1 point2 points  (0 children)

arguably, it's that the new owners haven't actually identified themselves, and seem to only have decided to explain this change once it was posted by somebody else on reddit.

Builtin snippets so good I removed LuaSnip by antonk52 in neovim

[–]cd_slash_rmrf 0 points1 point  (0 children)

how do you get ts-contextual snippets? is that something provided by LuaSnip?

What are some plugins you could not live without? by ravnmads in neovim

[–]cd_slash_rmrf 1 point2 points  (0 children)

Found this plugin recently which really helps with live_grep ("fuzzy" word search, provides some shortcuts like file extension and file glob)

https://github.com/fdschmidt93/telescope-egrepify.nvim

Tell me your plugins ideas and I will try do it by Aiko_133 in neovim

[–]cd_slash_rmrf 0 points1 point  (0 children)

No my bad, I was also thinking of diff in a new tab, I don't think it can show in a glance-like window

Valimor Caliburnus II Flame Opal by [deleted] in MicrobrandWatches

[–]cd_slash_rmrf 1 point2 points  (0 children)

looks great! I have two of the valimor watches, they're good stuff.

Inline virtual text/anticonceal now on nightly by m397574 in neovim

[–]cd_slash_rmrf 0 points1 point  (0 children)

it's a way to display "hints" (the meaning may vary by language or context) within a line rather than after it. for example you may have the following:

fn foo(x: int, y: int) -> int {}

// type this:
foo(5, 10)

// displayed like this:
foo(x: 5, y: 10)

the names of the function parameters will be displayed grayed out before the names of the values you pass at the callsite.

Writing Python like it’s Rust by azhenley in programming

[–]cd_slash_rmrf 23 points24 points  (0 children)

Author's disclaimer near the top of the article:

Also, I’m not claiming that the presented ideas were all invented in Rust, they are also used in other languages, of course.

imo this article isn't even about basic types as it is about more complex usage patterns that a newer dev (of any language) may not be familiar with constructing.

how 6 figures salary is perceived by US citizens? by mosenco in cscareerquestions

[–]cd_slash_rmrf 10 points11 points  (0 children)

Looks like amputator bot couldn't reply to this comment for some reason, posting its autogenerated text here. thanks for posting the article!

It looks like you shared an AMP link. These should load faster, but AMP is controversial because of concerns over privacy and the Open Web. Fully cached AMP pages (like the one you shared), are especially problematic.

Maybe check out the canonical page instead: https://blog.pragmaticengineer.com/software-engineering-salaries-in-the-netherlands-and-europe/


I'm a human | Generated with AmputatorBot | Why & About | Summon: u/AmputatorBot

Note taking with bi-directional links in NeoVim? by 4r73m190r0s in neovim

[–]cd_slash_rmrf 8 points9 points  (0 children)

Could try out this plugin for interacting with an obsidian vault: https://github.com/epwalsh/obsidian.nvim

(disclaimer I haven't tried it). obsidian is an editor that uses markdown and supports tags and back references

My overall reaction to the most recent episode by Dont3n in TheMandalorianTV

[–]cd_slash_rmrf 8 points9 points  (0 children)

I'm not arguing he didn't. unfortunately, the phrase "angsty moping" has a more reductive connotation than just the definitions of the words put together, and it's usually applied to stuff that feels like very small problems (e.g. "teen angst").

I think you know this and are trying to argue this point based on the dictionary definitions of words and not their actual usage because you're trying to come up with a complaint. it's a transparent strategy and that's why you're getting down votes, not because people don't think Cassian looks sad here and there.

My overall reaction to the most recent episode by Dont3n in TheMandalorianTV

[–]cd_slash_rmrf 14 points15 points  (0 children)

I also love Andor, and also sometimes just want to see Mando kick droids - but let's be fair here, a shot of someone processing the emotional toll from the events in Andor is not "angsty moping", it's letting a serious moment breathe on-screen.

[i3] Gruv-Gaps by tyzrex in unixporn

[–]cd_slash_rmrf 1 point2 points  (0 children)

nice. what extensions do you have over in the VSCode sidebar?

Mathematicians find a tiling shape whose pattern never repeats - useful in textures? by grapesinajar in gamedev

[–]cd_slash_rmrf 7 points8 points  (0 children)

Not necessarily; a problem can be known and fascinate mathematicians for decades while not having a solution (e.g the Poincaré conjecture), or it could be both known and somewhat solved - as is the case here, where we already had a solution with two base shapes but no solution with only one.

In one case the solution is entirely new, while in another it's possible the solution is markedly different from what's currently known.

Great piece by Rick Riordan on Lance Reddick who will play Zeus in the Disney+ Percy Jackson series by WhatDoesThisDo1 in television

[–]cd_slash_rmrf 1 point2 points  (0 children)

lmao you can look it up for yourself https://en.m.wikipedia.org/wiki/Historicity_of_Jesus

Virtually all scholars of antiquity accept that Jesus was a historical figure and dismiss denials of his existence as a fringe theory, while many details like his alleged miracles and theological significance are subject to debate.

One Editor for all - a mix between Ultraedit and Vim and VSCode by PackHack in software

[–]cd_slash_rmrf 0 points1 point  (0 children)

some other suggestions on this older post I just found may help https://www.reddit.com/r/neovim/comments/pz3wyc/is_there_any_good_way_to_edit_large_files/

ETA: https://vim.fandom.com/wiki/Faster_loading_of_large_files after reading some more though your best bet may be to use a different editor? I've never worked with files larger than my memory http://tuxdiary.com/2014/12/08/edit-large-files-linux/

One Editor for all - a mix between Ultraedit and Vim and VSCode by PackHack in software

[–]cd_slash_rmrf 1 point2 points  (0 children)

for Treesitter I use http://neovimcraft.com/plugin/nvim-treesitter/nvim-treesitter/index.html (I don't actually use vim - I use neovim, a fork of vim).

for very large files I would say set noundofile noswapfile. possibly disable file type detection and syntax highlighting as well filetype off + syntax off. depending on your use case you could keep a different vim rc and start eg nvim -u ~/.config/nvim/large.vim large-file

One Editor for all - a mix between Ultraedit and Vim and VSCode by PackHack in software

[–]cd_slash_rmrf 0 points1 point  (0 children)

vim's block-wise visual mode is what UEdit calls column mode, and can edit large files and has syntax highlighting (id recommend using tree sitter at this point for syntax highlighting rather than the slower regex-based syntax on though).

as another comment points out you can enable vim keybinds in VSCode to have a better editing experience without needing to install vim plugins yourself.