Search found 37 matches

by outsider
Tue Apr 15, 2025 12:10 pm
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

Re: hacker.org revival

@AMindForeverVoyaging

Sadly, the flash player has no knowledge of the challenge positions. This data is only available on the server and the request to fetch this data is currently broken.
by outsider
Fri Oct 18, 2024 2:00 pm
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

Re: hacker.org revival

HELP NEEDED

As the map is not working anymore: Does anybody has a backup of the challenge positions on the map? This is the best we have right now: https://github.com/Entkenntnis/hacker.org/issues/4
by outsider
Fri Oct 18, 2024 12:14 pm
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

Re: hacker.org revival

OP here, I have spun up a small instance, you can try the current progress there: https://substantial-chisel-louse.glitch.me/ Challenges like "Dungeon Master" are probably gone, rip, as we don't have access to the source code. it doesn't even build, NPM ftw Because there is no build step 8...
by outsider
Tue Oct 24, 2023 8:31 pm
Forum: The Hacker's Server
Topic: Hack The Web: an hommage to hacker.org
Replies: 0
Views: 5873

Hack The Web: an hommage to hacker.org

I started with hacker.org about 15 years ago and immediately fell in love with this type of challenges. Fast forward to today, I have created my own project called Hack The Web ( https://hack.arrrg.de/en ) that takes direct inspiration from here. It's now translated into English, so if anybody is cu...
by outsider
Sun Mar 06, 2022 10:42 pm
Forum: Challenges
Topic: Make Money Fast
Replies: 1
Views: 6170

well, solved it now, by pure chance while searching for some other topic ...

so the hint would be: don't try to solve this on your own.
by outsider
Wed Feb 23, 2022 12:19 pm
Forum: The Hacker's Server
Topic: I miss this site...
Replies: 15
Views: 31217

the prime days of this site are over, unfortunately. I have made a little graph to confirm this: The graph shows the number of active (e.g. solved at least one challenge) users in a 28-day window (scrappend from the solvers.php pages), the first solved challenge was on mar 28, 2008. You can see a pe...
by outsider
Wed Feb 23, 2022 8:02 am
Forum: Challenges
Topic: Make Money Fast
Replies: 1
Views: 6170

Make Money Fast

There is no topic about this challenge yet, so I am starting one.

I have found a bit of pattern in the punctuation, but have no clue how to decode it, because it does not look like ascii or anything I know.

Can somebody give me a small hint?
by outsider
Wed May 12, 2021 9:53 am
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

A small remark about this project: If you look closely, this site isn't really dead - there are still new people joining it, doing challenges, asking questions ... and adum is also reachable by mail. Soooooo .... I have decided to pause my project for a open-source version of this site. It was fun t...
by outsider
Sat Oct 10, 2020 10:31 am
Forum: Challenges
Topic: Challenge 'Didactic Scrambled Egg Cipher' [Crypto] BROKEN!
Replies: 4
Views: 15358

Is this challenge possible at all? Unsolved until today ...
by outsider
Mon Aug 17, 2020 7:06 am
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

Adum gave me permission to reuse his texts, assets, etc. Thank you very much, adum!
by outsider
Fri Aug 14, 2020 10:36 am
Forum: The Hacker's Server
Topic: hacker.org revival
Replies: 12
Views: 25585

hacker.org revival

Hello everybody here! I got really nostalgic recently: This site great and I want it to stay alive. So I thought: Maybe it's time for a rebirth? My aim is to reimplement the challenges, make it open source and modernize the UI (a bit). I want to keep it very close to the original content. You can se...
by outsider
Thu Oct 15, 2015 4:51 pm
Forum: The Hacker's Server
Topic: Racket / Scheme / Lisp
Replies: 4
Views: 23925

I'm glad to hear your opinion. Don't be afraid of criticizing lisp - I'm NOT a missioner on some holy ... :) You are completely right in your two points: Doing arithmetic maths often awkward and the efficiency on hardware-level is low. In both cases I would prefer another tool, maybe Matlab/Mathemat...
by outsider
Thu Oct 08, 2015 11:51 am
Forum: The Hacker's Server
Topic: Racket / Scheme / Lisp
Replies: 4
Views: 23925

Seems like almost most people don't use Racket or they don't know it ... Maybe it's time for some advertising :D : Most of coding is about transforming data. You have input that you give to a function and you get some results back. You don't need much more to build a turing complete language and tha...
by outsider
Mon Oct 05, 2015 6:45 am
Forum: The Hacker's Server
Topic: Racket / Scheme / Lisp
Replies: 4
Views: 23925

Racket / Scheme / Lisp

Anyone here who uses Racket as their favourite programming language?
After a struggle with VB, Java and C# I switched to Racket and fell in love with it. Expressive, clean and beautiful code, fast compiler, vast API ...

What are your opinions?
by outsider
Mon Oct 05, 2015 5:59 am
Forum: Challenges Solved
Topic: snake arithmetic
Replies: 16
Views: 2790

I used the value of 8/pi form OEIS and got 3748893571891.069, so the accepted answer is the exact solution. But as tails pointed out correctly the the correct solution should by one less, because the python code is only a approximation. I think the poster of this challenge hasn't run the python code...