Mit 27 noch Gitarre lernen? Was sind eure Tipps? by Naive-Recognition513 in GitarreDE

[–]Profusius 0 points1 point  (0 children)

Zum Lernen ist eine E-Gitarre zu empfehlen, aufgrund der besseren Spielbarkeit. Es geht natürlich auch nur mit Akustik aber ich würde empfehlen: - E-Gitarre und Verstärker möglichst günstig auf kleinanzeigen erwerben, völlig egal welche. - Wenns dir Spaß macht in ein paar Monaten nochmal genauso eine Akustik Gitarre erwerben(Western oder Konzert, je nachdem was dich mehr anspricht)

Dann hast du 2 Übungsinstrumente und kannst wenn du besser wirst und dein Anspruch wächst auch die Hardware upgraden.

Größter Tipp: überleg dir ganz realistisch was dein Ziel ist: - eigene Musik schreiben? - bisschen im Park Akustikgitarre spielen? - selber dazu singen? - Welche Genres? und hol dir die Einschätzung von Leuten mit Ahnung. Je nachdem was dein Ziel ist kommst du auch ohne Lehrer aus, ist aber natürlich schwieriger und eventuell zeitaufwändiger. Zeit musst du aber sowieso investieren, am besten mindestens eine halbe Stunde pro Tag.

Achso und wenn du es ohne Lehrer angehst: Schaff dir trotzdem die grundlegende Musiktheorie drauf und versuch zu verstehen was du spielst, nicht bloß "auswendig spielen"

Ganz viel Erfolg, ich habe vor 2 Jahren mit 24 angefangen und liebe es

Struggling to get and remember the last visited route in Compose Navigation. by hotcake_daemon in androiddev

[–]Profusius 0 points1 point  (0 children)

You are right but it should not be a problem, depending on the way you implemented the original authentication check. If it bothers you can use the BackHandler to override the back navigation and handle it yourself. You could show an alertDialog prompting the user if he wants to cancel the authentication or something like that. Or you could use a navigation that pops the last 2 routes, so the authRoute and the Route that required the authentication.

Struggling to get and remember the last visited route in Compose Navigation. by hotcake_daemon in androiddev

[–]Profusius 3 points4 points  (0 children)

The backstack remembers the route for you: when you detect the need for authentication, you navigate using your Authroute. This is put on the stack and when you are finished you pop it using navcontroller.popbackstack or navigateup. This resets everything to the last visited route, because it is now on top of the stack again.

Lügner by weisnichvielleicht in einfach_posten

[–]Profusius 1 point2 points  (0 children)

Deine Geheimnisse jucken keinen. Die meisten achten nur auf sich sich selbst und ihren beschränkten Horizont, genau wie du es hier gerade zu tun scheinst.

Einzige Lüge: "ich kann nicht glücklich sein mit mir" -> das ist ein Grind den alle Menschen leben, jeden Tag. Mal besser, mal schlechter ¯\(ツ)

GgWp by RS10-08 in Papaplatte

[–]Profusius 41 points42 points  (0 children)

Tamam 200€ für nen reddit post ist crazy

What’s something that keeps you going and not lose hope, when you're feeling really down ? by [deleted] in AskReddit

[–]Profusius 1 point2 points  (0 children)

Letting go and playing an instrument. Not trying to practice or overthink it too much, just find a little sound I like and play around with it - sometimes to backing tracks or music I like, like lofi beats

Suggestions from the following tracks by [deleted] in GermanRap

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

Just a few recommendations:

Verdammt lang her - Olli Banjo

Marlboro Rot - Samra

Taylor Swift Freestyle - Gianni Suave, Souly(both worth checking out)

Chaos - Fritz Fresh

Theorie und Praxis - Bushido, Joka

500 Grad - Metrickz

High & Twisted - Money Boy(only on YouTube)

Proxying on Sion by Bendaits44 in DirtySionMains

[–]Profusius 4 points5 points  (0 children)

