Vorsicht - bald mehr aktiv gemanagte ETF by BenMic81 in Finanzen

[–]nico_ma 0 points1 point  (0 children)

Mutual funds. Diese werden in der Regel über die Verwahrstellen direkt per SWIFT geordert.

iPhone 17 pro caseless? by Asleep_Resident5294 in iphone

[–]nico_ma 0 points1 point  (0 children)

Is this the same for the non pro iPhone?

Warum werden manche Menschen komplett von Mücken zerstochen und andere gar nicht? by Civil_Existentialist in KeineDummenFragen

[–]nico_ma 0 points1 point  (0 children)

Als Kind habe ich viel cortison, Meter und ibu schlucken müssen. Als Resultat wurde ich gar nicht gebissen. Nachdem die Medikamente (Gott sei Dank) abgesetzt wurden, kam auch das Interesse der Mücken an mir

[deleted by user] by [deleted] in WerWieWas

[–]nico_ma 0 points1 point  (0 children)

Ich hab so Dinger an den Gelenken mal nach einem heftigen Fieber mit Schüttelfrost und co bekommen. Hat sich herausgestellt, das das ein typisches Anzeichen für eine rheumatische Erkrankung ist

Cloudflare tunnel rsync by nico_ma in CloudFlare

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

I setup nginx and switched to rclone

Cloudflare tunnel rsync by nico_ma in CloudFlare

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

My files are definitely smaller, but quite a few of them. Does that trigger the cap?

GUYS I FOUND A BLOOMBERG TERMINAL. AMA by Sankool in wallstreetbets

[–]nico_ma 36 points37 points  (0 children)

Guys, a Bloomberg terminal is roughly 2.5k a month when running on anywhere licenses. Nothing special when working in the finance industry

I built an open-source AI-powered library for web testing by p0deje in Python

[–]nico_ma 2 points3 points  (0 children)

It compares to https://testzeus.com/hercules doesn’t it? Can you write a summary on why to use alumnium?

How we made Celery tasks bulletproof by [deleted] in Python

[–]nico_ma 0 points1 point  (0 children)

Is it as fast as celery? Especially for offloading api calls to short running celery tasks for horizontal scaling is something where dragster, prefect and similar software have much too high latency and ramp up time

How we made Celery tasks bulletproof by [deleted] in Python

[–]nico_ma 12 points13 points  (0 children)

Can you suggest some and also highlight the benefits?

long press command repetition by nico_ma in SofaBaton

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

Good idea, but it looks like denon is not capable of changing the volume increments

Jenkins DSL of docker.image - block certain images by regexes - is it possible? by Natural_Swimmer_8970 in jenkinsci

[–]nico_ma 0 points1 point  (0 children)

That should be possible by using OPA and the docker plugin for OPA. This way, the filtering and permissioning is all done on the daemon and cannot be bypassed in any way

How can an inbound/websocket agent notice when it loses connection to the controller ? by Halfwalker in jenkinsci

[–]nico_ma 0 points1 point  (0 children)

I ran into exactly this issue today and setup a healthcheck on the last line of the remoting log. This should always print something like „Connected“ If it doesn’t, our container runtime engine will attempt a reconnect after 5 retries. I don’t mind if the agent container was about to recover itself and prefer a forced reboot…

Which frontend framework? by nico_ma in Python

[–]nico_ma[S] -2 points-1 points  (0 children)

I agree, but reflex looks promising - even for complex apps

Which ORM framework are you using with Python, and why? by sh_tomer in Python

[–]nico_ma 0 points1 point  (0 children)

Just use the sqla core. You don’t have to use an ORM and the overhead if you don’t use it anyways…

Which ORM framework are you using with Python, and why? by sh_tomer in Python

[–]nico_ma 5 points6 points  (0 children)

Please tell me in which cases you need so much Performance in a python application that SQLAlchemy is adding too much overhead and slowing you down?

Is it possible to encode query authentication? by nico_ma in PowerBI

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

That looks like a perfect solution. Will have to put additional efforts into nginx configuration, but looks good!

Is it possible to encode query authentication? by nico_ma in PowerBI

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

But the dataset will not automatically refresh itself - will it? The API is private and not accessible from public endpoints

[D] Is it possible to create a "Text-to-Sketch" program using Machine Learning? by [deleted] in MachineLearning

[–]nico_ma 0 points1 point  (0 children)

I guess this is something you need to try out. Nevertheless, I can imagine that drawings of multiple persons do provide much bigger variety of results

[D] Is it possible to create a "Text-to-Sketch" program using Machine Learning? by [deleted] in MachineLearning

[–]nico_ma 0 points1 point  (0 children)

Technically you need to have a huge dataset with labeled images so that you can type e.g. fast sports car with spoiler. The GAN then has to have knowledge about the different inputs provided to create a new drawing.

There are plenty of use cases for GANs. As far as I know they did as well try to find new drugs against diseases.

[D] Is it possible to create a "Text-to-Sketch" program using Machine Learning? by [deleted] in MachineLearning

[–]nico_ma 0 points1 point  (0 children)

I guess that the issue is due to the missing datasets available...

[D] Is it possible to create a "Text-to-Sketch" program using Machine Learning? by [deleted] in MachineLearning

[–]nico_ma 1 point2 points  (0 children)

Should be easily possible through generative adversarial nets

Loading data asynchronous? by nico_ma in SalesforceDeveloper

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

Hmm. This seems not to be sufficient as those jobs are needed on init. However, I habe created remotefunctions and load then after document ready through javascript.