General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Fireship
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "PHP will make you poor? StackOverflow 2023 Results" video.
MATLAB was originally designed for matrix manipulations. For that, it seems to be fine. However, I once had to use its GUI functions, to build a real-time display and processor for multichannel EEG data. Let’s just say, if it’s a choice between that and being covered in honey and tied down in the hot sun next to an anthill ... maybe the ants aren’t so bad ...
6
If you’re a PHP expert, can you explain what’s going on here: $array1 = [1, 2]; $array2 = [1, 2]; $x = &$array2[1]; $array1a = $array1; $array2a = $array2; $array1a[0] = $array2a[0] = 23; $array1a[1] = $array2a[1] = 22; echo "\$array1 = " . print_r($array1, true) . ", \$array2 = " . print_r($array2, true) . "\n"; Do the two arrays print out the same? Why/why not?
5
@pabloripoll Server side needs async and also things like WebSockets now. Which PHP can’t quite manage.
4
And all built on a much nicer core language!
4
I think PHP is the ur-example of a language designed by people who have no degrees, only “experience and a solid portfolio”.
3
@CdrRogue Yeah! Some features which were originally deprecated are no longer deprecated! Can any other language claim that kind of progress?
3
I’m not so sure. That AI only exists because of training sets. What happens when there are no more training sets?
3
Does PHP/Laravel do async yet? How do you handle WebSockets?
2
I know a couple from Mumbai who reckon that’s quite a nice city. Nicer than Delhi, anyway.
2
“My machine is supposed to be fast. Why is my code so slow?” “Do you understand the locality principle?”
1
@pabloripoll Do PHP programmers use references in any “real project scenario”, then?
1
@sudeshryan8707 Hint: try the code and see what it actually prints.
1
Even with higher taxes, socialist-style (i.e. Government-provided) healthcare still only has about half the cost per capita of US-style medical insurance.
1
@MK-bs3dq is Swoole compatible with Laravel?
1
Python has ASGI for Web development. PHP doesn’t seem to have any equivalent.
1
Microsoft itself won’t use it for anything important. For example, VS Code is built on Electron with TypeScript/JavaScript.
1
In my first job outside of University, everybody had a degree, but mine was the only one in Comp Sci.
1
0:49 What’s the most obscure language on that diagram that you know something about? In my case, it’s probably Algol 68.
1
If Jesus is God, and Jesus is the son of God, does that mean that Jesus is his own grandpa?
1
Even Microsoft won’t use Dotnet for anything important ...
1
SQL is de rigueur for interfacing to just about any RDBMS. Even the non-relational ( née “NoSQL”) DBMSes are now adopting some form of SQL as their query language.
1
Other countries also have the number-one cause of death of their children be by gunshot wounds, right? ... Right?
1
“self-thought” ... I guess studying psychology does that to you ...
1
Think about what “sunk-cost fallacy” means ...
1
Cold Fusion, WebObjects, Java applets ... how many more names can I drop to confirm I was alive before this century?
1
Sure they do ...∗clik∗ ... sure they do ... ∗clik∗ ... sure they do ...
1