Show Posts
|
|
Pages: [1] 2 3 ... 56
|
|
1
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-19 01:43:02
|
Clientside Java has always been unreliable and radically different/bugged with every minor update.. Just keep in mind that now it works on your computer, you probably broke it for everybody else  Oh god, I'm gonna shoot myself if that happened  At least it works with the most recent JRE, which I have, so all good 
|
|
|
|
|
2
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-19 00:29:44
|
|
<param name="java_arguments" value="-Djnlp.packEnabled=true" />
had to be set to:
<param name="java_arguments" value="-Djnlp.packEnabled=false" />
Makes sense?
ANYWAY... all fixed now... darn tough to figure this out. Applets are clearly not very portable, and the deployment procedure is an annoying pain.
|
|
|
|
|
3
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-19 00:13:11
|
Now try wireshark to see what the java plugin actually receives.
Yea, I should have done that initially. I found the problem, the java plugin is doing get on this: GET /applet.php.pack.gz?gid=448 when it should be doing get on this: GET /applet.php?gid=448 It is appending that ".pack.gz" to the url. Here's the applet object code: 1 2 3 4
| <object code="F.class" archive="applet.php?gid=448" width="800" height="600" type="application/x-java-applet;version=1.5"> <param name="java_arguments" value="-Djnlp.packEnabled=true" /> <param name="cache_option" value="no"> </object> |
So... another question why does this work differently between servers?
|
|
|
|
|
4
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-18 23:59:41
|
From old server that worked: HTTP/1.1 200 OK Date: Tue, 18 Jun 2013 21:58:37 GMT Server: Apache/2.2.21 (Win64) PHP/5.3.10 X-Powered-By: PHP/5.3.10 Set-Cookie: PHPSESSID=qqct18g16c60l3hqqbbtrlb3m6; path=/ Expires: 0 Cache-Control: must-revalidate, post-check=0, pre-check=0 Pragma: public Content-Encoding: pack200-gzip Content-Disposition: attachment; filename=flywrench4k.kz.pack.gz Content-Transfer-Encoding: binary Content-Length: 4079 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/x-java-pack200; name="flywrench4k.kz.pack.gz" Length: 4079 (4,0K) [application/x-java-pack200] Saving to: `applet.php@gid=448.2' From new server: HTTP/1.1 200 OK Date: Tue, 18 Jun 2013 22:00:33 GMT Server: Apache X-Powered-By: PHP/5.2.17 Set-Cookie: PHPSESSID=0a164569ce9efb0e9818a1e721f523dd; path=/ Expires: 0 Cache-Control: must-revalidate, post-check=0, pre-check=0 Pragma: public Content-Encoding: pack200-gzip Content-Disposition: attachment; filename=flywrench4k.kz.pack.gz Content-Transfer-Encoding: binary Content-Length: 4079 Connection: Keep-Alive, close Keep-Alive: timeout=5, max=100 Content-Type: application/x-java-pack200; name="flywrench4k.kz.pack.gz" Length: 4079 (4,0K) [application/x-java-pack200] Saving to: `applet.php@gid=448.4' I compared the two outputs, and both are identical.I'm going insane!!! Either there's something wrong with java applets or there's something wrong with java applets. Btw, the game I'm trying to run is this: http://www.java4k.com/index.php?action=games&method=view&gid=448Let me know if it works at your end. If it does, that means I'll have to buy a new hard disk to wipe that stupid applet cache.
|
|
|
|
|
5
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-18 23:07:52
|
It *should* be sending the same headers, as its the same script. Here's my result: C:\Program Files (x86)\GnuWin32\bin>wget --server-response http://www.java4k.com/applet.php?gid=448 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc --2013-06-18 21:07:58-- http://www.java4k.com/applet.php?gid=448 Resolving www.java4k.com... 31.170.162.194 Connecting to www.java4k.com|31.170.162.194|:80... connected. HTTP request sent, awaiting response... HTTP/1.1 200 OK Date: Tue, 18 Jun 2013 21:08:02 GMT Server: Apache X-Powered-By: PHP/5.2.17 Set-Cookie: PHPSESSID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; path=/ Expires: 0 Cache-Control: must-revalidate, post-check=0, pre-check=0 Pragma: public Content-Encoding: pack200-gzip Content-Disposition: attachment; filename=flywrench4k.kz.pack.gz Content-Transfer-Encoding: binary Content-Length: 4079 Connection: close Content-Type: application/x-java-pack200; name="flywrench4k.kz.pack.gz"Length: 4079 (4,0K) [application/x-java-pack200] Saving to: `applet.php@gid=448.2' 100%[======================================>] 4.079 --.-K/s in 0s 2013-06-18 21:07:59 (125 MB/s) - `applet.php@gid=448.2' saved [4079/4079] C:\Program Files (x86)\GnuWin32\bin>
|
|
|
|
|
6
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-06-18 21:43:06
|
|
This is realllllllly retarded.
I'm getting "Incompatible magic value 1008813135 in ..." error on almost every applet. No idea what is causing this.
After some googling it says that the "1008813135 " value translates into "<!DO". Which is strange, because the applets that are being sent from the new host are identical to the ones on the old host, I compared them with the original copies that I have verified and no difference.
Either this is only at my end or something is really fubar with java applets (wouldn't be the first!).
Anyone let me know if they can find out what's going on?
|
|
|
|
|
8
|
Discussions / General Discussions / Re: Is anyone sad about slick2d?
|
on: 2013-06-17 23:25:31
|
The answer is dead obvious... contribute to libgdx project an extra library that provides a neat Slick-like abstraction/interface/encapsulation or whatever u wanna call it on top of libgdx. That'd be far easier to do than to carry on with the Slick project... which probably requires a miracle to make current. Slick-gdx addon project anyone? Ok... I'm off 
|
|
|
|
|
9
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-13 12:46:47
|
@CodeHead I love you too!! Seriously, I never considered this more than a debate, arguing, opinion conflict, which I've never had a problem with. At work this sort of argument conflict is encouraged, and we have much harsher debates which some outsiders might perceive as we're going to kill each other. But fear not, we're all best buds! 
|
|
|
|
|
10
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-12 13:06:28
|
|
The U.S. government has lost its way, badly. I do wonder where all those hillbilly militias are, those who oppose government control and justify their gun ownership as a failsafe to fight a totalitarian government. Well... they're kinda worthless right now aren't they?
Just look at the control the evil empire has over companies like the creditcard companies, who not only serve the U.S. but the international world as well. The U.S. government blacklisted Wikileaks and forced the creditcard companies to shut down any influx of donations to Wikileaks via their service FROM ANY SOURCE IN THE WORLD. It was illegal for the creditcard companies to block Wikileaks donations, and an Icelandic court found the creditcard companies in breach of contract. Thing is, breaching the contract wasn't considered an issue by the powers to be. Rule of law has gone out of the window and has been replaced by totalitarianism and rule by decree.
When did Americans start to become scared of freedom?
|
|
|
|
|
12
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-12 00:52:11
|
I'm all on the stasi side of the argument, but I'd never quote FoxNews on... well... anything.
1,250,000 million disks spread over 5,000 servers, that's 2,500 disks per server.
Nuff said.
Well, when it's fox news telling you about government conspiracies, rest assured it must be much worse! 
|
|
|
|
|
13
|
Discussions / General Discussions / Re: Migration to more modern forum?
|
on: 2013-06-12 00:43:47
|
Shouldn't this forum migrate to a more modern forum ? This one feels quite retro I might say.
Have you used other forum systems? Besides from the default skin, Riven has turned SMF into a magnificent masterpiece worthy of mentioning in the archives of high nerds.
|
|
|
|
|
14
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-11 23:04:47
|
The main problem with this is that the "technically can do it" part in regards to collect, analyze, and store everything that comes through the wire aspect. To give an idea of the amount and size of average traffic over the Internet, I'll refer you to http://www.cisco.com/en/US/solutions/collateral/ns341/ns525/ns537/ns705/ns827/VNI_Hyperconnectivity_WP.html. No matter how you cut it, the amount of data becomes impractical to collect, much less analyze and warehouse, rather quickly. Currently there is more speculation than hard evidence which is usually a good sign that the sky probably isn't falling. Skepticism is all fair and good, but lack of imagination is not. Foxnews has published this article which includes an estimate of the size of the datacenter. This top-secret data warehouse could hold as many as 1.25 million 4-terabyte hard drives, built into some 5,000 servers to store the trillions upon trillions of ones and zeroes that make up your digital fingerprint. Some reports have suggested the data center could hold as much as 5 zetabytes, an astronomical sum equivalent to 62 billion stacked iPhone 5s. King called that number "difficult, if not impossible to conceive.” http://www.foxnews.com/tech/2013/06/11/inside-nsas-secret-utah-data-center/5 zetabytes surpasses annual IP traffic by far. "Annual global IP traffic will pass the zettabyte threshold by the end of 2015, and will reach 1.4 zettabytes per year by 2017." This means they can essentially make hard-copy of all IP packets on the internet, and then some.
|
|
|
|
|
15
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-11 00:44:25
|
You should be careful with what you are insinuating. There are MANY germans on this board. I'm born in Berlin myself.
And just what am I insinuating other than someone who is listed as being from Iceland may not have quite the grasp on what it was like to actually live under the Stasi in East Germany? Is my pointing out that the comparison between the Stasi and NSA is not exactly an apples to apples comparison really running the risk of offending German members on the board? I find the ease of which labels such as N@zi (apparently a no-no word on the board), or Stasi, or here in the good old USofA, racist are used far more offensive since their overuse and context of use tends to gloss over the very serious actions and genuine evil of their origins. I say this as the grandson of immigrants from Prussia by the way. How on Earth can you not see the STASI similarities?
I'm not saying this is STASI, but unerringly similar, and even worse than STASI in some regard considering the amount of data they're amassing at the NSA.
Are you really advocating a "Hitler wore pants" equivalnecy here? You're not saying "this is the Stasi", you're declaring "this is worse than the Stasi". Similar does not mean equal not worse than, nor even better than. Water and liquid cyanide are very similar. They're both clear, and wet, and used in industrial settings, but the similarities don't put them on the same hazard level. So tell me, how much data exactly is being collected by the NSA (feel free to round to the nearest Terabyte or Petabyte). Here's an easier one, how much of your data has been collected by the NSA. The answer is, neither you, nor I know. So what evidence do we have. Looking at the Prism slides, I don't see evidence that everything is being collected en masse. As I've mentioned before, the word "request" is a big give away that that they're not as deeply entrenched as you think. I need not make a request for something that I control; I simply do what I want and believe it or not, Google and the rest don't tend to care for government intrusion into it's data centers any more than you do. I'm aware of what the Stasi was. The Stasi also existed with the complete endorsement and support of the East German and Soviet government. In the case of the NSA, abuses can be and are often called out by other members of the government. Funny thing about a co-equal form of government, none of the branches wants to cede it's authority to the other branches. In this case it's the judicial branch and the legislative acting as a check on the executive branch. As for the repeated statement that the NSA keeps tabs on everyone, please present some actual hard evidence to back up your blanket assertion. The main problem with this is that the "technically can do it" part in regards to collect, analyze, and store everything that comes through the wire aspect. To give an idea of the amount and size of average traffic over the Internet, I'll refer you to http://www.cisco.com/en/US/solutions/collateral/ns341/ns525/ns537/ns705/ns827/VNI_Hyperconnectivity_WP.html. No matter how you cut it, the amount of data becomes impractical to collect, much less analyze and warehouse, rather quickly. Currently there is more speculation than hard evidence which is usually a good sign that the sky probably isn't falling. You can look up what STASI was on wikipedia, you don't actually have had to lived under them for you to draw up a comparison. Are you not allowed to talk about anything unless you lived it? Surely would put history teachers out of work. The people of east germany got plenty of proof once the berlin wall fell, people were able to visit the stasi archives to see what had been documented about them. Perhaps some day you'll have that chance. And regarding internet traffic... they're only mining the parts that matter, not video sharing, p2p, or downloading which represents roughly 2/3 of all packets on the internet. The bytes that represent emails, social networking etc. are trivial and can be easily digested by the world's superpower that spends billions for that purpose and employs thousands for that purpose. Do you think those huge NSA houses are empty? But anyway, don't let me disturb your patriotic flag saluting.
|
|
|
|
|
16
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-10 19:57:59
|
|
How on Earth can you not see the STASI similarities?
I'm not saying this is STASI, but unerringly similar, and even worse than STASI in some regard considering the amount of data they're amassing at the NSA.
What was STASI? It was a security agency that carried out mass surveillance on citizens in eastern Germany and kept detailed record on each and everyone.
Now, the NSA is a security agency that CARRIES out mass surveillance on its citizens and citizens of other countries and keeps detailed data banks on each and everyone.
The only ignorance here my friend is the blind ignorance, the type the government depends on to keep up the surveillance on everyone else.
I've come to the realization and understanding that, if the government can technically do it, then they're doing it. As this revelation has proved, they are data mining the primary internet services and other services. Now, they're not doing this just to keep the data in some warehouse vault never to be used... if it was me that was working at NSA and directing the PRISM project, then I'd make sure the data could be used, it is the natural course of action, just as it seems it is the natural course of action for governments to become tyrannical and fascist.
|
|
|
|
|
17
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-10 17:42:44
|
Google gets money from ads, that's the majority of its earnings. Nothing else you listed is free  If you're not paying for it, then you're not the customer, you're the product.
|
|
|
|
|
18
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-10 17:03:24
|
|
Yes, I think we should all be treating these U.S. based services as "espionage services". They're like bait in order to get your data.
Just think of these services like Dropbox and Google Drive... WHY would you ever want to store anything there when you know the U.S. government will be data mining it? And people all around the world are heavily using these U.S. based services, which is crazy IMO.
Netflix has complete profile of your viewing habits. Gmail has all your emails. Dropbox has all your files. Adsense has all your web history. Google has all your search history. Youtube has all your viewing habits. Amazon has your book reading habits... including when you read when using Kindle. VISA/creditcard companies have all your shopping history. etc. etc.
You start to wonder... why these services are all U.S. based. I often also wonder how they get money to operate, because they're free! Is it all a big conspiracy in order to get your data? Lure us in with free candy?
Everything is fed into the Prism. What gives me some concern is that only 1/5th of the data mined by Prism is from U.S. internet service... what the heck is the other 4/5??? What are we missing? This is the most immense spy project ever created, to spy on ordinary citizens. This is so much worse than STASI.
|
|
|
|
|
19
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-10 04:34:33
|
Watch this interview: http://www.bbc.co.uk/news/world-us-canada-22836378It's enough for the government to log everything there is about you... and maybe in 10-20 years when it suits them they can dig up some association with some people you had or discussion you had in order to paint you in a certain context. Once the government can hold such a thing over ANYBODY, they have absolute control. And regarding "analysts", they don't need them. All they need is a good AI which can detect "abnormalities" and alert the authorities. Soon you'll have pre-crimes. I mean you can't make this dystopian shit up.
|
|
|
|
|
21
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-08 23:44:38
|
|
I find this whole thing very scary on a personal level. Will they maintain data on me... forever? Maybe they can look me up in their database and see my entire internet history, search, page visiting, my emails and etc. etc. Everybody knows how Google logs everything and associates it to user profiles via their adsense service.
This could jeopardize the whole internet.
You think other world governments are just OK with the U.S. essentially wire-tapping their own citizens, just because the routing carries the IP packets through some U.S. carriers or they're using services of Google and Facebook which are U.S. companies?
One could imagine world governments attempting to block these U.S. based services, or packets being routed to the U.S. to ensure the privacy of their citizens.
What will the European Union do?
If I were a leader of a country I'd seriously consider trying to block these espionage services, but not for the reasons some other countries do, like Iran, China, etc.
The internet is a HUGE part of the modern democratic process. If we can't have privacy on the internet, then the whole democratic process is at risk.
|
|
|
|
|
22
|
Discussions / Miscellaneous Topics / Re: America's STASI
|
on: 2013-06-08 23:27:43
|
|
I've known they could do this, technically. The conspiracy nutcases have claimed they're doing it. But I was surprised that they're actually doing it... and in such a wide manner that is reminiscent of a dystopian sci-fi novel.
But the most crazy thing is how the media and the government reacted to this, like they claimed it was like a no big deal, they've been doing this for a long time, and it helps keep us all safe. No big deal, carry on is the mantra.
Then there's the scope of this whole citizen espionage project. It's not exclusive to the U.S., as the slide shows and NSA claims "Much of the world's communication flows through the U.S."... so any natural inclination of a power hungry fascist is to of course to wiretap it all... its like gravity.
When much of the world's communication, almost the entire internet communication of the western world flows through few net providers and services, the temptation to take a peek is clearly too strong for any government.
The solution is to distribute services in such a manner that no one government can force a net service to provide it with data, the net service would be redundant in such a manner it wouldn't matter if they were no longer hosted in that country.
|
|
|
|
|
23
|
Discussions / Miscellaneous Topics / America's STASI
|
on: 2013-06-08 21:59:34
|
So, nobody worried about this crap? Conspiracy nutcase theorists were right, again. Maybe they have a better perception of reality than the rest of us sheep. Official NSA slides, leaked:  
|
|
|
|
|
24
|
Games Center / 4K Game Competition - 2013 / Re: java4k.com website is down
|
on: 2013-04-30 22:28:22
|
|
It was misbehaving some time ago, and I almost gave up on it, then it became stable. Now in recent days it's been bad. I've replaced hardware in the server to pinpoint the hardware error. Hopefully this time around it's going to behave. If not I'll fix it by getting another box, because the current one is obviously flawed.
Sorry about it, it's a bit tricky to pinpoint which hardware module is flawed, and I like to play the game of elimination before I spend $$ on new stuff. You have to wait and see.
|
|
|
|
|
28
|
Discussions / General Discussions / Re: I am a hacker :P
|
on: 2013-04-02 01:42:25
|
Classic case of a survivalist nutcase that wires his home to a bunch of claymores to fend off those who want his food and guns, but then he trips the wires himself. Let's hope there are no trip wires like that on JGO  I'm sure the JGO servers are located somewhere in a nuclear bunker in the arctic.
|
|
|
|
|
30
|
Games Center / 4K Game Competition - 2013 / Re: Judging panel results.
|
on: 2013-03-26 21:00:08
|
I maybe agree with your normalized top 20 that it should be higher than some other games there, or some of the other games there should be lower.
Before the judges submit their final scores, they should be able to view a sorted list of their individual results. Or, why not let the judges simply order the games as oppose to assigning a number to them? The ordering itself could establish a score. For instance, if there were 50 games, the lowest in the sequence would be assigned 0% and the highest 100%. Everything else would be, in this case, 2% higher than its predecessor. I think that would have prevented Frog Solitaire and Rainbow Road from sharing the coveted 20th place. I'm not sure what "20th place" you're talking about. Rainbow Road got #2nd place from the judges, not #20th place, and with only 0.9% less score than the one in #1st place. If you got a game that got 90%+, then you got a superb game. I don't see how that is unjust. (The reason we don't show normalized scores from individual judges is perhaps of this, one judge can be more wrong than a handful of them, which is why you have multiple judges in some judiciary systems, so "right" judges can cancel out "wrong" judges). You have to realize the grades are subjective and games are reviewed through a period of couple of weeks, but most of all there were almost 70 games. Keeping all the knowledge of all games at the tip of your mind to be able to quickly order them, as you suggest, is pretty hard. You might have a handful of favorite of games, but we have to weigh nearly 70 games. I have already suggested a new judging method based on classification buckets, which I may implement for next year. So there's no need to create more complex grading rules which at the end of the day may not change anything for the final results. Also, (not speaking of Rainbow Road here) I've re-played many of the games that some thought were mistreated by the judges and I can't say there were many mistakes that would affect the top 10. Maybe 10-20. Most likely 20-40. It's easier to say which game is best and which is worst, than to re-arrange the games in absolute order of how good they are from the center. Of course mistakes do happen, but with games like 4k games, the first-impression is often the right one. You also have to consider we also have to view these games as some casual player would view them... if you have to read manual, if it just doesn't intuitively play from start, then casual players won't bother with it. Judges are also under a time-restraint, only allocating limited time to each game. The only reason for a judge to spend more than 20-30 minutes on a game is because it's so fun to play and addictive. If he's struggling with understanding it and spending a lot of time on it because of that, then there's something wrong with the game, not the judge. That's the reality, even if you may perfectly understand your own game, the same is not for others, judges or casual players. (And in my case about Rainbow Road, it was easy to start playing, but after a while it became quite pointless with no encouragement or challenge to continue). I say, if you have to read the instructions to play, you can improve the presentation and how intuitive your game is. If you have to keep reading the instructions while playing, you've done something wrong. Apo's games were probably the most "mistreated", at least a few of them, but other than that not much else would affect the final result. I'll be sure to invite you on the judging panel for next year 
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|