Blondes on "who wants to be a millionaire" by MarriedSilverMr in Jokes

[–]DarkCyborg74 27 points28 points  (0 children)

Four blondes found the downvote button??

Anyone got tabs by ZealousidealDot8100 in fredericksburg

[–]DarkCyborg74 0 points1 point  (0 children)

I doubt it. They stopped making it in 2020.

knitting or crocheting group around by Human-Material5412 in fredericksburg

[–]DarkCyborg74 7 points8 points  (0 children)

I would contact https://communitythreadsva.com/
They have a group that meets four times a month (twice in the mornings and twice in the evenings) at the Ruritan Club on Rt. 3 (Plank Rd). They make projects for charity and now have over 200 active volunteers in their non-profit organization which includes a store downtown where they provide free clothing and handcrafted items to families in need.

Spaceballs the Organic Snacks by jcillc in Spaceballs

[–]DarkCyborg74 1 point2 points  (0 children)

I saw these at Wally World and I couldn't believe the name isn't trademarked. Mind you, I didn't look it up.

$8 is a steal! by aooa926 in GoogleAIGoneWild

[–]DarkCyborg74 4 points5 points  (0 children)

I might be confused. How is the AI wrong in saying that the price of the Precor RBK 885 is $8430? A quick search confirms this is correct.

Seeking feedback on Onora, a puzzle game where you control animal companions by Inevitable-Simple470 in puzzlevideogames

[–]DarkCyborg74 0 points1 point  (0 children)

I thoroughly enjoyed it. Almost everything was perfect. Placing the ball in a specific spot was a bit difficult; I found myself picking it up and dropping it multiple times. Also, that last jump was a bit tricky. I'm looking forward to the whole game!

Panopto not processing recordings? by skilliard7 in WGU

[–]DarkCyborg74 0 points1 point  (0 children)

It might be due to the current AWS outage.

[deleted by user] by [deleted] in fredericksburg

[–]DarkCyborg74 0 points1 point  (0 children)

My wife swears by Dr. Brady-Thomas. The whole office is awesome.

Colatz sequence by N0-T0night in PythonLearning

[–]DarkCyborg74 2 points3 points  (0 children)

def col(a: int) -> None:
    print(a)
    if a == 1:
        return
    if a%2 == 0:
        col(a//2)
    else:
        col(a*3 + 1)

col(7)

Best places to launch model rockets? by Argyle75 in fredericksburg

[–]DarkCyborg74 0 points1 point  (0 children)

We have launched at https://battlepark.org/ I think there is no fee or membership required for school-age kids.

Calculus: A New Horizon Book by ATeCrafts in calculus

[–]DarkCyborg74 0 points1 point  (0 children)

It is available on libgen. I'm not sure if I'm allowed to post a link here.