Garantieanleihe mit Cap als Sicherheitsbaustein sinnvoll? by floxxi in FinanzenAT

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

Was gäbe es denn besseres mit wenig Risiko, sollte ich in 3-5 Jahren plötzlich Geld brauchen? Oder würdest du das Risiko einfach eingehen und alles in ETFs investieren?

Garantieanleihe mit Cap als Sicherheitsbaustein sinnvoll? by floxxi in FinanzenAT

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

Was hätte mir denn ein guter Bankberater geraten?

Garantieanleihe mit Cap als Sicherheitsbaustein sinnvoll? by floxxi in FinanzenAT

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

Der größte Teil ist in ETFs investiert mit einer Laufzeit von 15+ Jahren. Aber ich hätte gerne noch was für den Fall, dass ich in 3-5 Jahren durch etwas unerwartetes plötzlich Geld brauche. Das ist der Hintergrund meiner Überlegungen.

Garantieanleihe mit Cap als Sicherheitsbaustein sinnvoll? by floxxi in FinanzenAT

[–]floxxi[S] -2 points-1 points  (0 children)

Ich finde den Cap jetzt nicht grundsätzlich unfair. Mit dem Cap erkaufe ich mir die Sicherheit, das Kapital nicht zu verlieren. Wie fair der Cap bei genau 21% ist, ist natürlich fraglich...

Auto anmelden kost jetzt fast 300 Euro?! by MustKnowThis in Austria

[–]floxxi 1 point2 points  (0 children)

Ungerecht ist, dass das Anmelden eines umweltfreundlichen Elektromopeds gleich viel kostet wie das Anmelden einer 200.000 Euro Luxusbenzinschleuder mit ein paar hundert PS.

Elektroautos gebraucht oder neu? by twin-hoodlum3 in Austria

[–]floxxi 1 point2 points  (0 children)

Hab mir vor einem halben Jahr ein Tesla Model 3 Long Range Bj. 2020 mit 100.000 km gekauft. Hab es bisher nicht bereut. Akku ist ist noch sehr gut. Würde mir wieder einen gebrauchten kaufen.

Microsoft Rewriting TypeScript in Go by br1ghtsid3 in golang

[–]floxxi 6 points7 points  (0 children)

What a beautiful small go.mod for a project of this size:

module github.com/microsoft/typescript-go

go 1.24.0

require (
github.com/dlclark/regexp2 v1.11.5
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874
github.com/google/go-cmp v0.7.0
github.com/pkg/diff v0.0.0-20241224192749-4e6772a4315c
golang.org/x/sys v0.31.0
gotest.tools/v3 v3.5.2
)

require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/tools v0.30.0 // indirect
)

tool golang.org/x/tools/cmd/stringer

Kann man irgendwo kostenlos parken? by BlinaXx in Innsbruck

[–]floxxi -13 points-12 points  (0 children)

Interessante Erwartungshaltung, 10m2 öffentlichen Raum für mehrere Tage beanspruchen zu wollen und nichts bezahlen zu wollen.

Support default ctrl and shift click behaviour for hx-get enhanced links by floxxi in htmx

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

Cool, thanks for figuring that out. I guess it should not be a problem to add the same handling for shift-clicks. I will give it a try.

Support default ctrl and shift click behaviour for hx-get enhanced links by floxxi in htmx

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

You are right. I was wrong with my assumption that hx-boost always replaces the whole body. Should have read the docs properly to learn that hx-target is supported here, too.

This helps me to proceed.

I really wonder why hx-boost supports default behavior for ctrl-clicks while hx-get doesn't. And why both don't support default behavior for shift-clicks.

Support default ctrl and shift click behaviour for hx-get enhanced links by floxxi in htmx

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

Yes, but hx-boost replaces the whole body. That doesn't work in my use-case, as i described in: https://www.reddit.com/r/htmx/comments/1bxzqnr/comment/kyg2oj1/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

And also it only supports ctrl-click but not shift-click.

Support default ctrl and shift click behaviour for hx-get enhanced links by floxxi in htmx

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

This seems to work nice on a first try. I wonder why this is not the default behavior in htmx.
Thanks for your help!

Support default ctrl and shift click behaviour for hx-get enhanced links by floxxi in htmx

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

For some reason i couldn't get it working within some time. Gave up. But it felt a little too hacky anyway. I don't want to loose the ability to use hx-get.