Andri Braun πŸœ¬πŸ’»πŸŒˆ's Avatar

Andri Braun πŸœ¬πŸ’»πŸŒˆ

@neonbinary.com.bsky.social

Web developer, emigrant, nerd, pun-creator. Bleeting about code and miscellaneous distractions I find while I'm building internet things. Probably more optimistic than I should be, but I don't think that's a problem πŸ—© they/them 🌐 https://andribraun.dev

182 Followers  |  320 Following  |  139 Posts  |  Joined: 15.11.2024  |  1.9378

Latest posts by neonbinary.com on Bluesky

Preview
Astro Astro builds fast content sites, powerful web applications, dynamic server APIs, and everything in-between.

Man, I love Astro so much. As if the automatic 100 performance scores and ability to use components from any framework weren't enough, it just has all the nice little things that I don't want to roll myself, like sitemap generation and internationalization. astro.build

30.10.2025 05:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Font Awesome has icons in different weights. So, if you want to use a "regular" weight, you add the "far" class for "Font Awesome Regular".

They also have a "thin" icon set, and obviously the prefix class for that is "fat".

That is all.

28.10.2025 08:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

On the bright side, at least they're being dismissed when they fail.

ICE agents have to know exactly which rights they're violating, after all

24.10.2025 05:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I feel like this photo of masked, armed men pepper spraying a pastor protecting his community is going to be a defining picture of this moment in America for a long, long time.

07.10.2025 23:29 β€” πŸ‘ 56530    πŸ” 21233    πŸ’¬ 1747    πŸ“Œ 1256

Actually you might not be a bot--if you are in fact a human OF model with real sympathy for devops problems I apologize :D

09.09.2025 06:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I know you're a bot, but you have no idea :D This is like the third urgent task/weird shakeup to hit my desk since last night haha

09.09.2025 06:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

As a developer, I am only too glad to have operations folks telling me what to do in order to keep the users happy :D

At least it's some job security--can't leave Shopify apps alone for 2 seconds

09.09.2025 05:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Shopify just auto-migrated my app to some "next-gen developer" thing, so now my apps need emergency reconfig. Of course, this happened right while I was trying to do ANOTHER emergency fix. Like, maybe give me 10 warning emails and let me migrate on my own time instead of randomly dropping this?

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

Part of my job is now reviewing and correcting AI-generated code, and while it has quite a few issues, the most annoying one is that it apparently just refuses to use SCSS. It can be working on an SCSS module with established nesting, and it decides to add its own unnested class right at the bottom.

02.06.2025 09:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A screenshot of text that reads "The full list of fresh items slated to face tariffs as of Thursday, was issued late Wednesday afternoon. It includes jewelry, watches, tricycles, video game consoles, smartphones, umbrellas, gongs, golf clubs, fishing poles, and lighters."

A screenshot of text that reads "The full list of fresh items slated to face tariffs as of Thursday, was issued late Wednesday afternoon. It includes jewelry, watches, tricycles, video game consoles, smartphones, umbrellas, gongs, golf clubs, fishing poles, and lighters."

BRB, investing in Canadian gong manufacturing

13.03.2025 05:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A screenshot of a Facebook comment addressed to "Andrew Braun". In the post, the commenter asks "What's wrong with authoritarianism specifically?" And goes on to argue that Georgian and Ukrainian lives are being sacrificed in an unwinnable war that will ultimately result in Ukraine losing land. The commenter then criticizes European liberal democracies because they "lock you away for advocating for your ethnic group not being displayed as the majority", and argues that this is a bigger threat to Europe than Russia is.

A screenshot of a Facebook comment addressed to "Andrew Braun". In the post, the commenter asks "What's wrong with authoritarianism specifically?" And goes on to argue that Georgian and Ukrainian lives are being sacrificed in an unwinnable war that will ultimately result in Ukraine losing land. The commenter then criticizes European liberal democracies because they "lock you away for advocating for your ethnic group not being displayed as the majority", and argues that this is a bigger threat to Europe than Russia is.

