@_enzo_dev@levelsio Yes this! Zone is common DNS terminology that aligns with what Cloudflare was calling a website before. It's probably a move to make the terminology more consistent and standardized with other parts of the product that are DNS-related
@FreyaHolmer@MiroHQ I’ve been in meetings going “we can do these upgrades seamlessly for users using xyz instead” and gotten pushback because executives had their hearts set on a certain date that was totally flexible otherwise, or because they didn’t want to spend an extra $100 on setting it up 😔
@FreyaHolmer@MiroHQ The frustrating thing too (as someone who’s designed cloud apps and systems for business) is that these days there’s almost always a way to do maintainence tasks with little to no disruption to users, but companies still opt for taking the entire platform offline regardless!
@ENDESGA@justinchans I've got no idea tbh, my doctor was shocked both when we finally correlates all my symptoms to dairy and then when it started to go away and couldn't offer any insights
@ENDESGA@justinchans I had a really really bad allergy to dairy proteins for most of my life - once we figured it out and cut it out for a few years it entirely went away and I can eat it perfectly fine now so it definitely does happen!
@ENDESGA Feel free to message me on Discord if you have any questions or problems with React or Next.js! I've built a bunch of markdown-based sites in both for my contracting clients so I'm really familiar with them😄
@1Schoolhouse It's definitely sooo frustrating with the extra expenses we need to just manage to function daily, noise cancelling headphones, good earplugs, clothes that feed right, buying the "right" food that works with sensory issues at any given time, etc.... it's so much sometimes🥲
@guidorosso@Scr44gr Will the new renderer be available on GitHub (i.e. through rive-cpp, if it's not already?) so external integrations can use it, or will it be something that's internal only?
@1Schoolhouse@redbubble That awful! I’m sorry to hear you’re having to deal with that, it’s so upsetting seeing places like Etsy and Redbubble slowly becoming toxic to their creators and pushing them out without many alternatives :(
@FreyaHolmer For timezone availability, maybe you could spilt up the batch and schedule some batches to be available at different times that work well for certain timezones?
@konjak Yup that was my experience as well, I gave it about a year and then sold it. Replaced it with a MacBook since that was more relevant to my line of work and the performance difference, even for simple tasks, was like night and day
@marijnable Yeah I definitely prefer multiple returns with an error type over managing surprise exceptions or creating dozens of tuple types to return multiple values. Had way too many java and c++ projects where exceptions popped up that I didn't know where possible lol
@marijnable 5/5 And there's a lot of standardized magic built in, like email protocols, RPC, robust cryptography, etc. that are incredibly useful for server applications.
So in short, it's value really becomes apparent when collaborating with others or running apps on servers in a cloud env
@marijnable 4/? Go projects also compile down to an executable with no external dependencies, and supports cross compiling out of the box with no additional compiler setup so it's incredibly easy to get programs running in cloud environments without setting up any dependencies (no JVM)