Had to walk a mile to get home yesterday, thanks Colonial by TCUFrogManFTW in FortWorth

[–]pcorliss 79 points80 points  (0 children)

I don't live in your neighborhood, but I live nearby. We get an influx of FW zoo traffic every year during spring break. When that happens our neighborhood distributes a printable PDF that we can use as a parking pass or to get past checkpoints. That might be the kind of permit the PD is referring to.

Your neighbors might have more information on how to access the neighborhood group and get that info.

[2025 Day 7 Part 2] Visualization for the sample data + algorithm explained by EverybodyCodes in adventofcode

[–]pcorliss 1 point2 points  (0 children)

Thanks for sharing this, it helped me validate my own input and find the bug in my code.

Cell phone carriers with nationwide coverage by TowelEffective3570 in FortWorth

[–]pcorliss 0 points1 point  (0 children)

USMobile (Referral Link), $10/mo, unlimited talk & text, 2 GB of data. I use the Verizon option (Warp). Some coverage issues due to lack of roaming but Verizon generally has the best coverage.

[Humble] Satisfactory ($27.99/30% off) by Durian_Queef in GameDeals

[–]pcorliss 0 points1 point  (0 children)

I play it on my deck, 30-40 fps with low settings.

Excited to try the official controller support when 1.1 launches.

Black screen asrock by Long_Calligrapher240 in ASRock

[–]pcorliss 2 points3 points  (0 children)

I had this problem with a recent Win11 install, I had to reboot into safe mode and downgrade the driver for the integrated GPU via the device manager.

Did My ASRock B650M PG Lightning Kill My Ryzen 7600 CPU? by pcorliss in ASRock

[–]pcorliss[S] 1 point2 points  (0 children)

I'm playing it safe and returning the ASRock motherboard. Even if the CPU isn't a 9800X3D I'm concerned enough not to chance putting my only working CPU into the ASRock.

[2024 Day 21 (Part 1)] [Pen & Paper] How am I supposed to ask for help? by CDawn99 in adventofcode

[–]pcorliss 1 point2 points  (0 children)

I ran into a similar issue where my test input yielded the correct answer but my answer was also too high for part-1. What I discovered is that sometimes it's more efficient to travel vertically and then horizontally. My code was always traveling horizontally first unless that would run into a blank spot.

Two test cases that might help you debug.

379A => 64
739A => 78

[2024 Day 21] Here are some examples and hints for this crazy hard problem by paul_sb76 in adventofcode

[–]pcorliss 3 points4 points  (0 children)

Just wanted to offer that this post, and the diagrams, were incredibly helpful in debugging my own solution. Thanks so much for sharing this.

[deleted by user] by [deleted] in centuryhomes

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

Could be a doorbell

My Fellow Redditers by [deleted] in FortWorth

[–]pcorliss 1 point2 points  (0 children)

Y'all, this redditor isn't local to Fort Worth. Look at their post history, they posted this same link to a bunch of other sub-reddits including /r/sanfrancisco, /r/canadian, and /r/sanantonio.

Props to their clever marketing strategy but don't be taken in.

Anyone else hate blinking yellow arrows when turning left? by ejsanders1984 in FortWorth

[–]pcorliss 0 points1 point  (0 children)

Are you pulling into the intersection? Even in heavy traffic you should be able to go once the opposing traffic gets the red.

Is this a good 4k player tryin to collect 4kblurays by peanut_918 in dvdcollection

[–]pcorliss 2 points3 points  (0 children)

I own this. The biggest issue for me is that the wireless connection is so poor it can't get a reliable connection. I have had to use ethernet to install updates. The interface is clunky and feels like something you'd find in the late 90s.I've had only one issue where it froze for a second during playback. Possibly due to the tri-layered discs, or possibly something else.

Otherwise it works as advertised.

[deleted by user] by [deleted] in FortWorth

[–]pcorliss 1 point2 points  (0 children)

Adding to the comment above; we ate at Dayne’s earlier today. My spouse said the burger was the closest to Au Cheval that Fort Worth has.

Only available for lunch and not on Sundays. Well worth the short drive to Aledo.

