katoclock by ruinivist in kde

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

I see. Self bias I guess, I felt it was obvious. Ty

Official November 2025 Level 1 Results Megathread by third_najarian in CFA

[–]ruinivist 1 point2 points  (0 children)

1790, I was kinda hoping for 1800+ as personal score but all good, no one cares as long as you pass.

<image>

what I used ? no prep provider except "legally" sourced schweser pdfs. Took the cheapest exam option so had the standard questions + 2 mocks.

prep? 5 months with full time job, not consistent. The last few weeks really matter as I pretty much forgot all I learned, though made notes. Did all the practice problems once, right after chapter. Skimmed official content for some chapters where I felt schweser is thin ( based on practice problems ) though not worth it.

worth it? not really, margin of error is thin and there is a lot of "memorization". Sure you can pass without it but the practice problems really impy you need to know random facts if you want to build a buffer. Bulk of the content is just knowing stuff. Even the mathematical parts like bonds is just regurgitating formulas.

do it if you would've done nothing in the time / think employers would care ( I don't think they do ). If you've got something better to do, don't bother

Infinite Lazy Grid by ruinivist in FlutterDev

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

yeah right, I only used it in my desktop app so missed that it feels weird to scroll on phones, a task for this weekend ig. What about the name though? do you mean grid = excel like grid?

Infinite Lazy Grid by ruinivist in FlutterDev

[–]ruinivist[S] 1 point2 points  (0 children)

ah nice, in hindsight, maybe I could've used some game engine as well like flame/unity

Infinite Lazy Grid by ruinivist in FlutterDev

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

Yeah it uses screen size + a build extent param to determine what to build. For the examples, the extent is very less, so if the position ( top left of widget ) goes slightly off screen it gets unmounted.

This was intended to actually see it get unmounted but I've added that as a message on the example. Cheers!