Viewing profile — PetahNZ
PetahNZ
HN member- Joined
- Fri, Oct 07, 2016, 2:31 AM UTC
- HN karma
- 458
- Public activity
- 230 items
- HN profile
- View on Hacker News ↗
About PetahNZ
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48057771
[flagged]
-
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?
-
comment
Comment #47026182
We did have web browsers, I had Internet Explorer on Windows 3.1, 33mhz 8mb RAM.
-
comment
Comment #46700979
It does support SVG, --format=svg
-
comment
Comment #45624280
jQuery UI?
-
comment
Comment #45409717
If I wanted to sort by date taken I would do just that using the EXIF data on them.
-
comment
Comment #45079157
This is one of the best things about PHP IMO. It makes it very easy to scale out.
-
comment
Comment #44668376
Why wouldn't I? It takes a few seconds and my thermometer just sits on fridge.
-
comment
Comment #44149973
Reminds me of Oboe.js https://oboejs.com/
-
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…
-
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 …
-
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…
-
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 …
-
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.
-
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.
-
comment
Comment #41739302
Yea, I have seen a very inappropriate debug statement being left in the led to the dev being promptly fired.
-
comment
Comment #40521240
You can set PHP_CLI_SERVER_WORKERS to make it run multiple threads.
-
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.
-
comment
Comment #39560529
My server will encode 1,000,000 images itself, but each client will only decode like 10.
-
comment
Comment #39331311
Sed takes ages to remove a single line from huge files too.
-
comment
Comment #38624136
15 minutes to migrate a large DB? It takes days just to run an alter column on our DB.
-
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…
-
comment
Comment #37648026
Unless you view it on mobile...
-
comment
Comment #36143312
Not to mention most of my bash scripts are just wrappers around calling some other binary executables