Live data from Hacker News

Viewing profile — jakubmisek

jakubmisek

HN member
Joined
Wed, Mar 16, 2016, 10:37 PM UTC
HN karma
18
Public activity
23 items

About jakubmisek

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. 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…

  4. 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?

  5. story
  6. story
  7. comment
    Comment #33132485

    need to come with more exciting title next time!

  8. story
  9. 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.

  10. 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…

  11. comment
    Comment #14880494

    You're right, 7.0 for example deprecates/removes some dirty practices that are hard to implement in .NET

  12. 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.

  13. 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…

  14. 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 ?

  15. 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

  16. 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…

  17. comment
    Comment #13753879

    j-php - but they don't try to be able to run existing apps

  18. 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…

  19. comment
    Comment #13753849

    Currently there are few microbenchmarks on http://www.peachpie.io/benchmarks Expecting to be updated soon

  20. comment
  21. comment
  22. comment
    Comment #11381561

    Imagine deriving a C# class in PHP and then deriving it back in C# and then using it in PHP!

  23. comment
    Comment #11381180

    Thats progress!