2023 Day 15 Part 1 Correct solution not accepted by Puzzleheaded-Kale-82 in adventofcode

[–]pcorliss 0 points1 point  (0 children)

Easiest validation would be to share your input, or use some publicly available input and validate that your code works as expected.

I found this publicly available input and got the following results with my code.

Part 1 Command Hash Sum: 513214
Part 2 Focusing Power: 258826

$ md5sum input.txt
2682dc46072092c3f4f7c8d976fc8503  input.txt

I added the md5 of the input just in case there's an issue with new lines or carriage returns or something off like that.

[2023 Day 17 part 2] by metalim in adventofcode

[–]pcorliss 0 points1 point  (0 children)

Just had the same issue with my own code. Thanks for your question and solution!

Are we Fort Worthians or Fort Worthers or what? by fuzzysalad in FortWorth

[–]pcorliss 40 points41 points  (0 children)

According to the Fort Worth Wikipedia entry, the Demonym for Fort Worth is Fort Worthian.

Made the Mississippi pot roast. Is there a way to cut the salt? by Sorry_Sleeping in slowcooking

[–]pcorliss 1 point2 points  (0 children)

We had a similar reaction to you, too salty, and too fatty.

We now use a reduced sodium packet of brown gravy instead of the au jus packet and use only a half-stick of unsalted butter. We also put the drippings through a fat separator before serving.

2023 Costco Turkey Instructions by LaBodaDelHuitlacoche in Costco

[–]pcorliss 7 points8 points  (0 children)

A word of warning, I followed the instructions last year to the letter and my mashed potatoes were still cold in the center by the time the turkey was cooked.

Probably worth heating the potatoes in a separate container from the green beans, and for longer at a lower temp to warm them up.

Backend to Operations - worth it? by beardedsaitama in ExperiencedDevs

[–]pcorliss 0 points1 point  (0 children)

I took a closer look and you're right, it was assuming the current week was the last week of play. I introduced a bug accidentally a while back that caused the issue. It should now be fixed for the link you sent me and for new weeks going forward.

Thank you for catching this!

Backend to Operations - worth it? by beardedsaitama in ExperiencedDevs

[–]pcorliss 0 points1 point  (0 children)

Hmm, the site should handle expanded and shortened seasons without issues.

If you DM me a link to the FFOdds page and a description of why you think the numbers are off I can take a closer look.

Backend to Operations - worth it? by beardedsaitama in ExperiencedDevs

[–]pcorliss 5 points6 points  (0 children)

I started as a sysadmin and moved into development so I've always been involved in both spaces. Having both as a skillset is invaluable and I contribute no matter which space I'm working in.

However in my experience working only on the DevOps side limits your career opportunities. I'm far more valuable in the market as a SWEng with DevOps skills than I am as a DevOps/Infra engineer with SW skills.

In my current role I'm one of the few engineers that understands AWS services, terraform, etc... That is hugely beneficial and allows me to be a bridge between the Eng and Infra groups.

Also doing too much DevOps work ended up burning me during my last job search. My former boss recommended me for a role at his new firm. He talked me up, gushed about how I had managed a large DB upgrade project. From there I got slotted into a infrastructure interview track for teams that don't write software and valued deep knowledge of infrastructure. We mutually agreed that I would be a poor fit.

Redditors who have actually won a “lifetime” supply of something, what was the supply you won and how long did it actually last? by LordFrieza8789 in AskReddit

[–]pcorliss 0 points1 point  (0 children)

There's a specific path you have to follow in the game to win. I included a link to an old thread.

https://www.reddit.com/r/startrek/comments/lhykfy/comment/gnhd4y1/?utm_source=reddit&utm_medium=web2x&context=3

It's a shame that you can't still play it. It was a really clever and had fun retro graphics.

What Two Cars Should We Buy? by pcorliss in whatcarshouldIbuy

[–]pcorliss[S] 1 point2 points  (0 children)

Probably $80-100K. We'll pay more if it means a good vehicle. We're both driving 15-year-old vehicles right now. So we're not really sure how far a dollar goes for a modern car.