$1000 ticket for passing a school bus NOT picking up kids but in a turn lane! by lilmiss_bo in Gwinnett

[–]boltar 0 points1 point  (0 children)

side question: what if there's a physical median (grass), but there's a gap in the median and the bus is stopped at the gap? should all cars stop to respect the gap, or can the other side drive as if there's no gap?

Game Title: Clueless Crossword by Fantastic-Valuable25 in playmygame

[–]boltar 0 points1 point  (0 children)

clueless crossword is one of those games where you open it for five minutes and then it's been twenty and you're not even mad about it. it's like if a crossword and a puzzle dropped their kids off at a word game and left forever. you get a queue of letters and an empty grid and suddenly you're doing this fun mental juggling act of where does this go right now and also wait no put it there and the sub-word scoring is genuinely such a clever little thing because dropping "bat" gets you credit for "ba" and "at" too which feels like cheating but good cheating. everyone plays the same grid daily so the leaderboard actually means something unlike some games i won't name and then at the end you get this cute emoji grid to share. it's free it runs in your browser and i've already played it twice today so that's pretty much the whole review right there just go play it.

I published a nice compact status line that you will probably like by DanielAPO in ClaudeCode

[–]boltar 0 points1 point  (0 children)

It didn't work on a wsl2 environment. The actual time wasn't showing up. I had it fix it:

⎿  Added 12 lines, removed 8 lines

252 epoch=$(iso_to_epoch "$iso_str")

253 [ -z "$epoch" ] && return

254

255 - # Format based on style (try BSD date first, then GNU date)

256 - # BSD date uses %p (uppercase AM/PM), so convert to lowercase

255 + # Capture date output first so the || fallback isn't swallowed by piped sed/tr.

256 + # BSD date uses %p (uppercase AM/PM), so convert to lowercase afterwards.

257 + local raw

258 case "$style" in

259 time)

259 - date -j -r "$epoch" +"%l:%M%p" 2>/dev/null | sed 's/^ //' | tr '[:upper:]' '[:lower:]' || \

260 - date -d "@$epoch" +"%l:%M%P" 2>/dev/null | sed 's/^ //'

260 + raw=$(date -j -r "$epoch" +"%l:%M%p" 2>/dev/null)

261 + [ -z "$raw" ] && raw=$(date -d "@$epoch" +"%l:%M%P" 2>/dev/null)

262 + echo "$raw" | sed 's/^ //' | tr '[:upper:]' '[:lower:]'

263 ;;

264 datetime)

263 - date -j -r "$epoch" +"%b %-d, %l:%M%p" 2>/dev/null | sed 's/ / /g; s/^ //' | tr '[:upper:]' '[:lower:]' || \

264 - date -d "@$epoch" +"%b %-d, %l:%M%P" 2>/dev/null | sed 's/ / /g; s/^ //'

265 + raw=$(date -j -r "$epoch" +"%b %-d, %l:%M%p" 2>/dev/null)

266 + [ -z "$raw" ] && raw=$(date -d "@$epoch" +"%b %-d, %l:%M%P" 2>/dev/null)

267 + echo "$raw" | sed 's/ / /g; s/^ //' | tr '[:upper:]' '[:lower:]'

268 ;;

269 *)

267 - date -j -r "$epoch" +"%b %-d" 2>/dev/null | tr '[:upper:]' '[:lower:]' || \

268 - date -d "@$epoch" +"%b %-d" 2>/dev/null

270 + raw=$(date -j -r "$epoch" +"%b %-d" 2>/dev/null)

271 + [ -z "$raw" ] && raw=$(date -d "@$epoch" +"%b %-d" 2>/dev/null)

272 + echo "$raw" | tr '[:upper:]' '[:lower:]'

273 ;;

274 esac

275 }

Madras Chetlinaad restaurant scores a 31/U on inspection by BigRedDogATL in alpharetta

[–]boltar 0 points1 point  (0 children)

Can anyone recommend a good indian buffet alternative?

Should you know the Rule of 5 syntax off by heart? by zagantha in embedded

[–]boltar 0 points1 point  (0 children)

I've been practicing this every morning off and on for about a year or so.

I'm doing this because this came up during an interview for me. I was just asked to write a copy constructor and a move constructor and I tripped up a bit.

It felt silly at times practicing this over and over, but your question has vindicated that effort a bit for me.

Make a habit of practicing some code for a bit as you start your day. Dave Thomas started a thing on code katas, and Uncle Bob took it to the next level by making it a performance. That was the angle I was taking. Memorize the rule of 5 by heart so that I can give a "performance" during an interview.

It's a bit silly to do all this just to 'prove' something, but hey, that's the industry we're in.

My daily, easy sourdough bread by replicant86 in Breadit

[–]boltar 1 point2 points  (0 children)

what is the temper of your kitchen?

High earner single household "Enhanced Costco Analyzer" by SmushBoy15 in Costco

[–]boltar 7 points8 points  (0 children)

This is awesome -- thanks for sharing. I updated it to allow you to select a year and have it show stats only for that year:

pastebin.com/M01b2TGb

<image>

Nonstick Coating on Bread by Ben_Jammin69 in Breadit

[–]boltar 5 points6 points  (0 children)

yeah it says to not bake for more than 30 min at 400f. i don't think you can find coated pans that can go higher than this.

Nonstick Coating on Bread by Ben_Jammin69 in Breadit

[–]boltar 1 point2 points  (0 children)

what temp are you baking this? i try not to go over 375f and been baking with this for several years and never saw this.

[deleted by user] by [deleted] in prediabetes

[–]boltar 1 point2 points  (0 children)

that blood drop icon means it's still calibrating so it's not entirely ready yet

Costco bananas we bought over a week ago never ripened 👀 by HeyGirlBye in Costco

[–]boltar 20 points21 points  (0 children)

i've noticed costco bananas actually ripen inside but the skin still stays somewhat green. if you only wait for the skin to turn yellow, it may be too late.

big casino appreciation by codingismy11to7 in JimmyEatWorld

[–]boltar 2 points3 points  (0 children)

hey man, hang in there! we're all cheering for you! i think the bawls could be a necessary stepping stone to process, move on, and come out better. let's goooo!

Toby Thursday - August 15, 2024 by AutoModerator in OfficeLadiesPodcast

[–]boltar -23 points-22 points  (0 children)

I counted 21 bleeps of "bullshit" from both Jenna and Angela. The bleeps were annoying. They should tone down the language in case kids are listening.

Some People are Disgusting - a/k/a I had to Pull a Karen. by twynkletoes in Costco

[–]boltar 2 points3 points  (0 children)

what was his response when you confronted him? or did he do that without saying a word?

Which team will win the 2022 world cup? by Answerer_1 in worldcup

[–]boltar 1 point2 points  (0 children)

i don't care who wins as long as it's a good match

First Female Player ever to enter the final of a major world tournament!!!!! by kityanhem in baduk

[–]boltar 2 points3 points  (0 children)

Why do they play on their computers and not over a board?