RSSAmplifier

Blog

Pumping Code

Methods with Muscles

pumpingco.deRSS feed ↗15 posts

Latest posts

Installing .NET SDK into an OpenAI Codex environment

OpenAI Codex aids GitHub repos in a sandbox. Install .NET using setup scripts since it’s not pre-installed.

Adjusting ChatGPT's Personality with my Custom Prompts

I use ChatGPT to challenge my ideas, but it felt too agreeable—so I fixed that with a custom prompt to make it a real sparring partner.

Apple's App Store Review keeps on being a frustrating shit show!

Apple's App Store Review process is frustrating. My "Make LinkedIn Great Again" extension faces name change demands and in-app purchase requirements, with poor developer support.

Make LinkedIn Great Again

A simple Browser Extension to filter unwanted content from your LinkedIn timeline.

The DeepSeek R1 hype explained for normal people: What you need to know

R1 from DeepSeek challenges AI norms with smarter training, rivaling OpenAI’s o1. It’s 18x more efficient, raising questions on scaling, costs, and censorship.

Why don’t UI Designers contribute to Open-Source software, and why is it often so ugly?

Bitwarden, the password manager I use, announced a visual redesign. As one of the least aesthetic apps I rely on, I was eager to see the update. Sadly, my excitement turned to disappointment—it still feels like a hackathon project with noticeable UI quirks. Why is that?

If I can accomplish the task with a computer, the AI can do it as well

Anthropic just gave their Claude 3.5 Models access to our screens, mice and keyboards. With that, they are no longer limited to API calls but can accomplish tasks the same way that we humans do.

Create photorealistic fake pictures of yourself by fine-tuning FLUX.1

How to create your own fine-tuned version of the latest Flux.1 Model from Black Forest Labs with just 12 photos of yourself, to generated AI pictures of yourself.

With the fall of Stack Overflow, AI Coding Assistants like GitHub Copilot will have a data problem!

Stack Overflow, one of the biggest data sources of LLM trainings, is seeing a decrease in questions being asked on the platform. This reduces the training data for the coding assistants of tomorrow.

What we learned after spending 5,000 EUR on developer marketing

For Space Blocks, a Developer Platform for Permission Management, we decided to spread the word through online ads in various channels like Social Media, Google Ads, Newsletters, Podcasts and YouTube Video Ads. Here is our wrap-up.

Run Large and Small Language Models locally with ollama

Since ChatGPT, we all know at least roughly what Large Language Models (LLMs) are. You might have heard that they require an immense amount of GPU power to run. But did you know, there are also smaller and less powerful versions of some models (SLMs) that you can run locally on your computer?

Building Local Calendar Sync Day 07: Publish to the App Store

Last day of building Local Calendar Sync. Here is how to publish the macOS App to the Apple App Store.

Building Local Calendar Sync Day 06: Launch on Startup and run in the Background

At day 6 of building Local Calendar Sync, we make sure, the app Launches on Startup and runs the sync in the Background.

Building Local Calendar Sync Day 05: Logo and App Icon

At day 5 of building Local Calendar Sync, we care about the Logo. The app runs locally on my computer and will hopefully solve the Calendar Problem in my life.

Building Local Calendar Sync Day 04: Settings

Day 4 of building Calendar Sync, which runs locally on my computer and will hopefully solve the Calendar Problem in my life. Today, we built the Settings screen.