Search found 51 matches
- Tue Jul 07, 2015 7:46 am
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
- Tue Jun 16, 2015 8:02 am
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
- Mon Jun 15, 2015 11:52 am
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
I find it kind of sad, that even this lead to nothing. I like the system of the challenges and games on this website way better than anything else I have encountered. The problem is, that even if we rebuilt all of this, we still wouldn't have enough people interested in the site to bring it back to ...
- Thu Jun 11, 2015 9:26 am
- Forum: Bricolage
- Topic: Bug oder cheater?
- Replies: 3
- Views: 21927
- Wed Jun 10, 2015 12:20 pm
- Forum: Bricolage
- Topic: Bug oder cheater?
- Replies: 3
- Views: 21927
I believe this is caused by the fact, that the history charts/data was not available for a period of time and was not saved back then. Look at Yaraskriks data from Pusherboy, there is a jump too:
http://www.hacker.org/util/rawhistdata. ... &game=push
http://www.hacker.org/util/rawhistdata. ... &game=push
- Mon Jun 08, 2015 5:16 pm
- Forum: OneOfUs
- Topic: Puzzle ends at 1000
- Replies: 7
- Views: 32960
I am just doing this challenge now and I too noticed that level ending with 8 cause problems and take way longer (before I added randomness to my code, I couldn't even solve levels ending with 8, starting from 368). Also I still have a graphic representation of the level in my terminal and the level...
- Sun May 31, 2015 7:28 pm
- Forum: Pusherboy
- Topic: Why so few competition
- Replies: 11
- Views: 63535
I think you should be able to solve a bigger number of levels in pusherboy easily, considering how good you do in the other games. I only have done one major improvement on my bruteforce solver and then some smaller performance upgrades with minor code improvements. While I am confident that I could...
- Mon Mar 02, 2015 6:43 am
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
- Sun Mar 01, 2015 5:06 pm
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
- Sun Mar 01, 2015 9:19 am
- Forum: The Hacker's Server
- Topic: Where is everyone?
- Replies: 31
- Views: 73672
- Tue Oct 21, 2014 5:30 pm
- Forum: Challenges Solved
- Topic: Surely Smallest Mouse
- Replies: 19
- Views: 1609
- Mon Oct 13, 2014 10:18 am
- Forum: Pusherboy
- Topic: Why so few competition
- Replies: 11
- Views: 63535
- Sun Oct 12, 2014 4:29 pm
- Forum: Pusherboy
- Topic: Why so few competition
- Replies: 11
- Views: 63535
- Wed Oct 08, 2014 3:07 pm
- Forum: Pusherboy
- Topic: Why so few competition
- Replies: 11
- Views: 63535
Why so few competition
Why is there so few competition compared to other games? Since when can I become rank 29 in this challenge with only a fairly basic bruteforce solver whith only a few optimizations on my implementation. (This is because I can't think of a better algorithm in the moment). Also the number of people on...
- Sun Sep 21, 2014 3:04 pm
- Forum: Challenges Solved
- Topic: Yoga Message
- Replies: 18
- Views: 1626
I used Media Player Classic to view it frame by frame and automated it with a batch of points on the screen that my program scans. It then determines a threshold and via that whether it is a 0 or a 1. Then it moved to the next frame by simulating keypresses. It was pretty quick to code, although it ...