Live data from Hacker News

Viewing profile — PetahNZ

PetahNZ

HN member
Joined
Fri, Oct 07, 2016, 2:31 AM UTC
HN karma
458
Public activity
230 items

About PetahNZ

No profile information was provided.

Recent public activity

  1. comment
    Comment #49180762

    Its more targeted? Sure I can allow an LLM to access CLI, but then it will try to pipe to other command, write scripts etc. MCP is simply request/response. Its not really that tech…

  2. comment
    Comment #48057771

    [flagged]

  3. comment
    Comment #47539877

    If the original released a bunch more features that you wanted why wouldn't you just redo the conversion against the latest version?

  4. comment
    Comment #47026182

    We did have web browsers, I had Internet Explorer on Windows 3.1, 33mhz 8mb RAM.

  5. comment
    Comment #46700979

    It does support SVG, --format=svg

  6. comment
    Comment #45624280

    jQuery UI?

  7. comment
    Comment #45409717

    If I wanted to sort by date taken I would do just that using the EXIF data on them.

  8. comment
    Comment #45079157

    This is one of the best things about PHP IMO. It makes it very easy to scale out.

  9. comment
    Comment #44668376

    Why wouldn't I? It takes a few seconds and my thermometer just sits on fridge.

  10. comment
    Comment #44149973

    Reminds me of Oboe.js https://oboejs.com/

  11. comment
    Comment #44027771

    I think this misses one of the main selling points of PHP, the shared nothing, single thread, fire and forget methodology that I can throw behind a load balancer and spin up 100 se…

  12. comment
    Comment #43931278

    And the waiting is somewhat frustrating, what am I supposed to do while I wait? I could just sit and watch, or context switch to another task then forget the details on what I was …

  13. comment
    Comment #43866466

    Yea seems the rate limit should be stricter, I made a quick script to do 1 move (capture) every 150ms, doesn't seem to get throttled. I like how generals.io did it where they expli…

  14. comment
    Comment #43431652

    It would be nice if I could tell it what page to look at (maybe you can, I am not sure). Often if I am getting an LLM to write some code that I can see is obviously wrong, I would …

  15. comment
    Comment #41739462

    Have you never worked for anyone before? The software I make is always expected to do more than what the requirements stated.

  16. comment
    Comment #41739332

    I made a website for a goat breading society. It played screaming goat sounds if you typed the Konami code. I was sad the day that site was replaced.

  17. comment
    Comment #41739302

    Yea, I have seen a very inappropriate debug statement being left in the led to the dev being promptly fired.

  18. comment
    Comment #40521240

    You can set PHP_CLI_SERVER_WORKERS to make it run multiple threads.

  19. comment
    Comment #40351813

    It doesn't even really need to be rendered by a backend. An SPA with pushState and it could literally be just a single file.

  20. comment
    Comment #39560529

    My server will encode 1,000,000 images itself, but each client will only decode like 10.

  21. comment
    Comment #39331311

    Sed takes ages to remove a single line from huge files too.

  22. comment
    Comment #38624136

    15 minutes to migrate a large DB? It takes days just to run an alter column on our DB.

  23. comment
    Comment #37666128

    Or like not being able to delete a user without running some SQL: https://github.com/apache/superset/issues/13345 Almost instantly run into this issue setting up a test instance of…

  24. comment
    Comment #37648026

    Unless you view it on mobile...

  25. comment
    Comment #36143312

    Not to mention most of my bash scripts are just wrappers around calling some other binary executables