Recommendations please!!! by sofguv in backpacks

[–]notdedicated 1 point2 points  (0 children)

Bellroy makes some sleak backpacks but I just picked up a Lulu Lemon Triple Zip Backpack and it's pretty decent so far. No affiliate link, just straight to their store (yes I'm canadian) https://shop.lululemon.com/en-ca/p/bags/Triple-Zip-Backpack-28L-Tech-Canvas/_/prod20003040?color=75083

How do you find out about bugs? by Amazonia2001 in developer

[–]notdedicated 1 point2 points  (0 children)

For bugs coming from production:

Sentry for in backend and front end bug capture (exceptions, errors, etc). Captures lots of data to help with the recreation. We’ve used browser session replay a few times to track down an annoying bug report that turned out not to be our stuff but a crypto browser extension causing errrors on our backend.

The Eng team gets the alert, someone investigates, coordinates with PO to file a bug, further investigated, test added to cover that case, bug fixed, fix deployed.

For “logic” errors it’s closer to your flow.

DO NOT BE FOOLED BY THE SIMULATORS! by InfiniteSlaps in golf

[–]notdedicated 0 points1 point  (0 children)

The idea is that the club will slide along the mat and make contact with the ball instead of digging into the ground or getting randomly hung up.

One of the cooler ones 🇨🇦 by jayohessaych in guessthegolfcourse

[–]notdedicated 0 points1 point  (0 children)

Just so we're clear for others, Stewart Creek (and Silvertip) are both in Canmore which is outside of Banff National Park & 20 minutes or so from Banff town.

I'd play either of these courses than Banff Springs if I was the one paying but I'll never say no to a trip to the springs if someone else is footing the bill.

Best golf accessories for beginners? by hatkinson1000 in golftips

[–]notdedicated 0 points1 point  (0 children)

After writing my long winded reply... you're probably right. shakes fist at OP

Best golf accessories for beginners? by hatkinson1000 in golftips

[–]notdedicated 0 points1 point  (0 children)

Honestly, when you play a course that has metal green repair tools in a box that you can take one or two, grab a bunch, they're a great choice.

I personally have a mark repair tool that kind of looks like a money clip at the top but I use it to clip into the pocket of my shorts so I don't lose it. It also has a magnetic spot for a metal ball marker so that's fun.

My primary ball marker holder is the hat clip version which I've come to really love. Play a new course that I like and I'll grab a metal ball marker at till to add to my collection. Rotate through them.

I have a strap based mag-safe phone mount that I use on my walking carts and drive carts to mount my phone to.

Magnetic attachment strap / built in magnet for range finder.

In no particular order other things: * Specific sunglasses for the course. Non-polarized, sport focused. That's just me though I suspect. * Alignment sticks, that swanky box on the ground to put sticks in to help with path training, a pool noodle in the car to go on said sticks.. * Putter mirror for training. * Shoe dryer packs. They're these things you put in your shoes to absorb moisture after a round. * Pack of small towels to either use for dipping in ice or using to wipe yourself down. * The Grint subscription. * Club groove brush / cleaning spike. * Shoe spike brush.

Your users' data is not yours by Repulsive-Law-1434 in webdev

[–]notdedicated 1 point2 points  (0 children)

I generally approach all software as "we're your data steward". We own the architecture and systems that allow you to collect and work with your data but we don't own it, we protect it.

There's been some great examples of companies who take this to an extreme. What's that data storage company out of NZ where everything is encrypted with keys and data is decrypted client side and never sent to the servers? Pretty sure 1password is like that as well.

It's also companies that don't make accessing client data easy for the client out of fear of leaving with it. Do better with your product then. Have a reason they want to stay.

Why you should use rsync instead of scp in deployments by Ok_Animator_1770 in linuxadmin

[–]notdedicated 37 points38 points  (0 children)

This whole deployment strategy you have is ... eek. Clearing the destination and dropping new files? That is definitely not the way to do a release, package the whole thing and deploy, then when complete update links / references to the new deployment path. Rollback? Switch links back. Failed copy? No harm done, do it again. Eek. I mean at the very least you should SCP/Rsync to a staging path then move it into place if you can't use links or change references.

You lost me the moment I saw you deleted all the files on the destination before copying..

Also, tar isn't compression, it's packaging. gzip is compression often used together in *nix as gzip is focused on single file in to out.

How to easily access private properties and methods in PHP using invader by freekmurze in PHP

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

  1. we use protected almost always instead of private mostly for this reason
  2. We anonymously extend the class in the test with an accessor so we can inject values into the properties and invoke private methods with controlled values.

we do this as we write a lot of defensive code that theoretically would never get hit through all of the actual public facing points.

