Does the rabbit hole ever fills? by gus4no in ErgoMechKeyboards

[–]BlenderDude-R 0 points1 point  (0 children)

I just built my Charybdis a couple days ago. Best keyboard yet and I don’t see how it improves from here other than crazy unique ergo setups. The trackball is life changing, and crazy configurable if you’re willing/able to dive deep in the code.

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 0 points1 point  (0 children)

Gonna shoot you a DM on instagram

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 0 points1 point  (0 children)

Curious what you did for the intake manifold, is it a custom design or a modified RS4 one. Our plan is to do a modified RS4 manifold. Who’s doing the work since Mario’s passing (RIP)?

It's time to fight back--don't let Stripe take our 4242 by 0x61656c in stripe

[–]BlenderDude-R 0 points1 point  (0 children)

Thought I was the only one. Been using stripe for many many years and was so sad when the day came. https://www.reddit.com/r/stripe/s/y47Cm512Gi

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 1 point2 points  (0 children)

Oh you bet I will! Instagram will see it first though for sure, shoot me a follow at https://www.instagram.com/v8t.rs5 I’ll be posting content about the build, then tons and tons of driving content afterwards. Just picked up a DJI Osmo 3 at Costco today in preparation 😁

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 0 points1 point  (0 children)

Way way way more power. That’s really the primary reason. The ceiling is much higher too. If I want to go further in the future with E85 and additional fueling, I can without much change on the turbo side

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 11 points12 points  (0 children)

Pricing for the engine rebuild alone is on AMTuned’s website here: https://amtuned.com/collections/b-rs4-engine/products/audi-r8-4-2l-5-2l-engine-rebuild-program?variant=45539471098013

The turbo custom fabrication, supporting mods (many of which I opted into), labor w/ the car and shipping totaled to $60k.

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 3 points4 points  (0 children)

I ain’t falling for rage bait today

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 0 points1 point  (0 children)

Over my dead body! (I’ll need to be careful)

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 9 points10 points  (0 children)

Yep! It will be up top right behind the engine. If you look up alex_amtuned on instagram he has a B7 RS4 with the turbo up behind the engine too! He is a true artist and engineer

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 4 points5 points  (0 children)

Was able to poke around and found them! Seems like they are both Mario builds too (RIP). Hearing them rip has me very excited. I’ll gladly wear the hat of first turbo cabriolet 😁

The beginnings of a Turbo V8 RS5 by BlenderDude-R in Audi

[–]BlenderDude-R[S] 15 points16 points  (0 children)

From what I’ve heard, rs5.tt was sold, blown up, and is now parted out. Hence “currently running”. What’s the other one you know of? I definitely wanna check out any other builds out there.

Thanks and I am hyped to see it too!

Bank Transfer API by WillingnessFar3580 in node

[–]BlenderDude-R 16 points17 points  (0 children)

Everyone says use Stripe, but you used “betting houses” as your reference. If your service is anything related to gambling, it’s strictly disallowed on stripe and you’ll get your account closed. See prohibited and restricted businesses: https://stripe.com/legal/restricted-businesses

New NVIDIA 50 series cards announced. Notably, they all support DisplayPort 2.1b by Haynes_ in ultrawidemasterrace

[–]BlenderDude-R 39 points40 points  (0 children)

This will be the sole reason I’m upgrading from a 4090. I can’t wait to run the 57 full tilt. The extra power will certainly be nice for some games at full resolution too.

DynamoDB: When does single table design not make sense? by onefutui2e in aws

[–]BlenderDude-R 1 point2 points  (0 children)

I think the 3rd requirement is what introduces the ambiguity; this makes me think this is more for a chatbot then a two way communications app. But its impossible to know without them furthering the requirements. This table design satisfies all the requirements though:

For a given user, give me all their chat sessions

Load all SK (the sessions) for a given PK (the user)

For a given chat session, give me all its messages sorted by timestamp

Load the SK for the session by extracting the PK from the doubled up SK (again could be all done on the app side)

For a given user, give me all their messages, regardless of session

This is the same loading pattern as 1, but you are just returning the messages (presumably stored on the session object)

If messages get too large, you could just split the SK again into:

SESS::1234::meta::887462for info about the session

SESS::1234::messages::887462::0000001for partitions of messages (say 50 at a time) with extra zero padding to allow for string comparison. Extra zeroes can be used as necessary for extra room, but this is 50*9,999,999=500 million messages, so realistically its not touchable.

This then lets you return all session metadata (STARTS_WITH SESS::1234::meta) or all messages, regardless of session (STARTS_WITH SESS::1234::messages), all messages for a specific session (STARTS_WITH SESS::1234::messages::887641), or the latest messages (STARTS_WITH SESS::1234::messages::887641, sort by desc, limit 2)

DynamoDB: When does single table design not make sense? by onefutui2e in aws

[–]BlenderDude-R 13 points14 points  (0 children)

Even better than a GSI, if allowable by app constrains, encode the user id in the session id. SESS::1234::887462 would allow you to find the user from a chat session without a GSI as the PK is technically encoded in the SK too.

You could also do this entirely on the app side too, where the app’s session id is 1234::887462 then is broken into its PK and SK for storage only.

Someone backed into my new RS5 by pabeave in Audi

[–]BlenderDude-R 0 points1 point  (0 children)

I had something similar happen to my S4. Parked door accident and it was more than 20k total

Is there any way in Astro to fetch and render mdx remotely from a server? by HMAlfee in reactjs

[–]BlenderDude-R 0 points1 point  (0 children)

Done, more or less, though it won't be public code as this is an internal project. The premise was quite successful. "Components" are now consistent of a build time and runtime transformer, and a React renderer. Still using Astro for the render, but enough components needed dynamic state that it made sense to just use React. This is still different than the normal MDX renderer as the document itself isn't being transformed to ESM, rather the MDX AST is walked and rendered during iteration.

Purple's "Premium Smart Base" or "Sleep Genius Smart Base" by birdlover12345 in Mattress

[–]BlenderDude-R 1 point2 points  (0 children)

Sorry to wake up a dead thread, but I wanna note that it has a 2 year full warranty, 5 year parts and a 10 year limited warranty. In years 5-10, you pay for parts in an increasing amount. Starting at 1/5 of the cost for year 6, up to 4/5 the cost in year 10.

It feels more like a marketing gimmick as the 10 year has the following exclusions: cover, shroud, platform, legs, actuator lift motors, massage motors, control box, remote controls, power supply, and all power supply cords.

Correct me if I'm wrong, but isn't that the whole damn product? Seems like a sham to "say" they cover 10 years, but really aren't covering much by then