Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Amaethwr
Aug Member 2008

Amaethwr

Posts: 14,634 Opal Posts by user Forum Profile RuneMetrics Profile
Footjoy said :
Cats - "For the connoiseurs of fine pussy"

Do you have any idea how wrong that sounded :P
Probably :O :P

Competitions could be fun, but an issue that comes to mind, is that if they all started on a day, like this one has, then Aus forumers would be first to find everything before Europe/USA have the chance to.

Perhaps they could start and end at the exact same time for everyone to get around this. Although then, you'd have to try and find the best time to start it because some will likely be sleeping or whatever.. :P
Selective Completionist

01-Apr-2014 17:55:45 - Last edited on 01-Apr-2014 17:56:20 by Amaethwr

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
@Amaethwr, that's the main issue I have with the whole idea. However Easter spans a number of days and that would be much more forgiving in regard to the time zone differences.

It would have to start and end at the same time for all time zones, like 12:00am UTC start and finish.

I have a couple of weeks to think about it, so I'll see what I can come up with. Hopefully I'll get some ideas and feedback from people here. I need to think of a prize too.

01-Apr-2014 18:34:03

Mr G W

Mr G W

Posts: 13,256 Opal Posts by user Forum Profile RuneMetrics Profile
Sotox said :
http://puu.sh/7Rlr4
http://puu.sh/7RlrY
http://puu.sh/7RlsH
http://puu.sh/7RluY
http://puu.sh/7RlwF
http://puu.sh/7Rlyx
http://puu.sh/7Rlzl
http://puu.sh/7RlAi
http://puu.sh/7Rlpx

Amaethwr said :
http://puu.sh/7S41T.png
http://puu.sh/7S6CO.png
http://puu.sh/7S6KZ.png


The entire collection in one post, for those interested...

01-Apr-2014 18:41:18

Blasty
Feb Member 2017

Blasty

Posts: 9,319 Rune Posts by user Forum Profile RuneMetrics Profile
Heyy Indy, I've been having a great time in my computing course, I've been learning a language I've never heard of before that's strongly typed, way different to javascript. It's started to make me think more about being more descriptive when naming variables and using object oriented javascript including prototype helping to make code easier to read and manage.

What do you think about the javascript type system? Do you not mind having most abstract data types just stored as arrays or plain objects, or do you prefer to create new object types when they're needed? Do you organize things with a modular pattern or use globals?

I'm playing around with the idea of using new object types to store relatively simple data, and it's improved readability over what would otherwise have been lots and lots of arrays. I think using Object.prototype has also made it easier to understand and made it more flexible.

See this example code which I've just started:
https://googledrive.com/host/0B_P4A1paVEPbdkxIWWdiUVlqSkU/types.js

I feel bad about not finishing the polls, but I couldn't really at the moment even if I found the time to work on it. And even if I could finish it, I don't think I'd be able to keep up with bug reports and other continuous management I'd probably have to do, so I don't think anything will come out of it. It was really interesting to learn from though, and I'm surprised I got that far with it.

So if you wanted to add a way to embed strawpoll, that would be fine with me. Although it looks like there isn't as much demand for polling as there was before.

What sort of projects do you have outside of rs? :o

E: Something I discovered and found interesting recently:

function f(a){return function(b){return !b?a:f(a+b)}}
=
f(x_1)(x_2)(...)(x_n)() = x_1+x_2+...+x_n

i

­­
­­<
Blasty
the Blue
>­­
­­
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of Mine Nation

02-Apr-2014 19:27:27 - Last edited on 02-Apr-2014 20:12:39 by Blasty

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Hiya Blasty, good see you're enjoying your computing course, tbh I'd be surprised if you weren't.

Some interesting questions you've thrown out here, I'll do my best to give my opinion.

I'm going to start with more of a philosophical angle on this rather than a technical angle. In many ways OOP and Procedural programming is a mindset. Procedural code can follow some of the fundamentals in OOP as OOP can be written procedurally.

For me OOP is nice because I can see it in my head, objects in code are akin to real world items and I guess my brain makes an analogy that pertains to the real world. This sort of applies to re-usability in an abstract sense, I'll explain next.

I see many people say OOP has better re-usability, and it's kind of true but not true in generic terms. In a sense, a function that accepts an object can accept different object types. When that is taken advantage of, some of OOP's true potential is unleashed...polymorphism.

I avoid the use of globals where possible in javascript. Yes I do use them, but sparingly. This comes more under scope chain management and I'm not sure how other languages handle global and local variables. Fortunately in javascript where data sits, how it is processed and prioritised is well documented and easy to maintain.

In all honesty I'm not well versed in enough languages to feel confident enough to take the Procedural - OOP discussion much further, however the aim here is show what I like about the javascript system, thus I have shown what I like about the OOP system.

Don't worry about the poll, as far as I feel it already served it's purpose :)

As for my projects, I don't have much going on atm, though I'm hoping that will change soon :)

I'll take a look at this later: function f(a){return function(b){return !b?a:f(a+b)}}

Thanks for you post Blasty, I have wondered how you have been doing, and even though I expect you are killing it, it's always nice to get an update from you :)

03-Apr-2014 03:48:49

Quick find code: 261-262-33-65181208 Back to Top