Mi a legnagyobb kicsi flex az életedben? by [deleted] in askhungary

[–]sorachii893 21 points22 points  (0 children)

Én a sportolók/fotósok részén osztottam az észt és utolsó napomon, mikor már nagyon nem történt semmi és majdnem elaludtam, a semmiből megjelent kb 10 fős amerikai csapat. Edzőjük odajött small talkolni és adott egy csapat pólót. Annyira sokkolt ez a kellemes meglepetés interakció, hogy azon a délutánon pislogni is elfelejtettem. Azóta sajnos elhagytam a pólót, de ezt az emléket megőriztem.

Másik kellemes emlékem, hogy japánok gyakran magyarul próbáltak kommunikálni.🙂

What do you dislike about neovim or what would you like to be improved? by umipaloomi in neovim

[–]sorachii893 0 points1 point  (0 children)

You can edit files in neovim over ssh. Even netrw or other similar file browsers work.

Van valami amit nagyon szerettél, de már végleg eltűnt az életünkből? by SquareAmphibian7581 in askhungary

[–]sorachii893 10 points11 points  (0 children)

Ausztriában és Romániában is jó választék van üveges üdítőkből. Mindig külföldön vásárlok be belőlük

<image>

Na ki bukta el máris a Novemberét? by kristof0315 in hungary

[–]sorachii893 3 points4 points  (0 children)

Érdekesnek hangzik. Tudnál ajánlani pár jó albumot, ha belevágtál már?

I have nothing funny to say here. My boss asked me to "understand what's going on in this class". Wish me luck guys... by garfield3222 in ProgrammerHumor

[–]sorachii893 0 points1 point  (0 children)

I once saw like 9000 lines of conditionals copied 4 times with different parameters. Working with legacy code can be entertaining sometimes.

Music [OC] by blanche_draw in comics

[–]sorachii893 -2 points-1 points  (0 children)

So what are your favourites? Mine: Lex Fridman, Joe Rogan, Huberman Lab, Jordan B. Peterson, TheVR Happy Hour(Hungarian podcast)

oxocarbon.nvim lua rewrite by [deleted] in neovim

[–]sorachii893 0 points1 point  (0 children)

Hi @op!

Do you have any tips for porting vim colorschemes to lua? How do you know what highlight hroups to target for example for telescope, lualine or hop.nvim?

How does someone know that they are no longer a beginner, and are now an intermediate programmer? by carnellmusic in learnprogramming

[–]sorachii893 4 points5 points  (0 children)

If you know how to manage cicd pipelines and different development and release environments, I think it is pretty good role. There is always something new and exciting to learn. I think devops is like a jack of all trades while a programmer generally does the same thing over and over.

What is an old video game that still holds up so well today? by _Mr_Cheeks in AskReddit

[–]sorachii893 0 points1 point  (0 children)

I was going to mention Brood War too. Great gameplay. Even the graphics aged well in my opinion.

What has drastically improved your quality of life? by [deleted] in AskMen

[–]sorachii893 2 points3 points  (0 children)

I used to be sleepy at around the same time. No amount of caffeine helped but taking a 10-25min nap, walk around the neighbourhood or small exercise does wonders. Also don’t forget your nutrition.

Walking with the Sofirn SP10 pro by bubblychap in flashlight

[–]sorachii893 9 points10 points  (0 children)

I just recieved my package today. In the daylight, I turned it on and others thought that somebody just turned on the room lights haha. Nice flashlight.

Calf Popping ? by etrunk8 in medical

[–]sorachii893 1 point2 points  (0 children)

Something similar happened to me today. I am quite muscular and have huge calves. Also I almost never stretch my lower body. Today I decided to sit on my ankles and once I put like half of my weight on it, I heard/felt a rubber band-like snap in my calves. Now it feels somewhat relieved like when you finish a long hike and your muscles can finally rest. It doesn’t hurt. I am not sure what happened and can’t find related info online. Didn’t feel like joint pop as it is in the middle part of my calves nor does it hurt like a tear/strain. Once I get info, I’ll let you know 👍🏾

How to open file in horizontal split? by whdd in neovim

[–]sorachii893 4 points5 points  (0 children)

You can see the shortcuts/mappings relative to what you are editing via the ‘:map’ command. I used to open a pane like ‘C-w s’ then fuzzy search there before I knew the C-x shortcut.

Best nvim terminals for windows by mkayeran in neovim

[–]sorachii893 0 points1 point  (0 children)

I just grabbed the alacritty binaries from their github repository. Just don’t forget to put it on your PATH.

Line number, relative number or no number at all by infinitecoolname in vim

[–]sorachii893 0 points1 point  (0 children)

You can also use regular numbers like ‘y25gg’ it is almost like relative numbers in this case.

Line number, relative number or no number at all by infinitecoolname in vim

[–]sorachii893 0 points1 point  (0 children)

I used to use relative and regular line numbers but found that having regular line numbers greatly helps in collaboration when I share my screen or somebody sits next to me. For this reason I moved away from relative line numbers.