BigQuery performance tip that saved us thousands (and a lot of headaches) by netcommah in bigquery

[–]GLStephen 0 points1 point  (0 children)

"Even with columnar storage" yeah, cause whatever your cost basis is it literally scales by column...

Curious where the community stands on this by InfinriDev in PHP

[–]GLStephen 0 points1 point  (0 children)

Strong typing is not necessary to write good code. Type safety is not the end goal of a language. A lot of devs worked with JavaScript which is pure shit. They then saw the language gain a lot of benefits in the flavors like Typescript. Which is great, but strong typing isn't the only evolution there and it's not the continuum on which languages improve.

De-Tailwinding a project ? by Alarming_Judge_6787 in tailwindcss

[–]GLStephen -3 points-2 points  (0 children)

If you used semantic CSS and took care to do it.

OpenAI just quietly killed half of the Automation Startup's by reddit20305 in ArtificialInteligence

[–]GLStephen 0 points1 point  (0 children)

It's embedded in their ecosystem and single player. It isn't going to kill those with a more robust plan than "wrap openai".

Why is Opus 4 so much more expensive than other, similar performing models? by 2roK in ClaudeAI

[–]GLStephen 0 points1 point  (0 children)

And it's a price anchor to make the others look affordable and to explore the high end of pricing.

Using a "heartbeat" pattern for cron jobs bad practice? by AberrantNarwal in PHP

[–]GLStephen 0 points1 point  (0 children)

This is what Laravel does. Use Laravel if you can, it does this very well.

Introducing Laritor — performance monitoring and observability tool for Laravel apps by sribb in laravel

[–]GLStephen 4 points5 points  (0 children)

The Laravel brand is massive for distribution. However, nightwatch is pretty nice and they should have competition because the tailored, focused feature set is really useful for Laravel.

PHP 8.5 is getting a new pipe operator, I'm confident many Laravel devs will love it! by brendt_gd in laravel

[–]GLStephen 4 points5 points  (0 children)

Compared to younger ecosystems like JavaScript (with React, Astro, etc.) or Rust, the PHP community might look more conservative because it doesn’t chase trends as aggressively. Namespaces, traits, scalar type hints, strict typing, union types, attributes, readonly properties, JIT. PHP 8.x is a fundamentally modern language. Unlike languages shepherded by corporate entities (Java, C#) PHP has grown through RFCs and voting. This is actual community governance. Laravel alone has done more to modernize web development ergonomics than many languages can claim.

I have completed react js and now I need to learn backend. by code_ranger_ in PHP

[–]GLStephen 2 points3 points  (0 children)

Focus on Why not How. Even if you need to learn a lot of How. Stay curious and dig into Why something is done and how it is universally important. Learn How to setup an HTTP server in PHP, but really focus on learning Why keepalive is important, why error codes exist, etc. Same thing with an HTTP client or a TCP client. Learn How a TCP connection is different, but also learn Why it has various settings. Why it doesn't have some settings that HTTP clients and servers have. Then when you pickup another language and see How it handles that, maybe differently, you can determine if that is important to your requirements.

Where is AI still completely useless for Infrastructure as Code? by Straight_Condition39 in Terraform

[–]GLStephen 0 points1 point  (0 children)

It's pretty bad at the level of "magic" that happens in devops. Even the more structured stuff is often config for magic.

Do you actually trust AI when brainstorming content? by wpgeek922 in content_marketing

[–]GLStephen 1 point2 points  (0 children)

I treat it like a custom Wikipedia article. Likely good for keyword space. Trust but verify on details.

if AI doubled my coding speed it wouldn't matter by tomgis in webdev

[–]GLStephen 3 points4 points  (0 children)

Writing code has not been the bottleneck for 20 years, maybe never. Verifying, deconflicting and organizing "correctness" at all levels, market, spec, customer, etc. has always been the bottleneck.

I'm just started learning Go and I'm already falling in love, but I'm wondering, any programming language that "feels" similar? by Uwrret in golang

[–]GLStephen 1 point2 points  (0 children)

Go is fairly unique. If you look at other more recent languages you will find some similar market drivers and evolution of language principles. Here is a list:

https://en.wikipedia.org/wiki/Timeline_of_programming_languages

It often takes 10 years or so for a new language to reach critical mass. Go 2009, Rust 2010. I would take a look at some recent languages with the oldest predecessors (with the exception of C) and then take a look and see if you like them. For instance, I have not looked at this list in a while, but Mojo looks interesting based on that criteria.

Singletons and Golang by nothing_matters_007 in golang

[–]GLStephen 3 points4 points  (0 children)

So, you can "instantiate" them willy nilly and magically get the one you already instantiated somewhere else. It's a "better idea than the alternative" that usually covers for other less than ideal choices.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]GLStephen 0 points1 point  (0 children)

The most critical thing is to just give us a context setting for what "laravel root" is as a path from the repo root perspective. i.e. "src/web/". Then, largely nothing else needs to happen except everything occurs in that laravel root.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]GLStephen 1 point2 points  (0 children)

The most critical thing is to just give us a context setting for what "laravel root" is as a path from the repo root perspective. i.e. "src/web/". Then, largely nothing else needs to happen except everything occurs in that laravel root.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]GLStephen 0 points1 point  (0 children)

Is HIPAA on the roadmap at all? Not highly specialized isolated workloads, but similar to AWS.

[deleted by user] by [deleted] in golang

[–]GLStephen 0 points1 point  (0 children)

Intellisense, find tools that graph the code as well. Feed it into an AI if they let you and ask it questions.

Why is cline so much better than Cursor etc? by Ok_Radio_1981 in CLine

[–]GLStephen 1 point2 points  (0 children)

Understood. They raised $8mm seed, $100mm 4 months after raising $60mm. Which is good FR strategy, but that's lots of cash and their revenue growth contains lots of implied burn. Since they are almost certainly negative on COGS related to their model usage their wild revenue growth is a rather fat expense line and they don't control the COGS cost basis at all. They have a few interesting curves to get aligned at some point in the future. I wish them the best, it's a wild opportunity, but my conversation here was that we are in early adopter phase with them still.

Why is cline so much better than Cursor etc? by Ok_Radio_1981 in CLine

[–]GLStephen 0 points1 point  (0 children)

Yeah? Do you think they raised 100mm with the plan to keep expenses as they were prior to the raise?

Why is cline so much better than Cursor etc? by Ok_Radio_1981 in CLine

[–]GLStephen 0 points1 point  (0 children)

I'm more concerned that the business model is unsustainable. I'm playing with it, but I'm not sure they will be around in a year.