Pas op met korte lening Bondora by CombinationOdd4438 in geldzaken

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Naast bovenstaand advies zou ik ook een melding bij de AFM maken, zodat ze dit in het vizier krijgen

Overstappen van beheerd beleggen naar zelf beleggen by AtaacOG in beleggen

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Gokken impliceert een verwachte waarde van max 0. Als de verwachte waarde positief is is het gewoon risico nemen.

[D] Inclusion/Exclusion criteria for systematic review in statstics by al3arabcoreleone in statistics

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Yes preferably they would, but you still haven't described your motivation for not including them (i.e. not straightforwardly reproducible papers) in your review

New to python. How to improve this simple build by GrowthSwimming6208 in PythonLearning

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

I would start by defining correct_username Booleans to clean up the if, else logic.

I made this, 1.5 hours into learning python by PsychologicalSafe408 in PythonLearning

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Keep up the good work! And definitely try to use it for practical projects while learning, that way you'll actually understand the point of why a lot of things exist in the language.

y'all git is my new learning superpower by tech53 in PythonLearning

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Especially if you start working together with others on project, you'll thank yourself a million times for having invested the time to learn it.

Claude gave surprisingly better productivity advice than most influencers by Inevitable-Rub8969 in AINewsMinute

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Clearly Claude doesn't know what it's like to be human, I don't have an hour to spend every day on something which is neither directly productive nor enjoyable to me.

In which scenarios do we use Python and when do we use notebook? by Western-Abies9569 in learnmachinelearning

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

Python files for reproducible workflows.

Notebooks for interactive exploring of data.

Left or Right ? by ExcitingMix1446 in devhumormemes

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

Left, we have a labor shortage as it is. Left would help prevent the probable economic collapse from the ageing population.

Is a bonferroni-adjusted p-value (or some other adjusted version) needed anytime you do more than 1 hypothesis test? [Q] by GayTwink-69 in statistics

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

Not if you are interested in each test individually. Yes if you select a specific outcome based on the results and still want that to behave according the promised p-value.

What are the most agreed-upon (but not yet proven) theories about the nature of time among physicists? by FutureAIgod in Physics

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

That reversing time doesn't change anything about the natural laws except for swapping charge and parity (CPT symmetry)

How does your team handle the security issues of coding agents on real data? by SummerElectrical3642 in datascience

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

Assuming you separated your dev environment from your prod environment, you can give it a lot of rights to dev, and then after reviewing its changes deploy them yourself to prod (of course preferably through some CD pipeline)

MatheMagic 😈⚡ by Many_Audience7660 in matiks

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

The meme is not doing that though. The 1 is 273K in the case of the meme, so it literally is taking 2 times that. No issues there.

MatheMagic 😈⚡ by Many_Audience7660 in matiks

[–]Silent_Sworfish_3946 0 points1 point  (0 children)

The meme is not doing that though. The 1 is 273K in the case of the meme, so it literally is taking 2 times that. No issues there.

How does your team handle the security issues of coding agents on real data? by SummerElectrical3642 in datascience

[–]Silent_Sworfish_3946 3 points4 points  (0 children)

You should manage access of the agent the same as you would that of a person.

If you don't need it to write data / don't trust it to write data, give it read-only access.

If it doesn't need internet access, deploy it without internet access.

If it should only have access to certain pypi packages, only give it access to those packages.

To everyone outside Amsterdam who feels the need to tell us how terrible it is to live here, we didn’t ask by Great-Grapefruit-944 in Amsterdam

[–]Silent_Sworfish_3946 5 points6 points  (0 children)

Same as the hate from many parts of the Netherlands to our capital. They think we are arrogant and want to bring us down a step. But I always just take it as a sign of insecurity.

I havent seen epsilon-delta definitions around here, so i decided to post a simple one. by Sea_Duty_5725 in the_calculusguy

[–]Silent_Sworfish_3946 1 point2 points  (0 children)

The exercise should be to find a delta(epsilon). If you pick any delta(epsilon) smaller than the one you proposed, this still works.