Locked/Archived Threads @ Project Euler

Announcements, comments, ideas, feedback, and "How do I... ?" questions
whakamaru
Posts: 47
Joined: Thu May 06, 2010 11:08 pm

Re: Thread Locked (Archived)

Post by whakamaru »

This subject is a good example of why the threads get locked . Maybe this forum should now be locked? :D :lol:
I am the only one on line? Nobody else here on the dark side of the planet? 10.00am and cold.
Elessar
Posts: 3
Joined: Wed Feb 16, 2011 4:46 am

Re: Thread Locked (Archived)

Post by Elessar »

Groxx wrote:In another case, say someone uses a new/fun language, like LOLCODE and wants to post their solution?
I agree. I think there should be a listing of solutions in every language it has been solved in. If more than one solution has been created in a language, the most elegant should be listed.

And speaking of LOLCODE, the reason I found this site was to practice LOLCODE. Example code for Problem 1:

Code: Select all

BTW euler1.lol
CAN HAS STDIO?
HAI 1.2
	I HAS A INPUT
	VISIBLE ":)Euler problem #1: Adds all #s below input # that are multiples of 3 or 5."
	VISIBLE "Please enter upper bound (not included): "!
	GIMMEH INPUT

	I HAS A RESULT
	I HAS A TOTAL ITZ 0
	IM IN YR LOOP UPPIN YR SOUP WILE DIFFRINT SOUP AN BIGGR OF SOUP AN INPUT
		DIFFRINT SOUP AN 0, O RLY?
			YA RLY, RESULT R MOD OF SOUP AN 3
				BOTH SAEM RESULT AN 0, O RLY?
				YA RLY, TOTAL R SUM OF TOTAL AN SOUP
				NO WAI, RESULT R MOD OF SOUP AN 5
					BOTH SAEM RESULT AN 0, O RLY?
					YA RLY, TOTAL R SUM OF TOTAL AN SOUP
				OIC
			OIC
		OIC
	IM OUTTA YR LOOP

	VISIBLE "Sum: " TOTAL
KTHXBYE

Code: Select all

CAN HAS STDIO?
HAI 1.2
       VISIBLE "I PROGRAMZ IN LOLCODE!"
KTHXBYE
Mr.Wizard
Posts: 26
Joined: Sun Jan 02, 2011 9:20 am

Re: Locked/Archived Threads @ Project Euler

Post by Mr.Wizard »

That looks hideous. What's the point? Terrorizing grammarians?
ImageImage
zerodivision
Posts: 1
Joined: Thu Feb 24, 2011 12:11 am

Re: Locked/Archived Threads @ Project Euler

Post by zerodivision »

The first disappointment I had after signing up was: conversation metaphor at the top level. What I hoped I'd see was a searchable/sortable collection of solutions, with conversations attached to individual solutions. I'd quite like to be able to see only solutions to a particular problem in e.g. APL or C++. This has practical application for me: this week, I'm working with language X. I know how to solve the problem in language Y, so... I suppose perhaps I'm barking up the wrong tree though, since this is what Rosetta Code is for. But there's also optimality. When you have to trade it, sometimes you want to optimize for one case or the other, and it'd be awfully nice to be able to search for "other solutions in the language I used."

For whatever reason, I'm mostly motivated to share my own solutions. Solving problems with locked conversations doesn't strike me as fun, and I'm not likely to come here to look for a solution to a practical problem if I can't filter on language. I usually end up other places when I'm looking for a solution to a programming problem, and I tend to end up on Wolfram math world and pages I've clicked through to from Wikipedia, when I'm looking for a solution to a math problem.

The locked thread thing wouldn't be nearly so big an issue for me if I didn't have to go through and solve a problem in order to see whether or not the thread had been locked... so if you follow, I have to solve the problem in order to find out whether or not I want to spend my free time solving the problem. Bummer.

If there's only value in having a certain number of solutions for a given problem, the value of individual solutions must be very high. "Killing the problem" after n submissions seems like it takes a lot of value out of the site. Instead, why not allow users to vote them up and down as on a site like StackOverflow?

In the thread for problem three, the first thing I see is a post that links to a page offsite which has a web application that solves the problem. To me this isn't any different than using a nice library which helps in a particular problem domain, since the source code is available. But for whatever reason, I don't care for this one. I think to myself: if this gets immortalized, I should be able to post my similarly "elegant" (b.s.) solution in Self too. I look for the vote down button, don't see it, and then look for the post button, and it's grayed out. Lame! I didn't make the party in time.

I might be back in a year or so. By then I imagine the site will have been fixed for newcomers, or the threads will all be locked:)

The solution I did for problem 3 in Self is still looking for a home, and it's not doing anything good for anyone while it sits on my hard drive, so I'll just leave this here :o

'600851475143' asBigInteger factors last
The-Moose-Trainer
Posts: 3
Joined: Wed Mar 02, 2011 2:04 am

Re: Locked/Archived Threads @ Project Euler

Post by The-Moose-Trainer »

The problem I seem to have is that despite the popularity of the language I use (Python), a lot of the postings are for other languages, and while i can look at them, and especially the programmer's explanation, I can't really learn how to do that in Python. It would be great if the forums could be subdivided into categories based on the language used. It would also help to keep your forums shorter as there would be less for a user to have to wade through (which some would give up on and simply post a new reply). I do however realize the technical difficulties in this however.
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Locked/Archived Threads @ Project Euler

Post by euler »

Just to let everyone know these threads are regularly read by the admin team. Our non-intervention might appear as if we are not reacting or interested, but please be assured that we are constantly reflecting on your suggestions. I agree with much of what is being said, but I am sure you will appreciate that "fixing problems" retrospectively, especially for such a long standing webste (10 years now!), is quite a challenge.

Anyway, thank you for everyone who has taken the time to make helpful suggestions so far and please keep all the constructive suggestions coming.
Image
impudens simia et macrologus profundus fabulae
Nemo59
Posts: 2
Joined: Wed May 11, 2011 7:40 pm

Re: Locked/Archived Threads @ Project Euler

Post by Nemo59 »

Hi !

I discovered this web site few days ago and it is very interesting. I've resolved 25 problems with an HP50G calculator in RPL language.

Please could you add RPL for possible language in the profile form ? RPL is a sort of mix between Forth and LISP and this permits sometimes beautiful solutions. For exemple problem 18 and 65 are solved in 2 lines of code and 76 bytes. For all the topics I solved, threads are archived.

Thanks for this beautiful site !
Post Reply