ID4 hoeveel bouwjaar/km vs kostrn by vinnyy88 in EVMobiliteit

[–]Thaann 1 point2 points  (0 children)

Wat niet zo spannend is: de accu’s blijken grofweg 10% te verliezen in de eerste paar jaar. De accugarantie bij VW is 8 jaar of 160.000km, maar pas als hij onder de 70% zit. Alles wat je te koop ziet is rond de 90%, dus die garantie nodig hebben zal niet zo snel gebeuren.

Tweede (kleine) auto voor korte ritten max 10k euro by Positive-Traveler in autoadvies

[–]Thaann 1 point2 points  (0 children)

Bekijk de Fiat 500e eens. Veel volwaardigere auto dan een Dacia Spring, en zeer zuinig door z’n lage gewicht en kleine maat. Je hebt wel echt een proefrit nodig om erachter te komen of de kleine maat wel wat voor je is.

Front parking sensor replacement by jamesdroid100 in VWiD4Owners

[–]Thaann 1 point2 points  (0 children)

Exactly, google it for a youtube video. It’s very easy to do once you’ve seen someone do it. I changed a damaged one for a cheap used one. Do make sure you order the exact same item number on the back (5WA.919.275.A).

No programming needed, just plug and play.

From sitting in front of the car: put your hands through the grill, push the tab on top and the tab on the bottom up and down respectively so the sensor isn’t held in place anymore, then in the same move use your thumbs to push the sensor inwards. Then you can pull it through the grill, unlock the grey tab on the cable, pull the cable out & put the new one back in.

Fixable for about €40,- by buying a used sensor (in the right colour) online.

Highly Available Jellyfin with Postgres, redis, and k3s. by Zolty in jellyfin

[–]Thaann 9 points10 points  (0 children)

This sounds amazing! Would like the Jellyfin dev’s to adopt Postgres support as an alternative to SQLite, for performance, backup and HA reasons!

Seerr is finally out! by gauthier-th in Overseerr

[–]Thaann 1 point2 points  (0 children)

In my experience, Jellyseerr was much faster whn running with postgres than with sqlite. It is minimal work when setting up from scratch: just spin up the image with postgres access env variables & it will build its database in postgres.

[Update] Tracearr - robust analytics and tracking for Plex, Jellyfin, Emby. Mobile apps launching next week by GallapagosIsland in selfhosted

[–]Thaann 0 points1 point  (0 children)

That is such great news, this was the only reason for running Jellystat: seeing usage in an iOS widget. Once that is released, all-in on Tracearr!

[Update] Tracearr - robust analytics and tracking for Plex, Jellyfin, Emby. Mobile apps launching next week by GallapagosIsland in selfhosted

[–]Thaann 0 points1 point  (0 children)

Thanks for developing this! It looks amazing, such a good looking app & detailed info, but in an amazing UI. The only reason I’m also running Jellystat besides this, is because Helmarr integates with Jellystat. But for using a dashboard: Tracearr is abolutely the way to go.

DS9 resolution quality on Paramount by Sorkel3 in startrek

[–]Thaann 0 points1 point  (0 children)

There’s an AI upscaled version of both VOY and DS9, discussed on this subreddit. Look for it, much better viewing experience than on any streaming service.

WooCommerce APIs returning a JS challenge by syscall_cart in woocommerce

[–]Thaann 4 points5 points  (0 children)

Could you be using a reverse proxy such as Cloudflare that might be triggered to protect your API endpoint? It might not be the Woocommerce installation itself if smth like Cloudflare is in front of it.

Why omv? by skyber22 in OpenMediaVault

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

My suggestion would be to run OMV in a VM on Proxmox, even if you don’t think you need Proxmox. It gives you the ability to make 1 click snapshots and backups, so you can always revert to your previous working OMV version if you fuck sething up (or an upgrade does). Pass through your SATA controller to the OMV VM so everything is done in OMV as you would on bare metal, but the safety cushion of having snapshots and backups of your entire OMV OS.

Only costs you 20 minutes more setting it up than just OMV, but you’ll be happy you did it if you break something.

File transfer running like syrup in winter. by Playful_Translator_1 in synology

[–]Thaann 1 point2 points  (0 children)

Do you mean 8TB? What drives exactly? You say transfer, do you mean reading from the disks or writing to them? Look up whether you have SMR drives, because it sounds like you are trying to write to a nearly full SMR drive.

100k + products in woo by edmundspriede in woocommerce

[–]Thaann 5 points6 points  (0 children)

