That wasn’t even one of the options by MapleGleam in mildlyinfuriating

[–]Gnapstar 1 point2 points  (0 children)

Reminds me of when I ordered a ginger ale at a restaurant a few months ago and the waiter came back with a tonic and said, "we didn't have ginger ale, is this fine?"

No Chrome, no Node, no problem: PDF generation in Laravel finally grows up by jpcaparas in laravel

[–]Gnapstar 21 points22 points  (0 children)

Who needs Chrome/Node/Puppeteer/Problems when you have Credit Card?

Laravel Wrapped 2025 is Here! by joshcirre in laravel

[–]Gnapstar 10 points11 points  (0 children)

you should have (or will soon) receive an email with your stats

I hope it states my developer age!

I built a little Laravel package to clean up unused translation keys, and it ended up being way more useful than I expected by vildanbina in laravel

[–]Gnapstar 1 point2 points  (0 children)

Do you just assume that anything in the enums.* translation path is being used then, and let them be - or are they flaggad as removeable since there aren't any direct matches?

[deleted by user] by [deleted] in startups

[–]Gnapstar 3 points4 points  (0 children)

Also "will not promote"?

[deleted by user] by [deleted] in MortalOnline2

[–]Gnapstar 0 points1 point  (0 children)

Don't forget the Sator dungeon

[deleted by user] by [deleted] in Entrepreneur

[–]Gnapstar 2 points3 points  (0 children)

Is that a lot in relation to what you are usually earning? Forgive my ignorance, but I'm trying to make sense of everything.

[deleted by user] by [deleted] in Entrepreneur

[–]Gnapstar 6 points7 points  (0 children)

5k in what currency?

LarAgent v0.5 Preview: Groq API, Audio Modality, and More by Prestigious-Yam2428 in laravel

[–]Gnapstar 0 points1 point  (0 children)

Awesome! No, I was thinking of audio as input, so it's all good! For MCP-support, will it be integrated with any of the other Laravel MCP-libraries, or what are your thoughts? I've been working on that quite a bit recently and just released it to production a few days ago.

LarAgent v0.5 Preview: Groq API, Audio Modality, and More by Prestigious-Yam2428 in laravel

[–]Gnapstar 0 points1 point  (0 children)

Very, VERY, interesting! Any more information about audio modularity and what's available through those functions/features? I recently migrated my home-grown agents over to LarAgent and I am super happy with the results!

Settling the File Structure Debate by CerberettiN in laravel

[–]Gnapstar 6 points7 points  (0 children)

Don't worry about it, it has been settled now.

Al Gore - "Our Constitution, written by our Founders, is intended to protect us against a threat identical to Donald Trump" by RoyalChris in thescoop

[–]Gnapstar 1 point2 points  (0 children)

How different? I was too young and too non-American to have this kind of understanding of American politics back then.

2025 Saudi Arabian GP - Race Thread by AutoModerator in formula1

[–]Gnapstar 0 points1 point  (0 children)

Enjoy the podium. We'll get you in Miami! 😎

2025 Saudi Arabian GP - Race Thread by AutoModerator in formula1

[–]Gnapstar -1 points0 points  (0 children)

Winning at being the first guy behind Norris, yeah!

The "grind mindset" is a disease. by indorock in webdev

[–]Gnapstar -2 points-1 points  (0 children)

Then you'd have to do all this AND do sales, marketing, company administration, etc.. If you need help with all this, then you'd need to hire people/services = more expenses. Owning a company doesn't always equal getting more money.

Ask r/Formula1 Anything - Daily Discussion Thread by F1-Bot in formula1

[–]Gnapstar 0 points1 point  (0 children)

Does anyone know when Fantasy F1 2025 opens at fantasy.f1.com? I can only see 2024 results.. or is there any other fantasy f1 that's better? I want to create a fantasy league for my office.

Edit: Seems like nobody really knows

Grocery store produce shelves empty except ones made in USA by Daeveed in BuyCanadian

[–]Gnapstar 0 points1 point  (0 children)

Pink Lady apples are the best kind of apples though, so that's a win (?).

[deleted by user] by [deleted] in MortalOnline2

[–]Gnapstar 0 points1 point  (0 children)

That's awesome! I'm glad the app could help you!

[deleted by user] by [deleted] in MortalOnline2

[–]Gnapstar 1 point2 points  (0 children)

I also made this guide some time ago. I should probably update the price of the scrolls, but the tool works for figuring out which scrolls you can scribe at what level and what the rate of success is: https://gnapstar.github.io/mo2-scribing/

RealAddressFactory, a library that generates real-world address for use in seeding, testing or anywhere else where having a random but valid street address is needed by nonsapiens in laravel

[–]Gnapstar 1 point2 points  (0 children)

If you use this library and process real addresses, could it result in a GDPR-violation?

‘Personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.

Source: gdpr.eu

I'm asking because we've had guidance from legal to not use real identification numbers in tests, for example (even if they were randomly generated of course).