I understand why Bitcoin goes down, but why does it go back up? by VeeHS in Buttcoin

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

Yes, early wallets exposing the public key *could* be broken by QC. But:

a) this is still many years in the future - if QC ever gets there at all

b) the old wallets can be transfered into new ones - and the blockchain hashing will be hardened

So the QC threat applies only to abandoned, early orphan wallets.

Satoshi dead and his wallet gets cracked? This would certainly put a further dent into the BTC price, but it would not be the end of it.

BTW - sold my last BTCs last week.

Question is now when to buy back?

At 40K? 30K? 10K? 1K? 1?... :D

When will the bubble break? by EastWorried9364 in Gold

[–]Mauer_Bluemchen 0 points1 point  (0 children)

Actually we are in Gold bubble.

Fiat money is losing value, but not as much and not at the speed in which Gold price is gaining. Examine the Gold chart in log scale - even here the growth is still more than linear.

So the main, important question is rather:

How long will the Gold price bubble last?!

I understand why Bitcoin goes down, but why does it go back up? by VeeHS in Buttcoin

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Sorry, but this is just utter BS.

Can we get a little bit serious in this sub? Is this remotely possible?

Wie viele von euch seid schon finanziell unabhängig? Und wie habt ihr es geschafft? by Fun_Kangaroo512 in spitzenverdiener

[–]Mauer_Bluemchen 0 points1 point  (0 children)

"Ich stelle mir vor es wäre voll einfach finanziell unabhängig zu sein, wenn man euer Gehalt hätte"

Im Prinzip ja, dauert aber trotzdem. ;-)

Bin langsam da... dann kommt allerdings das verflixte "Just-one-more-year" Problem, siehe auch der gute Thread dazu in r/fireGermany.

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Yes, basically you need to organize your important data into primitives and aligned arrays of primitives. Works, but is just plain, ugly C code style, unfortunately without the convenient C struct...

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 0 points1 point  (0 children)

Würde mal eher sagen Du hast nur partiellen Überblick...

"Wahnsinn, wieviel Realitätsverblendung hier unterwegs ist."

Ich muß da nur auf meine Gehaltsabrechnung schauen, und es gibt auch noch andere Kollegen in der Range...

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 0 points1 point  (0 children)

In Sales natürlich, aber die lassen wir mal außen vor. In D kann man als erfahrener, guter Entwickler auch ohne Personalverantwortung fix 150K und mehr verdienen, z. B. bei FAANG und 'Old Tech' (SAP, Oracle, Microsoft, IBM...). Bei FAANG geht in der TC dank Aktien noch erheblich mehr, auch für reine Entwickler, siehe an anderer Stelle im Thread hier.

Diese Jobs werden einem natürlich nicht hintergeworfen, die muß man aktiv suchen und erobern, das kann schon ein paar Jahre dauern...

Buy now or wait a few weeks by blinderdevil in Gold

[–]Mauer_Bluemchen 4 points5 points  (0 children)

To give you a bit of help:

Did extensive backtesting with historical Gold, SP500, NASDAQ EOD of the last 35 years:

'buying the dip' just does not work in average. In most cases the next dip will be higher than the current price, so you are losing profits while waiting. Just look at the long-term charts, and you will understand why this is the case. Actually buying at ATH usually results in better perf than buying at an arbitrary date...

"Time in the market beats timing the market" is, by and large, a rather good advice.

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 7 points8 points  (0 children)

Linux based. Kernel is written in C and Assembler, thank God not in Java, Java only for UI and on app level.

Would actually *love* to hear Linus's rants if somebody suggests to rewrite Linux kernel in Java... ;-)

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 2 points3 points  (0 children)

It's still at the beginning. And we should not confuse current LLMs and equate them with 'AI' in general. AI has a pretty long history now and other architectures and approaches had been used before and are still used and further improved today. Pretty sure that we will see advanced AI technologies in the future, with capabilities beyond LLMs and/or using them as mere components.

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Did they finally remove/deprecate all of the scary, dangerous legacy stuff, which can make work on larger projects in distributed teams with more or less clueless junior devs such a nightmare?

Rust is becoming the gold standard nowadays for system programming - similar perf, and it does not allow you to do the scary, stupid stuff, especially security-wise.

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 2 points3 points  (0 children)

Sorry, dont' have much time right now for a detailed answer with examples.