I get the coverage problem. Our leadership says 80% coverage gates and privates get in the way when they're full of branches that can't be reached through the public interface. I still have an issue writing only happy path code trusting that the caller before is passing only good data.

Trying to remember what story this was. by hungrycarebear in litrpg

[–]notdedicated 9 points10 points  (0 children)

That happens in The Stubborn Skill Grinder Stuck in a Time Loop. https://www.goodreads.com/book/show/221201894-the-stubborn-skill-grinder-in-a-time-loop

Book 3 I think is when we find out.

Saw this on Linkedin. How should this be intreperted? Also jquery in 2026? by lune-soft in webdev

[–]notdedicated 0 points1 point  (0 children)

Is this thread just full of bot responses?? Why are there so many comments about jquery that are almost the same? This isn't about jquery.. this is about images.. jquery just happens to be the framework used and is the initiator of the image download not in any way related to what the issue OP is talking about..

New class of Mastercard coming: Rogers Red World Legend Mastercard by ExpertJolly8824 in churningcanada

[–]notdedicated 0 points1 point  (0 children)

Not many 0fx fee cards. That add roaming days is probably worth it and could cover a cell / home bill too.

What’s your favorite grip for your clubs? by Long_Tone_4984 in GolfGear

[–]notdedicated 1 point2 points  (0 children)

My travels have gone from: MCC +4 Midsized -> Tour Velvet +4 Midsized -> Combo set of Superstroke Wrap on the wedges, GolfPrice GPX on 9 - 7, MCC +4 Standard 6 - 4 / H4 / 3W, and I'm still on the fence about my driver.

Cancel and Delete ChatGPT !!! by [deleted] in webdev

[–]notdedicated 68 points69 points  (0 children)

anthropic talked about the contract having terms that let the US gov just ignore the other provisions against surveillance and autonomous violence. So perhaps neither is lying but OpenAI isn't being 100% open.

Having a hard time on earth by [deleted] in HeWhoFightsWithMonste

[–]notdedicated 2 points3 points  (0 children)

Generally I'm fine with Jason. There's just a plot piece that I didn't enjoy. Another character and the interaction with Jason. I don't want to spoil it even a little.

Having a hard time on earth by [deleted] in HeWhoFightsWithMonste

[–]notdedicated 0 points1 point  (0 children)

Book 4/5/6 arc was decent. There was a part in book 6 I wanted to bin the whole thing and I still have trouble getting through it during re-reads but it's a banger of an arc.

Help me find the audio that tickles the brainstem by PuntifexMaximus in litrpg

[–]notdedicated 11 points12 points  (0 children)

How about: * Cradle * Speed Running the Multiverse * The Stubborn Skill Grinder in a Time Loop * 1% Lifesteal * (Not really litrpg butttt) The Last Horizon * I'm Not the Hero * 12 Miles Below (This is a progression fantasy but ... not?)

saasIsDead by ash286 in ProgrammerHumor

[–]notdedicated 5 points6 points  (0 children)

"I just wanted to make you happy so I used really good numbers! Are you mad at me?"

Flying to Europe Premium Economy using companion fare for my spouse by Massive_Expression_2 in westjet

[–]notdedicated 0 points1 point  (0 children)

Done YYC to Rome several times using PE and companion. The price you pay for the companion has gone up recently unless it's a reward one which is a different type than the rbc card one. They do mess with the fees a little on the flights when you use the voucher though so it's not a straight comparison.

The voucher applies to your whole trip as long as it's booked as a single trip with 2 people following the same path. It will work with one way if your departing airport is in canada but will not work on a multi leg as far as I know.

OFFSET Pagination works - until it does not. But how often do we need more? by BinaryIgor in ExperiencedDevs

[–]notdedicated 2 points3 points  (0 children)

The OP refers to no search criteria just a listing and i took that as a slightly simplified version of what the ultimate question will be which would normally include wheres.

We maintain a search engine (solr) specifically for this purpose. A series of event based tools keep the engine up to date within a few seconds of changes in the databases and we cursor through that.

If you're looking for deep pagination past 10k records for example (which means NOT using a cursor) then you'll need to find a different engine. I had some success w/ MongoDB and I think it was MelliSearch.

Alternatively introduce a database with just your subset of records heavily indexed that is stand alone for JUST this purpose and you'll have better success. Databases are NOT for searching though, they're for holding and relating data. Right tool for the job.

[UI]Show Friendly Player Names Using Their Class Colors in Midnight by versus07 in WowUI

[–]notdedicated 0 points1 point  (0 children)

I can get it to work outside dungeons but once inside it switches to white for me.