Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - JanuZ

#1
New World / Character names
September 28, 2021, 12:01:19 PM
JanuZ
.
#2
Me, Varg and possibly kreuz will be going alliance on gehennas with a large group from vanilla aszune players most from righteous.
#3
dMw LAN XXVI / LAN XXVI Booking Form
August 28, 2014, 02:16:09 PM
was about to order tickets when I saw an email about one of my exams being moved from 12th to 17th of october, so I will not be able to attend this year.
#4
Technology Section / Laptop for University
August 17, 2014, 05:11:03 PM
I just bought a Asus N56J since I needed a lighter laptop for school and I am pretty happy with it though haven't used it that much. My requirements were mostly similar to yours though I don't care that much about battery. Else I was looking for enough memory, 15.6" screen with 1920x1080 resolution. I got mine for 900$ but original price was 1200$.

Edit: Here are exact specs of what I got

http://www.newegg.com/Product/Product.aspx?Item=N82E16834231705&ignorebbr=1
#5
dMw LAN XXVI / LAN XXVI Booking Form
August 12, 2014, 11:41:58 AM
I am waiting for my midsemester Exam dates before deciding if I come or not this year. They are either the week before or after the LAN.
#6
Seriously though ... / NFL Game Pass
July 28, 2014, 12:51:53 PM
Thought this was fitting with pre-season starting soon.

http://notalwaysright.com/a-boy-for-all-seasons/38766
#7
It's my Birthday! / World Cup
July 09, 2014, 10:58:24 AM
I was discussing with my brother if Podolski had played this World Cup or not and found this article after the game.

http://www.mirror.co.uk/sport/football/world-cup-2014/world-cup-2014-lukas-podolski-3819684

Thought it was hilarious :D
#8
Seriously though ... / Sports Inuries
May 05, 2014, 01:40:56 PM
http://www.telegraph.co.uk/sport/football/teams/tottenham-hotspur/10433204/Concussion-debate-sparked-by-injury-to-Tottenham-goalkeeper-Hugo-Lloris-is-raised-in-Parliament.html
Earlier this year in the Premier League. I remember how shocked I was that the keeper talked himself into staying on the field. The physio clearly meant he should be subbed but didn't have any way to force him of the field and neither did the ref. It is not only the American football though that is focused on head injuries. Other american sports like NHL has had a lot of focus on it and NBA has automatic flagrant foul even for incidental elbows to the head. It is just us here in europe that are behind.

Even though concussions are serious, they are still noticeable injuries though ramifications can be hard to predict. I am more worried with the ammount of deaths related to heart problems in sports. Many of these people who pressure their heart to the maximum in competition have never taken an EKG. It isn't an insane ammount but looking at this list there are way to many heart attacks of people in the age of 18-30. In most cases these are caused by heart defects and if said defect was known they would be able to compete at the same level with a slightly adjusted training regime. It was a huge shock here in Norway a couple of years ago when swimmer Alexander Dale Oen died of heart failure after training at the age of 26.

PS: freak occurance, was called by Foundation for Heartsick children while writing this.
#9
just a note on the clan, you have to search in English(British) to find it not just English
#10
I have seen quite a lot of people online since 2.0 was released and expect that some others will pick it up again. I have generally liked the changes so far but how good the expansion is will completely depend on how good adventure mode and rifts will be.

I do think leveling is slightly too easy now. I leveled a wizard from 1-60 in 7 hours played and had to lower the difficulty to not hit 60 before Asmodean (guaranteed legendary from first kill of act bosses if 1-59 and 1-60 for diablo)
#11
It's my Birthday! / Canada Vs USA Ice Hockey
February 24, 2014, 12:45:04 PM
I was hoping for a repeat of this in the women's final. There might be more fighting in men's hockey but there is no 1 on 1 in women's hockey :D

[video=youtube;7VocnwYpbfo]http://www.youtube.com/watch?v=7VocnwYpbfo[/video]
#12
Talked to TL about the clash of B-R5RB and what really happened instead of what mainstream media is reporting about it.

This is a link to the Developer blog reporting on that event.
And this is a link to an article written by an Eve online player created for people that don't play the game explaining the fight and how some mechanics work around it.
#13
I have been looking into starting with it, Have played before a few games but no more than that. I have also been considering if I should change my server since I have an account on Nordic/East but West might be more commonly used here
#14
Technology Section / Learning C++
January 16, 2014, 11:42:10 AM
I would say learning the SOLID principles is the most important for good code design.

Can't remember where I read about it first but http://www.c-sharpcorner.com/UploadFile/akkiraju/s-o-l-i-d-design-principles-explained-part-1/ is a decent starting place for reading up on it.

Understanding SOLID and implementing it requires good understanding of Coupling and Cohesion.
#15
Technology Section / Learning C++
January 15, 2014, 03:18:49 PM
I started following this when I started dabbling with c++ but it was a little basic for me since I knew other programming languages from before.

https://cs50.harvard.edu/

I also looked at stanfords cs106, the cs106a has changed to java which is meant for the beginner programmers but cs106b is still c++. The lecture videos on http://www.stanford.edu/class/cs106b/ are from 2008 and cover both a and b at the time but the assignments for B are harder then A if I remember correctly.
If you prefer books I recommend C++ Primer 4th edition which is very good.

Edit: Forgot to mention, it can be very hard to change from different versions of Visual Studio, so if you try the stanford assignments install VS2008 and use that instead of trying to convert it to newer VS.