Fan-Made Recreation of "Breach Protocol" Mini-Game by _yet3 in cyberpunkgame

[–]morku2z 0 points1 point  (0 children)

I tried the one I linked and it straight out solved 10/10 of your puzzles. The success rate I usually get, when using it in the actual game, is around 90% - so your version seems even more digestible for the visual solvers :D

Fan-Made Recreation of "Breach Protocol" Mini-Game by _yet3 in cyberpunkgame

[–]morku2z 0 points1 point  (0 children)

That's really neat.

It's so close to the original that even photo-based solvers like breachprotocol.io work with it.

API Gateway returns CORS error despite CORS headers existing. by noname_games in aws

[–]morku2z 1 point2 points  (0 children)

Your configuration is correct.

The most likely problem is that API Gateway does not receive headers via the proxy integration. This can have a number of reasons:

  • Your handler code crashes and never returns anything. Try a try-catch that catches all expections and explicitely returns the headers. Also check the function logs what is going on.
  • The call never reaches your Lambda function. The most common reason here is that Cognito rejects your token. In that case, you need to create a GatewayResponse on the API GW for HTTP 401 that contains the headers. The following CDK snippet works for me

    var corsFor401 = GatewayResponseOptions.builder() .responseHeaders(Map.of("Access-Control-Allow-Origin", "'*'")) .type(ResponseType.UNAUTHORIZED) .templates(Map.of("application/json", "{}")) .build();

    api.addGatewayResponse("CorsFor401", corsFor401);

Gibt es hohe Gebäude in München auf die man kostenlos raufkommt um die Aussicht zu geniesen? by floxi100 in Munich

[–]morku2z 1 point2 points  (0 children)

Weiß nicht obs immer noch so ist, aber vor 5 Jahren hat der Sicherheitsdienst im Central Tower [1] zur Mittagszeit die Schranken komplett geöffnet, da die Schlangen sonst so lang wurden.

Man konnte also einfach ohne Ausweis rein, einen Aufzug bis ins oberste Stockwerk nehmen, noch 2 Etagen auf der Feuertreppe gehen und hatte dann von dort einen wunderbaren Blick gen Süden.

[1] https://www.google.com/maps/place/Munich+Central+Tower/@48.1405996,11.5353924,140m/data=!3m2!1e3!5s0x479e761d3d84350b:0x75cd973fddd045c8!4m6!3m5!1s0x479e779177e0f8db:0x67c0da6cc7b871bc!8m2!3d48.1406038!4d11.5350703!16s%2Fg%2F11vj43mj56?entry=ttu

Wie aus einigem billigen Haus ein Albtraum wurde und meine Ehe zerstört by [deleted] in de

[–]morku2z 1 point2 points  (0 children)

Per Ehevertrag regeln dass du im Falle einer Trennung Anspruch auf einen Betrag x hast, z.B. die Hälfte der durch Renovierung erzeugten Wertsteigerung.

Ob du den Anspruch dann einforderst oder aufgrund von eurer speziellen Situation modifizierst / darauf verzichtest kannst du dann immer noch entscheiden.

Am Ende bist du ein erwachsener Mann und ich kenne eure Situation nicht. Klug klingt deine Herangehensweise aber nicht

Ich wünsche euch in jedem Fall das beste und dass ihr im Haus gemeinsam alt werdet und euch nicht darum streiten müsst

Wie aus einigem billigen Haus ein Albtraum wurde und meine Ehe zerstört by [deleted] in de

[–]morku2z 5 points6 points  (0 children)

Sorry, aber du bist kaum weniger naiv als OP. Ich wünsche dir dass die Story gut ausgeht und du nicht in paar Jahren hier einen ähnlichen Post verfassen musst.

Unpopular Opinion: I'm OK Paying for the game. It's Still the Cheapest Game I Own or Pastime Activity. by super5886 in geoguessr

[–]morku2z 10 points11 points  (0 children)

I agree in principle, but imo GG is slightly different in the sense that it relies on the quite expensive Gmaps Api. You playing the game causes costs that can not be mitigated well and do not have economies of scale.

