Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zmxz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
zmxz
1y ago
European here. You're spot on with your question. Europe is an extremely hostile place to start a business compared to USA. USA embraced capitalism and is geared towards proving concepts FAST and enabling networking. I love that about
2.
▲
by
zmxz
2y ago
Looks like Elon was too busy farming in Path of Exile and now Tesla's customers have to wait until he asserts he's the god's gift to gaming first.
3.
▲
by
zmxz
2y ago
It's obvious you have no idea what ZTS build of PHP does and you're just spewing nonsense at this point. Creating a few thousand "new object" takes less than 5 msec. Test it. I have. FrankenPHP uses a Go-based balancer t
4.
▲
by
zmxz
2y ago
It doesn't even depend. The underlying engine that executes opcodes is the same. Minimal speedup from not having to execute several "new objectname" commands isn't even a drop in the sea when it comes to what servers do.
5.
▲
by
zmxz
2y ago
There are claims this is faster. It's not. I used it, together with other "alternative" runtimes which are just PHP command line interface long running scripts with some sort of task distribution balancer in front. Just like
6.
▲
by
zmxz
2y ago
Function has 3 arguments. It's documented. Use cases are documented. You are trained. You ask for.. even more protection? From what? There's a limit to laziness, it takes more time to do this word-warrioring on HN than to learn ho
7.
▲
by
zmxz
2y ago
Check this - if it's something important.. don't forget it and implement something called "function" that would pass the third parameter by default? Anyone who is not capable of taking care of what you called footgun in
8.
▲
by
zmxz
2y ago
No, it's not a function that causes it. It's the dev who is sloppy and causes issues. Would you blame the scalpel or brain surgeon for mishap while cutting important bits in the brain? What kind of logic is this, to blame the tool
9.
▲
by
zmxz
2y ago
So not knowing how to use a function in programming language is equivalent to a car exploding? Man, your logic is broken in ways that actually hurt.
10.
▲
by
zmxz
2y ago
The problem is that you're trying to use PHP as if it's a different language. If I have to deal with files, I'll create a class and I'll combine functions file_exists, is_file, is_writable, file_get_contents, file_put_co
11.
▲
by
zmxz
2y ago
But I didn't forget the third strict parameter, because I'm diligent in reading documentation and at my job. Was that everything? You basically state there's a problem because you didn't use the function correctly and la
12.
▲
by
zmxz
2y ago
> "there is no way I can get an error code from fopen()", You can, it's via `error_get_last()`. We've had that for 17 years..
13.
▲
by
zmxz
2y ago
Can you share precisely what "mishmash with a bunch of hidden landmines" is? It's hard to trust a stranger from internet claiming something, but we are in IT so it should be relatively trivial to prove your claims, right?
14.
▲
by
zmxz
3y ago
Exciting news! Glad to find out Serbia was the pioneer and helped create Apple!
15.
▲
by
zmxz
3y ago
I'm one of those who used Internet Explorer 5.0 and was there to complain about Internet Explorer in general. I'm not sure why you are amazed with Chrome transition, but let me give insights from experience. We had Firefox 0.3 whi
16.
▲
by
zmxz
3y ago
> This protocol seems to also depend on JS It doesn't mention any dependency on JS, there's pseudocode in Python to demonstrate generating/using the token. > but some web apps use JS and sessionStorage on browser to sto
17.
▲
by
zmxz
3y ago
> then it's gonna leave a bad impression My company's frontend team (comprised mostly of people who believe anything written) jumped the wagon on Bun. After a few days of working with it, it turned out that Bun isn't reall
18.
▲
by
zmxz
3y ago
> So are you saying that you didn't see a salary difference between PHP roles and C# or Java roles? No. What I said was that language was not as relevant as the complete engineering ability that makes someone a valuable (financially
19.
▲
by
zmxz
3y ago
So it wasn't the language, it was you? But it was the language?
20.
▲
by
zmxz
3y ago
I was job hunting this year, I'm a long-time PHP developer (since '99). It wasn't the language, it's everything around it. It's knowing frontend and how it works, it's knowing about cloud/operating systems
21.
▲
by
zmxz
3y ago
> Because the whole point of client, side rendering is to not have session management on the server side so that it uses less bandwidth on the server provider No, the whole point of client-side rendering is to apply parasitic computing a
22.
▲
by
zmxz
3y ago
Why would the elements HAVE to be loaded for different roles? You're talking as if every single client-side app approaches authorization and authentication the same way and that's just not true. There's no attack surface here
23.
▲
by
zmxz
3y ago
SSR has nothing to do with roles being sent and what a user can see. It's as related as Jupiter is to a brick.
24.
▲
by
zmxz
3y ago
In limited topics I took part on SO, what frustrated me the most were the "users". I deliberately put word users in quotes because I worked as a consultant and often saw guides on how to ask questions on SO (i.e. use an account wi
25.
▲
by
zmxz
3y ago
Why would you imply I tried to say anything against frameworks in general? My comment was specifically about Laravel because it was singled out as a great framework. To indulge you, about good frameworks: Symfony, Aphiria. Aphiria in part
26.
▲
by
zmxz
3y ago
Laravel is prime example of a bad framework trying to reinvent the language, educating young developers to use it and its ecosystem and to never get out of the stranglehold. I'm not sure what made you think it's an "appropria
27.
▲
by
zmxz
3y ago
> Forming an understanding of the basic concepts rarely happens in 10 minutes It happens when you're working and have sufficient experience, knowledge and practice when it comes to web, programming and HTTP. It's impractical, i
28.
▲
by
zmxz
3y ago
You need 10 minutes of focused reading to understand what the purpose of the protocol is and you don't need all of the OAuth RFCs to implement the bare-minimum nor do you have to support all the grants available. Most people I worked w
29.
▲
by
zmxz
3y ago
Correct me if I'm wrong, but what you're implying here is that PKCE and URI allowlist are the same feature because if you specify URI allowlist while initializing the flow - it somehow helps public clients to prove they're th
30.
▲
by
zmxz
3y ago
It doesn't suck, it's literally bare-minimum what you need in order to securely retrieve the token. It's by far not THE worst, you're spouting total nonsense. What's THE worst is lack of attention, and one needs qui
More ›