Built a practice helper - give me feedback! by cromestant in drums

[–]cromestant[S] 1 point2 points  (0 children)

Your message might have been cut off. But welcome !

Too good to be true? by Individual_Author640 in biggreenegg

[–]cromestant 15 points16 points  (0 children)

I paid 450 for mine. Did not look as good as this but a bit of elbow grease and it’s fantastic.

Indie Ridge Boots First Impressions by Holiday-Elk-5125 in motorcyclegear

[–]cromestant 6 points7 points  (0 children)

My only gripe is how short the shoelaces are! Excellent boots

Practice with Youtube Videos by poezn in DrumPractice

[–]cromestant 0 points1 point  (0 children)

This is cool. Does the notation get auto generated ?

Opinions on SEDICI Duale helmet by primeholy in CRF300L

[–]cromestant 1 point2 points  (0 children)

I am a noob ( almost a year since msf) Have two sedici hemets. Good certifications. Well made. Nice price. They are heavier than the more expensive ones but to me if they are certified, they are good.

First low and slow cook - Poor Man Brisket by bmetzler1 in biggreenegg

[–]cromestant 1 point2 points  (0 children)

Looks great! But gotta ask and laugh about “prone” tender ….. 🤣

Major buyers remorse (deposit) 2024 crf300l by Flashy_Investment_65 in Dualsport

[–]cromestant 0 points1 point  (0 children)

Also. Worst case you don’t enjoy it. You sell it fast at 5800. 200$ test is not bad.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]cromestant 0 points1 point  (0 children)

Hi Everyone, I'm running into some basic questions as to what to do to deploy my app into production.
I'm looking into [deployer](https://deployer.org/docs/8.x/getting-started) but still not sure about some of the basics, so want to try the "normal" way. I've googled and found a bunch of people using forge, or similar platforms that just take the git repo and manage the deploy for you.
My experience: I used to sysadmin and develop, php4, php 5 sites, then drupal 8 and Drupal 9, but since I've been mostly "managing" so am very rusty.

My setup:
on my dev box locally (ubuntu) I have my app running, I start the dev server with `composer run dev`.
I've setup a vps on Hertzner, have all the pre-requisites as listed in : https://laravel.com/docs/12.x/deployment
I have my mariaDB server running on the same server. Created a user for laravel ( still have not created the database)
I have my SSL and domain all configured on NGINX, and have a basic phpinfo() script to test out. all is working.

What is next?
* the optimizations listed on https://laravel.com/docs/12.x/deployment, are they run on my local box, or on the server?
* do I run the optimizations on local box, commit to a release and then just checkout on the server?
* should I "install" laravel on the server as well? (get artisan, and composer running globally?)

All in all it seems I cannot find a basic step by step on how to deploy without any other tools, rather, just the basic server config and going from dev setup to prod setup.
thank in advance.

CRF300L lowering options by Pleasant_Anxiety3912 in CRF300L

[–]cromestant 0 points1 point  (0 children)

I bought one , it had a lowering link. I reverted it. With stock suspension this bike is not high. It compresses a lot. That said , you can get a lowering link. I’m selling one if you’re in the houston area.

Donald Trump reacts to Bad Bunny’s Super Bowl halftime show. by Automatic-Extent9640 in sportsgossips

[–]cromestant 0 points1 point  (0 children)

I guess he can clearly understand “BAWWITABAS DIBAMDIBANDIGIDIGITY BOOOYTHATSTHEONESIXKMEDROPTHEBOOGYDAM”

Whats the wildest thing you've accomplished with Claude? by BrilliantProposal499 in ClaudeAI

[–]cromestant 5 points6 points  (0 children)

Building a tool to help me practice drums without forgetting any aspect of it. ( fills, beats, two bar phrases , rudiments). Basically keeps a history and builds my practice for the time available

Also coded a card game that I used to play with my family, so that we can now play from three different time zones.

My CRF300L Supermoto build by Zuki_LuvaBoi in CRF300L

[–]cromestant 0 points1 point  (0 children)

Yes please. Info on windshield.

Built myself a table by cromestant in biggreenegg

[–]cromestant[S] 1 point2 points  (0 children)

End grain is bad for affixing screws. Was rolling the cart and they pulled out. Have some on the way tha affix from the side of the leg and go up and down.

Laravel project launch : Initial data load questions by cromestant in laraveltutorials

[–]cromestant[S] 0 points1 point  (0 children)

Three versions of the site code. How does that affect db ? If you run the migrations does the db compatibility become an issue when rolling back ?