# karma (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover karma.

Page: <https://rssamplifier.com/topics/karma/blogs>  
Feed: <https://rssamplifier.com/topics/karma/blogs.md>

---

## [NOW: Diseases Trump Just Gave to Kids](https://thedemocraticvoice.substack.com/p/now-diseases-trump-just-gave-to-kids)

_2026-08-10 · Ben @TheDemocraticVoice · The Democratic Voice_

Even a GOP Senator is Outraged

## [CBS Fake News on Mamdani CRUSHED](https://thedemocraticvoice.substack.com/p/cbs-fake-news-on-mamdani-crushed)

_2026-07-28 · Ben @TheDemocraticVoice · The Democratic Voice_

VICTORY for the Truth!

## [💥8 Brutal Karma Hits Trump Just Took](https://thedemocraticvoice.substack.com/p/8-brutal-karma-hits-trump-just-took)

_2026-07-28 · Ben @TheDemocraticVoice · The Democratic Voice_

#4 is truly humiliating

## [Judge SCREWS Blanche/Trump on Epstein Files](https://thedemocraticvoice.substack.com/p/judge-screws-blanchetrump-on-epstein)

_2026-07-28 · Ben @TheDemocraticVoice · The Democratic Voice_

Poetry in Punishment

## [YES! Trump Insulted to His Face – with the Truth](https://thedemocraticvoice.substack.com/p/yes-trump-insulted-to-his-face-with)

_2026-07-27 · The Democratic Voice_

Enjoy his shame.

## [Trump's Own Judge Says He's Failed](https://thedemocraticvoice.substack.com/p/trumps-own-judge-says-hes-failed)

_2026-07-23 · Ben @TheDemocraticVoice · The Democratic Voice_

He's losing control

## [WATCH LIVE: Youth MOCK Trump at MAGA Rally, BRUTALLY](https://thedemocraticvoice.substack.com/p/live-youth-mock-47-at-maga-rally)

_2026-07-22 · Ben @TheDemocraticVoice · The Democratic Voice_

Enjoy the Punishment He Deserves

## [BBC Brilliance: Making Trump PAY](https://thedemocraticvoice.substack.com/p/bbc-brilliance-making-trump-pay)

_2026-07-22 · Ben @TheDemocraticVoice · The Democratic Voice_

Karma time

## [WATCH: Paxton BAILS on His Own Press Conference](https://thedemocraticvoice.substack.com/p/ken-paxton-bails-on-his-own-press)

_2026-07-21 · Ben @TheDemocraticVoice · The Democratic Voice_

He ran from reporters asking him this.

## [💥Top 8 Karma Hits Trump Took This Weekend](https://thedemocraticvoice.substack.com/p/top-8-karma-hits-trump-took-this)

_2026-07-20 · Ben @TheDemocraticVoice · The Democratic Voice_

#1 will bury him.

## [Dissecting Series A Rounds (Sponsored)](https://crawlproof.com/a/lovTPqgGcsBu)

_2026-07-20 · **Sponsored**_

Two real Series A cases: timelines, investor sequencing, and common founder mistakes.

## [OWE on the GL.iNet Flint 3](https://annema.me/blog/owe-on-gl-inet-flint-3/)

_2026-04-02 · annema.me_

For my work at IPinfo I needed an open Wi-Fi network to test against. Having learned of the existence of Opportunistic Wireless Encryption (OWE) and that OpenWrt supports it , I wanted to have one. OWE encrypts traffic on open networks without requiring a password. Clients ( Apple , Android ) that support OWE encrypt their traffic. Lack of encryption was always the big drawback of open networks.…

## [Configure GL.iNet GL-BE9300 (Flint 3) on KPN fiber](https://annema.me/blog/configure-gl-inet-gl-be9300-flint-3-on-kpn-fiber/)

_2026-03-17 · annema.me_

Backstory Up until a few days ago my main Wi-Fi router was an Apple Time Capsule. It's one of the latest models but still this thing is old . Apple discontinued the product line in 2018 but I probably bought it in 2013, maybe 2014. That makes it over 10 years old. It survived 3 NYC apartments, a move back to The Netherlands, being stored in an attic for a while, dusted off and then 2 more houses.…

