Chris Flannery's Avatar

Chris Flannery

@chriswflannery.bsky.social

software generalist β€’ New Jersey In other dark corners of the web I am AKA @codetour beacons.ai/codetour

59 Followers  |  251 Following  |  33 Posts  |  Joined: 23.12.2024  |  1.8586

Latest posts by chriswflannery.bsky.social on Bluesky

Preview
Leetle - Daily Python Coding Challenge Like Wordle meets LeetCode!

now I know common list and string methods:

Leetle #14 5/6 2:55
[3 lines]

πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯
⚠️⚠️⚠️⚠️⚠️⚠️
πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯
πŸŸ₯πŸŸ₯πŸŸ₯🟩🟩πŸŸ₯
🟩🟩🟩🟩🟩🟩
leetle.app

14.01.2025 14:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

nice color palette!

12.01.2025 19:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Preview
Leetle - Daily Python Coding Challenge Like Wordle meets LeetCode!

Not bad today - took a bit of guess and check to get the DFS right

Leetle #12 4/6 8:47
[21 lines]

⚠️⚠️⚠️⚠️⚠️⚠️
⚠️⚠️⚠️⚠️⚠️⚠️
⚠️⚠️🟩⚠️⚠️⚠️
🟩🟩🟩🟩🟩🟩
leetle.app

12.01.2025 19:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

building an AWS pipeline to drop videos into dropbox/s3 and they automatically get subtitles added

10.01.2025 18:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Leetle - Daily Python Coding Challenge Like Wordle meets LeetCode!

this one sucked for me, personally

Leetle #10 5/6 3:33
[8 lines]

πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯
🟩πŸŸ₯🟩πŸŸ₯πŸŸ₯🟩
🟩🟩🟩πŸŸ₯πŸŸ₯🟩
🟩🟩🟩🟩πŸŸ₯🟩
🟩🟩🟩🟩🟩🟩
leetle.app

10.01.2025 13:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Leetle - Daily Python Coding Challenge Like Wordle meets LeetCode!

Leetle #9 3/6 2:08
[9 lines]

βŒ›οΈβŒ›οΈπŸŸ₯πŸŸ₯βŒ›οΈβš οΈ
πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯πŸŸ₯
🟩🟩🟩🟩🟩🟩
leetle.app

09.01.2025 15:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Have a backup plan! Get really good at something that consistently pays real money and not just social credit. Become obsessed. Become technical. Push yourself.

27.12.2024 21:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yes, local business owners - hire real artists if you think their art is great!

Yes, local artists - be realistic with yourself. Unless you're an *incredible* artist, the dream probably not gonna happen for you.

27.12.2024 21:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I don't know what to say to "boycott AI" people, especially visual artists

Like a lot of things, on some fundamental level I do agree with you, but there is NOTHING - no organic movement - which will change the *way things are going*.

27.12.2024 21:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
12/8 Afro-Cuban Meets Off-Top Freestyle
YouTube video by Harry Mack 12/8 Afro-Cuban Meets Off-Top Freestyle

This is insane

27.12.2024 21:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Only deploy to production on Fridays

27.12.2024 17:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

while you have been Buying the Dip I have been Hoarding the Taint

27.12.2024 17:07 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

JSON as a graphql input needs to be type "JSON" even though it actually needs to be serialized which makes it a String but if you try to use type String it fails.. this is dumb

Or I'm dumb, not sure

27.12.2024 15:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

REST endpoints aren't going anywhere anytime soon

27.12.2024 15:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I will say that it will be disappointing to see the Nissan and Mitsubitshi brands disappear after the Honda merger. 3 iconic names

26.12.2024 23:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I wish C# would automatically populate optional chain operators (?.) like how Typescript does. Maybe just something I need to adjust in my tooling

26.12.2024 21:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

the Sharepoint to Monday.com document parsing flow must be studied

26.12.2024 20:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Resist the temptation to get sucked into fruitless discourse.

Keep locking in

26.12.2024 18:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

and 400 mg crushed caffeine pill straight to the noggin

26.12.2024 17:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'll add to this by saying that from the start, I've pretty much only many content for intermediates - experts already in tech, and it's a way more interesting (albeit much smaller) bubble of creatorship

26.12.2024 15:00 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

In 1 day on bluesky I've gotten more engagement on my posts than in like 3 months on X

25.12.2024 15:46 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

you got this

25.12.2024 15:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Merry christmas y feliz navidad

We are drinking wine and in 4 days I'll be in Peru

25.12.2024 01:41 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

though today, Microsoft is still around, powerful if not top top tier, and has the resources to do amazing things if they so choose

24.12.2024 21:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

but the real secret is that I am also drinking rum spiked eggnog too

24.12.2024 18:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

While you are drinking rum spiked eggnog I am studying the blade (writing a c# xml parser)

24.12.2024 18:32 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

this was exactly what his memoir was like:

"I like this chair. It's my favorite chair. I always sit it in and think about the good times we had. Sometimes I have breakfast while sitting in it."

"I'm not a big fan of breakfast. Sometimes I am. Sometimes I like lunch better"

24.12.2024 18:05 β€” πŸ‘ 26    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

still trying to figure out advent of code day 8 - couldn't quite crack it

24.12.2024 18:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@mikerostx.bsky.social bienvenido al show

24.12.2024 17:53 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

righteous TYSM exactly what I was lookin for

24.12.2024 17:27 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@chriswflannery is following 17 prominent accounts