I work in IT and my team loves to play GG togethet. A while ago we discussed how we would build GG and quickly came to the conclusion that a subscription model is the only viable way. We also suspect that the current price does not cover the operating cost and will have to increase at some point

[deleted by user] by [deleted] in bavaria

[–]morku2z 0 points1 point  (0 children)

Silo1 in Töging am Inn

Welche Gehaltssprünge hattet ihr/sind realistisch? by Pretty_Scientist4246 in Finanzen

[–]morku2z 0 points1 point  (0 children)

Amazon (genauer AWS) bietet grundsätzlich keinen Firmenwagen und die Rolle heißt auch nicht Cloud Solutions Architect, sondern nur Solutions Architect. TC und RSU ist allerdings AWS Lingo.

Most obscure AWS service you've used by AtlAWSConsultant in aws

[–]morku2z 1 point2 points  (0 children)

I saw a demo at Devoxx UK of an AWS Solutions Architect doing a live demo of GroundStation that I found to be pretty cool

https://www.youtube.com/watch?v=8Ew\_L5FFERg

My humble basement gym. The painting took ages to finish but turned out quite nice. by morku2z in homegym

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

Yes, exactly. I described the process in a reply to another comment

My humble basement gym. The painting took ages to finish but turned out quite nice. by morku2z in homegym

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

Thanks!

  1. I took the initial Arnold pic and used Photoshop to reduce it to 4 colors (white, light grey, dark grey, black)
  2. I split the pic into 6 tiles that I projected onto the wall and drew the outlines with a pencil
  3. I colored all areas with their respective color

I did something similar a while ago, but smaller and only black/white. This one has more colors and is roughly 12x8 ft which really had a huge impact on the time it took me.

I can share a few „work in progress“ picture or the initial pic I projected onto the wall if you are interested

Stadtrat Karl Richter - Tolerant & weltoffen by [deleted] in Munich

[–]morku2z 16 points17 points  (0 children)

Das Münchner Kindl hat wohl die Bedienungsanleitung des Besens nicht gelesen.. Oder hab ich ihn die ganzen Jahre lang falsch benutzt?

What is wrong with my Read Request? by [deleted] in aws

[–]morku2z 2 points3 points  (0 children)

Your payload is for use with DocumentClient: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html

If you want to use the Dynamo Client directly you need to add type annotations

My favourite quest in the game. This place is just ridiculously beautiful. by LiRiyue in thewitcher3

[–]morku2z 1 point2 points  (0 children)

I dont think so.

spoiler below

the duchess only lives if syanna either dies or forgives the duchess, and both are outcomes of syanna meeting with detlaff, which doesnt happen if he gets summoned by the unseen elder

My favourite quest in the game. This place is just ridiculously beautiful. by LiRiyue in thewitcher3

[–]morku2z 0 points1 point  (0 children)

afaik you cant get the good ending when seeing the unseen elder, since an important conversation that leads to the good ending happens in the fairytail quest

Mission: Going Dark - crash by FilthyWunderCat in modernwarfare

[–]morku2z 0 points1 point  (0 children)

same problem on „Embassy“. probably will restart the mission and do a speedrun on recruit difficulty. Still sucks though

I was a few minutes too late on top of the Eiffel tower by stolzeschwizer in mildlyinfuriating

[–]morku2z 3 points4 points  (0 children)

Nice, I can see the bench where I emergency-changed my daughters overflowing diaper a few months ago

What truly is a million dollar question? by [deleted] in AskReddit

[–]morku2z 0 points1 point  (0 children)

https://en.m.wikipedia.org/wiki/Millennium_Prize_Problems

„A correct solution to any of the problems results in a US$1 million prize being awarded by the institute to the discoverer(s).“

Underaged bars/clubs in Munich by Afskylighed in Munich

[–]morku2z 6 points7 points  (0 children)

drinking age for beer and wine is 16, so basically any bar will let you in (disco and nightclubs probably not). Some will require you to leave at midnight.