HN user

seraum

89 karma
Posts40
Comments14
View on HN
atac.seraum.com 1y ago

Show HN: ATAC, an event verification platform evidence based

seraum
8pts1
store.steampowered.com 3y ago

Play Elon “To the Moon” Musk vs. Mark “Reptilian” Zuckerberg on Diktapunk

seraum
6pts1
ssl3.io 3y ago

Show HN: Self host your content with IPFS and serve it with SSL3.IO gateway

seraum
4pts1
github.com 5y ago

Easily switch from JavaScript to C++ with the NectarCPP lib/runtime

seraum
1pts0
news.ycombinator.com 5y ago

Train a 4096x4096 Neural Network with NectarJS, something you can't with Node.js

seraum
6pts0
nectarjs.com 5y ago

Compiling a JavaScript Neural Network in less than 500kb with NectarJS

seraum
2pts0
github.com 6y ago

Compile JavaScript for Windows,Mac,Linux,iOS,Android,Raspberry,Arduino,STM32

seraum
3pts0
github.com 6y ago

Show HN: Compiling JavaScript in Native APK with NectarJS and Android NDK

seraum
2pts0
opencollective.com 6y ago

Native JavaScript Compiler NectarJS on OpenCollective: No VM, No Bytecode, No GC

seraum
3pts0
nectarjs.com 6y ago

Show HN: NectarJS 0.4 adds memory mgmt and ffi for native JavaScript compilation

seraum
3pts1
nectarjs.com 6y ago

NectarJS v0.2.3:Adding QuickJS as a back end and GCC for JavaScript compilation

seraum
3pts0
licensify.io 7y ago

Feedback on a service to help Developers monetize their work

seraum
5pts3
codeburst.io 8y ago

Launching a JavaScript compiler: how to deal with strong expectations about NectarJS

seraum
1pts0
codeburst.io 8y ago

NectarJS: Compiling JavaScript into Native Binaries for Every Platform

seraum
8pts0
blog.seraum.com 8y ago

Include C librairies in JavaScript compiled with NectarJS

seraum
7pts0
nectar-lang.com 8y ago

Get a free key for the first JavaScript compiler: NectarJS

seraum
4pts0
hackmyfortress.com 8y ago

Hackmyfortress Challenge v4.0 – Atomic War

seraum
3pts0
survey.zohopublic.eu 8y ago

NectarJS – 1 minute survey for the First JavaScript cross-platform compiler

seraum
3pts0
blog.seraum.com 9y ago

Grab your NectarJS one week free unlimited key and test this JavaScript compiler

seraum
5pts0
nectarjs.com 9y ago

Grab your free unlimited one week key for testing JavaScript compilation

seraum
4pts0
www.kickstarter.com 9y ago

Make JavaScript Universal by Compiling It: WASM, Arduino, Raspberry, Smartphone

seraum
12pts5
blog.seraum.com 9y ago

Compiling an Arduino firmware written in JavaScript from your Raspberry pi 3

seraum
8pts0
blog.seraum.com 9y ago

Compiling JavaScript to WebAssembly (WASM) or ASM.JS with NectarJS

seraum
5pts0
blog.seraum.com 9y ago

Compiled JavaScript with NectarJS can be faster than Node.js and C

seraum
36pts27
blog.seraum.com 9y ago

Compiled JavaScript can be faster than Node.js and C

seraum
7pts0
blog.seraum.com 9y ago

Compiling JavaScript to WASM or ASM.JS with NectarJS and Running It with Node.js

seraum
10pts6
blog.seraum.com 9y ago

Compiling an Arduino Firmware in JavaScript from Your RaspberryPI3 with NectarJS

seraum
5pts0
blog.seraum.com 9y ago

Compiling an Arduino firmware written in JavaScript from your Android or Apple phone

seraum
3pts2
blog.seraum.com 9y ago

NectarJS vs. Node.js Fibonacci Benchmark on Raspberry PI 3

seraum
3pts0
nectar-lang.com 9y ago

Compile JavaScript to WebAssembly, asm.js, exe, elf and more

seraum
4pts0

Hi,

as explained with another dev, "gcc -O7" its because I previously been trolled with "gcc -O3" vs others optimizations, so, as -O7 == -O3, I don't care

There is no alpha yet, but there was a closed tests session with a few people. It's explained on the KS campaign

As explained, we are finishing objects and ES5 standard, so your code doesn't compile, but this one does :

var hello = {foo: "Hello, world!"}; console.log(hello.foo);

If NetcarJS was finished, we wouldn't have to launch a KS campaign