• OK, it's on.
  • Please note that many, many Email Addresses used for spam, are not accepted at registration. Select a respectable Free email.
  • Done now. Domine miserere nobis.

Search results

  1. Adamastor

    Your favourite coding fonts?

    Inconsolata, worked pretty well for me. BTW I find it weird a thread about fonts / setup in general without pictures! Pics or fake!
  2. Adamastor

    Preferred window manager?

    For tilling I tried awesome, dwm and i3. i3 hits the spot for me, good defaults, intuitive, readable code, everything I wanted
  3. Adamastor

    No Thought and Social Atrophy

    Well, I can somewhat relate with your situation (at least as my younger self). Allow me to share how problematic is the above quote of your answer in my humble point of view: So, doing nothing implies you have to do something and in your case that implies doing something you are not "good at"...
  4. Adamastor

    how did you study in school

    I didn't and I guess I would be pretty happy if I did. When I think about why, it was because: (1) I did not have a suitable environment for studying (I discovered this when I started living alone and made one) (2) I felt more challenged playing online games (3) Didn't have clear...
  5. Adamastor

    Anyone a professional musician?

    As the title says: Are you a professional musician? And if so can you make a decent living? Just curious
  6. Adamastor

    Favorite Programming Language

    If you are into challenges, do a project, something that you want or need, less useful but good nonetheless: copy something. Some ideas: If you are into movies: - A movie suggestion engine: Get data from IMDB, then input your favorite movies and movies you watched, fetch related movies...
  7. Adamastor

    Favorite Programming Language

    Suggest learning and why? Here's my biased view, about some common programming languages. Different languages that will teach you different things. It's a really really long journey: 1. Python/Ruby 2. Java / C# 3. Clojure / Haskell / OCaml 4. C 5. Assembly Easiest to be useful and...
  8. Adamastor

    Project Euler

    As a tool python is quite flexible. Depends on your goal. If you wanna learn syntax I recommend doing a simple web-project or some programming challenges to get comfortable with its types and built-in libraries. For problem solving: I recommend CodeForces and CS academy you'll learn to use...
  9. Adamastor

    Project Euler

    If I understood the problem correctly, it's quite disappointing since the pictures are pretty much irrelevant. (I wanted something visual / geometric!) Simplest solution is: brute-force all 10! (less than 4m) permutations. Which is easy for a modern computer (not surprising since the problem...
  10. Adamastor

    Successful INTP's, what career has made you happy?

    I choose computer programming instead of medicine, so I could be free (got money fast enough to leave comfortably by myself). Dropped out of college tho, courses were mostly interesting but not really my thing going to class and working at the same time. Been working professionally for about...
  11. Adamastor

    Project Euler

    Problem 459 - https://projecteuler.net/problem=459 Looks really interesting too, since it's about "perfect playing" a game with simple rules. I like this type of problem.
  12. Adamastor

    Project Euler

    I thought about problem 67: https://projecteuler.net/problem=67. I lost a lot of time thinking (like 2 hours or so) I had to do something smart (dunno like a magic matrix multiplication or some closed-formula solution), but it was as simple as starting from bottom to top. My first solution...
  13. Adamastor

    Project Euler

    Hmm, save the file and execute it, there's no problem (I am using Python 3). And the output answer is correct. ___ The "i" is "moving ahead" and there's no need use a range or a for-loop or anything like that. because path_sum is a recursive function. The "i" is one of the function...
  14. Adamastor

    Project Euler

    It's no bother, but explain in detail what? The used python built-ins? How to read input? Or the whole solution? If it's about the solution, you can forget about reading input. And hard-code the input values:
  15. Adamastor

    Project Euler

    Oh, I guess the input reading was quite weird. I apologize for that from sys import stdin tokens = map(int, stdin.read().split()) last_row = next(tokens) numbers = list(tokens) The above code reads from STDIN until end-of-file, it also ignores newline characters and...
  16. Adamastor

    Project Euler

    Not sure if I understood your reply... The answer is correct (it was accepted by the site). You could use a multidimensional array, but it unnecessary. Take the sample output: 3 7 4 2 4 6 8 5 9 3 It becomes the following list: [3,7,4,2,4,6,8,5,9,3] Knowing the row...
  17. Adamastor

    Project Euler

    This one is trivial, a simple brute force solution is enough. Here is mine: https://pastebin.com/W8qveutv . No surprises, read all numbers into a list, and accumulated the values (max(left_path, right_path) for number at the top) The other one is more challenging...
  18. Adamastor

    Project Euler

    This one: Maximum path sum I - https://projecteuler.net/problem=18?
  19. Adamastor

    Hello Linux Users.

    This is precisely what most of my Mac / Apple lovers friends say about their OS: "it just works" (for their purposes) plus "It's beautiful" (God no, please BSD's IP stack is beautiful not Mac UI). Not surprising most of them doesn't know what is POSIX and that their "Mac OS" is not a linux.
  20. Adamastor

    Um...Err...Human flesh, anybody?

    I've seen in History Channel (not sure, though) something about eating the brain's out of your enemies out of their skull. That's awsome :D
  21. Adamastor

    How not to be perceived arrogant?

    Apparently people found me really arrogant in the past. And after they knew me they opinion changed, which is weird because I find my self pretty egocentric and arrogant. It never bothered me though, because at that time I didn't pay attention to other people. (see? Maybe I was arrogant then...
  22. Adamastor

    Um...Err...Human flesh, anybody?

    I wouldn't have a problem tasting it or eating it if needed. (whole survival thing. Sounds stupid not eating eating if that is the only mean to survive and such...) Now, if I'd taste it out of curiosity. Hmmmmm... I dunno maybe, just maybe, if some opportunity arises which I can't think of...
  23. Adamastor

    Feeling connected - a real INTP?

    Wow, I wrote quite a bit. I doubt anyone's going to bother reading my whole rambling. But it was nice writing anyway :D ___ Lately, I've been feeling something similar to your "need of people". I too find comfort in people and lately I've been looking for it. Which NEVER happened in the...
  24. Adamastor

    How introverted are you?

    Being introverted was a huge problem for me in the past. I guess I was too imature. After all, being thrown in a extraverted dominated environment from a completely introverted one (parents and siblings quite the radical introverts too) at a young age had quite the unpleasant consequences for...
  25. Adamastor

    Real connections

    I got a familiar feeling not too long ago. And after putting some thought on it, I tried to dig deeper in people. Needless to say I was really disappointed many times, but I was really succesful too in getting some interest and bonding with some people. The thing I found that was most hard...
  26. Adamastor

    Are you an immoral bastard? BBC online test

    You scored 31.5 out of a total of 44. Kinda liked this test, I've wondered about many of the things put there, but for some, especially those at the beginning I was forced to put harder thought in it.
  27. Adamastor

    Focus

    Well, I've always thought that meditating was something like cleaning 'useless' things that were up in your mind. And, in fact, it is much easier to do something more efficiently if that is the only thing you have to bother. So looking in a random situation pragmatically I'd say that...
  28. Adamastor

    Google Ad Prefs a.k.a. Google thinks that I'm a bigger nerd than you!

    Too bothersome to count. I'd say 7-9 from 14, maybe? Besides computer hardware stuff, which I actually despise, I found the list pretty interesting... Srsly, Fantasy Sports WTF?
  29. Adamastor

    Anyone obsessed with violin music?

    I have been recently presented to Sibelius and I really the lyrical and cold feeling of it. Ginette Neveu Sibelius Tzigane is one of my all time favorites, it has such a powerful effect in me. I always feel like diving into the complexities of the non-sensical nature of an abstract...
  30. Adamastor

    What is friendship and do you want it?

    It really doesn't matter the 'thingness' of things, since what is important is satisfying the need to attach to some'thing'. And IMO this need to attach to something is inevitable. Well, it's pretty weird, but according to what I've put before you really could befriend things, and that includes...
  31. Adamastor

    What is friendship and do you want it?

    My definition of frienship I suppose people have to interact with other... (If I remember correctly Nietzsche said something like: "One has not the right to be alone", BTW that is a crappy translation of mine from a crappy portuguese translation of one of his books which I don't remember the...
  32. Adamastor

    Choices in Games

    I have always thought that the matter of making decisions in games was quite delicate. You see, if there is only one path, or at least one correct path things become pretty boring. But it's quite hard to decide or to see when there's one correct path: If you want to be bad, then you'll...
  33. Adamastor

    Maintaining Relationships

    F*c* I've never structured things this way. For me friends would be what Adymus called close friends and I have a difficult even in maintaining those. In other words I didn't even bother with conditional friends, because putting the way Adymus have already put, it is in fact some shallow...
  34. Adamastor

    Are you an Aspie (Assburger?)

    Interesting quiz. Your Aspie score: 106 of 200 Your neurotypical (non-autistic) score: 96 of 200 You seem to have both Aspie and neurotypical traits
  35. Adamastor

    The Go Programming Language

    Sounds interesting. This made me laugh. That's pretty much it. I do not fancy those incompetent programmers that (not exactly that, but I feel this way:) rely too much on the language, this doesn't mean that good programmers are masochists who enjoy doing things the hard way, or...
  36. Adamastor

    Your Castle?

    Hmmm... Although I've already thought about how become a world leader and what my plans for humanity would be, I've never thought about a castle or a place like this. I've always thought that, I wouldn't be able to spend much time in a single place. As a despot it seems pretty silly (just a...
  37. Adamastor

    Reincarnation placement test

    I knew it :angel01:
  38. Adamastor

    does anyone else feel the people in the forum do not match your personality type?

    I have not ever been sure that I should be put as an INTP... This kinda of makes me sad, since I really, really enjoy lurking around here. I've read somewhere sometime ago that some random person considered herself as an E that developed as an I, well, I second that, so that would make me an...
  39. Adamastor

    Mindless Jobs, Mindless Pastimes, Mindless Downtime?

    Now that I have not too many free-time for games, it's kinda of rare for me to spend like 20 hours playing something straight, but it happens when I got the chance (Now I am on school's vacation :D). Thing is that now it happens, it worn me out (It never did before), so I need some kinda of...
  40. Adamastor

    TOP 10 ANIME GO!

    It would be too much hassle to put them in an order... Welcome to NHK! Berserk Cowboy Bebop Clannad (I was too young when I watched Air, so I am not sure which one is better) Mononoke Hime (My favorite movie so far) Grave of Fireflies (Everything from Ghibli is high quality, this one...
  41. Adamastor

    Developing the Weaker Parts

    I have been changing lately and I am not sure if this will help you or not... Anyway, what happened to me was that I got interested in people (I had no interest in them before). This might look a simple thing to do, but it is not this is happening slowly, really slowly, because even...
  42. Adamastor

    The effects of marijuana on an INTP

    Not sure, but I think that the things I put in bold are not well seen for many in the scientific world... Especially with the vitamins, etc, it is a matter of dosage, now comparing with weed does the substances responsible for the benefits, cool effects or something like that are, well...
  43. Adamastor

    In fact your guesses were pretty accurate o.o Truth I am horrible with virtual identities, thus...

    In fact your guesses were pretty accurate o.o Truth I am horrible with virtual identities, thus I borrowed the name of a creature of portuguese literature: Adamastor. Its description IMHO is pretty close to slimy old man or troll of junklands... Anyway, the avatar is from a big bad giant who...
  44. Adamastor

    INTP's and crying

    I always got the impression that I kinda of "put my defenses off" (with may be some kinda of crying's inertia) and cried, this has always bothered me, because even though this works decently, it always feel like I am but a imitation of a human, a creature that did it naturally or, at most...
  45. Adamastor

    The Development of INTP Children

    Even though there a few differences, your story is pretty similar to mine. I always got the impression that I was isolated from my colleagues, I was an uber perfectionist and feared making mistakes because I believed that I would be "happy" if there were no points to people tackle on, in...
  46. Adamastor

    Forums, Blogs and Tweets. Oh my!

    O.O I know what you mean. Personally, I believe that forums are interesting to discuss because, differently from a formal debate, discussion, well, there is less formality, and you can spill a lot of rubbish, which may be productive, that is a good thing. Unfortunately, I got the...
  47. Adamastor

    Merely Human? That's So Yesterday

    Did you guys read Isaac Asimov's The last question? There are some things that are just fascinating in this text, though I got the impression that he was way too optimistic for my liking... The thing is the concept of being human will get blurrier as far as I understand it, I am still rather...
  48. Adamastor

    Why are Feelings so important ?

    I always thought about it this way: In fact these whole thing of doing to the other what you are wouldn't want someone else to do it with you is irrelevant. The thing you should not get on the the bad side of everyone you meet because of the simple fact that you are a pathetic human, which...
  49. Adamastor

    Carbon Nanotube marries Silicon Quantum-Dot

    HaHa, not sure if you understood what they really are, but it is quite interesting to think about it. IMHO, it is a matter of reducing the number of unused photons: I would put quantum-dots inside the nanotube, so when incoming photons shinned on the nanotube they would generated the...
  50. Adamastor

    Programming

    Personally, I believe that mathematical thinking helps you to develop substancial quality in your writing, since it helps you to make yourself clear, this does not implies, for instance, that you are some kind of poet or anything like that... It is curious though, how mathematics have a pretty...
Top Bottom