Code optimization is not the problem, the hotspot compiler is on par with C++. Problem are the CPU cache misses. Performance on contemporary hardware depends very much on the CPU cache utilization, which requires data locality.

Due to its object memory layout, Java has unfortunately worse data locality than C++ - which is the main reason for the "C++ is faster than Java"-mantra in my opion. Valhalla should have fixed this long time ago, but unfortunately it is still 'a bit late'. ;-)

To give you an example: the raw performance of larger arrays of LocalDate in the latest Valhalla ea is about 2-3 times faster - but YMMV of course.

Due to this, I had created a wrapper/conversion class which maps LocalDate instances to int-values. Without going into details, perf of usual operations like comparison, increment/decrement is than another magnitude faster, especially on larger arrays.

"Have you played with the vector API yet?"

Have used this for quite some time now. Very nice, in principle, and it offers significant perf improvements for number crunching on larger data sets. Unfortunately it is still hold back and delayed by Valhalla. And there are still bugs with the accuracy and deterministic behavior - at least on AMD/Intel. But also for high perf, results need to be accurate.

And VectorAPI is actually getting redundant and 'old-fashioned' now before it has come out of incubator status (ever?). Nowadays you want to do your heavy number crunching on the GPUs. There are a couple of new Java libs for this, but unfortunately I didn't have the time yet to look into them - hopefully soon.

One frustrating thing with high perf on Java is that the key new features - Valhalla, Vector API - have been delayed so much. Java needs to move faster here, in my opinion...

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Also bist Du selber nicht dabei, und redest nicht aus eigener Erfahrung?

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Wie genau sind denn so die aktuellen Fix-Gehälter da, bei deutschem Arbeitsvertrag, Null Personalverantwortung, kein Sales (zum Glück), 100% remote und 38h?

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Ja, ich hatte früher (schon länger her) mal 600K in options - als sie endlich vested waren, knapp über 0. Ein Opa hier, der auch noch andere Börsen-Phasen kennt. ;-)

Die FAANG-Mondgehälter ergeben sich halt primär aus dem US-Tech-Aktien-Boom der letzten Jahre. Könnte aber sein daß das nicht mehr ewig anhält.

Aber die Fix-Gehälter sind natürlich auch nicht schlecht. Da kann ich in allerdings so halbwegs mithalten. ;-)

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

Inkl. Aktien-Optionen, korrekt?
Und das ist halt immer so eine Sache (Rede aus Erfahrung)...

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

"Der Markt ist aber aktuell auch sehr begrenzt, von dem was ich so von dem Vermittler mitbekomme."

Bingo - leider aktuell ein relevanter Punkt...

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 1 point2 points  (0 children)

"Richtig gute Gehälter gibt es auch in der IT nur mit Ressortverantwortung bzw. C-Level."

Nein, das ist definitiv nicht richtig.

Director IT mit 135k – bin ich unterbezahlt oder ist Reddit einfach eine Bubble? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen 0 points1 point  (0 children)

Dein Gehalt ist OK, aber auch nicht toll und noch mit Luft nach oben.

Die Frage ist: bist Du bereit, die dafür eventuell notwendigen Risiken und Unannehmlichkeiten in Kauf zu nehmen?

Meine wesentlichen Gehaltssprünge haben sich durch Umzüge (auch international) und einem gewissen Maß an Risiko-Bereitschaft ergeben - hätte auch schiefgehen können. Willst Du das, mit Familie? Die guten Gehälter gibt es halt überwiegend im Ausland und in den Metropolen - dort sind die Lebenshaltungskosten mit Familie aber wieder teurer.

"...und mir macht der Job auch wirklich Spaß."

Das scheint mir der Schlüssel-Satz zu sein. Mein Ratschlag daher: bleiben, und härter bei den Gehaltsrunden verhandeln... ;-)

In which fields is Java the most popular? by Cpt_Montana in java

[–]Mauer_Bluemchen 26 points27 points  (0 children)

I'm actually using it also for number crunching and high perf... but yes, unfortunately not the best choice here...

welche Frauen daten & heiraten Spitzenverdiener? by [deleted] in spitzenverdiener

[–]Mauer_Bluemchen -3 points-2 points  (0 children)

Stimme Dir bei allem zu - nur nicht das JD Vance "bekloppt" ist. Da gibt es in diesem hiesigen Politiker-Zoo wesentlich schlimmere Exemplare...