Alex Blackburn

1 Followers
37 Following
144 Posts
@freekmurze Warp! Seamless AI integration, nice workflow feature (basically enhanced aliases, with paid plan for sharing workflows within a team), easy config and good looking themes.

The future of software development is Gemini adding and removing the "status/needs-triage" tag from an issue on GitHub 5,000 times.

Gemini is made by Google, a company once famous for incredibly high quality software engineering.

https://github.com/google-gemini/gemini-cli/issues/16723

allow exit and quit commands without leading slash (/) · Issue #16723 · google-gemini/gemini-cli

What would you like to be added? This is feature request - someone can point it as bug as well but I will not. Ask / Request 👉🏽 Implement exit and quit as standard commands with a simple confirmati...

GitHub
What #php or general #coding RSS feeds should I subscribe to?

They can throw however much money they like at WST, the Saudi Arabian Masters will never be a real major until there's a proper crowd. Watching Lisowski vs Evans and seeing them make great pots and escapes to crickets chirping in the stands is just embarrassing.

#snooker #SaudiArabianMasters

Snooker chief feels Zhao Xintong's historic world title can help Olympic bid

Snooker's hope to be included in the 2032 Brisbane Olympics is realistic and will be enhanced by China's growing power in the sport, according to one of the men behind the bid.

The Japan Times

@simon_brooke bit late to the party but /e/OS has their own app store called App Lounge which basically combines F-Droid and the Google Play Store. You can get all the normal apps through it, as long as they're not paid. My banking app is on there.

You can also export your Google Authenticator logins and import them into another (FOSS) authenticator app. I use 2FAS which made the process quite easy.

Best Buds Forever! 🎧✨

From March 31st to April 13th, it’s your chance to get FREE Fairbuds (Black or White) when you buy a Murena Fairphone 5!

Whether you're upgrading your phone to the one with /e/OS or just want to enjoy ethical tech with great sound, this is the deal for you. 🌱

🔹 Get a FREE pair of Fairbuds with your Murena Fairphone 5
🔹 Limited time offer, don’t miss out!

Support #ethical tech and get your #privacy back 💚

https://murena.com/shop/

@e_mydata @rikviergever @gael

Smartphones - Murena - deGoogled phones and services

Murena - deGoogled phones and services

@Skoop @ramsey In my experience it's even got so far as to become a UX design choice. I recently had to add a button to all screens in a web app with a left facing arrow with the title of the previous page next to it, essentially duplicating the browser button.

When I pressed the designer about the point of it she couldn't give me a good reason.

I think it's mobile app UI bleeding into everything else.

@paladin I imagine the main problem is maintainability vs demand.

The vast majority of people using the "laravel new" command probably want the latest version of everything. Combine that with the fact that every major release of the framework in the future would require additional backwards compatibility or requested version checks within the "new" command and it seems more and more desirable to only support the latest release.

@paladin

Looking into the Laravel Installer source it seems like it's not possible to install anything other than the latest version. This is the command they use under the hood:

`$createProjectCommand = $composer." create-project laravel/laravel \"$directory\" $version --remove-vcs --prefer-dist --no-scripts";`

Where `$version` is either 'dev-master' or an empty string.

https://github.com/laravel/installer/blob/a354346c01540fd3ab8e1a58333499c04994419f/src/NewCommand.php#L228

installer/src/NewCommand.php at a354346c01540fd3ab8e1a58333499c04994419f · laravel/installer

The Laravel application installer. Contribute to laravel/installer development by creating an account on GitHub.

GitHub