@dragonmantank@phpc.social avatar

dragonmantank

@dragonmantank@phpc.social

I coalesce the vapor of human experience into a viable and logical comprehension.

PHP developer, author, speaker, and podcast host. Senior developer relations @ Vonage. My posts and opinions are my own, and are hot garbage. Pretty sure a raccoon writes these things.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dragonmantank, to random
@dragonmantank@phpc.social avatar

The IDE idoltry for PHPStorm is astounding. It’s a good IDE for sure and I’m not telling anyone to not use it, but don’t think it’s a good standard and people are idiots for using something else. People can be productive with just about anything.

grmpyprogrammer, to random
@grmpyprogrammer@phpc.social avatar

The Office Manager is upset by the presence of the Interns and is pretending she has a sore paw to get sympathy. She has done this before. How do we know it’s fake? Because she keeps forgetting which paw it is

dragonmantank,
@dragonmantank@phpc.social avatar

@grmpyprogrammer Our dogs have done the same thing.

grmpyprogrammer, to random
@grmpyprogrammer@phpc.social avatar

TIL that TikTok does not pay any money to folks who make videos on their platform if they are in Canada

dragonmantank,
@dragonmantank@phpc.social avatar

@grmpyprogrammer And they barely pay anything to creators even in the US, if they do at all. Most make their money from sponsorships.

dragonmantank, to random
@dragonmantank@phpc.social avatar

I think you can love the job you do, but it’s always important to remember that unless you are the owner, 99.9% of jobs will view you as a replaceable resource.

https://phpc.social/@grmpyprogrammer/111250049812465088

dragonmantank, to random
@dragonmantank@phpc.social avatar

Ease of use and time to first thing on the screen is important.

This is why I use PHP for web development. The quick turnaround from nothing to something in the browser is what I want.

Weirdly, on the desktop it tends to be Python and tkinter. Getting a GUI running without anything but the language is empowering.

jmichaelward, to random
@jmichaelward@phpc.social avatar

What if it turns out we are the only life in the galaxy and this is how we treat ourselves?

dragonmantank,
@dragonmantank@phpc.social avatar

@jmichaelward That's the rub of the Fermi Paradox, isn't it? You'd think we'd see something out there, but we don't.

We're potentially an anomaly, a unique quirk in the universe.

Or we're the latest happenstance, and all previous life/civilizations fall apart before you get interstellar.

dragonmantank,
@dragonmantank@phpc.social avatar

@grmpyprogrammer @jmichaelward The paradox itself just describes the lack of any evidence.

There are multiple "answers" to the question including general rarity, extinction events, lack of ability, war tendencies, etc.

dragonmantank,
@dragonmantank@phpc.social avatar

@kboyd @grmpyprogrammer @jmichaelward We all know that our flat earth is on the back of four giant elephants standing atop a majestic space turtle.

The question is just why aren’t we seeing any other majestic space turtles. There should be thousands!

dragonmantank, to random
@dragonmantank@phpc.social avatar

Any recommendations on desktop API clients? I don't want to have to have an external account with like Postman or Kong just to make some API calls.

Yes, I could use cURL or httpie, but I would rather have something that's a GUI and standalone for when I'm trying to mess around with a new API. If I was automating stuff that would be a different story.

dragonmantank,
@dragonmantank@phpc.social avatar

@ramsey Oh, cool, didn't know they had that now. Will try it out!

dragonmantank, to random
@dragonmantank@phpc.social avatar

Finally broke down and got a Steam Deck.

I should have gotten this sooner.

dragonmantank,
@dragonmantank@phpc.social avatar

@sephster Going to be both. Right now I play via a laptop plugged into my living room TV, or console. It will definitely replace my iPad I was using to stream games while I was on the road.

Crell, to php
@Crell@phpc.social avatar

I find it amusing how often I see people drool over the potential of AOT compilation. 🙂

dragonmantank,
@dragonmantank@phpc.social avatar
dragonmantank,
@dragonmantank@phpc.social avatar

@Crell I can’t imagine it’s much better, if at all, compared to either pre-compiled PHP templates, or even general dynamic rendering PHP does.

Sure, it’s better than an SPA loading things on demand, but for PHP doing the HTML rendering I fail to see the why. Lately I’m doing rendering in Node to output HTML directly to bypass SPA problems.

If you don’t mind ugly HTML, we even pretty much have a web-component layout if you are someone coming from JS. (I’m not advocating for that though).

dragonmantank,
@dragonmantank@phpc.social avatar

@ramsey @Crell Gotcha. I initially misunderstood the context. I just saw the Reddit thread a few minutes ago and read the internals thread.

I thought people wanted the AOT from the JS landscape, hence my web components comment. Didn’t realize it was the engine compiler itself.

grmpyprogrammer, to random
@grmpyprogrammer@phpc.social avatar

The longer I work in this industry the more I believe so many web apps should just be a front end to an Excel sheet or
Access DB https://mastodon.online/@akosma/111067785737645590

dragonmantank,
@dragonmantank@phpc.social avatar

@grmpyprogrammer You just described AirTable

dragonmantank, to random
@dragonmantank@phpc.social avatar

New status

image/jpeg

dragonmantank,
@dragonmantank@phpc.social avatar

@ramsey it was the Foo Fighters. They were playing for Dreamforce.

It was great.

dragonmantank,
@dragonmantank@phpc.social avatar

@ramsey @grmpyprogrammer Yeah, Foo Fighters have actually played like 3 Dreamforces. I suspect the fee is well worth it.

dragonmantank,
@dragonmantank@phpc.social avatar

@ramsey @grmpyprogrammer The Foo Fighters didn’t pull anything either, they did great.

The Chili Peppers played last year and from everyone I knew that went they said that was a totally phoned in performance.

dragonmantank, to random
@dragonmantank@phpc.social avatar

Current status

full house whatever GIF

dragonmantank, to random
@dragonmantank@phpc.social avatar

Anyone using Starfield via steam link? I cannot get my controller to register properly, no matter what controller I use. Same controller works fine with other games.

dragonmantank,
@dragonmantank@phpc.social avatar

@bobmagicii It’s only giving me problems over steam link. I’ve been playing both with an 8bitDo and a proper Xbox controller over Bluetooth without problems to my living room PC.

For streaming, those two controllers plus a PS5 controller work fine except in Starfield.

dragonmantank, to random
@dragonmantank@phpc.social avatar

My favorite part of programming is fixing toolchain issues because that 5 line code fix needs to also come with 2 hours of debugging continuous integration problems because a toolchain item updated, dropped support for a language you still need to support, and none of the options for how the CI works allow you to specify a node version and an NPM version.

DevOps is dead.

Don't @ me.

dragonmantank, to random
@dragonmantank@phpc.social avatar

First impressions of Starfield:

It's a Bethesda RPG, so I'm fine with that. Having played No Mans Sky I don't want actual travel from planet to planet (and NMS already does cut-scene intersteller travel). I'm fine with not have Elite Dangerous takeoff/landing procedures.

Performance is rough. My 2060 is pegged at 100% and ~30 FPS with Medium settings, including FSR2 and 50% render resolution. I'm going to try it on my 6600 and see how it fares there. Almost not CPU utilization though.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines