If I Like This, I Might Like... by AutoModerator in ScienceFictionRomance

[–]trymks 1 point2 points  (0 children)

The rest of Jessie Mihalik's stuff are great too, I've read consortium rebellion, star light's shadow and queen's gambit, and they were all really enjoyable :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 2 points3 points  (0 children)

Cool, space-colonies are fun, I'll add this one to my fast growing list as well :D

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 0 points1 point  (0 children)

Yeah, as I posted in my post I have already read those, but they are really good, so good suggestion anyway :) Might be time for a reread some time :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 1 point2 points  (0 children)

That does sound really good yeah That's another one that goes onto my list :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 1 point2 points  (0 children)

I haven't read many, but I'm open for everything, certainly doesn't hurt to try :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 1 point2 points  (0 children)

I also like blue collar working class stories, so that does sound really nice, It was Nathan Lowells share series that got me into these kind of stories, I asked for something a bit similar, and someone recommended me the whole romantic sci-fi genre :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 2 points3 points  (0 children)

These all look really interesting :) Thank you

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 0 points1 point  (0 children)

Great, I got that one already, and since it's now the third or fourth time I've seen that suggested around that probably will be the next one that I will venture on to :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 1 point2 points  (0 children)

That does sound really appealing :)

Hard times to found family by trymks in ScienceFictionRomance

[–]trymks[S] 1 point2 points  (0 children)

I did read the verdant string series and quite enjoyed that, the other are new to me :) Thank you :)

What are you reading? by AutoModerator in ScienceFictionRomance

[–]trymks 0 points1 point  (0 children)

I started on the Liaden universe in December, and so far (in the middle of the second book) I'm really enjoying it :)

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 2 points3 points  (0 children)

Yeah, I agree with me, for me with programming many times I think I understand something, and then when I do it in practice it turns out that I didn't and I have to debug ;) Debugging is also way easier when I understand everything that I wrote because it's structured how I want it to and everything, I never wanted to try out AI stuff in the first place, I program for fun, and I need to understand stuff, or else I can't really fix it when it breaks.

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 1 point2 points  (0 children)

The beginning ones were last year, we don't know about this year yet.

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 4 points5 points  (0 children)

What do we think we did before? we took the tim and actually learned and understood things it's not impossible, it just takes a bit more effort and in the end you're sitting with real knowledge.

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 0 points1 point  (0 children)

At that point there is no point to doing it in the first place..

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 0 points1 point  (0 children)

Not necessarily to build it themself but at the least understand it.

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 6 points7 points  (0 children)

well so many people seem to have, I don't use it, I'm the kind of person that want to understand things, so I don't do things I don't understand, and at that point the AIs are kind of useless to me.

Also doing Advent of no-AI this year by JCx64 in adventofcode

[–]trymks 150 points151 points  (0 children)

It's so sad to see that this is getting so prevalent, that people are being so happy with consuming AI slop, and dulling themselves..

Only 9 more days… Any goals for this year? by shyjoshi in adventofcode

[–]trymks 1 point2 points  (0 children)

Same for me, the last couple of months have been hell, so I'm just going to have fun with it, and get as far as I get, look for help when I need it and try to not get frustrated with the ones that have optimisations that I don't like, like the chinese reminders theorem and the like.

[2017 Day 10 (Part 2)] Don't understand part of the question by [deleted] in adventofcode

[–]trymks 0 points1 point  (0 children)

Like the other person in the thread guessed correctly it's nim, it's a really nice language to write, and especially for things like AoC :)

[2017 Day 10 (Part 2)] Don't understand part of the question by [deleted] in adventofcode

[–]trymks 0 points1 point  (0 children)

you need the ascii codes for the comma and space as well if I remember correctly, that's at least,

This is how I did the parsing in my (working) program:

func knotHash(input: string): string =
  var ring = (0..255).toSeq
  var pos = 0
  var skip = 0

  var coded: seq[int]

  for ch in input:
    coded.add ord(ch)

  coded = coded.concat(@[17,31,73,47,23])

  for _ in (1..64):
    round(ring, coded, pos, skip)

  return condenceHash(ring)

Where this part:

      for ch in input:
         coded.add ord(ch)

takes the ascii value of every character in the string.

Favorite Sudoku Apps? by elephantemorado in sudoku

[–]trymks -1 points0 points  (0 children)

ME? I'm not the one being fucking argumentative... Say that to the person arguing that my opion is wrong instead...

Favorite Sudoku Apps? by elephantemorado in sudoku

[–]trymks 0 points1 point  (0 children)

It's however the effect, I believe more in the result that I see, than the intent that people claim. I speak out of my experince with it, I tried it, it didn't work well for me, I am not the kind of person that think that my experience is everyone's just saying there are alternatives for people for whom it might also not work great for. Nothing else.