Viewing profile — zowanet
zowanet
HN member- Joined
- Sat, May 04, 2019, 11:56 AM UTC
- HN karma
- 39
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About zowanet
No profile information was provided.
Recent public activity
-
comment
Comment #30542848
Presumably this is meant to be a (very approximate) userland-implementation of the declined Pipe Operator RFC[0]. [0]: https://wiki.php.net/rfc/pipe-operator-v2
-
comment
Comment #30542735
Passing the first argument as part of the variadic array isn't necessary. Here's my version in only 66 bytes, what do I win? ;)
-
comment
Comment #30435680
A very enlightening read -- I certainly didn't expect the tangential connection to the separatist crisis in eastern Ukraine. More on topic; is anyone aware of any attempt to employ…
-
comment
Comment #30003114
What's your revenue like?
-
comment
Comment #29440574
> The title is very misleading [...] Seems like puff piece for now This has become typical for the BBC: Phrase a headline as a question to which the implied answer may be "Yes", bu…
-
comment
Comment #28070450
Provided your request and response payload is guaranteed to be These are AWS Lambda's hard limits, and are too low for many webhook applications.
-
comment
Comment #27475039
Note: current/later versions of Grbl are hosted under a different GitHub organization: https://github.com/gnea/grbl instead of https://github.com/grbl/grbl
-
comment
Comment #26057064
> Note carefully that the context here is size optimisation only. Indeed, and even if other benefits were once possible in the early x86 era, modern CPUs use register renaming[0] w…
-
comment
Comment #25030581
Hi W. Interesting, it seems that even after several years away from the company, I have fallen foul of the Foundry's culture of secrecy. > I had the privilege of using 4 red rocket…
- comment
- comment
-
comment
Comment #25027138
As much as I dislike many of RED's practices, I must state that this version of events is highly inaccurate. Source: I am a former Foundry employee.
-
comment
Comment #24774959
I wouldn't say it's a meme, it's just a convenient shorthand for "I'm not overly familiar with the domain, please help me understand". No need to overthink it.
-
comment
Comment #24322957
Here's a direct link to this month's messages: https://mailman.nanog.org/pipermail/nanog/2020-August/thread...
-
comment
Comment #24155038
Coerced-typed (weak) comparisons and easy accidental fallthrough are the problems commonly associated with switch statements. The new match construct fixes both of these and is als…
-
comment
Comment #23653130
JavaScript's async features are made possible because of its event loop (Node.js is essentially V8 + libuv). You can use one of many event loop implementations with PHP, including …
-
comment
Comment #23653088
This[1] works fine in every version of PHP since at least v4.3.0 (released in 2002). Do you have a concrete example of this supposed breakage? [1]: https://3v4l.org/DWDLn
-
comment
Comment #23619979
Already under discussion: https://news.ycombinator.com/item?id=23617229 https://news.ycombinator.com/item?id=23616422
-
comment
Comment #23619765
I don't like change. I don't like the circular avatars - I don't need the place I store my code to feel like a social network. But the worst change for me is that the 'Languages' s…
-
comment
Comment #23105979
Also GitHub supports .keys" rel="nofollow">https://github.com/ .keys
-
comment
Comment #22997139
LibreOffice supported Adobe Flash...?
-
comment
Comment #22864947
Beautiful.
-
comment
Comment #20566563
I don't suppose there's a torrent/magnet link? My http download is glacially slow right now...
-
comment
Comment #20420383
And BMP, TIFF, DPX, EXR etc all work really fine if you are not worried about the size. But being worried about the size is the whole point of image compression.