Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BI
Posts
0
Comments
178
Joined
2 yr. ago

  • You are absolutely right on that, both of those had 32GB of memory and I would call that my minimum these days as well, should have mentioned that too. I had to give the 14” back when I left a job and I still miss it haha. It’s worth the wait for the memory, it’s really annoying that they require a special build for that but I suppose they want people to spring for the Max.

    Also, I have an M2 MBA with 16GB of memory currently as a personal/family machine because I didn’t want to wait for a custom build with 24 and I really should have, 16 just isn’t enough anymore for me anymore but it was useful to prove that to myself again (I guess, haha).

  • This might be a hot take but I have used both a 16” M1 Max and a 14” with a M2 Pro with very similar use cases to you and I would just get a 14 with a M2 Pro if it was me. You won’t need the Max and you will get better battery life with the Pro, I didn’t even notice the missing cores because apple silicon just feels so much faster overall. I didn’t notice any heat throttling on the 14” either, the fans barely ran at all.

    For my money, the 14” MBP with an M2 Pro might be my favorite computer Apple has ever created that I have used (have used almost every generation of MBP since the titanium one). Just my 2c but hope it helps!

  • That looks like a really sweet printer, if I were getting another printer right now that’s probably what I would get. The only thing Bambu needs now is a reverse AMS hub so you can share a set of AMS with two printers haha.

    As for metal, you can’t really print metal directly on any hobby printers yet but there are a ton of metal impregnated plastics that work well. I have tried a few of them and the Protopasta metal filaments probably has the highest metal content. I haven’t tried heat treating it yet but just the regular prints are noticeably heavier and you can polish them so they are pretty neat, the iron filled one is magnetic and even rusts! They have samples on their site too if you want to test them. Make sure you get a hardened steel hotend for the P1S though as they are very abrasive.

    OrcaSlicer is just another slicer app. OrcaSlicer is a fork of BambuSlicer which is a fork of PrusaSlicer which is a fork of Slic3r and some others if I remember right. BambuSlicer is good but OrcaSlicer is better, they added a bunch of other printer support and it even has calibration prints built in! This is a video with information on all 3, there are other videos as well. The biggest thing for me is the UI in Bambu/Orca is much better organized and easier to use I think.

    Happy printing!

  • I have have had a Bambu X1C since probably February or so and I have printed hundreds of prints at this point and it has been really reliable, basically set it and forget it at this point. I have printed PLA, Nylon, PETG, TPU, wood and metal fill, carbon nylon and PLA and all of the prints are excellent quality, no complaints.

    For what it’s worth, it’s actually easy to fix and take apart, they have an excellent wiki as well. They also sell most of the parts so you can just buy them if needed, I have purchased probably 5 or 6 hot end assemblies over the time I have had the printer and they are really easy to swap. I have only had one fan die and they replaced it no questions asked and it took like 10 min to install only because I didn’t ready the directions haha.

    I also have a modified Prusa mk3s+ that I use sometimes but these days it’s half as fast and I spent twice the time messing with it over the Bambu, it just works and cranks out prints. The hotnends are really easy to swap on the Bambu too, way easier than the Prusa, even with a revo hotend.

    No matter which you choose though, definitely recommend OrcaSlicer for the Bambu and the Mk3s.

    ETA: to sum it up I guess I would say if your interest in the hobby is in the things you want to make, get a Bambu. If it is more about tuning and modding and optimizing a printer get a Prusa. That’s my 2c at least.

  • I can’t speak to the overall safety one way or another but for many years that was the only way to have an Apple ID, I used an @mac.com email for iCloud until they permitted changing your email address few years ago, now it uses my gmail address as you are doing.

    As for safety, no matter which you choose, make sure you have 2 factor of some kind enabled on both the email and your Apple ID, that will make a bigger difference in my opinion.

  • The second link he posted is the repository with the custom component, installation through HACS looks like.

    Thanks for those links BTW, I just added finding something like that to my list the other day haha.

  • Yep you are correct, that’s what I was trying to when I was talking about the logs on the public instance and forwarding them to a central place of that is important information, sorry if it didn’t make sense, I must have been tired haha.

    I forgot before, it is also possible use ProxyProtocol for TCP applications but the application will need to understand it for it to show in the application logs. It would also be possible to use this to allow the on-prem instance (nginx->nginx let’s say) to see the true client IP from the public instance, the exact configuration is implementation dependent though.

  • Yep that was exactly my thought process haha. For what it’s worth, raspian is pretty good and Ubuntu 22.04 works great on the PI4, I have 4 or 5 around here and they have been awesome.

    Now I am curious though, what are you going to use for the key store? That is one of the things on my list to set up pretty soon here as well and I was going to put it on a pi myself. Also, if you haven’t seen this thing or this thing? They are pretty neat and I was going to get one just for the novelty haha.

  • Not to steal your post but I have had the same issue and my concern is always on OS support since some of the alternative boards I have tried in the past were stuck on custom kernels or old OS versions, has anyone had better luck these days? It has been a few years since I have tried any though.

    Also, if you aren’t familiar with it this website has a bunch of real time inventory listings for the various Pi models.

  • That’s awesome, I’ll have to give it a try again! I saw they also recently added an external-dns target for pihole for kubernetes which was the real genesis of needing an internal dns server anyway.

  • The way I would solve this is by putting nginx or other reverse proxy directly on your instance in the cloud. You can use this to set one of the well known proxy headers and proxies as others have mentioned and have this then proxy to your backend instances over the VPN (even if it’s pointing to an internal nginx instance). Then the access logs on your cloud instance will also contain the actual IP address of the client, setting headers will obviously only work for HTTP traffic, there really isn’t a similar mechanism for TCP/UDP traffic as those are layer 3 and HTTP is layer 4. If you are concerned about it you can always ship the logs to somewhere on prem as well.

  • So, anecdotally, I used pihole first more than 5 years ago and switched to AdGuard as pihole did not have the ability to do conditional forwarding of requests for various zones or the ability to add static records via the UI. Conditional forwarding means that I can send the requests for let’s say example.com to an internal server hosting that zone responding with private records for internal services as well as other similar scenarios.

    I also like that I can identify clients or networks in adguard by various factors and apply different rules (blocking and forwarding) and collect statistics on those clients or groups of clients, I don’t think pihole has either feature yet.

    I also like that adguard is a static binary which is likely what people mean when they say it’s easier to install and maintain.

    As to why I keep it and don’t switch back, I like the interface AdGuard has and it doesn’t break so I often forget about it anymore. I’ll update if I remember anything else but those are the larger things for me. If pihole is working then stick with it but curiosity is a definite reason to try adguard, I bet you could just stop pihole on your machine and run adguard to check it out without too much work (yay static binary) but I haven’t tested that myself.

    Hope that helps!

  • I have posted this before but I have had PETG do all kinds of weird things when it is wet so maybe you should try drying it out and seeing if that helps. I have had it string before using the same settings that were fine previously just because it had too much moisture (drying the same spool out made it print fine again).

  • It depends on what you mean by struggling but you can get pretty far with an 8th or 9th gen i5 and 16gb of RAM, would be a pretty cheap upgrade these days. The huge jump in quality for QuisckSync was between the 7th and 8th gen from what I remember so it doesn’t have to be new. If you are worried about power I think that it’s 65 or 70w for the 8th gen ones.

    For what it’s worth, my current Plex machine is an 8500k with 32 gb of memory and a 250w power supply since it doesn’t have local storage and it has been running 24x7 for about 4 or so years now. I once load tested it for fun and I was able to do 7 or 8 4k transcodes and it wasn’t really its limit, I have no complaints haha.

  • Hey which rack is that, I don’t see them wide enough for vertical cable management like that very often so I am real curious.

    Great work, one of these days I need to post a picture of my home setup on here, thanks for the inspiration!