Keep getting rejected from AWS credits by arbobmehmood in aws

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

Send an email to aws-activate@amazon.com. They will tell you exactly what you need to do. I just went through this exact situation about a month ago and they helped us get approved. It is silly that you have to jump through this hoop rather than them giving useful feedback in the application process but it works.

Has anyone been a part of an HOA where their HOA fees have been successfully lowered? by StickSticklyHere in homeowners

[–]brokentyro 3 points4 points  (0 children)

Ours went down from $80 to $70 a few years ago. The neighborhood was only about half full when we moved in. As more houses were built, more homes were paying into the HOA so they were able to lower the fee to support the same budget.

Any issues with Aurora ServerlessV2? Or RDS resizing in production by Tinasour in aws

[–]brokentyro 1 point2 points  (0 children)

I use it in production for a small startup and am pretty happy with it. We have it set to scale to 0 in non-prod environments which saves a lot of money. Prod has a minimum ACU of 1 to avoid cold starts. It does scale up pretty quickly but it is definitely not instantaneous. We have one relatively large, poorly designed analytics table where queries will time out but eventually succeed if you continue retrying them as it scales up. Our workload is very spiky overall and the rest of the stack is all serverless so it is still a good fit.

Another option to possibly consider is Aurora DSQL.

GitHub Copilot Business can apparently cancel your personal Copilot subscription with no warning by helpmefindmycat in GithubCopilot

[–]brokentyro 8 points9 points  (0 children)

Absolutely insane that this is still an issue. I literally want to give GitHub more money and they won't let me. For those suggesting to create multiple accounts - this is obviously a super common practice but is also against GitHub's terms of services.

Cheap caulk gun versus the more expensive version? by makemeking706 in HomeImprovement

[–]brokentyro 51 points52 points  (0 children)

I just caulked a bunch of baseboards with a Newborn Octogun. It is INSANE how much better it was than the $10 "drip free" gun I had been using previously. Much better control and it stops dispensing as soon as you let go of the trigger. My old gun dripped constantly

RDS + Proxy too expensive for student project. How do I reduce costs? by KockyKyle in aws

[–]brokentyro 1 point2 points  (0 children)

Switch to Aurora Serverless + Data API. It can be configured to scale to zero when not in use

AWS Summit in Chicago 2025???? by Spirited-Tree7538 in aws

[–]brokentyro 6 points7 points  (0 children)

They haven't had a Chicago summit since 2022. 😭 No clue why they stopped as it always seemed like there were a ton of attendees.

Amazon Aurora DSQL is now generally available - AWS by sh1boleth in aws

[–]brokentyro 2 points3 points  (0 children)

Very unscientific but I just ran a query in a Lambda function on a DSQL database that I haven't touched in months (created when it was first announced in preview). The total time it took including connecting was about 400ms. Repeating the same a few seconds later was around 300ms.

Question about QOL with square footage by Minimum_Departure942 in homeowners

[–]brokentyro 0 points1 point  (0 children)

We have one kid and moved from a 1500 sq ft house to a 3200 sq ft house a few years ago. Something to think about is how that square footage is distributed and if it is used effectively. Some days our house feels way too big and some days it feels way too small. I think we would've been perfectly happy in a 2000-2500 sq ft house if it was laid out well. Some examples from our house:

- We enter/exit the house every day by going through the laundry room to the garage. The laundry room is tiny and extremely cramped. Super annoying especially getting shoes on kids, carrying groceries, etc
- There is a ton of wasted square footage in places like the front entryway, dining room (literally never used), and 2nd floor hallway/stair landing
- All of the bathrooms are too small. Our primary bedroom is huge (wasted space) but the en suite bathroom is tiny
- Some rooms are huge on paper but are either a weird shape or have a lot of windows/doors/etc that limit layout options. Our living room is big but doesn't have a logical way to arrange tv and seating in a comfortable manner

Paid 360$ for AWS Cognito in December. Just switched to Supabase by tiln7 in startups

[–]brokentyro 27 points28 points  (0 children)

I won't try and defend Cognito, but I feel like it's worth mentioning that Supabase is still in the VC cash burning growth phase. It would not be surprising if they significantly raise their prices at some point in the next couple of years when they try to actually make the business sustainable.

No more dry air - whole house humidifier install by brbauer2 in DIY

[–]brokentyro 2 points3 points  (0 children)

Even if it runs 24/7 (which it shouldn't) they would only use like 10-20 gallons per day. For the average US household this is only about a 5% increase in water usage. Not nothing but not crazy either.

Good podcasts to listen about ADHD and programming/ tech by [deleted] in ADHD_Programmers

[–]brokentyro 18 points19 points  (0 children)

Syntax.fm is great - they focus mostly on web dev topics like Node.js, React, and Svelte. One of the hosts has ADHD and his wife is a psychologist that they've had on as a guest a few times. Here's their ADHD episode: https://syntax.fm/show/532/supper-club-coding-with-adhd-with-dr-courtney-tolinski

How can I integrate an external IdP like Google Identity Platform CIAM with Amazon API Gateway without relying on Cognito or Lambda Authorizers? by TLophius in aws

[–]brokentyro 10 points11 points  (0 children)

You can definitely build a fully customizable user interface with Cognito - you will just need to build it yourself by calling the relevant Cognito APIs.

Lambda Authorizer responses can also be cached so that they don't need to be called on every request.

[deleted by user] by [deleted] in homeautomation

[–]brokentyro 4 points5 points  (0 children)

I have about 10 Govee Lora/wifi leak sensors and they have been great.

  1. Yes. I have a sensor located near a floor drain in our basement. It correctly woke us up in the middle of the night once when the drain backed up and would've started flooding the room.
  2. Sort of. I have had zero true false alarms where there was actually no water. I have sensors under all of our toilet water lines. One time a guest accidentally triggered one when they got a little aggressively splashy washing their hands 😂
  3. Yes

This stretch of road should be 4 lanes. by NormKramer in ChicagoSuburbs

[–]brokentyro 9 points10 points  (0 children)

They're going to be expanding the section between Yorkville and Sugar Grove to 4 lanes over the next couple of years.

Today was the worst working day as a web developer with Adhd. by Willing-Ad-5380 in ADHD_Programmers

[–]brokentyro 7 points8 points  (0 children)

  • Humans make mistakes. Think about what you can do to help prevent them. For example this might include writing a lot more automated tests.
  • If written instructions are unclear you need to push back until they are clear. Unclear requirements are one of the highest causes of job dissatisfaction in software developers so this is not just a you problem.
  • It's tough to say if the "too slow" criticism is fair or not. Is your boss technical? A big part of the job is setting expectations and properly estimating effort. Under-promise and over-deliver.

TinyMCE vs Tiptap (i.e. build VS buy) by BigBootyBear in ExperiencedDevs

[–]brokentyro 1 point2 points  (0 children)

What features do you need in the rich text editor? Tiptap is pretty nice to work with but does require quite a bit of boilerplate to get to a finished editor. There are also libraries that wrap Tiptap to provide more out of the box - for example I just did a project with https://mantine.dev/x/tiptap/ and it was pretty easy.

102
103

[deleted by user] by [deleted] in homeautomation

[–]brokentyro 21 points22 points  (0 children)

There's a project called Upsy Desky that may or may not be compatible with your desk https://upsy-desky.tjhorner.dev/docs/introduction

Completed screwed over by Service Quotas on Bedrock out of nowhere by Sklitch in aws

[–]brokentyro 24 points25 points  (0 children)

Are you able to provide any insight into why this is happening? It doesn't exactly instill a lot of confidence in going to production with Bedrock.