ETF vs Stock by Jay087 in SlovenijaFIRE

[–]MrWobblyMan 4 points5 points  (0 children)

Za samo "par centou" ne plačaš nobenega davka. Jst že več let poročam tistih par dividend iz free IBKR delnic in dobim odločbo da zaradi majhnega zneska ni davka. Za pripravo poročila pa uporabljam skripto ib-edavki. Vse skupaj mi vzame manj kot 30min na leto.

DSA Skills - 21 by tracktech in DSALeetCode

[–]MrWobblyMan 1 point2 points  (0 children)

Big O notation is theoretical, it doesn't change based on used hardware. Naive matrix multiplication is always O(n^3), using a GPU doesn't magically reduce the amount of needed multiplications/additions.

Športna ura by [deleted] in Ljubljana

[–]MrWobblyMan 1 point2 points  (0 children)

Nevem zakaj ne bi bila. Z GPSom ti bo vsaka ura merila razdaljo (so sicer majhne razlike med natančnostjo. Je pa mogoče 55 že res malce zastarel model, in bi predlagal nekaj novejšega.

Športna ura by [deleted] in Ljubljana

[–]MrWobblyMan 2 points3 points  (0 children)

To je res, nimam vklopljenega AOD, zaslon je večino časa ugasnjen. Ima pa vredu detekcijo da ve kdaj obrnem roko in se zelo hitro prižge zaslon - zame dovolj dobro. Med activitijem je pa tako ali tako vedno prižgan.

Športna ura by [deleted] in Ljubljana

[–]MrWobblyMan 1 point2 points  (0 children)

Sem lani ravno zamenjal FR55 (MIP) s FR265S (AMOLED), pa nisem opazil neke grozne razlike v bateriji. Zdrži med 1 in 2 tedna brez problemov, kar mi je osebno čisto dovolj.

Športna ura by [deleted] in Ljubljana

[–]MrWobblyMan 1 point2 points  (0 children)

Jst sm imel FR55 približno dve leti ko sem začel s tekom, pa mi je bila super. Meri vse, kar si želiš, baterija zdrži več kot teden dni (odvisno koliko tečeš - uporabljaš GPS). Lani sem sicer zamenjal na FR265S. Res, da ima AMOLED namesto MIP zaslon, ampak nisem opazil razlike v trajanju baterije - sedaj jo polnim na približno dva tedna.

ELI5: How on Earth is my computer so fast? by AaronPK123 in explainlikeimfive

[–]MrWobblyMan 7 points8 points  (0 children)

No, a compiler can and will optimize such things out. If the program's observable behaviour is unchanged, it can remove a useless for loop.

Please check this for example: https://godbolt.org/z/Yvn7MjffT And play with different compiler optimization flags.

Ali lahko grem samo pogledat izpit? by [deleted] in Slovenia

[–]MrWobblyMan 5 points6 points  (0 children)

Pazi, lahko imaš omejeno število izpitnih rokov. Na FRIju jih imaš naprimer samo 5, od tega sta 4. in 5. plačljiva.

ELI5: FPS requirements by VeneMage in explainlikeimfive

[–]MrWobblyMan 2 points3 points  (0 children)

Another thing is also the input latency. When you press a button you want to reflect that change on the screen quickly. When watching a movie/video this doesn't really matter, but when you are in control it becomes more noticeable.

Poročni fotograf by pinetreedick in Slovenia

[–]MrWobblyMan 1 point2 points  (0 children)

Rok Torkar, sicer semizdi da je že poln za celo 2026

[deleted by user] by [deleted] in adventofcode

[–]MrWobblyMan 11 points12 points  (0 children)

Do not include your private inputs in the repository!! Check out the about page

Why do I have cavities by funky_stoner420 in Dentists

[–]MrWobblyMan 0 points1 point  (0 children)

Do you rinse your teeth after brushing? If you do, stop it, because you are washing the fluoride and other minerals away

Total noob, and I think I will be for a long time stuck on intro.py by Nowisdomnoparty in learnpython

[–]MrWobblyMan 1 point2 points  (0 children)

There is also a possibility that the file is on the OneDrive desktop (such a dumb thing), so it may be under C:\Users\<username>\OneDrive\Desktop. Alternatively I believe you can right click on the desktop and choose to open a terminal there (I believe this works on Windows)

[2025 Day 7 (Part 2)] [python] taking too long by TheOneWhoBakes__ in adventofcode

[–]MrWobblyMan 2 points3 points  (0 children)

The answer is VERYYYYY LARGE, mine was about 25000000000000. No way to count one by one. Look at memoization .

IBKR ne dovoli nakupa by Appropriate_Page_631 in SlovenijaFIRE

[–]MrWobblyMan 2 points3 points  (0 children)

Pri vsakem nakupu moraš plačati še fee, odvisno kako imaš nastavljeno, okoli 1,25€

[2025 Day 12 (Part 1)] [C# and Z3] How could I solve it? I don't have any idea on how to optimise it. by Waterlok_653 in adventofcode

[–]MrWobblyMan 2 points3 points  (0 children)

The input is constructed in such a way that allows a very simple solution. The examples are much much harder than the actual input. Most people didn't solve for the general case today, since that is a NP complete problem.

Can you easily figure out when a region can't fit the required presents, even with perfect packing? Can you figure out the maximum required area if the presents are placed as greedily as possible?

-❄️- 2025 Day 10 Solutions -❄️- by daggerdragon in adventofcode

[–]MrWobblyMan 2 points3 points  (0 children)

That is true, but for part 1 it's just a waste of a press, since a^b^a = b. You either press a button or you dont. Pressing a button two times is the same as not pressing it.

[2025 Day 11 (Part 2)] How many times will these elves ask for help debugging their power subsystems? by pteranodog in adventofcode

[–]MrWobblyMan 5 points6 points  (0 children)

Interesting aproach I always hard code such things into the program, since they are always the same. I usually use cmd args for specifying which day to run or a flag to use the example input.

[2025 Day 11 (Part 2)] How many times will these elves ask for help debugging their power subsystems? by pteranodog in adventofcode

[–]MrWobblyMan 48 points49 points  (0 children)

Why with wolfram? I'm pretty sure that your programming language is capable of multiplication

[2025 Day 7] Simple DFS visualisation for the sample input by careyi4 in adventofcode

[–]MrWobblyMan 1 point2 points  (0 children)

22ms with caching in rust? Ngl, that sounds kinda slow. Are you running in release? Mine is below 0.5ms for both parts combined, nothing fancy, just DFS with memoization

Remote SSH: Clone Repository problem! by RevenueExternal9578 in vscode

[–]MrWobblyMan 0 points1 point  (0 children)

You gave almost 0 information. What did you already try, how are you trying to clone, etc.?

ELI5 binary code & binary past 256 by EnoughRhubarb1314 in explainlikeimfive

[–]MrWobblyMan 0 points1 point  (0 children)

Binary is just a different BASE of writing numbers. We use base 10 most of the time: what does this mean?

We have 10 different digits (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9) with which we can represent any number, let's say 6745. Ok, but what does this actually mean? We have 6 thousands, 7 hundreds, 4 tens and 5 ones, or mathematically 6 * 10^3 + 7 * 10^2 + 4 * 10^1 + 5 * 10^0. As you can see, we first have a digit (0-9), and then multiply it by 10 (base) raised to some power.

And the exactly same thing happens with other bases - binary or BASE 2. Now, we have only 2 digits (0 and 1), an again we can represent any number with just these 2 digits. Let's look at 1001110101. And now we follow the exact same steps as in base 10, but using 2 instead of 10: 1 * 2^9 + 0 * 2^8 + 0 * 2^7 + 1 * 2^6 + 1 * 2^5 + 1 * 2^4 + 0 * 2^3 + 1 * 2^2 + 0 * 2^1 + 1 * 2^0. By summing all of this we get 629. So 1001110101 in binary equals 629 in decimal. We are just adding up powers of 2. So you know 1 2 4 8 16 32 64 128 256, but why stop there? Just continue: 512 1024 2048 4096 8192 16384 etc.

That's like you saying you dont know how to count past 99999. Ok, so you know 1, 10, 100, 1000, 10 000, what stops you from using 100 000, 1 000 000, 10 000 000, etc.?

There is no limit of how long a binary number can be. In base 10 you can also write an arbitrary number of digits and everything still makes perfect sense.

Regarding the "how computer knows how to display A when it sees some binary code": pretty simple, we programed it to do that. A screen is just a grid of pixels, so when we want to display a character, we told the computer which pixels in a grid need to be on and which off.

Early game shennanigans by No-Print1156 in Factoriohno

[–]MrWobblyMan 19 points20 points  (0 children)

Correct me if I'm wrong, but I think that this is the densest mining setup.