TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Traditional C "Hello World" working in NaCl

59 pointsby ginsweaterabout 13 years ago

5 comments

calpatersonabout 13 years ago
As a side note, why is it that I have to sign in to Google in order to be able to see this? Is registration /really/ necessary for Google Groups?
评论 #3934915 未加载
评论 #3935106 未加载
评论 #3934908 未加载
评论 #3934941 未加载
raverbashingabout 13 years ago
Can someone please explain to me why running native code coming from a web site is a good idea?<p>Because I see this as "Google's ActiveX"
评论 #3935052 未加载
评论 #3935027 未加载
toemetochabout 13 years ago
I'm a fan of fast native code, but I worry that this promotes sneaky code in the background once it gets widely adopted.<p>With javascript we basically have open-source web apps. I often skim through js source to learn new tricks - and obfuscation doesn't really stop me (apart from google's java-translated js) . With compiled NaCl I probably wouldn't be able to find out a lot.<p>I'm not talking about "stealing user data" when I say sneaky code. No, with compiled native code a whole new game is started: computational-intensive code. It wouldn't be that difficult to include code that gets a job to work on for a few minutes: breaking captchas, brute-forcing passwords, anything that shift computational effort from a server to a client.
评论 #3936053 未加载
arkitaipabout 13 years ago
I wonder when we will see the first obfuscated C for NaCI code contest.
评论 #3935652 未加载
rollypollyabout 13 years ago
I wonder how it handles a bogus printf format string.
评论 #3934865 未加载