brendt_gd's comments

brendt_gd | 5 years ago | on: PHP in 2021

> FYI: Not sure if the author will see this but some spelling mistakes in the article. [0] E.g. s/reslease/release/

Thanks, I saw it :)

brendt_gd | 5 years ago | on: PHP 8: Before and After

I know you're trolling, but FYI the `static` before function has nothing to do with the `static` return type. Like other programming languages the term `static` is used to denote two things.

brendt_gd | 5 years ago | on: OBS Studio 26.0

Still no support for my audio interface over USB… You can add it, but no signal comes true. I know about virtual audio routing, but I'm so sad this bug hasn't been fixed after years…

brendt_gd | 5 years ago | on: Which colour scheme is better?

> solely on the The Pulfrich effect

Did you read the whole post? There's

- The Pulfrich effect

- The way human eyes are built

- The case of astigmatism

- Studies targeted towards computer screen use

brendt_gd | 5 years ago | on: Don't Get Stuck

> 'What am I becoming?' rather than 'What am I getting?'

That's a great insight. Thanks for sharing!

Hope you're in a better place now!

brendt_gd | 5 years ago | on: Don't Get Stuck

Is it really a question of whose responsibility it is though? If you're feeling stuck, it's your right to find ways getting unstuck. If that means changing jobs, who can blame you?

Unless you're a manager at your company it's not your responsibility to fix it.

brendt_gd | 5 years ago | on: Don't Get Stuck

There definitely are stages before being stuck. I worked for three and a half years in that company, and only felt stuck for the last year.

I went to all three stages you describe, feels very familiar.

brendt_gd | 5 years ago | on: Don't Get Stuck

I feel like company's like that are shooting themselves in the foot: the delivered product is of lesser quality, developers aren't happy and quit sooner or later.

Looking at it from a manager's perspective, I think you'd want to do everything in your power to prevent such situations. Feels like there's a general lack of future perspective in many companies.

brendt_gd | 5 years ago | on: PHP 8 JIT performance in real-life web apps

Some background information about the JIT in PHP: it was clear from the start that it wouldn't affect classic web applications all that much, since there's not a lot of "hot code" to be found over there, especially since by default PHP doesn't use any long running processes to handle requests.

There are some benchmarks out there that claim the JIT has an immense impact on PHP performance, but these only measure specific code samples in isolation. The JIT _can_ open doors for PHP to venture into new areas of programming, but we shouldn't expect it to significantly impact our day-to-day web programming.

brendt_gd | 5 years ago | on: PHP 8 in 8 code blocks

It makes diffs easier to read, and ensures you never forget to add one of you'd add a new line to the parameter list.

brendt_gd | 6 years ago | on: Combining event sourcing and stateful systems

Everything starts with trust, of course. We've proven ourselves in several large projects and within our open source community before. The client knows that.

There's never any estimate of "so much hours will be spent in total on this research", we just honestly communicate with the client along the way, and they give us their trust.

Whether we can keep that trust is up to us.

page 1