Live data from Hacker News

A Flash Player emulator written in Rust

github.com

91–100 of 135 posts

Re: A Flash Player emulator written in Rust

#91

Earlier quoted context omitted.

Eccentric like the late https://en.wikipedia.org/wiki/TempleOS creator

Lets call a spade a spade. Its not "Eccentric", he either has serious mental health issues or is an American far right conspiracy theorist. And don't you go implying that all American far right conspiracy theorists have mental health issues, that is not proven or even logical in many ways.

[deleted]

Re: A Flash Player emulator written in Rust

#92
I read the title three times to decide it was saying it's emulating a Flash Player. Seems I was wrong, it is a Flash player, or you could say it's a Flash interpreter.

It doesn't take a specific Flash Player and run it in emulation. That seemed viable to me, the OS support needed wouldn't require any specific knowledge of Flash/ActionScript which is horizontally portable from/to non-flash things.

Re: A Flash Player emulator written in Rust

#94
post #56

Earlier quoted context omitted.

To be honest I did see some conspiracy stuff on his website, but I decided to ignore it and just focus on the beautiful Flash animations. Not sure how I feel about it.

I think it’s ok to separate the art from the artist, so to speak. The original site is indeed interesting and a nice example of Flash web design from the era, the Twitter acct doesn’t change this

I'm sorry. I looked at this website, and he explicitly blames me and my people for controlling and destroying the country (and the World Trade Center) and wants me destroyed. I can't look away from that. It's sad that that's OK on Y Combinator's Hacker News, but at least I know what I'm dealing with here.

Re: A Flash Player emulator written in Rust

#95

Earlier quoted context omitted.

When trying to recreate the site in HTML5, how did you not notice the big "SOL" button on the flash page linking to his blog about how the Jews did 9/11 and other nonsense?

Hacker News is full of people who support this sort of thing.

I can assure you that I do not support this.

Re: A Flash Player emulator written in Rust

#96

>Ruffle is in the proof-of-concept stage and can currently run early Flash animations and games. Yeah. Just like the 10,000 other Flash implementations. The problem is that SWF is very complex format and relies on proprietary codecs. Also, there are multiple runtimes to support. Like all attempts before it, simple cases will be covered but anything slightly more complicated will never work.

Given the folks sponsoring the project, I have higher hopes for this than you do.

Re: A Flash Player emulator written in Rust

#97
post #47

Earlier quoted context omitted.

I googled Peter K Joneleit after your description of him in the README and I was curious if you were just having a bit of fun or if he was involved in defining these web standards. Hooooo boy I was not prepared for his Twitter, it is wild

Wow you're not wrong about his Twitter, that was an adventure. It's so over the top I actually can't tell if it's meant to be satire.

Probably just a hacked account

Re: A Flash Player emulator written in Rust

#98
post #4

I'm excited for this; flash is still wholly unmatched as an artistic expression tool. HTML5 and WebAssembly can, obviously, provide the technical chops; but we've never recovered the experience of a novice Flash user who, with no prior domain experience, could realize an inspired prototype game or entertaining animation in less than an hour. The tool was just that accessible, and the community that good.

Having to account for responsiveness kills a lot of creativity regardless of the tools used. Amateurs also used to hand craft unique and interesting Geocities websites but responsiveness has really hampered how easy and accessible that is.

I would add that Canvas' performance profile is not the same as the Flash runtime either, you can't just layer on top of layer with Canvas and not give a F like Animate/Flash let you do. Artists/amateurs don't want to have to think about performance tuning across browsers.

Re: A Flash Player emulator written in Rust

#99
post #9
post #6

Earlier quoted context omitted.

lmao, only if you write something other than rust

There's a lot of unsafe usage in this codebase ( https://github.com/ruffle-rs/ruffle/search?q=unsafe returns 5 screenfuls) - though I don't know enough about Rust to tell how risky these are.

In this context any usage of `unsafe` in Rust is probably irrelevant to the safety of the resulting program, because AFAIK the WASM sandbox doesn't trust programs enough to actually allow them to do anything that could potentially violate memory safety.

Re: A Flash Player emulator written in Rust

#100

Earlier quoted context omitted.

You are not being downvoted because you point out logical flaws, you are being downvoted because you don’t contribute to the topic. Are you not aware of the discussion about HTML5 versus Flash, or do you just disagree with using HTML5 as an umbrella term here? Even the Wikipedia article [0] about HTML5 has a section on Flash, discussing features such as sound, video, graphics and interactive elements. With "HTML5 bei…

I have never heard anyone use HTML5 as an "umbrella term" for meaning HTML5 + JS + CSS(3). Why would anyone do that? It is kind of silly to do that. That changes the whole meaning of the OP. Yes, I heavily disagree with such imprecise usage of terms, that changes the whole meaning. In that case my criticism would have been that the OP is not very clear / ambiguous.

Chill dude.
Post reply on HN