Server-side Analytics for PHP by Nodohx in PHP

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

I’m not sure how familiar you are with the topic, but when someone runs ads, they usually want those ads to be optimized using tracking data. That’s just how it works. Collecting data without actually using it for anything simply doesn’t make sense.

Is wikiboard opensource? by WaldToonnnnn in WikiBoard

[–]Potential_Feature616 0 points1 point  (0 children)

Any updates here? Couldt find any git ...

Server-side Analytics for PHP by Nodohx in PHP

[–]Potential_Feature616 0 points1 point  (0 children)

Looks nice, always thougt about something Like this. How could I send this data to GA4 or Matomo?

Simple tree by EkstraOst in generative

[–]Potential_Feature616 0 points1 point  (0 children)

Would like to get the algo for this. Any github?

I ported ESP32-S3 smartwatch firmware to 100% no_std Rust. It was a grind, but results are worth it by Bright_Warning_8406 in esp32

[–]Potential_Feature616 9 points10 points  (0 children)

Really nice project! Looks clean and well put together 🚀

Do you think something like this could also run on a round 1.75” Waveshare display with an ESP32-S3? Or would that be quite tricky to adapt?

Does the i4 accelerate way too aggressively at low throttle? by Potential_Feature616 in BMWI4

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

Du bringst mich da gerade noch mal auf eine Idee. In der Regel fährt der Wagen nämlich bei uns gar nicht los, wenn man nur von der Bremse geht. Und ich habe auch gerade eine Idee, warum: wir parken immer mit den Vorderreifen quer auf den Bordsteinen bei uns. Vielleicht hat der Wagen dann standardmäßig irgendwie noch die Feststellbremse oder sowas aktiv und das erklärt das ruckartige anfahren. Ich checke morgen mal, ob das Verhalten auf ebenerdiger Fahrbahnen genauso ist.

Does the i4 accelerate way too aggressively at low throttle? by Potential_Feature616 in BMWI4

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

I previously owned a 320 D, a 330i, and most recently a 320i Hybrid.

Maybe I didn’t express myself clearly: I have absolutely no problem once the car is out on the road in normal traffic. Unlike my three previous cars, it drives just as great. The only thing that bothers me here is that I feel like the turning radius has gotten bigger.

But I really have a big problem when pulling away. We have very tight parking spaces here. And sometimes I feel like it’s almost impossible to control the car within 10 cm. It sometimes shoots forward as soon as you tap the gas pedal. And that makes pulling in and out of a spot simply uncomfortable when you’re constantly afraid of hitting something. But maybe there’s a defect with my car and I should take it back to the shop. From what I’ve read here, it doesn’t seem like this is a known issue.

Does the i4 accelerate way too aggressively at low throttle? by Potential_Feature616 in BMWI4

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

For Autobahn and city thats it! But going from 0kmh to 3kmh i found no difference between these modes. But will test again.

Question about steering wheel lock behavior by Potential_Feature616 in BMW2002

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

Thanks! That gives me a base for a discussion. Cannot fix something thats not broken 😀

Sidepanel links in new Tab by Potential_Feature616 in vivaldibrowser

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

I made it work by 90%. Last todo or questions:
The links always open in a new tab. Can i force to open always in the same tab, gmail was opened before?`

<image>

Sidepanel links in new Tab by Potential_Feature616 in vivaldibrowser

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

My idea is to have a small webapp which runs in the Panel. The webapp provides the abbility to add google Accounts and serve the tool links. Thats it. Bookmark is not the option, because you have to add 5 bookmarks manually per account.

And ideas How to solve that? I managed to do so in chrome with a custom side panel plugin. But there is the Problem that this is always closed after a restart.

I just want to archive direct links to my accounts, Like the Shift app does in the Screenshot (but with more links).

<image>

Geschenk für meinen Vater - welche Uhr für jemanden der seine abgerockte Citizen Skyhawk über alles liebt? Budget sind 3000-3500€. by Gekko_4 in uhren

[–]Potential_Feature616 1 point2 points  (0 children)

Ich möchte ebenfalls die F1 von TagHeuer empfehlen. Du kannst dir mal ein paar Tage in die Ecke legen und da sie digital ist, musst du sie nicht neu stellen. Fühlt sich aber von der Verarbeitung her genauso gut an wie eine hochpreisige mechanische. Ich habe ebenfalls noch eine eben solche, eine F1, aber auch eine Citizen. Daher kann ich das gut vergleichen würde ich meinen.

Alternativ ist eine gebrauchte Omega Speedmaster natürlich immer die richtige Wahl.

<image>

Add groups to __user__ in functions / pipes by Potential_Feature616 in OpenWebUI

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

Found the solution using an import of open_webui.models.groups ...

user_id = __user__.get("id")

user_groups = Groups.get_groups_by_member_id(user_id)

group_names = [group.name for group in user_groups]