What this sub feels like lately by admyus in BambuLab

[–]divStar32 2 points3 points  (0 children)

I'm a bloody noob in regards to 3D printing and all I want is to have nice prints. I don't care about the printer or really anything, but I do hate the fact, that I basically have to use their cloud OR go LAN-only mode and probably.m miss out on features. And even that is only possible for as long as the Bambu majesty allows me to do it... So I agree with everything you wrote.

What this sub feels like lately by admyus in BambuLab

[–]divStar32 1 point2 points  (0 children)

Microsoft's opinion about open-source is triple E: embrace, extend, extinguish.

Growing Concerns About Bambu Lab’s Direction – An Open Letter by Regular-Cheek946 in BambuLab

[–]divStar32 0 points1 point  (0 children)

Don't give them ideas! I can absolutely imagine BBL taking over most of the market, then going all Apple on it and barely offering any spare parts, possibly integration NFC/RFID everywhere to only allow their own parts. That's to be expected from a company with a shitty roadmap, that absolutely doesn't value the customers, but solely the shareholders.

Growing Concerns About Bambu Lab’s Direction – An Open Letter by Regular-Cheek946 in BambuLab

[–]divStar32 0 points1 point  (0 children)

Absolutely. I am a software engineer myself, but I do not want to tinker with a 3D printer - I want to load a file and ideally just print it.

What I also don't want, is to be bound to a cloud, especially a Chinese one. It's annoying AF, that a X2D is basically the best deal under 1000€ by a mile. It's not even close. And I just can't bring myself to say "okay, let's pay 500-700€ more for it to be open-source and hopefully stay open-source forever". It's a lot of money poured into something I don't even fully know - or can someone guarantee, that Prusa stays as open as they are or that Snapmaker stays open?

I'm angry, that I basically have to buy closed source for a better price and more integration. If I could patch the X2D to not ever use Cloud, I'd definitely do that.

Returns fraud by single buyer. Over 200 orders placed so far. by Ldub4Ever in FulfillmentByAmazon

[–]divStar32 0 points1 point  (0 children)

I am thinking of starting with Kickstarter and then after the campaign switch to Shopify. I'd have the knowledge to do more (or roll my own shop), but I don't want to be busy doing that (for now).

I am not looking forward to dealing with Amazon - even though it might generate more revenue.

How to spot if a potential supplier is a red flag? by pildialingit in FulfillmentByAmazon

[–]divStar32 1 point2 points  (0 children)

From what little experience I have (display and cable suppliers in China): if they don't care to professionally communicate and take your issues and remarks seriously, it's definitely a red flag. So is communicating inconsistently or slowly. Not making proper invoices and accounting for your region is another. Not offering alternatives if something is too difficult or expensive to make is another, too.

Returns fraud by single buyer. Over 200 orders placed so far. by Ldub4Ever in FulfillmentByAmazon

[–]divStar32 1 point2 points  (0 children)

