Marie-Therese Fischer's Avatar

Marie-Therese Fischer

@fischer.codes.bsky.social

Developer, Social Scientist and Wilderness Mentor from Vienna Or you could just call me: Nerd, Solarpunk and Herb Witch 😁✌️

29 Followers  |  187 Following  |  20 Posts  |  Joined: 18.11.2024  |  2.0386

Latest posts by fischer.codes on Bluesky

Post image

"AI first" - what could possibly go wrong..? πŸ€¦β€β™€οΈπŸ€¦β€β™€οΈπŸ€¦β€β™€οΈ
#duolingo

14.06.2025 10:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
to_sentence (Array) - APIdock

TIL about `.to_sentence` which converts an array to a comma-separated sentence including a connector word in the end.

['one', 'two', 'three'].to_sentence
becomes "one, two, and three"

It's so simple and so nice. I love you, #Rails πŸ’Žβ€οΈπŸ›€οΈ
apidock.com/rails/Array/...

30.04.2025 10:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The spirit of the #Ruby community in a single photo. 😁

27.04.2025 08:04 β€” πŸ‘ 19    πŸ” 4    πŸ’¬ 0    πŸ“Œ 1

Save the date! The next Vienna.rb is happening on the 5th of June! πŸ–οΈ

We have a fantastic program with incredible speakers and a surprise prepared. More details to follow soon!

20.04.2025 08:05 β€” πŸ‘ 5    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image

As the world's going crazy I find myself becoming kinda grateful for our Austrian news.. 😜

10.04.2025 07:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

24 HOURS!!!!!!!!

01.04.2025 23:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Live: Speaking on Trump, Musk, and America’s Moral Moment on the Senate Floor | Senator Cory Booker YouTube video by Senator Cory Booker

I’ve taken the Senate floor and will speak for as long as I’m physically able to lift the voices of Americans who are being harmed and not being heard in this moment of crisis. Watch here:

31.03.2025 23:00 β€” πŸ‘ 51748    πŸ” 10704    πŸ’¬ 11038    πŸ“Œ 3291
Post image

This is what a modern hero looks like. @booker.senate.gov is talking since 22 (!!!) hours, taking a stand against Trump!

01.04.2025 21:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Lmao 🀣 savages

27.03.2025 06:39 β€” πŸ‘ 21492    πŸ” 4059    πŸ’¬ 126    πŸ“Œ 238
Home EN - Mollusc of the Year

Stop your doomscrolling and vote for the International Mollusk of the Year!

The winner will have its complete genome sequenced!

Mollusks are awesome, and super diverse: they include snails, slugs, clams, octopuses, and more! πŸŒπŸ™πŸš

Finalists in thread 🧡

Info & VOTE here:
moty.senckenberg.science

