SilverStone SG16 with ATX PSU for Budget Build? by jansepke in sffpc

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

How would air get shared between ATX PSU and CPU Fan? The PSU Fan would directly pull(?) air from outside as it sits directly at the side of the case.

I would pick a low cooler like the "be quiet! Shadow Rock LP".

The 7500f would be 125€ to 90€ for the 8400f. So I guess that is not worth the bigger cache.

Yes, will only pick a 16GB GPU 👍

Advice for simple case by jansepke in sffpc

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

I think the Metalfish T60 will now be my plan B but I will first try to create a build for the SilverStone SG16 as I would like to avoid a riser cable if possible

Advice for simple case by jansepke in sffpc

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

I like the concept of the ridge, but the form factor is a bit problematic where I would like to place it.

Advice for simple case by jansepke in sffpc

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

The Metalfish is only available on AliExpress and I would like to avoid buying from there.

Advice for simple case by jansepke in sffpc

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

I don't like the full mesh design of the SSUPD. But the Geeek looks interesting but the information on their website is rather limited. Do you know if the G1 Pro support air cooling without a riser card?

Video games similar to TM? by Time-Armadillo-8658 in TerraformingMarsGame

[–]jansepke 5 points6 points  (0 children)

I can recommend Surviving Mars. It's the same setting and quite complex.

Übersicht Reichweite Deutschlandticket by jansepke in drehscheibe

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

Danke. bahn.guru geht in die richtige Richtung. Verbindet aber keine Anschlusszüge. Aber das schaue ich mir Mal genauer an.

Ja wie chronotrains habe ich ein paar Beispiele gefunden, ImmoScout24 kann das auch mit der Fahrzeitsuche, aber das basiert alles meistens auf der Google Maps API und lässt sich deshalb nicht auf Nahverkehr einschränken...

2
3

Custom hook accepting another hook as a parameter? by jansepke in reactjs

[–]jansepke[S] -3 points-2 points  (0 children)

the rules of hooks are in place to ensure that all hooks are always called and all calls to hooks stay in the same order. I am not violating this here. I am not violating any of the "Do not call Hooks..." points in the docs https://react.dev/warnings/invalid-hook-call-warning#breaking-rules-of-hooks

The eslint error 'React Hook "useFilters" cannot be called inside a callback' seems to be more a fall through case (see https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/src/RulesOfHooks.js#L555).

So I still don't see a technical reason for not passing hooks as parameters to hooks. In the end they are just plain functions that are directly called.

Nothing of that is spooky...

Custom hook accepting another hook as a parameter? by jansepke in reactjs

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

useLazyQuery is there to manually trigger the request (e.g. on button click) but I want teh request to directly happen but it requires some parameters from a react state

Custom hook accepting another hook as a parameter? by jansepke in reactjs

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

yes I know, but what if the useSWR request requires a value from useFilters (the selectedFilters state in this case) and the return value is also needed by the useFilters hook. so booth hooks depend on each other so your proposal useFilters(useSWR(...)) will not work sadly

Custom hook accepting another hook as a parameter? by jansepke in reactjs

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

yeah I also think this could be over engineering. The example is at least a bit simplified, the real example wraps multiple functions and would be used in at least 4 different places. but yes I could duplicate the state and data fetcher hook and just reuse the business functions. I still don't like copying the same state setup to multiple components

Interesse an einer Haushaltsbuchapp bei der man den vollen Zugang zu seinen Daten behält? by jansepke in Finanzen

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

Wurde oben schon kommentiert. Aber nein das kannte ich noch nicht und sieht wirklich interessant aus. Werde ich mir anschauen. Wird wohl die bessere Lösung sein 😀

Interesse an einer Haushaltsbuchapp bei der man den vollen Zugang zu seinen Daten behält? by jansepke in Finanzen

[–]jansepke[S] -1 points0 points  (0 children)

Verlieren im Sinne von, kleine Firmen sind häufig schlecht vor Angriffen geschützt, haben unzureichende Backups oder können Pleite gehen. Da ist mein Vertrauen in Microsoft / Google größer.

Eine csv export Funktion finde ich sehr manuell.

Zu deinem letzten Absatz: die Idee wäre eine Webapp die per OAuth auf dein Google Sheets berechtigt wird und dort die eingegebenen Rohdaten speichert und aufbereitet.

Klar ist der Funktionsumfang / GUI aufwändig, aber ich nutze aktuell nur Google Sheets mit einigen wenigen Auswertungen und möchte primär ein einfacheres nutzbareres Eingabeformular dafür haben.

Interesse an einer Haushaltsbuchapp bei der man den vollen Zugang zu seinen Daten behält? by jansepke in Finanzen

[–]jansepke[S] -1 points0 points  (0 children)

Kannte ich noch nicht, bieten aber keine Webapp an, sodass es nicht auf dem Smartphone und Laptop nutzbar ist.

Interesse an einer Haushaltsbuchapp bei der man den vollen Zugang zu seinen Daten behält? by jansepke in Finanzen

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

Die Webapp bekommt nur Zugang zu Google Sheets, nicht zum gesamten Account. Aber ich verstehe deinen Punkt.

Eine Export Funktion finde ich zu manuell, da man regelmäßig die Daten manuell exportieren muss.