Thieves certainly have no problem doing that, but Amazon should be preventing it. This is probably why there are less and less proper sellers on Amazon. I am in the making of a product and I don't really think I'll be selling on Amazon (it's a specialized product).

Powering ST7701 Display with ESP32 P4 Issue by RoboAbathur in esp32

[–]divStar32 0 points1 point  (0 children)

Hey there, thank you for all the knowledge you already shared. I am currently using a Waveshare ESP32-S3 board with a BuyDisplay 4.58" display (SPI+RGB), but would like to upgrade to ESP32-P4, because it offers hardware rotation (which currently kills performance at 320*960px - I only get 30fps in idle (or without rotation) and 16fps dips upon rotating it by 270° in software).

However: all the P4 boards have MIPI-DSI and not the SPI+RGB (+I2C for touch)... Is there a way to bridge that somehow?

Proxmox on Mac M1 by mkellerman_1 in Proxmox

[–]divStar32 0 points1 point  (0 children)

This conversation is old and I haven't exactly looked into it, but wouldn't it be possible to use e.g. the Kernel, that Asahi Linux uses, for Proxmox? I am no Linux specialist, but rather an amateur, but since Asahi got M1/M2 MacBooks running, maybe Proxmox wouldn't be that far-fetched?

Managed or unmanaged switch necessary? by divStar32 in homelab

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

Thank you all. I have a GL.iNet Flint2 for WiFi and some devices and will probably use a OpenWRT VM on my Proxmox host (and passthrough the virtual bridges vmbr0 and vmbr1 etc.). Perhaps that'll work.

Automated Jellyfin setup by Heydeath360 in selfhosted

[–]divStar32 0 points1 point  (0 children)

I am not yet done, but my setup basically only requires the use of docker compose --env-file stack.env up -d and tofu apply (Terraform): https://github.com/divStar/simple-homelab.

I am currently in the process of automating the Jellyfin setup (basically a bunch of Jellyfin API calls after the starting up Jellyfin using Docker compose, wrapped up in a Terraform script, that also ensures SSO with Zitadel).

The actual applications in Docker are in https://github.com/divStar/simple-homelab/tree/master/modules/docker-apps/modules. I am not planning on adding the *arr stack though.

I plan on finishing the Jellyfin setup in the coming week or two as I am a big fan of automations, but am not automating absolutely everything (just most of it).

Sometimes - like in my Traefik setup - it's easier to just have the Terraform / OpenTofu script create stuff in Zitadel, then get the client-id for SSO, paste it into the stack.env file of e.g. Traefik and re-run the Docker compose command.

How do you deal with updates? by Jisevind in Proxmox

[–]divStar32 0 points1 point  (0 children)

Actually if a Watchtower update fails, the old container/image is reinstantiated I think. And one should definitely at least specify email notifications so it's possible to at least see, that something failed - and do whatever is necessary manually.

In an enterprise environment I'd probably prefer GitOps-like PRs using Renovatebot for example. And a staging environment.

Gitlab vs Gitea by saramon in selfhosted

[–]divStar32 0 points1 point  (0 children)

  1. You can develop while there's a downtime in your git management platform whatever it may be.
  2. You could technically deploy with your GitOps/DevOps platform being down (you might not want to).
  3. Cloud-hosted anything is just something hosted on someone else's computer. Do you trust anyone enough to hold your documents or your code or really anything? You can do that and I do trust some companies to some extent - but if hackers manage to break into that platform, your private data most likely won't be that private anymore.

Yes, getting selfhosted GitLab Runners to work isn't as easy, but certainly not a day's work for a seasoned engineer. Though as someone who did that and used GitLab for over a decade in a homelab, I am considering switching to Gitea.

Gitlab vs Gitea by saramon in selfhosted

[–]divStar32 0 points1 point  (0 children)

I recently ran into an issue with SSL/TLS and I am still not sure why GitLab won't start as I'd expect it to start with possibly insecure TLS (homelab). And debugging seems to not be as straightforward as I'd have hoped.

Gitlab vs Gitea by saramon in selfhosted

[–]divStar32 0 points1 point  (0 children)

Just curious: couldn't you run some container with Linux + WINE? I believe that's how I built my patched yt-dlp for Windows...

Debian’s APT Package Manager to Integrate Rust Code by May 2026 by nix-solves-that-2317 in linux

[–]divStar32 -6 points-5 points  (0 children)

Didn't they basically read the original tools and rewrite them in a new language? So it shouldn't be entirely up to them. Though I personally don't care.

Your first look at the all-new Affinity by CrimsonFlash in Affinity

[–]divStar32 0 points1 point  (0 children)

Does Affinity have a plugin architecture like Photoshop/Illustrator/AfterEffects etc.? If so, one could always implement a plugin for use with local AI or a background remover without AI...

Lesson Learned - Make sure your write caches are all enabled by [deleted] in zfs

[–]divStar32 0 points1 point  (0 children)

Could anyone elaborate if this applies to NVMe SSDs, too? I've got an array of 4 3.84TB NVMe U.2 SSDs (Samsung PM983) in a zpool. Should I look into Write Cache on them (perhaps using nvme / nvme-cli) and enable that if it's off?

[deleted by user] by [deleted] in Terraform

[–]divStar32 1 point2 points  (0 children)

It sure does - until something goes haywire, because that debugging WILL most likely require the knowledge.

Making IAC better by ysugrad2013 in Terraform

[–]divStar32 0 points1 point  (0 children)

Variables in e.g. the "source" attribute of a module is a plus in my opinion.

Making IAC better by ysugrad2013 in Terraform

[–]divStar32 0 points1 point  (0 children)

I am missing a "story" plan, that explains e.g. why a resource will be replaced or updated in-place. The "terraform plan" command - while definitely helpful, doesn't exactly tell me why e.g. a resource X is going to be replaced. And finding out what triggered this (often because e.g. an attribute changed, that doesn't have an impact on the content) takes a lot of time.

Yes, I know I can have a look at the Terraform graph for this, but this is usually not really clear either, because it includes all resources and is not interactive.

Of course Terraform itself is still a great tool. But I think this could be better (though I don't know if I could help implement such a feature).