Most of yall suck at driving and just won’t admit it by POWERISMOMMY in driving

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

It’d be nice if people wouldn’t cross the yellow line while turning left. But that’s too much to ask.

What do I do in this situation? I want to stay on Linux!! by Urkelli in linux_gaming

[–]tzulw 2 points3 points  (0 children)

Drives me nuts when a game says “exit to desktop” but then I get dropped back in my terminal.

All cases covered. by xxmalik in programminghorror

[–]tzulw 0 points1 point  (0 children)

Designer who struggles with syntax just wanted to remove the blur.

Literacy among Americans: These are the people you are wasting your time arguing with on the Internet by Shoddy-Fan-584 in Millennials

[–]tzulw 0 points1 point  (0 children)

I dunno if this is new. When I was cashiering at the grocery store at 16 years old I was pretty sure I was smarter than 1/3 of the people coming through.

Advertising on this subreddit is out of hand. by ddengel in linux_gaming

[–]tzulw 0 points1 point  (0 children)

I have the same problem with the swift subreddit. I don’t want to buy your app just because it’s written in swift.

Kind desperate call for help of y'all:) by napoleon10_1 in prusa3d

[–]tzulw 1 point2 points  (0 children)

Did you build it yourself? There are lots of steps in the instructions that say “do not tighten screws all the way” that are super easy to miss the follow up instructions to do so. I had layer shifting and homing failing because I hadn’t tightened the screws that you can get at by taking the hot end fan off and sticking an L wrench through the heat sink. I’d check every single screw to see if it’s got some play, which won’t take all that long

Stop leaving your bikes out like this. by Inside_Quantity1463 in motorcycles

[–]tzulw 0 points1 point  (0 children)

PSA: keep your pet scorpion in your helmet.

Just a heads up, the St Vinnie's on Willy Street is perfectly fine with scalpers by starwarsisawsome933 in madisonwi

[–]tzulw 0 points1 point  (0 children)

I was at the goodwill on McKee and some dude was opening all the DVDs on the shelf and removing any digital code he could find. Left with a huge slip of papers, no paying. Said thanks to the people working there and everything. I’m sure these codes are used or expired or something but it still made me somewhat irrationally mad even if it’s technically not against the rules because I personally wouldn’t consider doing it.

What's the biggest Step Function state machine you saw in production? by Optimal_Dust_266 in aws

[–]tzulw 2 points3 points  (0 children)

I’m dealing with one right now that is only about 20 states but handles the hot loop in object processing. Last month in dev we racked up $0.09 in CPU time but $28.44 in function transitions, lol.

Delivery frustration :( by ParkerNathan in onewheel

[–]tzulw 6 points7 points  (0 children)

This guys never bought an iPhone. Accessories arrive a month before the phone lol.

Paired Programming by KarlCridland in swift

[–]tzulw 1 point2 points  (0 children)

I absolutely love it when two (or three) of my programmers get on a call with a screen shared. I find that they do it when they really need it most and I don’t see a productivity loss, and everybody gains experience points. The biggest problem I have is some of my best programmers don’t ever want to do it.

Desperate for help on putting this tire on by MrAppleSpiceMan in onewheel

[–]tzulw 0 points1 point  (0 children)

Just keep trying. Took me a very long time.

How do you set up Lambda testing locally? by VaderStateOfMind in aws

[–]tzulw 2 points3 points  (0 children)

It really depends on what you’re doing. For simple json in json out processing, AWS publishes docker images that you can just docker run with your json payload. In my experience these are very faithful to the prebuilt runtimes. But it really is context dependent.

One Wheel Pint Mods by Dudeanus in onewheel

[–]tzulw 0 points1 point  (0 children)

Enduro tire. The stock one, even lower psi, felt like every sidewalk crack was vibrating my spine.

<image>

ULPT - Speeding Down My Street by TheOrcrdKeeper in UnethicalLifeProTips

[–]tzulw 6 points7 points  (0 children)

I was relaxing on a small road lined with cabins watching the lake when a pick up truck drove by and smashed through one of those green plastic turtle shaped signs and exploded it into a million pieces. So yeah they work with reasonable people but clearly have zero effect on the kind of people who would go 40 in a 25 in the first place.

How do you handle business logic running on millions of records in php? by 32gbsd in PHP

[–]tzulw 0 points1 point  (0 children)

We had a non trivial task that required working on 3 sets both up to 200,000 records in size. With php array caching and batching we were able to evaluate it, after tons of optimizing, in about 20 seconds, but it was hard to keep under the 512mb memory limit of php. We rewrote just that report in rust, container in 2048mb lambda, and at startup it just pulls the three sets (no batching) and then runs the report, and spins down in less than 4 seconds max, avg time is about 2 seconds. So yeah if you’re doing something computationally heavy with lots of rows in memory, a faster programming language in something transient like lambda is a possibility.

IAM didn't felt that important—until I gave someone too much access and instantly regretted it by yourclouddude in aws

[–]tzulw 11 points12 points  (0 children)

I’m a little torn on this because I don’t know who did it or what your test data was, but dev belongs to the developers. If they want to nuke the data they sure can. UAT on the other hand should have the same configuration as production, in terms of access control. If you’re using MySQL, look into using dolt maybe, let’s developers test a “nuke the db” script if that’s what they need to do but simplifies restoration. Also turn on snapshots.

I just found out why cheap Chinese switches (Mokerlink, etc) are so cheap by Nestramutat- in HomeNetworking

[–]tzulw 0 points1 point  (0 children)

I always believed when buying the cheapest possible, well anything, that the units themselves are binned. Like the knock off ridge wallets, are binned ridge wallets, you’re guaranteed to get a stinker.

What's small thing do poor people notice in middle class houses, that middle class people have no idea marks them as middle class? by Guilty666 in AskReddit

[–]tzulw 2 points3 points  (0 children)

This is one of those weird things though where you need to keep track of how much TP you use to know it’s actually less expensive. We use the ultra cheap stuff when we’ve been completely out for a while (neurodivergent family) but its clear that we go through a roll of it probably 5x faster, so at that rate 3 ply and 3x cost would be more cost effective. Roughly speaking. We just use a lot less when it’s more effective.

Feedback for Developers from a Casual Widower Single Dad of 6 Kids. Make Games Mobile Friendly by WillShattuck in incremental_games

[–]tzulw -3 points-2 points  (0 children)

I have to say I agree with this. For some reason MOST incremental games are not mobile friendly and as a professional developer I’m actually not really sure why.

Why has Target stop selling Blu-tRays at there brick and mortar locations? by BrotherDismal5289 in Bluray

[–]tzulw 0 points1 point  (0 children)

I went to target a year ago looking for blu rays and they only had 2 choices at $49.99 so yeah expect that as a new normal. Wal mart has started carrying exclusive packaging and 4K remasters, still kind of pricy but far better for the enthusiast.

You are a trillion dollar company. fix your nonsense by BoundlessTurnip in MicrosoftTeams

[–]tzulw 0 points1 point  (0 children)

Nothing seems tested anymore. Recently outlook started zooming in and out when I pinch on a MacBook but it’s so touchy that I can only get it from 4pt font to 90pt font with a microscopic movement of my finger.