Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zwetan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
zwetan
6y ago
see https://github.com/FastCGI-Archives where you will be able to find FastCGI Developer's Kit sources and documentations
2.
▲
by
zwetan
6y ago
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 replaces the program running
3.
▲
by
zwetan
6y ago
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+script to any Windows/macOS/Linux the Wind
4.
▲
by
zwetan
6y ago
moving from CGi to FastCGI is pretty easy
5.
▲
by
zwetan
6y ago
You can find a copy of the PDF here https://discuss.as3lang.org/t/javascript-the-first-20-years/...
6.
▲
by
zwetan
6y ago
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 packages are used the same, group collection of definitions, not o
7.
▲
by
zwetan
6y ago
> 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 than just Flash Adobe AIR is another runtime, target des
8.
▲
by
zwetan
6y ago
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 think are quite a good idea, they allow to control what is v
9.
▲
by
zwetan
6y ago
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 other, and so you can use WebAssembly all you want you wi
10.
▲
by
zwetan
6y ago
WebAssembly not gonna give you access to syscall that are simply not there in the Web API
11.
▲
by
zwetan
6y ago
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
12.
▲
by
zwetan
6y ago
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
13.
▲
by
zwetan
6y ago
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 something like Slim PHP you can add a middl
14.
▲
by
zwetan
7y ago
Does it support Flash ?
15.
▲
by
zwetan
7y ago
ahhh missing a great effect https://github.com/bartobri/no-more-secrets
16.
▲
by
zwetan
7y ago
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 someone should definitively write a counte
17.
▲
by
zwetan
7y ago
Out of curiosity, did you or other owners considered publishing the app as desktop app ? with Adobe AIR for ex
18.
▲
by
zwetan
7y ago
one word: security
19.
▲
by
zwetan
7y ago
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
20.
▲
by
zwetan
7y ago
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 will have access to the whole Flash stack and more
21.
▲
by
zwetan
7y ago
but if you "cut them a little slack" then there is only overflow left that's why it explodes
22.
▲
by
zwetan
7y ago
good case for replace switch with polymorphism
23.
▲
by
zwetan
7y ago
/your/you're/ and I think you meant masochist
24.
▲
by
zwetan
7y ago
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
25.
▲
by
zwetan
7y ago
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 other platforms: Android, Windows, macOS, (and Linux) it compil
26.
▲
by
zwetan
7y ago
another code-sharing solution that everyone enjoy to ignore is Adobe AIR in 2013, AIR was v3.6, now in 2019, AIR is v33.0 not only you share code via ActionScript 3 (something like TypeScript just available 10+ years ago) but you can also d
27.
▲
by
zwetan
7y ago
there is also ActionScript 3 with Adobe AIR
28.
▲
by
zwetan
7y ago
it should definitively clean up the module you could make the same argument with threads main process vs child threads, you would expect atexit installed in the child thread to execute before the main process atexit installed functions
29.
▲
by
zwetan
7y ago
why the past tense? Adobe AIR does not end, HARAMN take over its development and AS3 is still a fine language, you can even use it on the command-line and server-side
30.
▲
by
zwetan
7y ago
How about PHP 6? not a fiasco?
More ›