Brian Dominy's Avatar

Brian Dominy

@briancd

Software developer by day... and often the same by night.

69
Followers
54
Following
28
Posts
09.12.2023
Joined
Posts Following

Latest posts by Brian Dominy @briancd

πŸ”΄LIVE - Predator Trophy Edition Pinball Machine by Pinball Brothers
πŸ”΄LIVE - Predator Trophy Edition Pinball Machine by Pinball Brothers YouTube video by Flip N Out Pinball

Here's gameplay from the new Predator pinball which I worked on over the past 18 months: www.youtube.com/watch?v=Q-5a...

I ported the system code from the older proprietary platform to the more standard boards from @fastpinball.bsky.social .

05.02.2026 22:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Practicing my modern C++ skills yesterday and wrote a BCD (binary coded decimal) library - not named after me: github.com/bcd/modern-bcd

25.01.2026 22:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I wasn't hanging out on #moo then but I was at working at Heighway til the end, and I have quite a few stories.

26.09.2025 20:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

So Skype is finally gone. I get Microsoft wanting to update their tech stack, but they had a recognized brand and they let it rot. This seems to be the trend now, every 5 years let's push some different that will change the world and forget about the last attempt.

05.05.2025 20:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Jack*Bot must have more randomness in it than any other WPC game. We still appreciate how well that game works in tournaments!

30.03.2025 02:31 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

A friend that I watch #whitelotus with gave me this last week. It has been a great addition to my morning coffee routine: reminding me that whatever the day brings, it could be a lot worse.

PS: they should co-market this with the Folgers brother and sister ad.

29.03.2025 00:16 πŸ‘ 19 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Post image

When I was developing FreeWPC, I used this USB to EPROM converter. It let me push new code changes without having to burn ROMs all the time, effectively making it RAM but only writable from USB.

ROMW was obviously more flexible for interactive debugging. I had to restart on every little change.

22.03.2025 18:33 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image Post image Post image

The digital art exhibit at my office complex still has a few kinks to work out. Or is this art? #digitalart #techfail

17.02.2025 14:21 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It's nice having 3 monitors, but whenever I open a new window, 90% of the time it will not start on the screen I want it to. #programmer #developer

05.02.2025 15:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey there - reach out to me sometime and let's catch up!

04.02.2025 00:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
The Open IFPA World Championship at INDISC - iepinball on Twitch iepinball went live on Twitch. Catch up on their Pinball VOD now.

Finally finished watching the playback of the IFPA Open World Pinball Championship from yesterday. If you've never seen competitive #pinball check it out (skip to the 11:30:00 mark for finals only) www.twitch.tv/videos/23643...

28.01.2025 03:59 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1

Was that studio in-house? Shared with the non-pinball divisions?

23.01.2025 16:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Just me in a Coke Santa T-shirt, thankful for the day

Just me in a Coke Santa T-shirt, thankful for the day

Hope everyone who celebrated had a wonderful Christmas.

26.12.2024 03:31 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Work within a domain that you already understand and enjoy. This will be different for everyone. Your passion will motivate you not to give up.

12.12.2024 12:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Finally someone who appreciates that your pipes form a directed acyclic graph. #compsci #cshumor

12.12.2024 12:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

operator+ makes a new string. Its signature should be:
string operator+(const string& str, const A& a). Then you would call it like this: s2 = s1 + a.

To append, use operator+=:

string& operator+=(string& str, const A& a)
{
str.append(a.get_that_string());
return str;
}
...
s += a;

12.12.2024 12:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It's more fun treating it as a drinking game, every time Sean says "it depends on what you mean by".

10.12.2024 00:32 πŸ‘ 7 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

So I finished the #yachtrock documentary on #HBO tonight, and overall I liked it, although it was a tad cringy at times. Still, I don't think I'll ever call it by this name, and I had no idea that was a thing until recently.

09.12.2024 04:22 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Surely those slacking surgeons will be docked some pay to cover the costs, right?

04.12.2024 21:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Disney branded Yahtzee for only a hundred dollars!

Disney branded Yahtzee for only a hundred dollars!

Still cheaper than a park ticket

04.12.2024 00:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
The two factions of C++ The dream of a single dialect-free C++ has probably been dead for many years, anyway.

From the article: "as an outsider, it sure would look as if C++ is basically falling apart"...

I've been following the debates for years and I'm definitely an outsider, but I think this article sums up the current situation pretty well: herecomesthemoon.net/2024/11/two-...

25.11.2024 04:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I only saw them four times, but I remember them all #rush

23.11.2024 01:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Me at Universal Studios Hollywood in 2001

Me at Universal Studios Hollywood in 2001

Post a picture from a different era in your life

20.11.2024 15:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Except defense... you can bet that isn't going to be cut at all

20.11.2024 14:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Wow that makes much more sense

20.11.2024 14:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Only a few days into using this app again and it's so refreshing compared to everything else right now. #realpeople #fuckelon

19.11.2024 23:18 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I truly wouldn’t care if a man dressed like the king of England was in the urinal next to me. I get that for extremely online rightwingers, a trip to a public bathroom might be the most memorable moment of the day, but the rest of us truly do not give a shit who is peeing nearby.

19.11.2024 18:26 πŸ‘ 23317 πŸ” 2574 πŸ’¬ 1953 πŸ“Œ 225
Post image

The coolest pinball machine in the world

17.11.2024 03:11 πŸ‘ 54 πŸ” 2 πŸ’¬ 10 πŸ“Œ 0

Just deleted my X account finally. Not that I ever used it that much, but I figured it was best to delete it before things get any worse over there.

21.04.2024 23:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I'm near the path of the Betelgeuse eclipse tonight, but just slightly outside the official tracking area by only a few miles, and it's cloudy, so I don't think I'll be able to see anything.

12.12.2023 00:45 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0