• What are you working on? December 2011 Edition
    3,353 replies, posted
[QUOTE=garry;33610522]Wow. 3 people on these forums are working on the same app. [url]http://itunes.apple.com/us/app/photo2calc/id484973997?ls=1&mt=8[/url][/QUOTE] I don't really see this interpreting more complex formulas, just reading numbers and doing basic operations
Why'd that guy use a screenshot where it didn't fully work? Unless that 0.004 was written with invisible ink.
So some guy is [url=http://meta.stackoverflow.com/questions/108395/stack-overflow-t-shirt-3rd-anniversary-edition]making a StackOverflow t-shirt[/url] with everyone's [url=http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454]favorite answer[/url]: [img]http://i.stack.imgur.com/Rakh4.png[/img] [img]http://i.stack.imgur.com/o3k41.png[/img]
[QUOTE=Xeon06;33611391]So some guy is [url=http://meta.stackoverflow.com/questions/108395/stack-overflow-t-shirt-3rd-anniversary-edition]making a StackOverflow t-shirt[/url] with everyone's [url=http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454]favorite answer[/url]: [img]http://i.stack.imgur.com/Rakh4.png[/img] [img]http://i.stack.imgur.com/o3k41.png[/img][/QUOTE] So awesome but I'd probably get my ass kicked in school for wearing it :D
[QUOTE=high;33596741]FFFFUU rtmps does not make sense. So the initial connection does not use an http request but if it reconnects it uses an http request. The fuck?[/QUOTE] I hate RTMP with a passion now. I weep for the weeks I've wasted off my life trying to figure it out.. I could write poetry about how much I loath it and whoever got high on meth to design it. As a matter of fact, I'll write a haiku about it: defunct protocol a programmer suicides sound of a gunshot
[QUOTE=voodooattack;33611901]I hate RTMP with a passion now. I weep for the weeks I've wasted off my life trying to figure it out.. I could write poetry about how much I loath it and whoever got high on meth to design it. As a matter of fact, I'll write a haiku about it: defunct protocol a programmer suicides sound of a gunshot[/QUOTE] After working with rtmp I now support Apples hate for flash.
Flash is shit, but not supporting it, especially since most of the web uses it, is a bad design choice.
[QUOTE=Soviet_Banter;33612261]Flash is shit, but not supporting it, especially since most of the web uses it, is a bad design choice.[/QUOTE] No it isn't.
Flash is awesome.
You can now set the locale using a function, woo! [cpp]setLocale("ja_JP.eucjp", "", "./translationsFolder", "appName");[/cpp] The second argument can be a translation. In this case it'd be set automatically to ja_JP, but if you had a pirate translation you could set it to "pirate" or whatever you have it as (has to be in the translationsFolder directory).
fucking .jar's fucking .exe wrappers fucking lwjgl.dll's
I hate you so much rtmp. The server is rejecting this 1 single byte difference. 6 means a string, which happens to be null. FluorineFx doesn't know the null object is a string so it encodes it as 5 which means a null object. The server expects a null string and rejects a null object. What the fuck! Whats the point of even having the null object type if the server just rejects it anyways! [thumb]http://goo.gl/l6A1w[/thumb]
[QUOTE=Xeon06;33611391]So some guy is [url=http://meta.stackoverflow.com/questions/108395/stack-overflow-t-shirt-3rd-anniversary-edition]making a StackOverflow t-shirt[/url] with everyone's [url=http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454]favorite answer[/url]: [img]http://i.stack.imgur.com/Rakh4.png[/img] [img]http://i.stack.imgur.com/o3k41.png[/img][/QUOTE] The fpapi team needs these shirts.
[QUOTE=synthiac;33613019]at the circus, maybe.[/QUOTE] Most browser games are made in Flash and everyone likes browser games (at least most do). Why hate on Flash?
[QUOTE=Darwin226;33613113]Most browser games are made in Flash and everyone likes browser games (at least most do). Why hate on Flash?[/QUOTE]Because it's not really compatible with anything that isn't a desktop computer. Sure keep it if you want to play your 2D flash games but to be honest, javascript has come a long way in terms of functionality (and there's still nothing in the way of a youtube style embedding option for packaged javascript games, which would be awesome) It would be awesome, it's not as self-contained as flash files are but I think it could work quite well. each game is just a HTML page and some resources that are either hosted on the creator's website (or some sort of central CDN for them) that contains nothing but the canvas elements (or whatever the game uses for a UX) that would be embedded by way of an iframe or something.
[QUOTE=high;33612834]I hate you so much rtmp. The server is rejecting this 1 single byte difference. 6 means a string, which happens to be null. FluorineFx doesn't know the null object is a string so it encodes it as 5 which means a null object. The server expects a null string and rejects a null object. What the fuck! Whats the point of even having the null object type if the server just rejects it anyways! [thumb]http://goo.gl/l6A1w[/thumb][/QUOTE] I don't understand why you even brother with it.
[QUOTE=OrYgin;33613182]I don't understand why you even brother with it.[/QUOTE] Yeah, you should sister with it instead.
[QUOTE=danharibo;33613144]Because it's not really compatible with anything that isn't a desktop computer. Sure keep it if you want to play your 2D flash games but to be honest, javascript has come a long way in terms of functionality (and there's still nothing in the way of a youtube style embedding option for packaged javascript games, which would be awesome) It would be awesome, it's not as self-contained as flash files are but I think it could work quite well. each game is just a HTML page and some resources that are either hosted on the creator's website (or some sort of central CDN for them) that contains nothing but the canvas elements (or whatever the game uses for a UX) that would be embedded by way of an iframe or something.[/QUOTE] I wouldn't agree that not being cross platform is reason enough to say it sucks. And one thing JS doesn't really have is the Flash IDE. That's why there are so many Flash games. It's because it's very easy to make, easy to program and easy to animate.
[QUOTE=Darwin226;33613207]I wouldn't agree that not being cross platform is reason enough to say it sucks. And one thing JS doesn't really have is the Flash IDE. That's why there are so many Flash games. It's because it's very easy to make, easy to program and easy to animate.[/QUOTE] Well the desktop is being overtaken by things like tablets for activities like casual web browsing, and Flash has terrible support for all of the tablet platforms (if supported at all). While JS certainly doesn't have an IDE on par with that of Adobe's, there's nothing stopping the creation of tools that help the creation of animations using JS (or maybe even CSS3, but that's still badly supported).
[QUOTE=Xeon06;33611391] [img]http://i.stack.imgur.com/o3k41.png[/img][/QUOTE] It looks to much like a unicorn, and not enough like the logo.
[QUOTE=chimitos;33613278]It looks to much like a unicorn, and not enough like the logo.[/QUOTE] It [i]is[/i] a unicorn. Read the text.
[QUOTE=Darwin226;33613207]I wouldn't agree that not being cross platform is reason enough to say it sucks. And one thing JS doesn't really have is the Flash IDE. That's why there are so many Flash games. It's because it's very easy to make, easy to program and easy to animate.[/QUOTE] Flash is alright for relatively simple games but beyond that it's hideously inefficient. I mean come on, Crysis runs better than Happy Wheels on my machine :wtc:
It's a really poorly drawn unicorn. All the text is blurry/distorted, too. The red circle at the bottom has a white outline, like a crappy GIF from 1998. Honestly, the dude could've done better.
At this point I hate rtmp even more than baml (compiled xaml). Microsoft added a 'nop' object to baml which is not even supported (if the baml reader comes across a nop it will throw an exception).
[QUOTE=high;33613449]At this point I hate rtmp even more than baml (compiled xaml). Microsoft added a 'nop' object to baml which is not even supported (if the baml reader comes across a nop it will throw an exception).[/QUOTE] Then stop complaining about it and stop using it.
[QUOTE=Richy19;33613502]Then stop complaining about it and stop using it.[/QUOTE] I can't, RiotGames decided to use shitty adobe air for their League of Legends client.
[QUOTE=Richy19;33613502]Then stop complaining about it and stop using it.[/QUOTE] Rating people box for no reason doesn't make you right.
[QUOTE=ROBO_DONUT;33613587]Rating people box for no reason doesn't make you right.[/QUOTE] No one is pointing a gun at hs head and telling him to use it, he is working on a project that requires rtmp by his own choice. And his last 3 posts in this thread are simply stating that he hates rtmp, we get the picture.
[QUOTE=Richy19;33613615]No one is pointing a gun at hs head and telling him to use it, he is working on a project that requires rtmp by his own choice. And his last 3 posts in this thread are simply stating that he hates rtmp, we get the picture.[/QUOTE] Actually the LoLNotes users are pointing guns at my head.
[QUOTE=Richy19;33613615]No one is pointing a gun at hs head and telling him to use it, he is working on a project that requires rtmp by his own choice. And his last 3 posts in this thread are simply stating that he hates rtmp, [B]we get the picture.[/B][/QUOTE] I dunno. I might need him to repeat it another 2 or 3 times before I can fully appreciate how much he dislikes it.
Sorry, you need to Log In to post a reply to this thread.