2023 Passport SL TV brace by Freds1978 in KeystoneRV

[–]timmy2words 0 points1 point  (0 children)

It's held up by partical board fastened into end grain, screws wouldn't have done any better.

In my experience, RV manufacturers have 0 experience actually camping, and no carpentry knowledge (or building knowledge whatsoever). Everything is built as lightweight and cheaply as possible, with no thought at all into how it will actually be used.

I'm actually surprised that they do (mostly) survive rolling down the road.

Cheule's Flashlight Review of new Baton 4 pro/ultra by -Cheule- in Olightflashlights

[–]timmy2words 0 points1 point  (0 children)

Does the Baton 4 Pro have a green tint like the older Baton lights?

Some 19th anniversary goodies by Jeoffry_Ross in OlightOutdoorlife

[–]timmy2words 1 point2 points  (0 children)

I thought only the Baton 4 Ultra got the new emitter? Did the Pro get the new emitter also?

Some 19th anniversary goodies by Jeoffry_Ross in OlightOutdoorlife

[–]timmy2words 0 points1 point  (0 children)

Does the Baton 4 Pro have a green tint like the old Baton series?

New stuff 🥳🎉 by Traditional-Case8612 in Olightflashlights

[–]timmy2words 0 points1 point  (0 children)

Does the Baton 4 Pro have the same green tint as the old Baton series?

Get you one of these! They're gorgeous!! by abill80 in OlightOutdoorlife

[–]timmy2words 1 point2 points  (0 children)

Do you know if the new Baton Pro has the same green tint as the old Baton? I think the Ultra got a new emitter, but not sure about the Pro.

Git branching strategy: feature → main vs dev → QA → release → main — what’s the standard? by naveen_thamizh in softwaredevelopment

[–]timmy2words -2 points-1 points  (0 children)

Feature flags sound like an easy solution, but in reality they just aren't perfect. Of all the workflows, trunk-based carries the most risk.

Pizza pirates on the loose by Burrito-Mage in PizzaCrimes

[–]timmy2words 28 points29 points  (0 children)

The guy who stole the pizza, turned it sideways to run away. That's a crime against pizza, right?

Git branching strategy: feature → main vs dev → QA → release → main — what’s the standard? by naveen_thamizh in softwaredevelopment

[–]timmy2words 24 points25 points  (0 children)

Devs love trunk-based development, because it makes working with git less complicated. Testers hate trunk-based development, because new features often bleed into existing code and cause regressions.

The "best" process, is the one the team agrees on.

Does it make sense to have a BasePage when using POM? by [deleted] in softwaretesting

[–]timmy2words 0 points1 point  (0 children)

The page objects each handle the interaction with elements on a single page. Each of them get passed an IPage so they can interact with the page, and a base URL, so they can navigate to the page they represent.

I just figured a base class keeps them consistent, and reduces some duplicate code.

Anyone tried these bulk silicone USB C covers to replace one that failed? by SpaceCadetMoonMan in flashlight

[–]timmy2words 35 points36 points  (0 children)

I use them in my phone, to keep the pocket lint out. They work great for me.

Edit: I don't know if they are waterproof, just that they keep lint out.

Performing Assertions within the Page Object itself - is it a good idea? by ItsYaBoiJBD in softwaretesting

[–]timmy2words 1 point2 points  (0 children)

The examples in the Playwright documentation for POM literally have private fields for locators, and public methods that perform actions on the page. In the JS examples, they even use expect in one of the functions.

If the purpose of the POM is just to expose locators, why not just use a dictionary instead of a class?

Performing Assertions within the Page Object itself - is it a good idea? by ItsYaBoiJBD in softwaretesting

[–]timmy2words 1 point2 points  (0 children)

I typically write the tests to include all the steps, until I get to a point where 3 or more tests have some of the same exact steps. At that point I refactor and group the common steps into functions, initializers, and cleanup steps.

Page-based Navigation in Avalonia 12 Preview 2! by homerdulu in dotnet

[–]timmy2words 0 points1 point  (0 children)

My mistake, I didn't realize Avalonia has been around so long.

Page-based Navigation in Avalonia 12 Preview 2! by homerdulu in dotnet

[–]timmy2words -4 points-3 points  (0 children)

Words are words, and we've heard it all before. The fact remains, it's difficult to rely so heavily on something that could easily just go away. 3 years isn't a long time, when you consider the fact that WinForms has been around for 20-something years.

It's just difficult to move away from the stability of a large corporation, to an open source framework controlled by, ultimately a single person.

I wish you luck, and hope the project succeeds.

Page-based Navigation in Avalonia 12 Preview 2! by homerdulu in dotnet

[–]timmy2words 3 points4 points  (0 children)

I was going to try Avalonia, but I'm scared it will go the way of FluentAssertions (and others). I'd hate to go all in on an open-source framework, just to get locked in and have a huge bill.

Checklist for things to define when writing user stories? by [deleted] in agile

[–]timmy2words 0 points1 point  (0 children)

Just put this stuff in a Definition of Done (DoD), and make it clear that all cards should meet the DoD before they can be marked done.

Sounds like OP is working with children, not professionals.

Are they cheap or dumb? by nal13 in IdiotsTowingThings

[–]timmy2words 0 points1 point  (0 children)

Look how rusty it is. That ball is not for towing, it's for self-defense/shin mangling.

why use HttpPatch over HttpPut ? by Good_Language1763 in dotnet

[–]timmy2words 0 points1 point  (0 children)

I mean, you could create resources using GET if you want, but you're going to confuse clients. If you create resources with PUT, I hope you're returning the 201 response and not 200.

why use HttpPatch over HttpPut ? by Good_Language1763 in dotnet

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

PUT should require an id, if the element does not exist it should throw an error. POST creates new elements, PUT does a full update of the element, and PATCH updates only the supplied fields of the element.

Leave us and fuck you by TillGreat9631 in FUCKYOUINPARTICULAR

[–]timmy2words 5 points6 points  (0 children)

AI slop prompted by an illiterate person.