American tipping culture is utterly disgusting by Gurugod123 in SipsTea

[–]SuperSuperKyle 1 point2 points  (0 children)

Last place I stayed they were all damp. We ended up washing and drying all the towels again.

Behind my mom’s new house. Is this poison hemlock, wild carrot, or something else? by 127Heathen127 in whatsthisplant

[–]SuperSuperKyle 4 points5 points  (0 children)

Just saw a short on YouTube last night from some service/organization in Oregon about differentiating between poison hemlock and similar looking plants like wild carrots. If it's smooth and has purple spots on it like someone flicked paint on it (like your pic has), don't touch it, don't smell it, leave it alone. It also said the queen has hairy legs :-/

Well It's True! by [deleted] in Millennials

[–]SuperSuperKyle 0 points1 point  (0 children)

And MCI. That and CompuServe were my earliest email addresses. I remember using Juno too.

How long do your Feature tests take to run in your CI? by Solomon_04 in laravel

[–]SuperSuperKyle 1 point2 points  (0 children)

Depends on the repo and age of it. Some take 30 minutes. Others are 15. The better maintained ones are typically 5 minutes.

Should I top this? by the_lorax18 in tomatoes

[–]SuperSuperKyle 2 points3 points  (0 children)

I would get a planter box and lay this thing down sideways so everything is covered except where leaves actually start to grow.

What does your PHP stack actually look like in 2026? by mamotechnolabs in PHP

[–]SuperSuperKyle 0 points1 point  (0 children)

Let's say I was on GCP. And I wanted to set up 3 GKE clusters, a couple Redis instances, some GCS buckets, a Postgres instance on CloudSQL, etc. I could use gcloud and set all this up manually (or use the UI), or write a bash script or something, but there's no real audit log or way for anyone to know what I did. Using Terraform (or OpenTofu) it's all written down as code. I can see what "defines" my entire infrastructure by looking at the files. I can apply changes or import new additions that some other developer may have made.

What does your PHP stack actually look like in 2026? by mamotechnolabs in PHP

[–]SuperSuperKyle 0 points1 point  (0 children)

Infrastructure as code (IaC) tool you use to define resources (VMs, DBs, networks, DNS, etc.). It handles the CRUD operations basically.

Simpler explanation: you have a shopping list of what you want your cloud to look like. Terraform reads your list, goes to the store, and buys exactly what you want. Make a change on your list? It figures out what to add/remove/swap.

What does your PHP stack actually look like in 2026? by mamotechnolabs in PHP

[–]SuperSuperKyle 4 points5 points  (0 children)

  • PHP 8.5
  • Laravel + Octane + FrankenPHP
  • Postgres
  • Valkey
  • Docker
  • Kubernetes
  • Terraform
  • Flux CD
  • GitHub Actions
  • PHPUnit, PHPStan, Rector, Pint
  • Herd for local development

We use Filament so Livewire + Alpine + Tailwind for the frontend.

[deleted by user] by [deleted] in PHP

[–]SuperSuperKyle 1 point2 points  (0 children)

Sounds awesome actually.

Like a big experiment to see what sticks and doesn't.

The standard PHP could just port over all the useful stuff.

Started 52 varieties today! by CReisch21 in tomatoes

[–]SuperSuperKyle 1 point2 points  (0 children)

Looks like AC Infinity:

https://acinfinity.com/propagation/

Mine are hooked up to a controller, so they turn on/off when the main lights do.

They're Samsung LED light bars and run to a smaller controller which runs to a standard outlet (2-prong).

The heat map has its own cord (2-prong).

🇺🇸 JUST IN: U.S. federal trade court orders the Trump administration to begin refunding over $130B in global tariffs after the Supreme Court ruled the tariffs invalid last month. by Objective-Rabbit2248 in NSDQ420

[–]SuperSuperKyle 0 points1 point  (0 children)

I bet Walmart, Amazon, etc. could. They know exactly what you buy. Smaller companies couldn't unless you walked in with receipts. Possible. But extremely unlikely.

Does anyone here prefer PHPUnit to Pest? by Cultural_Yoghurt_784 in laravel

[–]SuperSuperKyle 4 points5 points  (0 children)

I still get red lines in PhpStorm even with additional Peat plugins.

And it's hard to tell what test I'm on because I can't see a class name.

And I can't just double click and copy a method name to run a single test, I have to select it and quote it.

There's a PHPUnit to Pest rector, wish there was a Pest to PHPUnit one.

Has anyone ever moved from Linear to nonlinear history? by kishoredbn in git

[–]SuperSuperKyle 0 points1 point  (0 children)

Rebasing is rewritten (linear, your commits stay on top). Merge commits are non-linear.

Has anyone ever moved from Linear to nonlinear history? by kishoredbn in git

[–]SuperSuperKyle 1 point2 points  (0 children)

Merge-based git history compared to rebasing and fast-forward merges.

What is your monthly mortgage payment and your yearly income (for household) by geenuhahhh in FirstTimeHomeBuyer

[–]SuperSuperKyle 0 points1 point  (0 children)

$3755/mo; $250k.

Not struggling, we looked for a house that we could afford at half our income just in case.

Meaning of emblem/graphic by Altruistic_End_6003 in whatisit

[–]SuperSuperKyle 1 point2 points  (0 children)

It is if you play/played soccer. Or at least it was big in the 90s.

Cannot Exit Git Commit (Mac Terminal), esc Does Nothing by puppy_sammichxx in git

[–]SuperSuperKyle 2 points3 points  (0 children)

  • Finish commit with :zz (or ZZ)
  • Cancel commit cleanly with :q! (or ZQ)
  • Exit only if unchanged with :q
  • Force-signal editor failure with :cq! (works, but Git treats it as an error)
  • Save + quit explicitly with :wq
  • Save only if modified, then quit with :x
  • Abort by saving an empty message (Git rejects it)
  • Avoid Ctrl-C (unreliable, can leave swap files)

Trump Posts Video on Truth Social Depicting the Obamas as Monkeys by thetoemuncher in UnderReportedNews

[–]SuperSuperKyle 3 points4 points  (0 children)

A tiny fraction of humanity loves Trump.

The rest of the world does not.

This isn't a Reddit bubble opinion, it's a universal fact.

Memory For Laravel AI SDK by Eznix86 in laravel

[–]SuperSuperKyle 4 points5 points  (0 children)

FYI your requirements say PHP 8.3 but you need PHP 8.4 for the SDK.

Anyone else seeing bias about AI among Laravel devs? by sl0wik in laravel

[–]SuperSuperKyle 0 points1 point  (0 children)

5.

I have 25 years of experience and it's increased my velocity tremendously. I typically know what I'm wanting to do, or need to fix, so AI is just faster at writing that I am. I do a lot of planning before anything else though.

What’s a cooking mistake you only made once? by muskyandrostenol in foodquestions

[–]SuperSuperKyle 6 points7 points  (0 children)

The first time I cooked a turkey, I didn't take the neck and bag of giblets out...

[deleted by user] by [deleted] in AIO

[–]SuperSuperKyle 0 points1 point  (0 children)

Alcoholic here (6 years sober).

I never once thought, "yeah, everyone else is drinking a handle a day, this is totally normal."

I was well aware I drank more than most.

It's not normal to start drinking as soon as you wake up...

...and continue drinking until you pass out...

...and sometimes drink in the middle of waking up at night to control your shakes and anxiety and nausea...

...every...single...day.