Akrenion

joined 1 year ago
[–] Akrenion@programming.dev 5 points 4 months ago (2 children)

Mind selling me on the dlc? Never played factorio but I am susceptible to automation games. Currently on minecraft create mod and shapez.

[–] Akrenion@programming.dev 6 points 4 months ago (1 children)

In Deutschland steht meinem Stand nach Ethik/Moral vor dem Amt. Gibt es denn rechtsbindenderes in Österreich? Einen Rauswurf aufgrund von Interessenkonflikt sehe ich ja, aber eine Anzeige scheint mir schwer. Schätzungsweise geht es hier nur um eine Verschleppungstaktik.

[–] Akrenion@programming.dev 3 points 4 months ago

Feels like it when my blueberries spoil on the way home as if the store used magic to keep them alive.

[–] Akrenion@programming.dev 5 points 5 months ago

Get seeds and sprouts. Emoducks love that stuff.

[–] Akrenion@programming.dev 4 points 5 months ago

I was thinking about caches and evaluating what calculations I want to do.

I fixed a project for someone simulating a machine. That took them almost 9 minutes. Simply replacing the part where they initialised a solver and used it to find a zeropoint of a quadratic function with a call to that initialiser got it down to a minute.

You should have seen their faces when we put the quadratic formula in and it took 28 seconds.

[–] Akrenion@programming.dev 12 points 5 months ago (3 children)

Map, Filter, Reduce Those are the big three for data. More important than those however is mindset and patience with oneself. Writing code that works is the first and most impressive step. Optimizations are fun to think about but unless your computations are sluggish and repeat a lot of unnecessary steps they are rarely a priority.

Build something and shelf it. Trust me, in but a few months you will look back in bewilderment and realize how much you've grown.

[–] Akrenion@programming.dev 11 points 5 months ago

They put out a casting call describing toph as a a character and encouraged visually impaired people to apply. It is a running gag in the series. I am unsure wether they used a description which might have helped their course.

[–] Akrenion@programming.dev 1 points 5 months ago

I might have gotten things messed up because I am not a medical student. Apparently the swap happens only for MRI and similar things where the picture swaps the coronal plane.

If you want the explanation for it search for sagittal and coronal plane. It gives you a way of talking about bodies independent of rotation.

[–] Akrenion@programming.dev 1 points 5 months ago

Atom energy is neither cheap, fast to build, nor renewable and it can't be adapted to other fuels.

[–] Akrenion@programming.dev 1 points 5 months ago (2 children)

In medicine you use the view of the examiner like your boyfriend. I don't think that is reasonable for the people lying down though.

[–] Akrenion@programming.dev 3 points 5 months ago

Once you start googling some ingredients it is very easy to see what things are for. People are surprised when you tell them chicken flavour is vegan. I still don't think that is a bad thing.

Just cramming in 5 types of sugar and the daily recommended dosis of salt. That is what frustrates me. Maybe a list of purposes would help.

[–] Akrenion@programming.dev 50 points 6 months ago (12 children)

This is not a hard problem once you wrap your head around it. It is the earliest that some programmers learn about recursion which has a lot of pitfalls and can be frustrating at times.

view more: ‹ prev next ›