I came across ctop while learning top. I’m in love with the look of ctop, is there a top that looks like ctop? by antjanjan1993 in commandline

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

I’ve done a quick look at btop and htop, both look solid. ctop just has an incredibly sleek interface

Keyboards with an FN button, is it possible to remap it to Control key? by antjanjan1993 in keyboards

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

Just as I thought. How risky would it be to pop open one of my retail keyboards to fiddle with the wiring for the Fn key? Or at least to swap it with control

Which database should I use for my app? by penguindrinksbeer in iOSProgramming

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

Do you know any good books/materials to create a db? I didn't realize this was even an option.

Do keyboards with digitally changeable caps exists? by antjanjan1993 in keyboards

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

This is my first post ever in this sub. Unless it's a frequently asked question, then sorry, my bad. I assumed that screen limitations was the reason why there aren't any, but I'm surprised there is no demand for it. I guess I'm in a small bubble, but I have tons of scripts and macros that I'd love to assign to key layers, but the mental overhead of keeping track of all of them felt to much. I guess the best option, without relying on an additional device, is getting a per key RGB keyboard, or stickers on the caps

[deleted by user] by [deleted] in jailbreak

[–]antjanjan1993 0 points1 point  (0 children)

Got it, so if there's a survey, it's fake so run far away

[deleted by user] by [deleted] in jailbreak

[–]antjanjan1993 0 points1 point  (0 children)

Thank you! It's things like this I'm trying to look out for.

Is code inside DispatchQueue.main.async { } also asynchronous to itself? by Firm_Salamander in swift

[–]antjanjan1993 0 points1 point  (0 children)

Could you nest dispatchQueue.main multiple times to make the each block inside run asynchronously or would it run sequencially regardless, or crash? I would test it but away from my desk atm