back
user profile

AntiRush

1,538karma·202submissions·September 8, 2010
about
t@fairfieldt.com
recent activity (202 total)
comment
It already is. From the parent link: https://github.com/microsoft/pxt/
7y ago·view thread
comment
Maloader[0] is a similar (smaller, easier to understand) project that runs in userland. It's a nice code base to read and there's this nice presentation about it[1]. [0] https://…
7y ago·view thread
comment
Valve recently announced partner access to their network backbone which addresses a lot of the problems mentioned here: * Access to our network, giving your players protection from attack, 100% …
7y ago·view thread
comment
There's also sprocketnes, which was originally written ~6 years ago by pcwalton, who works on rust/servo at Mozilla. It's been kept up to date and it's interesting to see how the p…
7y ago·view thread
comment
Hawaiian Punch was an ice cream syrup originally, not a cocktail mix. https://www.drpeppersnapplegroup.com/brands/hawaiian-punch …
7y ago·view thread
comment
I searched for the title of the forum thread and found the post.
7y ago·view thread
comment
Yeah, in this case it was "Almighty".
7y ago·view thread
comment
I've found that most scripts can/should belong to a specific project. We've started adopting the `s/` method described here by Chad Austin: https://chadaustin.me/20…
8y ago·view thread
comment
Yeah, it's pretty common on these platforms since it's a way to run code on an otherwise locked down device. A lot of console (and iphone) exploits tend to share similar webkit exploit code.…
8y ago·view thread
comment
It's a double free in bpf. Here's some slides from the author (from last week) with a more in depth explanation: http://crack.bargains/02r0.pdf …
8y ago·view thread
comment
There's a pretty full functioning project from several years ago (seems actively maintained) that has similar goals here: https://github.com/creationix/js-git I think it was…
8y ago·view thread
comment
I always thought ZeroVM was a cool idea in this space. The NaCL runtime makes a lot of sense as a base for servers that can take advantage of existing libraries. http://www.zerovm.org …
8y ago·view thread
comment
I'm not sure if this gets revealed if you play long enough (I obviously did not). But it is curious that there's some sort of battle simulation running (and being rendered to an invisible ca…
8y ago·view thread
comment
There are at least a couple of other examples of similar projects: NES -> native executables: http://andrewkelley.me/post/jamulator.html x86/Windows starcraft -> arm&#…
8y ago·view thread
comment
Blackstorm | Engineer | SALARY: $140k - $220k | San Francisco Bay area (SF) | Tokyo, Japan | VISA REMOTE Blackstorm is building the world's most advanced javascript game engine, among other cool…
9y ago·view thread
comment
http://http.rip is another site with this purpose. Pretty easy to remember too.
9y ago·view thread
comment
Blackstorm | $140k - $200k | San Francisco Bay area (SF, Mountain View) | Tokyo, Japan | REMOTE OK | VISA OK Blackstorm is building the world's most advanced javascript game engine, among other c…
10y ago·view thread
comment
http://http.rip will always be http only; it's the domain I use for this purpose.
10y ago·view thread
comment
There are multiple cases in the United States regarding game hacks. Some of the more famous involve Blizzard, with the biggest example being a suit against the creators of WowGlider, a bot for World o…
10y ago·view thread
comment
tcg (the qemu code generator) does have an interpreter - you could probably run qemu on iOS with that - though it would obviously be a lot slower than the jit.
10y ago·view thread
comment
http://opengameart.org/ has music and sound effect sections, too. They are under a variety of Creative Commons licenses, for the most part.…
10y ago·view thread
comment
I think "secret" is a misnomer here. The process results in a client ID and, in some cases, a client secret, which you embed in the source code of your application. (In this context, the cl…
10y ago·view thread
comment
They actually just started it a few months ago: http://www.riotgames.com/articles/20150817/1697/our-engineer... …
11y ago·view thread
comment
I'm trying to figure out if the version of WeChat I have installed is compromised. I haven't been able to find any specifics about versions of any of the apps. Does anyone have more info?
11y ago·view thread
comment
The compiler api has gotten a lot better: https://github.com/Microsoft/TypeScript/wiki/Using-the-Compi... If you just want string->string compilation, there's t…
11y ago·view thread
comment
There's always the option to run OpenBSD :P http://www.jagshouse.com/openbsd68k.html
11y ago·view thread
comment
There are annual tours of the unfinished tunnels. You used to be able to get in, but 5 or 10 years ago a more substantial barricade was put in place. Also of interest, the current (and long beleaguer…
11y ago·view thread
comment
I've always been interested in this sort of thing - with webassembly standardizing, they may become realistically usable soon, too. Another implementation from a few years ago: https://…
11y ago·view thread
comment
Cool! Hashtables make for a fun project, to be sure. Also worth checking out is uthash[1], which has been around for ever. It's a single header file include, full featured, and pretty bulletpro…
11y ago·view thread