Viewing profile — jakubmisek
jakubmisek
HN member- Joined
- Wed, Mar 16, 2016, 10:37 PM UTC
- HN karma
- 18
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About jakubmisek
No profile information was provided.
Recent public activity
-
comment
Comment #47138775
The end of 2025 and the beginning of 2026 brought another substantial update to the PHP extension for Visual Studio Code by DEVSENSE. This release focuses on deeper code understand…
- story
-
comment
Comment #38233788
We already had a huge C# console project originaly developed for windows/.net framework 4.5 .. .net on Linux was a zero cost transition, giving us a whole new platform, a whole new…
-
comment
Comment #34642137
Solve the logic snake game! Find a way, eat the coins, and reach the exit... Can you make it in as few moves as possible?
- story
- story
-
comment
Comment #33132485
need to come with more exciting title next time!
- story
-
comment
Comment #14880913
And one of the features caused memory leaking in PHP for a decade. .NET has real garbage collection, we can take advantage of it.
-
comment
Comment #14880559
For example one CLR limitation - `yield` cannot be in a catch block. Two workarounds - compiler can generate a crazy state machine or user can just move the PHP yield outside the c…
-
comment
Comment #14880494
You're right, 7.0 for example deprecates/removes some dirty practices that are hard to implement in .NET
-
comment
Comment #14880468
Good point. In case of Peachpie microbenchmarks - that time it was the only pieces code that could be compiled ... We'll try to update benchmarks for more complex solutions.
-
comment
Comment #14874661
Disclaimer - Peachpie dev. Some of the weird PHP constructs will never work - by purpose. In such case it will be reported in compile-time or at least in run-time. However, there i…
-
comment
Comment #13757503
Interesting question. Beside that ASP.NET limits request size, Peachpie uses .NET hash function that differs from that used in PHP. Am I close ?
-
comment
Comment #13754277
there are links to MS blogs and livecasts http://www.peachpie.io/resources and of course youtube channel https://www.youtube.com/channel/UC5Hh61n9HFyqYbU4iFkqy4A
-
comment
Comment #13753919
Just noticed a similar comment below - the openssl library which PHP is strugling with with every update. Peachpie uses the one in OS through the .NET being updated e.g. by Windows…
-
comment
Comment #13753879
j-php - but they don't try to be able to run existing apps
-
comment
Comment #13753861
True, I've been noted, for example, about issues with openssl library, which is updated with every update of PHP ... while Peachpie uses the one provided within .NET which might be…
-
comment
Comment #13753849
Currently there are few microbenchmarks on http://www.peachpie.io/benchmarks Expecting to be updated soon
-
comment
Comment #11389050
Maybe?
-
comment
Comment #11381852
Exactly!
-
comment
Comment #11381561
Imagine deriving a C# class in PHP and then deriving it back in C# and then using it in PHP!
-
comment
Comment #11381180
Thats progress!