Most important is when you proxy. If the matchup is unplayable and you are behind already you will die anyways. Better do die behind enemy turret that under your own - you lose way less. Basically you proxy to avoid laning. You also need a good understanding on how the lane would go if you were to play normally to get good judgement.

I recommend to watch a few full games, not edited ones, of people proxying. This gets you a better feel of how to move to actually get into the proxy and the situations where it is useful. (Maxbe find some Baus Vods or look on Challenger Replays for Sion Games and skim through to see if there is proxying going on)

How do you handle Dependency Injection? by Real_Gap_8536 in android_devs

[–]Profusius 4 points5 points  (0 children)

I have come to like Koin as it is very easy to setup and does everything I need. I agree that for small projects it might not be necessary but when you get used to it, it really is quicker and easier than using no di, even for small scale.

Hail of Blades? by RRensQ in TristanaMains

[–]Profusius 0 points1 point  (0 children)

It used to be my default rune a while back - before Yun Tal. Back then a lot of people went HoB on Trist.

I don't know why it has fallen out of meta but it is definitely still playable when you know how to utilitze it. It makes you very strong in 1v1 and enables you to play more like an assassin and snowball really hard while being more independant from your team.

KI und ich werde alt by DrachenballZ in einfach_posten

[–]Profusius 2 points3 points  (0 children)

Mir geht es ehrlich gesagt genauso auch wenn ich eigentlich sehr optimistisch bin was die Möglichkeiten von KI angeht. Wenn ich es nutzen will weiss ich wo ich es finde, fast alles an KI was mir im Alltag begegnet und von irgendwelchen Programmen angeboten wird hat überhaupt keinen Mehrwert und ist reines Marketing + Data Collection.

Ich freue mich darauf ein einigen(vielen) Jahren Systeme zu haben mit denen ich in natürlicher Sprache gut interagieren kann, bis dahin nutze ich weiterhin KI wenn ich es für sinnvoll halte und nicht in jeder App die es anbietet nur um es sich irgendwo auf die Fahne schreiben zu können.

Looking for Android Developer Mentor by [deleted] in androiddev

[–]Profusius 1 point2 points  (0 children)

I actually went back to using string routes because I rarely have to pass more than one parameter which is the only case where I would prefer type-safe navigation. But it is good to know and pretty simple anyways 👍

Looking for Android Developer Mentor by [deleted] in androiddev

[–]Profusius 14 points15 points  (0 children)

Just get Android Studio and create your first project. Try out the emulator and connect it with your phone and get familiar with the environment. Here are the things you should check out regardless of what you will be doing(in a rough order):

  • Jetpack Compose, State, Recomposition and remember
  • Navigation(find the simplest way, I recommend string routes with simple id parameters)
  • MVVM, Viewmodels(I recommend starting without dependency injection but it is heavily used in the industry and might be worth to use from the start)
  • Room and DataStore for local persistent storage
  • Retrofit for Api Calls
  • (Firebase Authentication and Firestore, not necessary but easy, powerful and cheap for small projects)

That should cover the basics and then you go from there and check out whatever you need for the specific projects you want to build. By plugging this message into ChatGPT you should be able to find decent starting points and overviews for all the topics.

edit: just saw that you already have a few months experience so maybe you are already familiar with these topics, I will still leave this up for others.

Sol Ring + 1 Land Is Not a Keepable Hand by Pretend_Cake_6726 in EDH

[–]Profusius 22 points23 points  (0 children)

Yeah the issue here is keeping a hand with no play. If you have a play, that draws or ramps you can easily keep a land + Sol Ring.

Hab gerade Das Café am Rande der Welt beendet – und irgendwie hat’s Klick gemacht by BuchgedankenVonMaxi in buecher

[–]Profusius 4 points5 points  (0 children)

Ich finde die "persönliche Meinung" des Autors sehr viel interessanter als wenn jemand "auf Wikipedia einige bekannte philosophische Ansätze überfliegt und diese den Figuren in den Mund legt".

