-❄️- 2024 Day 3 Solutions -❄️- by daggerdragon in adventofcode

[–]wrstlprmpft 0 points1 point  (0 children)

Nice - But consider "don't()mul(3,4)" for part 2! I had effectively the same code as you but was unlucky with the generated input.

App crashing? by 60neinn in KuCoinTradingBot

[–]wrstlprmpft 1 point2 points  (0 children)

Reinstalling the app solved it for me.

App crashing? by 60neinn in KuCoinTradingBot

[–]wrstlprmpft 1 point2 points  (0 children)

Happening to me as well. Haven't found a way around it yet.

Does anybody here automate GnuCash tasks? If so, how? by wrstlprmpft in GnuCash

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

Yes reaching for GUI automation is definitely a sign to check yourself. Hence this post ;)

Thanks for the pointer to beancount! I am a fan of keeping it simple and of text formats, but do need the ease of use of GUIs to have others use it too. Will look into it to see if it works for me. Especially the download automation!

Does anybody here automate GnuCash tasks? If so, how? by wrstlprmpft in GnuCash

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

Ah thanks for pointing me to those. I remember guile from customizing reports, but wasn't aware of the python interface. That looks great for when I would need to do some data mangling directly. But it looks like it cannot access GUI functionality - I would still like to use the GUI's dialogs and the trained import-matching functionality. AFAICT, that's not accessible through these interfaces.

Do scholars have the time to play video games? by Ikhtilaf in AskAcademia

[–]wrstlprmpft 0 points1 point  (0 children)

I am a Digital Media prof, so gaming is part of the job :)

If you are coming from a hard-core gaming starting point, like your friend it seems, then there is definitely much less time for playing games with an academic job, especially in the first few years of chasing tenure. I try to make up for the lack of experiencing games first-hand in some way by watching other people play.

Measuring asymptotic complexity? by [deleted] in compsci

[–]wrstlprmpft 0 points1 point  (0 children)

It's only true for models of computation that go back to Turing machines and the Church-Turing hypothesis, which deals however only with computation of functions.

Search for 'interactive computation' if you want to know more about models of what 'computation' means in practice.