My pointless Facebook debates honestly don't usually go straight to the other person straight-up admitting that they're pro-authoritarian and racist.

11.03.2025 18:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Not yet, at least!

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

Maybe he's worried about losing his 100% unquestionably perfect deal-making record :D

Mostly a joke, but Trump's ego is not an insignificant part of his decision-making.

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

Confusingly, elements like radio buttons fire a click event even when they were selected via a keyboard navigation. Figuring out whether a user is navigating a form using arrows keys or mouse is more confusing than I thought it would be!

28.02.2025 08:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

TIL that JavaScript primitives are passed by value whereas objects and arrays are passed by reference. So a = 1 will always be 1 if you pass it to a function, but a = { value: 1 } can be updated.

I don't often have to track state in vanilla JS, so this just somehow never came up before!

28.02.2025 08:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Mozilla boss Brendan Eich resigns after gay marriage storm The chief executive of Mozilla, who had been heavily criticised for supporting a ban on same-sex marriage, has stepped down.

I still use a bit of Brave here and there, but it's worth noting that it's run by Brendan Eich, who left Mozilla in 2014 over his homophobic views.

And I prefer Firefox as a browser anyway!

www.bbc.com/news/technol...

24.02.2025 11:19 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

It's strangely comforting when my AI coding assistant just starts spinning in circles trying to figure out TypeScript. Me too, buddy, me too.

24.02.2025 10:06 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sometimes AI is smart. Other times, it wants to use a switch statement to convert an aspect ratio from 16:9 to 56.25.

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

My favorite thing is when he half-listens to someone who half-understands some programming/database thing and fires off the world's most disprovable tweet about it.

20.02.2025 14:19 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Pro(grammer) tip: naming all your variables in complex functions with just one letter is super cool and will make other programmers respect you. Why name something "indexOfSymbol" when you could instead name it "p"? Assigning the value of an input? How about "nm" instead of "inputValue"?

17.02.2025 17:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

this is how i know the CIA is not what it used to be because they killed JFK for less than this.

17.02.2025 01:14 β€” πŸ‘ 1691    πŸ” 362    πŸ’¬ 46    πŸ“Œ 6
Cline - Autonomous Coding Agent for VSCode Cline is an AI-powered coding assistant for Visual Studio Code.

Just started using Cline (cline.bot) last week and it's basically the missing piece of GitHub Copilot! I know Copilot has an agent mode behind the insiders build of VS Code, and I'll definitely give it a shot when it hits the release, but Cline has been super pleasant to use so far.

17.02.2025 08:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

OMG the Doge.gov website has an unsecured database that anybody can push updates to

Yeah that makes sense actually

14.02.2025 14:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

One of our supporters shared this with usβ€”people are getting creative tonight!

14.02.2025 04:25 β€” πŸ‘ 84231    πŸ” 26095    πŸ’¬ 766    πŸ“Œ 907

Isn't nature amazing

13.02.2025 14:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image 13.02.2025 08:02 β€” πŸ‘ 4803    πŸ” 830    πŸ’¬ 104    πŸ“Œ 39
Essenger - "Empire Of Steel" (feat. Scandroid)
YouTube video by Scandroid Essenger - "Empire Of Steel" (feat. Scandroid)

This track is 5 years old, but the lyrics are about human roles being automated away and corporate overlords destroying progress... sound familiar?

www.youtube.com/watch?v=MX8V...

12.02.2025 10:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

i’m way too excited about a bluesky-based instagram replacement. i just really want musk / zuckerberg / all evil rich billionaires that control all online spaces to lose everything

12.02.2025 08:04 β€” πŸ‘ 2717    πŸ” 245    πŸ’¬ 50    πŸ“Œ 6

Reposting so I can save this for when I need it :D

11.02.2025 11:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Someone has apparently redirected one of Musk's DOGE developers' former websites to a YouTube video about how Musk is plotting to destroy America, and I'm here for it.

abobba.com

11.02.2025 09:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@neonbinary.com is following 20 prominent accounts