18.03.2025 23:44 β€” πŸ‘ 313    πŸ” 85    πŸ’¬ 46    πŸ“Œ 13
Preview
ArgumentError (You tried to define an enum named "availabilty_type" on the model "Product", but this will generate a instance method "regular?", which is already defined by another enum. Β· Issue #4053... Saw many issues relating to this problem but all seem to come down to the use of the same value for different enums within the same model, which can be resolved with the use of _suffix or _prefix. ...

And throws: `You tried to define an enum named "status" on the model "Task", but this will generate a instance method "working_on_this?", which is already defined by another enum. (ArgumentError)`

Which is obviously bullsh*t and you're like WHAAAAAT?? πŸ˜…

(see report github.com/rails/rails/...)

16.03.2025 16:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So you got

```
class Task < ApplicationRecord
enum :status, {
working_on_this: 0,
closed: 1
}

validates :owner_id, on: :update
end
```

The `validates` is obviously missing something like `presence: true`. But Rails thinks your `enum` above is the problem.

16.03.2025 16:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Oha, I just found a #Rails bug πŸ˜±πŸ›
This has first been reported on Rails 6 (in 2020) but seems to never have been fixed so far (v8).
When there's an enum in your model and you add a faulty validation below, you'll get a completely wrong error hint related to your enum instead of your validation.

16.03.2025 16:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Chatgpt conversation

Chatgpt conversation

#Rails debugging with my pal #ChatGPT. I think it kinda adapted to my kind of humor.. 😎πŸ”₯

16.03.2025 12:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A WORLD WITHOUT EMPERORS!
πŸ’ͺ @jay.bsky.team πŸ’ͺ

see e.g. www.businessinsider.com/bluesky-ceo-...

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

Full house at Vienna.rb #63. We had a blast!

Thanks you to the amazing Alessia (mastodon.social/@AlessiaInTh... ) for taking all these lovely pictures!

www.meetup.com/vienna-rb/ph...

08.03.2025 09:14 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - drwl/annotaterb: A Ruby Gem that adds annotations to your Rails models and route files. A Ruby Gem that adds annotations to your Rails models and route files. - drwl/annotaterb

So, the thing is, I absolutely can't live without the summarized schema comments created by the #annotate gem. But it's not working properly under #rails8 and actually seems to be abandoned by now πŸ₯² BUT good news: There's a fork github.com/drwl/annotat... and it works like a charm with Rails 8 β™₯️β™₯️β™₯️

07.03.2025 15:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

"Stickl und Kocker"! Danke, @klauswebhofer.bsky.social für den geilsten Versprecher des Abends 🀣🀣🀣

12.02.2025 18:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Γ–sterreich kriegt doch noch eine Chance! Vielleicht schaffen wir's, nochmal die Kurve zu kratzen..

12.02.2025 15:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Das Ende der Zweiten Republik - #1296 FALTER Radio Β· Episode

Empfehlung: @falter.at Podcast "Das Ende der zweiten Republik". AnhΓΆren!

open.spotify.com/episode/0NKo...

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

TIL how to deploy a Rails 8 app with Kamal AND manage DNS settings between Cloudflare, Hetzner and World4You!! And now fischer.codes is finally online πŸŽ‰
Alright, that's been enough DevOps for 1 day.. πŸ˜…

22.12.2024 21:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Getting Started guide for Rails 8 by excid3 Β· Pull Request #53846 Β· rails/rails This is the new Rails 8 Getting Started guide. It showcases Rails and provides many introductory points to learn more about all the various features Rails includes like caching, I18n, deploying wit...

I've been working on the new Rails Getting Started guide and it's now ready for review! πŸŽ‰

github.com/rails/rails/...

05.12.2024 16:55 β€” πŸ‘ 88    πŸ” 13    πŸ’¬ 6    πŸ“Œ 0
Preview
Your Favorite Coffeehouse Playlist Β· Spotify Β· 140 items Β· 4.1M saves

When I need to stay focused for a longer period of time: open.spotify.com/playlist/37i...

07.12.2024 08:28 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thank you @hansschnedlitz.com and @hola-soy-milk.online for reviving this meetup 😊

06.12.2024 10:01 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Attending the first Vienna.rb in a loooong time with super interesting talks 🀩
#ruby #meetup

05.12.2024 19:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Guide: How to make Rails 8 run on a M1 MacBook Rails 8 finally came out and instead of simply upgrading and getting started with all of its new and cool features, I faced tons of red error messages, telling me my MacBook is not willing to run Ruby...

After a bit of struggling with my #M1MacBook I finally managed to install #Rails8! πŸŽ‰
In case you also need help with #Rosetta 2, #asdf, etc. please feel free to check this guide I created.

19.11.2024 15:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
vienna.rb #62 - Ruby December Meetup, Thu, Dec 5, 2024, 6:30 PM | Meetup Vienna.rb is back! Are you interested in the Ruby language or Ruby on Rails? Join us. We have great talks, good vibes, and cookies! πŸͺ **Talks** \~\~\~\~\~ πŸ—£οΈ [Grzegorz

πŸ¦‹

Vienna.rb says hello! New #ruby meetup happening on December the 5th πŸ’Ž

www.meetup.com/vienna-rb/ev...

18.11.2024 17:50 β€” πŸ‘ 6    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

If you're looking to connect with more Ruby & Rails devs, here are some starter packs to get you going. Let me know if I'm missing any!

Check back every so often to catch new additions, as you won't follow them automatically.

Ruby and Rails Starter Pack by @joshuawood.net
go.bsky.app/HD2Ty2o

17.11.2024 01:01 β€” πŸ‘ 29    πŸ” 7    πŸ’¬ 1    πŸ“Œ 2
ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

ChatGPT 404 not found page

Such a fan of #ChatGPT 's 404 Error Page 😊

18.11.2024 22:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@fischer.codes is following 20 prominent accounts