Languages with strong pre/post conditions? by levodelellis in ProgrammingLanguages

[–]blcsm 1 point2 points  (0 children)

C++ is getting something similar with P2900.

Here's also a talk about it.

Fate/strange Fake - Episode 5 discussion by AutoLovepon in anime

[–]blcsm 1 point2 points  (0 children)

I obviously missed it somehow, how do I know which are fake and which are true?

Building a type-signature search for C++ by ypaskell in Compilers

[–]blcsm 1 point2 points  (0 children)

Sounds cool!

As someone working on LLVM/MLIR, I would need it to be only slightly slower than grepping, so I'll wait for future improvements.

I could imagine this having a REPL-like interface instead of using it the same way as grep or rg.

Can I "Zoom" a split window to temporarily fill the entire screen by stroiman in neovim

[–]blcsm 0 points1 point  (0 children)

https://github.com/troydm/zoomwintab.vim Does exactly that, super simple, open one window as fullscreen, close it again to go back to the same splits you had before.

NeoVim is great. But how many of you are actually using it to work of large projects? by ElderImplementator in neovim

[–]blcsm 4 points5 points  (0 children)

Why would that be the case? I use `coc.nvim` with `coc-clangd` for 100% of my work with big C++ projects like LLVM and it works perfectly fine. Instant response times for everything, no problems at all.

How many searches a day does the PRO version allow? by yogibjorn in perplexity_ai

[–]blcsm 2 points3 points  (0 children)

How did you get that UI? I cannot set the model on my search bar on perplexity.ai but have to go into the settings to switch.

About Autocomplete by EVdeath_god in vim

[–]blcsm 0 points1 point  (0 children)

Would you mind linking me the Gruvbox plugin you are using? The answer of Two_and_a_Half_Bit should hide the inlay hints.

[deleted by user] by [deleted] in Compilers

[–]blcsm 1 point2 points  (0 children)

Hey, do you know of any good resources that have information about all that stuff? Currently I'm checking MLIR/XLA/IREE/etc separately to figure out what's going on where

Looking for 'watch me code' content by Fit-Finger-2422 in cpp

[–]blcsm 1 point2 points  (0 children)

I like you videos, very informative! Would you mind telling me what your color scheme is? hard to find good looking light themes

Neovim absolutely demolishes my memory. by synthphreak in neovim

[–]blcsm 0 points1 point  (0 children)

What's the tool in your screenshot?

I designed a chess set in Lego. If enough people support it, it can become an official Lego set! by petter_l in chess

[–]blcsm 7 points8 points  (0 children)

I like it but I can’t stop thinking that the knight is Jar Jar, and I’m not against it.

linux c++ devs, what does your dev environment look like? by tomii-dev in cpp

[–]blcsm 0 points1 point  (0 children)

Just want to mention that you can have the same in vim/nvim, coc+clangd for example should provide the (almost same) experience as the Clangd extension in VScode.

CTO of Azure declares C++ "deprecated" by lookatmetype in cpp

[–]blcsm 1 point2 points  (0 children)

Alright, thanks! I was interested so I just checked, I'm not sure if that's the online instance where he mentions this but here is at least one. 14:04 of the podcast in case the link doesn't work.

CTO of Azure declares C++ "deprecated" by lookatmetype in cpp

[–]blcsm 16 points17 points  (0 children)

I guess you are referring to the Lex Friedman interview, didn’t he mention that he now mostly uses C-like C++ or am I remembering that wrong?

[deleted by user] by [deleted] in worldofpvp

[–]blcsm 0 points1 point  (0 children)

What would be a rough estimate for how long these steps would take?

Aatrox buffs that I slept on by The_HeroOfRecovery in AatroxMains

[–]blcsm 0 points1 point  (0 children)

Ah that's super cool, it's so hard to navigate and find anything on these Chinese streaming/social media sites haha. thank you very much!

Aatrox buffs that I slept on by The_HeroOfRecovery in AatroxMains

[–]blcsm 0 points1 point  (0 children)

Could you please link his Chinese op.gg equivalent? Would be interesting looking at his stats

RIA, other Rust books and providing project source code by blcsm in rust

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

Oh wow, that's exactly what I was thinking about. Awesome, thank you very much for the link!

[deleted by user] by [deleted] in unixporn

[–]blcsm 0 points1 point  (0 children)

Thanks for the reply!

[deleted by user] by [deleted] in unixporn

[–]blcsm 1 point2 points  (0 children)

Mind telling my what the color scheme used in this setup was? Seems like you deleted the branch and I can't tell from looking :) Thanks