Viewing profile — zwetan
zwetan
HN member- Joined
- Mon, Apr 12, 2010, 3:40 AM UTC
- HN karma
- 322
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About zwetan
No profile information was provided.
Recent public activity
-
comment
Comment #24686157
see https://github.com/FastCGI-Archives where you will be able to find FastCGI Developer's Kit sources and documentations
-
comment
Comment #23437131
see here: https://pubs.opengroup.org/onlinepubs/9699919799/functions/e... plenty of basic examples with execv, execve, execvp, etc. if the execv() call succeed then it completely r…
-
comment
Comment #23398608
what if you need to distribute a .deb containing binaries that target other operating system ? example: I got a tool that allow from any Windows/macOS/Linux to package a runtime+sc…
-
comment
Comment #23375722
moving from CGi to FastCGI is pretty easy
-
comment
Comment #23362318
You can find a copy of the PDF here https://discuss.as3lang.org/t/javascript-the-first-20-years/...
-
comment
Comment #23362240
In Java you would use packages to group together class definitions same as with C++, C# where you would use namespaces to do that aka define the scope of classes in AS3, the packag…
-
comment
Comment #23360073
> The closest thing we had for ES4, was probably Flash Actionscript 3. No. Flash = a browser plugin ActionScript 3 = a programming language ActionScript 3 can run in other runtimes…
-
comment
Comment #23360023
And yet a good part of ES4 been realistically implemented in ActionScript 3 and used by many developers for over a decade. And those namespaces in AS3 (much simpler than in ES4) I …
-
comment
Comment #23340210
no, I'm talking about this [0] does support for socket(udp and tcp)? [1] encountered with problem when Porting UDP socket communication c code using emscripten one example among ot…
-
comment
Comment #23335706
WebAssembly not gonna give you access to syscall that are simply not there in the Web API
-
comment
Comment #23265865
well that very same attack vector aka "visiting a web site" is what everyone had against Flash how convenient to consider that "pretty slim" now
-
comment
Comment #22887290
cross-platform but not Windows anyone checked desktop OS market share [0] recently ? Windows is 77.1% [0]: https://gs.statcounter.com/os-market-share/desktop/worldwide
-
comment
Comment #22839790
Yep, I use Google Analytics server-side you can track using the measurement protocol few years ago I did a prototype test with PHP, example here https://pastebin.com/PQCRcJXq with …
-
comment
Comment #22636207
Does it support Flash ?
-
comment
Comment #22496220
ahhh missing a great effect https://github.com/bartobri/no-more-secrets
-
comment
Comment #21841526
it is a two way street I can imagine some candidates reusing half of those arguments ("Too Much Data", "Stalling For Time", etc.) to ghost recruiters and not answering to offers so…
-
comment
Comment #21760327
Out of curiosity, did you or other owners considered publishing the app as desktop app ? with Adobe AIR for ex
-
comment
Comment #21658468
one word: security
-
comment
Comment #21373192
yep really I know it, few other dev know it too, and the rest well... they will keep spewing stupid stuff about how flash is dead and ignore that wonderful tech their loss
-
comment
Comment #21368603
ActionScript 3.0 with the Adobe AIR runtime you will be able to publish to iOS, Android, Windows and macOS, see "Adobe AIR" [0] ActionScript is something similar to TypeScript you …
-
comment
Comment #21177684
but if you "cut them a little slack" then there is only overflow left that's why it explodes
-
comment
Comment #20737067
good case for replace switch with polymorphism
-
comment
Comment #20702767
/your/you're/ and I think you meant masochist
-
comment
Comment #20702753
Indeed ActionScript is a pretty decent language to work with imagine if you could write command-line tools and server-side apps with it, that would be the dream
-
comment
Comment #20701284
Apache Royale is not the same thing it allows to compile ActionScript to JavaScript and so publish for the web Adobe AIR is a compiler and a runtime for iOS it compile AOT, for oth…