Vivek Ranjan's Avatar

Vivek Ranjan

@bcosynot.bsky.social

Staff-plus engineering leader, product builder, neurodivergent, photography lover, tinkerer, etc He/him BOM -> MSP -> NYC Helping neurodivergent folks get shit done: corxly.com and devs stay in flow: makerflow.co Blogging at prodlog.xyz

3,058 Followers  |  1,882 Following  |  409 Posts  |  Joined: 13.11.2023  |  1.9927

Latest posts by bcosynot.bsky.social on Bluesky

Came to say this lol

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

I do very much appreciate that Valve's latest hardware announcement is just like - hey, here's some cool shit for games!

No AI bullshit, no metaverse web3 nonsense. Just - hey, here's a better version of our shit.

13.11.2025 23:02 β€” πŸ‘ 93    πŸ” 9    πŸ’¬ 5    πŸ“Œ 1
Screenshot of the top of a Bsky feed, with a red circle around the hamburger menu in the top left.

Screenshot of the top of a Bsky feed, with a red circle around the hamburger menu in the top left.

Wondering why no one likes your posts anymore, even among your friends? It's because @jay.bsky.team and team have decided to hide a huge amount of content from all of our feeds by default.

Here's how to turn it off.

First go to the hamburger menu in the upper left corner

06.11.2025 18:23 β€” πŸ‘ 12276    πŸ” 10833    πŸ’¬ 190    πŸ“Œ 1235
Preview
DHH and Omarchy: Midlife crisis Couple weeks ago Cloudflare announced it would be sponsoring some Open Source projects. Throwing money at pet projects of random techbros would hardly be news, but there was a certain vibe behind them...

Oof. blogs.gnome.org/alatiera/202...

06.11.2025 11:12 β€” πŸ‘ 77    πŸ” 20    πŸ’¬ 5    πŸ“Œ 6

Mamdani DJ a little too eager to play the dhoom theme. Don’t blame them, it’s a banger

05.11.2025 04:57 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

But… but… what about my Conways law???!!!

05.11.2025 00:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
The FastMCP Client - FastMCP Programmatic client for interacting with MCP servers through a well-typed, Pythonic interface.

In Claude you could call it by mentioning the tool name specifically in your prompt.

Outside of Claude you will need to build a client with something like the fastmcp client class gofastmcp.com/clients/client

01.11.2025 16:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Wouldn’t you want to see why it failed before retrying?

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

rip neurodivergent folks or if you have a strong hearing

I would go insane in this environment

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

If you haven’t read it, the mom test was a great read on the topic of getting feedback and validation

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

> simple mobile robot

Mobile robot and simple don’t go together in my mind πŸ˜„

27.10.2025 01:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

What are you working on?

26.10.2025 23:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

AWS was pretty successful based on how Monday’s events

22.10.2025 17:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hugops to everyone dealing with the aws outage.

20.10.2025 11:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m actively struggling with this so much. There is very cool, interesting tooling evolving rapidly that’s useful. But, yeah the inputs to get there seem awful.

Thanks for posting this, I feel like we are missing a more nuanced discussion around this.

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

Took me a couple of hours to figure out how to publish to my own blog (lol lmao), but finally published this prodlog.xyz/posts/hittin...

15.10.2025 13:59 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

um. its been so long since i blogged i forgot how to publish to it

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

If you spend time in the terminal, try bat, a replacement for cat (yes, I know that sounds utterly deranged)

It adds syntax highlighting and Git integration, but still works like cat in when piped with other programs.

Alias it to cat! Great for peeking at readmes, code, logs, etc

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

Solution was to create a new ssl context (not reuse the default) and then add the cert to it. I’ll write up a blog post on this tomorrow

14.10.2025 02:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 1
Preview
CircuitPython Note: SSL Root CAs - Len’s Stuff

Came across this blogpost for adding a cert to the ssl context lenp.net/dev/cp-ssl-c...

But I think this only supports one cert? I’m confused about how to make it support multiple certs 😭

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

Working on a project with a @pimoroni.com pico plus 2w that needs to access APIs at multiple domains.

I am seeing that circuitpython might have issues with accessing multiple https websites on the same program… does anybody have workarounds for this?

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

Ah I’m exactly the opposite lol. I use the chemex exclusively for iced coffee.
But brown sugar simple syrup sounds delicious, gotta try that

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

But it makes the best cup! πŸ˜€

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

My neighborhood tech meetup started a 5-week sprint for personal projects.
It’s been great meeting every Thursday to share progress, swap ideas, and get inspired by what everyone’s building.

Great motivator! I’ve caught myself coding late on Wednesdays just to have something to demo πŸ˜…

10.10.2025 15:28 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

I would fire the legal team and product manager for not expecting something this fundamental. Clear lies.

08.10.2025 16:24 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Also would love to get connected with PMs you have enjoyed working with!

08.10.2025 13:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I want to write about how developers can collaborate better with folks they work with regularly.

Starting with product managers. I would love to chat with you if you’re a PM

08.10.2025 13:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
a baby with a fist in the air and the words stay strong ALT: a baby with a fist in the air and the words stay strong
08.10.2025 12:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh yeah I wouldn’t have caught this until later without unit tests. Write your unit tests kids!

08.10.2025 10:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

My coding clanker hallucinated about a very basic method for Django transactions. I then had to spend more tokens fixing its lie. Feels like a scam

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

@bcosynot is following 20 prominent accounts