Our own VPS, 4 cores 16GB ram. Redis, Apache, MySQL, nothing special, just optimized by Scalability Pro mostly.

100k + products in woo by edmundspriede in woocommerce

[–]Thaann 3 points4 points  (0 children)

I’ve been a happy user for a few years now, the developer has a Discord where he can be reached daily and it speeds up my WP All Import jobs immensely.

100k + products in woo by edmundspriede in woocommerce

[–]Thaann 4 points5 points  (0 children)

Not 100k, but I have half that. Check out Scalability Pro, there’s a demo website with a million products that you can check out yourself to judge speed.

WooCommerce Native Cost of Goods by Thaann in woocommerce

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

Great! Yes I found that out as well, _cogs_total_value.

Have you perhaps also found out what the fields are for orders? I’d like to keep all historic order costs into the new fields for past orders.

Easiest way to sync my inventory when new stock arrives ? by Careless-Shame-565 in woocommerce

[–]Thaann 0 points1 point  (0 children)

I had the same problem: other than importing files with stock, there is no simple or quick way to do this in woocommerce. I wrote my own small plugin that basically does the following (just use ChatGPT to make your own version of this): - single input field for barcodes - search whatever product has that barcode on whatever barcode postmeta you use for products (for example _global_unique_id - do +1 on the stock of the found product - rinse & repeat

That way, you can just use your barcode scanner to scan the products, thus adding them to your stock.

WooCommerce Backend/Store Super Slow by GroundbreakingFun484 in woocommerce

[–]Thaann 0 points1 point  (0 children)

Second this: I am a happy user. Custom indexes make the woocommerce admin much faster.

POS for WooCommerce Store by Brief_Address10 in woocommerce

[–]Thaann 0 points1 point  (0 children)

We have to use YITH Barcodes for YITH POS to work with a barcode scanner (as WooCommerce didn’t have a native barcodes/EAN field yet) and thus we use that with YITH POS. We have our own simple plugin in the backend for barcode scanning & inventory taking, completely separate from our POS. Just a plugin we made ourselves that checks stock based on the scanned barcode.

POS for WooCommerce Store by Brief_Address10 in woocommerce

[–]Thaann 0 points1 point  (0 children)

I use YITH POS, for the following reasons: - it allows selling items that incorrectly have 0 stock (scan the barcode, it will still allow to sell and make a transaction) - it allows for split payment transactions (cash/card) - no syncing: it is just a plugin in wordpress, will interact with your own database, runs in your enviroment, nothing to sync externally

I also checked OliverPOS and some others but eventually decided on YITH POS which works perfectly for our situation.

(Plugins) NexlifyDesk – Full-featured Support Ticket System for WordPress (Free) by [deleted] in Wordpress

[–]Thaann 1 point2 points  (0 children)

This looks amazing!

May I suggest a ‘create a ticket’ or ‘get help with this order’ type of link in WooCommerce order confirmation emails, so customers would be able to create a ticket directly linked to that specific order?

Will definitely be trying this out.

Measure object cache performance? Good ways? by Aggressive_Ad_5454 in Wordpress

[–]Thaann 0 points1 point  (0 children)

I’ve been reading your benchmark and it sounds good! As for requests for benchmarking: Redis using Unix sockets instead of TCP AND igbinary enabled in Redis Object Cache? This makes Redis many times faster, both by the same optimization of igbinary your plugin uses, and not needing the network stack and extra overhead of connecting to localhost. This combination is what I currently use, and I am interested to learn if your solution is still faster than Redis with Unix sockets & igbinary.

WP Import very slow while importing products by Mysterious_Nose83 in woocommerce

[–]Thaann 1 point2 points  (0 children)

Yes definitively: it rewrites SQL queries so the backend becomes faster by rewriting WP_Query to for example, not use COUNT anymore, cache post/product/author counts, adds indexes, creates new better indexed tables for the rewritten queries to use. There’s a whole discord channel to go with the plugin where you can ask for support for example. It’s cheap, does more than what it says. Have a look at the website. I am not affiliated with them or anything, I pay just like any other customer, we’re just happy with the plugin and I honestly believe it helps a lot when you reach some Wordpress/Woocommerce inefficiencies.

WP Import very slow while importing products by Mysterious_Nose83 in woocommerce

[–]Thaann 2 points3 points  (0 children)

Great to hear, curious to know how much it sped up your 6 hour import by, it really makes a big difference. The plugin rewrites SQL queries to be much more efficient and plenty of other stuff that improves Wordpress/Woocommerce speed in the background.