Sam Rogers
banner
samrogers.xyz
Sam Rogers
@samrogers.xyz
Software engineer, space enthusiast
https://samrogers.xyz
Pinned
I made an online card game!
- No sign up
- Up to 10 players + 5 bots
- Ad free

ichigame.xyz

Built with #golang and #htmx
Please take 5 minutes to sign this petition to save NASA's science budget. It's ~150 signatures away from where it needs to by the end of the day.

www.planetary.org/advocacy-act...
Advocacy Action Center
The Planetary Society is organizing a new space constituency that is educated, empowered, and loud.
www.planetary.org
June 13, 2025 at 1:42 AM
Does anyone still use RSS? What for?
June 7, 2025 at 11:50 PM
My two most consuming interests, tech and space, and are a bit of a dumpster fire right now. Doesn't feel good
June 6, 2025 at 3:21 PM
Golang backend serving wasm-compiled Rust. Is it a crazy idea?
June 3, 2025 at 5:42 PM
I don't think the scammers got the ChatGPT response they wanted 😂
May 30, 2025 at 6:22 PM
40 guests and 61 games played so far! It might not be much, but it feels rewarding regardless
I made an online card game!
- No sign up
- Up to 10 players + 5 bots
- Ad free

ichigame.xyz

Built with #golang and #htmx
May 10, 2025 at 10:59 PM
Reposted by Sam Rogers
I made an online card game!
- No sign up
- Up to 10 players + 5 bots
- Ad free

ichigame.xyz

Built with #golang and #htmx
May 8, 2025 at 2:13 PM
I made an online card game!
- No sign up
- Up to 10 players + 5 bots
- Ad free

ichigame.xyz

Built with #golang and #htmx
May 8, 2025 at 2:13 PM
The whole idea of vibe coding with 0 programming knowledge is concerning. Can't debug, unaware of architecture, can't spot security issues, lacks vocabulary for collaborating with other devs, and unless they learn, will only ever be as good as the AI.
April 9, 2025 at 1:05 PM
Unpkg is down. Time to serve HTMX myself
April 2, 2025 at 7:07 PM
Reposted by Sam Rogers
reposting this banger, good day to you
November 14, 2024 at 4:53 PM
It feels like an injustice that Firefly was cancelled after 1 season
November 14, 2024 at 6:32 AM
All the atproto hype makes me want to build something with it
November 1, 2024 at 3:57 PM
Is anyone looking to hire a full stack developer with ts/js, React, Vue, Golang and Python experience? Send me a message for a resume! Thanks 😄
October 30, 2024 at 5:33 PM
Reposted by Sam Rogers
I built my own version of Uno to play with friends online. Coming soon to a browser tab near you. It's functionally complete but now I'm making it look pretty.
October 24, 2024 at 12:44 AM
Web design is so much harder than development to get right
October 24, 2024 at 10:36 PM
I built my own version of Uno to play with friends online. Coming soon to a browser tab near you. It's functionally complete but now I'm making it look pretty.
October 24, 2024 at 12:44 AM
I like the haiku at the bottom of the htmx docs
October 23, 2024 at 10:29 PM
The value of (-1 % 5) is different depending on the language. Here's why.

The difference is in the quotient calculation.
Python uses floor division: (-1 // 5) = -1
Golang: (-1 / 5) = 0

Then calculate the remainder.
Python: (-1 - (-1 * 5) ) = 4
Golang: (-1 - (0 * 5)) = -1

Two answers: 4, -1
October 23, 2024 at 3:02 AM
Algorithm pls give me

- Software development
- Web development
- Indie game development
- Go
- Rust
- Typescript / Javascript
- HTML / CSS
- htmx
- websockets
- Space news
- Photography
- Astrophotography
October 22, 2024 at 6:48 PM
I lost a post I was typing because I use neovim.
Habit had me press ctrl+[ to exit insert mode.
On Firefox, this is a back button shortcut...
October 22, 2024 at 6:33 PM
HTMX plus its websocket extension is the perfect amount of JavaScript. Paired with a golang server, I haven't enjoyed a webdev project this much before
October 22, 2024 at 2:23 PM