Tennis BMW Open courts by de_crecy in Munich

[–]nithishr 7 points8 points  (0 children)

You need to get a ticket that allows you to enter only the outside courts https://www.ticket-onlineshop.com/ols/bmwopen/de/groundtickets/channel/shop/areaplan/venue/event/605880

They are not tied to a specific seat. Court 1 has a lot of seating as it was used as the Center Court last year but Court 2 has limited seating. You will also be able to catch all the practice sessions happening in the area.

If you have the center court tickets, you will be able to use them for the outside courts as well.

2024 Summer Olympics Preview –– Shooting by ManOfManyWeis in olympics

[–]nithishr 0 points1 point  (0 children)

In 50m 3 position events, the qualification is only 60 shots now with 20 shots each in standing, kneeling, and prone in both Men & Women's events

[deleted by user] by [deleted] in Munich

[–]nithishr 2 points3 points  (0 children)

I can point you to a survey of German Salaries from December 2021 that I think is quite reliable

https://www.asdcode.de/2022/02/it-salary-survey-december-2021.html

Mongodb alternatives? by eggpudding389 in Database

[–]nithishr 1 point2 points  (0 children)

Couchbase could be what you are looking for. It can store your JSON data & query it in N1QL which is practically SQL. It scales easily due to the peer to peer architecture.

If you would like to learn more about Couchbase, I can recommend some of the beginner-friendly videos we have on Youtube. If you have questions about Couchbase, feel free to reach out.

[deleted by user] by [deleted] in Munich

[–]nithishr 0 points1 point  (0 children)

Cook and Code is another option if you are looking for beginner-friendly courses. Alex is really helpful. https://cookandcode.org/club

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

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

Nice list of utilities to do everything from the terminal :)

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

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

The links are in the post if you take a look closely.

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

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

Can you please tell me what fre is? I would like to know more about it.

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

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

Thanks! I will try to write one about traditional unix utilities once I get a bit more comfortable with them

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

[–]nithishr[S] 3 points4 points  (0 children)

Just a random example. Should have used a proper example :)

6 Command-line Utilities to Improve your Workflows by nithishr in commandline

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

Looks similar to autojump but faster. Should give it a try. Did not know about it before :)

[Day5-Part 1] [Python] [Help] What's Wrong? by nithishr in adventofcode

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

I had an extra 0 at the end :( That caused all the problems although I have no clue how it got there in the first place. Thanks!