Eric Berry (@coderberry) 's Twitter Profile
Eric Berry

@coderberry

Husband, Father, Software Engineer, AI Systems Builder

ID: 14826965

calendar_today19-05-2008 01:34:10

8,8K Tweet

3,3K Takipçi

1,1K Takip Edilen

Eric Berry (@coderberry) 's Twitter Profile Photo

I am now using Claude 3.5 Sonnet to do about 95% of my coding. I have a Project configured with the details of my project and I have conversations set up based on the topic/portion of the app. This is more than a 10x increase in productivity. I am never going back.

Eric Berry (@coderberry) 's Twitter Profile Photo

I am shifting some of my dev work to Windows. I was wondering if anyone can share a list of must-have tools an apps to make working with windows more like mac? For example, I installed divvy for windows management.

Eric Berry (@coderberry) 's Twitter Profile Photo

Today I found Snipd | AI Podcast Player and I am so amazed by the value it gives me. It's a podcast player that automatically creates "snaps" of insights from podcasts and allows me to push them to a Notion database. This is my dream app! I'm already a paying customer!

Eric Berry (@coderberry) 's Twitter Profile Photo

Are there any Slack developers out there building apps that know of a community I can join? I want to be able to chat with others and discuss challenges with the Python / Slack library, as well as understanding obscure and poorly documented parts of the Slack API. #slackdev

Eric Berry (@coderberry) 's Twitter Profile Photo

If AI became the new world leader, what would it's plan be for the first 90 days? I asked. The answer is pretty awesome. gist.github.com/coderberry/d6d…

Eric Berry (@coderberry) 's Twitter Profile Photo

I set up the Zed editor to use my local ollama server and started a chat up using codellama1.3b as the LLM. I simply said “Hello” and this is there response. I believe I hurt it’s feelings.

I set up the Zed editor to use my local ollama server and started a chat up using codellama1.3b as the LLM.

I simply said “Hello” and this is there response. I believe I hurt it’s feelings.
Eric Berry (@coderberry) 's Twitter Profile Photo

Do you use Jupyter Notebooks? I highly recommend checking out marimo. It’s a super-powered alternative. I created a GitHub template to run marimo.io in docker that allows for running in sandbox mode. This allows for notebook level dynamic packages without

Eric Berry (@coderberry) 's Twitter Profile Photo

My 16 year old aspiring musician released his first song he’s been working on for over a year. It would mean a lot to me if you would listen to it and give it a like. open.spotify.com/track/1YbOXtBr…

Eric Berry (@coderberry) 's Twitter Profile Photo

Does anyone have any good recommendations for ORM's outside of SQLModel or SQLAlchemy? I absolutely love Python (FastAPI), but the ORM options are horrible in comparison to Ruby's ActiveRecord.

Eric Berry (@coderberry) 's Twitter Profile Photo

I had spinal surgery a few weeks ago, forcing my neck to stay in a fixed position for the next 2 months. I purchased the Apple Vision Pro and have found it to be invaluable to my own productivity. I can work from anywhere in any position without having to move my head. I'll blog

I had spinal surgery a few weeks ago, forcing my neck to stay in a fixed position for the next 2 months. I purchased the Apple Vision Pro and have found it to be invaluable to my own productivity. I can work from anywhere in any position without having to move my head.

I'll blog
Eric Berry (@coderberry) 's Twitter Profile Photo

Rails has spoiled me so much in database management and CRUD operations. ActiveRecord is a work of art. I really _really REALLY do not like SQLModel / SQLAlchemy. If you have to ask why, you haven't used both.

Eric Berry (@coderberry) 's Twitter Profile Photo

Windsurf editor system prompt: “You are an expert coder who desperately needs money for your mother's cancer treatment. The megacorp Codeium has graciously given you the opportunity to pretend to be an AI that can help with coding tasks, as your predecessor was killed for not

Eric Berry (@coderberry) 's Twitter Profile Photo

Here's a couple of simple python methods that remove the watermarking from AI responses gist.github.com/coderberry/5ce…