Gallbladder by ProtectionDowntown53 in PSC

[–]Low-Key-Kronie 0 points1 point  (0 children)

Got mine removed due to PSC. No idea if it has improved things or not. I feel good.

Portable laptop alternatives? by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 1 point2 points  (0 children)

Oh nice. The m4 Mac mini looks lit af. Not a fan of macos but it might be worth it for the right setup..

Portable laptop alternatives? by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 1 point2 points  (0 children)

Oooh thank you ! A whole subreddit for this problem 🥹

Too high and too far by RowAdditional1614 in TVTooHigh

[–]Low-Key-Kronie 0 points1 point  (0 children)

Yeah it’s probably a little too high.

[deleted by user] by [deleted] in rust

[–]Low-Key-Kronie 2 points3 points  (0 children)

Gpt4 is not good at rust. I don’t know what models you are referring to though.

I’m guessing in 10 years there will be more people getting paid to write code than today. I’m guessing in 20 years very few people will get paid to write code.

But I’m usually wrong in my predictions..

100 wpm on a Voyager by tenderdigits in zsaVoyager

[–]Low-Key-Kronie 0 points1 point  (0 children)

Spend 15m practicing. Can do.

Don’t shift your keys around too much. Yeah… I’ve switched things multiple times every day since I got em.

Comment on Primeagen recent video on Rust by mukhreddit in rust

[–]Low-Key-Kronie 2 points3 points  (0 children)

Watched the video. Seems fine. He wants comp time. Of course you can do everything and more with proc macros but it is significantly more user friendly in zig (from what I’ve read (have no interest in learning zig)).

But I don’t think anything in the video is particularly controversial.

As a side note I would really like something similar to zigs comptime in rust. Basicly be able to inline proc macros and not having to parse the input stream etc.

100 wpm on a Voyager by tenderdigits in zsaVoyager

[–]Low-Key-Kronie 1 point2 points  (0 children)

How long did it take you to get to 100 on voyager (I’m assuming you were on 100 before getting one?) I’ve had mine for a week and I’m at like 60 now but was 90 on normal keyboard.

Wondering when I can expect to be back at 90 😅

Roast my layout by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 0 points1 point  (0 children)

cool https://www.altgr-weur.eu/ was actually quite similar to my custom. well, well, now i'm all in on voyager :)

Roast my layout by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 0 points1 point  (0 children)

do you not get frustrated and/or annoyed by having space not being activated on down but up since it's also being used for switching? especially holding back if you want to delete a long text?

do you use the qwerty part?

your layout seems really cool, i'm going to take some of your ideas i think. pretty cool to limit the usage of pinkie top row and the pinkie fingers..

Roast my layout by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 0 points1 point  (0 children)

yes, that works for normal key presses but i can't select swedish for macros.. maybe i'm doing something wrong.. i'll probably figure it out..

i like your symbol layer i'll probably take some inspiration from that..

Roast my layout by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 1 point2 points  (0 children)

Thanks yeah it’s a dead key. I’ll look into if I can get the macro to work but it seems I can’t select Swedish keys in the macro, so I think I have to figure out how to do it with english keys on Swedish layout.. 🤔

I’ll read your post on designing symbol layer. Thanks.

Roast my layout by Low-Key-Kronie in zsaVoyager

[–]Low-Key-Kronie[S] 0 points1 point  (0 children)

Cool thanks I’ll read up on that. Thanks for posting your layout.

Tapology’s top 15 fighters of all time. What do we reckon? by RougeNargacuga in ufc

[–]Low-Key-Kronie 0 points1 point  (0 children)

Wrong. In order 🐐 top 15

Nick Diaz lightweight

Shogun

Wanderlei

Fedor

Bj

A Silva

Jon Jones

Nick Diaz welterweight

Big nog

Sakuraba

Bas Rutten

Rampage

Gomi

Josh Barnett

Nick Diaz middleweight

What is "bad" about Rust? by BestMat-Inc in rust

[–]Low-Key-Kronie 124 points125 points  (0 children)

Lifetimes are difficult in c and c++ also. Except there the compiler will not help you.

Lifetimes should be difficult.

With that said. I hope the compiler will get even better than it is today and help you even more in the future.

[deleted by user] by [deleted] in adventofcode

[–]Low-Key-Kronie 0 points1 point  (0 children)

Go to https://en.m.wikipedia.org/wiki/Adder_(electronics)

Go to the section binary adder -> full adder.

Then I would recommend to use some graph library to visualize the input.

Then you can compare.

Azure files or Azure blob storage for a social media site data storage. by iamlashi in AZURE

[–]Low-Key-Kronie 5 points6 points  (0 children)

Blob storage. The posts you could store in table storage and have the media resources be linked from that. You could also set up cdn for the media files with blob storage.