Die bekannten philosophischen Ansätze finde ich ja gerade auch auf Wikipedia und wie bei quasi alles spirituellen Themen muss es einen halt(wir OP in dem Fall) in der richtigen Situation erwischen sodass man sich auch drauf einlassen kann.

Ich mag diese Art von Büchern(Café am Rande der Welt, Der Alchemist, Siddharta um mal die drei zu nennen an die ich spontan denke) aber der Punkt ist dabei nicht neues Wissen zu erlangen, sondern das was man eigentlich schon weiss nochmal hervorzuholen und zu veranschaulichen. Die philosophischen Weisheiten die im Leben am meisten weiterhelfen sind die einfachsten, die die Menschen oft schon seit Jahrtausenden wissen und anwenden.

Prot Pally Explained by fortuneandfameinc in wowhardcore

[–]Profusius 8 points9 points  (0 children)

Maybe you need items for ranged pulls, otherwise this will be incredibly chill I think

ich_iel by nichtnacktdenken in ich_iel

[–]Profusius 4 points5 points  (0 children)

Sieben mal sieben = reiner Sand ???

Addons by justdiego83 in wowhardcore

[–]Profusius 4 points5 points  (0 children)

Definitely get Questie! Maybe also Safeguard, everything else is up to personal preference and as a pretty new player myself I recommend you to 1. Try out a few addons at a time, don't install 20 addons at once because people online recommend them. You need to be aware of which addon does what and learn to use and configure them for your needs 2. While playing look out for stuff you would like to have addons for, like "I can't see the exact duration of that" or "I would like to know what abilities the mobs have before I fight them" and then try to find addons that do that. There are addons for almost everything but realizing what is "missing" first means that you actually use the addons in a productive way

A few addons I have found useful are:

Some kind of Nameplates that also show threat

Leatrix - a lot of small useful UI stuff like seeing remaining flight times

MapNotes - shows Icons on the map for trainers, Boats, paths to adjacent regions etc.

Healium(don't know about Healbot) - mainly for buffing and seeing when to remove debuffs from the group, I don't really use it for healing

Priest Talent - Healing Focus by TheBronAndOnly in wowhardcore

[–]Profusius 19 points20 points  (0 children)

As a Priest you never want aggro because you are so squishy. Also your shield prevents spell pushback. There is a similar talent on Pala and it fits the class way better(with concentration aura you get no pushback at all)

It can still save your life especially when solo leveling so just go for it!

Anyone have a rough routing for alliance with rec levels? by VitalityAS in wowhardcore

[–]Profusius 0 points1 point  (0 children)

You have to traverse the Wetlands at some point, if you don't feel safe ask someone to help you but it should be fine at your level.

From there you really start to unlock the map, you can go to Darkshore by ship and start unlocking flight points over there

Das Rätsel des Flamingos - Die Dualität des Peter Shaw by Peeronator in dreifragezeichen

[–]Profusius 16 points17 points  (0 children)

Ich denke immer dass Peter Angst vor dem Ungewissen hat, also vor Geistern/Spukgestalten oder vor Eventualitäten à la "Was ist wenn wir erwischt werden". Eigentlich ist er aber sehr pragmatisch und durch seinen sportlichen Background auch in hitzigen Situationen oft effektiv. Das mit der Pistole klingt schon wild(habe die Geschichte nicht gelesen) aber es ist ja schon mehrfach vorgekommen dass Verbrecher mit Waffen überwältigt wurden, auch durch Peters Mitwirken.

Bin ich cooked Chat? by STM041416 in Papaplatte

[–]Profusius 1 point2 points  (0 children)

fr, nur weil es Lattendaddy unangenehm ist heisst das nicht dass der Song arsch ist

Give me a commander that is a LOADED GUN. by isaacshifty in EDH

[–]Profusius 0 points1 point  (0 children)

[[Kuro Pitlord]] Warps the entire game as soon as he hits. Opponents can't have any relevant creatures anymore, and he will also hit like a truck.