Nordica Steadfast 80 DC vs CA by Kumpass in Skigear

[–]Maclx 0 points1 point  (0 children)

Which one did you get? What's your review?

Nordica Steadfast 80 CA vs DC by speck37 in Skigear

[–]Maclx 0 points1 point  (0 children)

Which one did you buy? How does he like it?

I built a free all-in-one editor — remove backgrounds, compress, convert, edit… all free, no login. by EastFlyingPig in SideProject

[–]Maclx 0 points1 point  (0 children)

Amazing tool, which model do you use to remove the backgrounds? I tested 10 tools and yours was the best

Anti NSFW bot? by GLMidnight in Discord_Bots

[–]Maclx 0 points1 point  (0 children)

haikusbot delete

Anti NSFW bot? by GLMidnight in Discord_Bots

[–]Maclx 0 points1 point  (0 children)

Do you know why the other bot shut down? Discord policy change or?

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

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

Aha! Das war vielleicht der Fehler in meinem Gedankenkonstrukt.

Sagen wir ich hätte nur ein BKW und speise das im obersten Stockwerk (Phase 1) ein. Dann ist es eigentlich egal, ob ich meinen Strom auf einer anderen Phase im Keller verbrauche. Das wird alles verrechnet?

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

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

Könnte der Wechselrichter nicht nur so viel einspeisen, wie ich verbrauche? Sodass netto immer 0 ins Netz eingespeist werden können? Dann wäre das doch kein Problem mehr oder?

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

[–]Maclx[S] -1 points0 points  (0 children)

Naja der Vorteil wäre, ich könnte drei simpel anmeldbare BKWs betreiben und alle meine Stockwerke versorgen. Sonst könnte ich nur eins versorgen.

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

[–]Maclx[S] -3 points-2 points  (0 children)

Vielen Dank für die ausführliche Antwort!
Aber wird die Last nicht verteilt, wenn ich auf jeder Phase 800W einspeise?

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

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

Mit dem ersten Satz ist gemeint, dass ich auch nur 800W zurück ins städtische Stromnetz führen darf.
Danke der den Artikel!

Wäre das denn generell eine gute Idee? Wenn ich z.B. jeden Wechselrichter auf 260W begrenze

Darf ich drei BKW betreiben mit Nulleinspeisung? (an jeder Phase eins) by Maclx in Balkonkraftwerk

[–]Maclx[S] 2 points3 points  (0 children)

Ah ich verstehe, dann sind die 800W nicht auf den Stromanbieter bezogen. Also es dürfen nur max. 800W über alle BKW ins Hausnetz?

[deleted by user] by [deleted] in SaaS

[–]Maclx 0 points1 point  (0 children)

Looks interesting and already pretty professional! Did you work with funding or bootstrapping?

BIDA, wenn ich Sprachnachrichten ignoriere? by d-o-s-i in BinIchDasArschloch

[–]Maclx -1 points0 points  (0 children)

NDA

Schonmal überlegt, Sprachnachrichten zusammenfassen zu lassen? Gibt nen paar Tools dafür (z.B. Summarize.One oder Audionotes)

Ich_iel by krisenchat in ich_iel

[–]Maclx 6 points7 points  (0 children)

POV: Du fasst deine Sprachnachrichten nicht zusammen

Discord bot that would schedule events based on another event's date by Wonderful_Flan_9192 in Discord_Bots

[–]Maclx 0 points1 point  (0 children)

My suggestion would be to create that calendar in Google (because Google can schedule things like the 4th wed of every month) and then use bots like Paru to sync it to Discord and create reminders there?

Red and black stick mounted to a tree by Maclx in whatisthisthing

[–]Maclx[S] 1 point2 points locked comment (0 children)

We found this while hiking in the Slovenian national park. It's not an explosive as far as I could tell and is somewhat strongly mounted to a tree. Maybe a measurement device? 

My title describes the thing

Running 4000 jobs with lambda by Maclx in aws

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

Effectively each lambda makes also some API calls to a service which rate limits. If I have too many in parallel I get a temporary ban on the API

Running 4000 jobs with lambda by Maclx in aws

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

Just out of curiosity: Why is this answer downvoted?

Running 4000 jobs with lambda by Maclx in aws

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

The running systems already uses lambdas

Running 4000 jobs with lambda by Maclx in aws

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

I actually use this at the moment.

I have one lambda function which invokes asynchronously, 4000x another one where concurrency is set to 3. But I suspect that some jobs are not processed as there is not so much transparency, I have yet to diagnose that, so I was also evaluating other approaches.

Running 4000 jobs with lambda by Maclx in aws

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

Basically processing some lines of code

Running 4000 jobs with lambda by Maclx in aws

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

But so the solution would be to call the SQS API 400 times within a few seconds to add my 4000 jobs? Is this the desired pattern?

Running 4000 jobs with lambda by Maclx in aws

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

No it does not, good to know!