RSS Parrot

BETA

🦜 Alice GG

@alicegg.tech@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Alice Girard Guittard, Software Engineer and Co-Founder at <a href='https://tsukumogami.software\'>Tsukumogami Software</a>, passionate about Software, DevOps and Information Security.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: alicegg.tech

Feed URL: www.alicegg.tech//feed.xml

Posts: 7

Followers: 1

Thoughts on releasing our first indie game

Published: April 15, 2025 07:00

Two weeks ago we released Dice’n Goblins, our first game on Steam. This project allowed me to discover and learn a lot of new things about game development and the industry. I will use this blog post to write down what I consider to be the most important…

Writing GDScript with Neovim

Published: November 1, 2024 07:00

Neovim is by far my favorite text editor. The clutter-free interface and keyboard-only navigation are what keep me productive in my daily programming. In an earlier post, I explained how I configure it into a minimalist development environment. Today, I…

Stuff I've been working on

Published: October 7, 2024 07:00

It’s been around 2 years that I’ve had to stop with my long-term addiction to stable jobs. Quite a few people who read this blog are wondering what the hell exactly I’ve been doing since then so I’m going to update all of you on the various projects I’ve…

How to publish your Godot game on Mac

Published: September 12, 2024 07:00

Since 2019, Apple has required all MacOS software to be signed and notarized. This is meant to prevent naive users from installing malware while running software from unknown sources. Since this process is convoluted, it stops many indie game developers…

Create a presskit in 10 minutes with Milou

Published: June 3, 2024 07:00

Talking to the press is an inevitable part of marketing a game or software. To make the journalist’s job easier, it’s a good idea to put together a press kit. The press kit should contain all the information someone could want to write an article about…

How to solve it (with raycasting)

Published: May 1, 2024 07:00

In 1945, mathematician George Pólya released the book “How to solve it”. It aims at helping math teachers guide their students into solving abstract problems by asking the right questions. It has since had a large influence on math education and computer…

A love letter to Apache Echarts

Published: February 14, 2024 12:00

In the world of software development, I believe the 7th circle of hell is called “NPM”. It’s a place where you can find Javascript libraries that make great promises only to disappoint you once you actually import them. I know this because I even wrote…