## [Get notified when a GitHub action completes](https://annema.me/blog/get-notified-gh-action/)

_2026-02-12 · annema.me_

Often I’m waiting to merge a PR until all of its checks have passed. While I do my best to keep checks as fast as possible they still take long enough that I’m not going to wait for them to finish. I start something new while I wait. Frequently I then forget to merge the PR because I’m completely caught up in the next thing. This is even worse for PRs where I’m testing changes to the GitHub…

## [Converting ISO country codes to country names using Locale](https://annema.me/blog/converting-iso-country-codes-to-country-names-using-locale/)

_2025-10-31 · annema.me_

Because IPinfo's open API always returns country codes, I needed to convert them to country names for better address formatting. For example, 1.1.1.1 returns AU for Australia. The authenticated tiers (free Lite and paid Core / Plus ) have both codes and names, but the open API doesn't. At first I hoped this would do the trick: let postalAddress = CNMutablePostalAddress ( ) postalAddress .…

## [What is bad behavior?](https://annema.me/blog/what-is-bad-behavior/)

_2025-10-30 · annema.me_

During my run I had a discussion in my head about bad behavior. What makes a behavior bad? Why is it bad? The discussion in my head started when I ran by an elephant path made by people, mostly kids, biking across the grass to get to the main bicycle path. I was annoyed by this because my community has asked people to stop doing it and I talk to my kids about it every time I see them do it. Even…

## [Accessing Swift Package Manager dependency versions at runtime](https://annema.me/blog/accessing-swift-package-manager-dependency-versions-at-runtime/)

_2025-09-28 · annema.me_

I was building a debug screen for an iOS/Mac app and wanted to display the version of a third-party dependencies managed by Swift Package Manager. My first instinct was to use an Xcode run script build phase to extract version information at build time, but I quickly ran into various code signing errors that made this approach unreliable. Especially because building for macOS triggered code…

## [Moving DNS from Cloudflare to Gandi using DNSControl](https://annema.me/blog/move-domains-from-cloudflare-to-ghandi-using-dnscontrol/)

_2025-09-24 · annema.me_

Current setup I'm in the process of moving this site to Europe. For the past couple of years annema.me was hosted on GitHub Pages. My domain registrar was dotster.com and DNS was done by Cloudflare. Historical context I registered annema.me with Dotster in 2011 because I worked at Sofa and they used Dotster. I later moved to Cloudflare for DNS since it made HTTPS easy. For years all I heard from…

## [Dynamic bundle identifiers in Xcode: Using xcconfig for different configurations](https://annema.me/blog/dynamic-bundle-identifiers-in-xcode-using-xcconfig-for-different-configurations/)

_2025-07-17 · annema.me_

Generally in Xcode you have two configurations: Debug and Release. It's often a good idea to have a different bundle identifier for each configuration so that your debug builds don't replace the release builds on your device. Normal setup For a single target I usually start with three xcconfig files: Base.xcconfig , Debug.xcconfig and Release.xcconfig . Base.xcconfig is for build settings shared…

## [Detecting when an Android permission can only be granted via Settings](https://annema.me/blog/detecting-when-an-android-permission-can-only-be-granted-via-settings/)

_2025-06-19 · annema.me_

I was surprised to discover how easy it is, even when following the official Android permissions guide , to end up with a button that does nothing. Setting the stage: how it works on iOS On iOS CLAuthorizationStatus has 6 possible states to indicate what level of access a user has granted to their location: public enum CLAuthorizationStatus { case notDetermined case restricted case denied static…

## [Meet Claude, the AI assistant (Sponsored)](https://crawlproof.com/a/Y2LCrFzSdj2K)

_2025-06-18 · **Sponsored**_

Conversational AI to answer questions, brainstorm ideas, and help with tasks.

## [New website](https://annema.me/blog/new-website/)

_2025-06-09 · annema.me_

I wrote my last blog post in 2016 . Ever since I felt like I wasn't doing anything worth writing about. I was no longer enjoying myself as a software developer. I burned out. There were a lot of factors that contributed to my burnout but one of them was definitely that I no longer enjoyed the way I built software. Unfortunately it took years to gain the insight that I still enjoyed making…

