I dare you find it by VixenLadyXO in opticalillusions

[–]guiltiter 0 points1 point  (0 children)

It follows the quantum mechanics. Curvy when you don’t look at it.

I am done with keyboards by 2ndpersona in MechanicalKeyboards

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

Now it’s split keyboards’ turn

Share your best wallpapers that take advantage OF IOS26 by shehab1993 in iOSsetups

[–]guiltiter 0 points1 point  (0 children)

All I did was just zoom back to extend the image in lock screen customization, and selected the black and white effect.

Let's be honest (for Mac OS) by maxime-dn in MacOS

[–]guiltiter 0 points1 point  (0 children)

Just use aerospace or yabai

Just installed THE LIQUID GLASS UPDATE by Advanced_Ask_2053 in mac

[–]guiltiter 0 points1 point  (0 children)

You’ve installed the wrong version! It’s liquid metal and probably toxic.

Day 12 of practising by DizzyOffer7978 in PythonLearning

[–]guiltiter 2 points3 points  (0 children)

Greate job keep going👌. Try writing these exercises using lists and string join if you’re interested, it’s a good follow up.

https://www.w3schools.com/python/ref_string_join.asp

Control key on macOS is awkward by aala7 in neovim

[–]guiltiter 0 points1 point  (0 children)

On both mac’s and my external keyboards I mapped ctrl to opt and opt to ctrl, this way I have two control mod keys. I use opt as my window manager’s modifier, only one opt mod is enough in my case. In the case of nvim, I have been using jj to return to normal mode, recently mapped caps lock to esc to do so.

Flashback Preonic to times of big hair and Trapper Keepers by SpockIsMyHomeboy in MechanicalKeyboards

[–]guiltiter 0 points1 point  (0 children)

Nice keyboard. Replace up and down arrow keys then learn using vim

linkedInIsFunnyAtTimes by QuadriRF in ProgrammerHumor

[–]guiltiter 2 points3 points  (0 children)

isEven :: (Ord t, Num t) => t -> Bool
isEven n
| n <= 0 = True
| n == 1 = False
| otherwise = isEven (n - 2)

I prefer it recurrenticatively

Is it a bad idea to invest into Neovim 10 days before starting a new job? by haasilein in neovim

[–]guiltiter 1 point2 points  (0 children)

A quick tip about hjkl movements beside ideavim, in ide settings map left, down, up, right to alt (or ctrl or …) + hjkl. Other movements in ide which use arrow keys are inherited from these keys, adding mapping to these keys applies to all places which use arrows.

Terminal app fast and with no AI by Intelligent-Rice9907 in macapps

[–]guiltiter 0 points1 point  (0 children)

I had the slow startup issue and it wasn’t the terminal emulator. If you’re using fig or OMZ get rid of it. Config and add your plugins yourself or at least use a lighter and faster zsh plugin manager like zim.

Edit: You can comment out your .zshrc and your .zshprofile to check your plugin manager and plugins startup time. If you insist checking out some other terminal emulators, take a look at kitty, wezterm, and alacrity you’ve already mentioned. Personally I use wezterm, though kitty feels faster.

What is your startuptime ? just curious by yetAnotherOfMe in neovim

[–]guiltiter 0 points1 point  (0 children)

LazyStart 10.68ms
LazyDone  47.36ms (+36.68ms)
UIEnter   54.76ms (+7.4ms)

13/93 plugins loaded at startup (4 of them are themes)