General discussion

Discussion in 'General Off-Topic' started by Car crusher, Apr 4, 2014.

  1. Wolf

    Wolf
    Expand Collapse

    Joined:
    Feb 21, 2014
    Messages:
    285
    Re: General discussion chat

    I have problems...
     
  2. Quannix

    Quannix
    Expand Collapse

    Joined:
    Feb 11, 2014
    Messages:
    66
    Re: General discussion chat

    I've used Python and I've never had any problems personally. I do plan on getting into Lua though.
     
  3. HadACoolName

    HadACoolName
    Expand Collapse

    Joined:
    Aug 3, 2013
    Messages:
    1,931
    Re: General discussion chat

    Yeah that's been clear from day 1. ;)

    Just playin mate
     
  4. BlueScreen

    BlueScreen
    Expand Collapse

    Joined:
    Apr 5, 2014
    Messages:
    624
    Re: General discussion chat

    The only way to take down Steam is by releasing Half-Life 3.
     
  5. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Re: General discussion chat

    Virtual filesystem : Check
    LUA Interpreter : Check
    Converting C# to Lua : Working on it

    (imported from here)
     
  6. luchvk

    luchvk
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    252
    Re: General discussion chat

    My computer is fully restored and operating how it should :). Well I've learned my lesson. Don't copy and remove what you're not familiar with (especially with "Cut" :/ ).

    Now I have to get all of my games and programs reinstalled.
     
  7. negativeice

    negativeice
    Expand Collapse

    Joined:
    Jan 21, 2013
    Messages:
    37
    Re: General discussion chat


    lol, the same thing happened to me :p
     
  8. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    Re: General discussion chat

    I added extra cooling on laptop. IT WORKS TOO. i had a empty optical drive bay that i put another heastspreader in. then i connected it to the original heatsink/pipes.
    currently with Google chrome and 2 other programs open, im at 44c. That was the idle temperature of it before!
     
  9. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Re: General discussion chat

    For school i program with vb.net with ms visual studio 2012 making it my primary language at the moment, although i would much prefer to be using c#.
    I would 100% agree that if you do not indent your code as well as add at least a bit of commenting then you are bad and you should feel bad. Adding those two things takes next to no time in notepad so it should be just as easy in whatever IDE that you use. Many will do it for you which is ideal. People who dont use decent variable names are also bad and should also feel bad. If you do none of the above then you are a true monster :p
     
  10. logoster

    logoster
    Expand Collapse

    Joined:
    Sep 5, 2012
    Messages:
    2,084
    Re: General discussion chat


    AHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA

    man i knew they were bad, didn't know they were THAT bad
     
  11. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    Re: General discussion chat

    VB.NET, also an ugly abomination, might aswell use C# anyway :p

    But yeah, I dont get the lack of indentation. When I want a plain old text editor rather than a full blown IDE I use GEdit or Nano, both of which do automatic maintaining of indentation and tab to space conversion and vice versa (as well as mass removal of spaces to dedent).
    I don't care how you indent the code whether it be 4 spaces, a tab, 7 spaces, 3 or what as long as its consistent (python again doesnt mind, will recognise anything as long as the entire document is 100% consistent, convention is 4 spaces, google use 3 spaces, heard of both 2 and 6 being used by various companies, of course most languages dont have indentation forced as part of language). Curly brace location (on relevant languages), again, consistency is key.

    Variable names. Pick a scheme, stick to it. var1 is alot harder to debug than iPersonAge when using an integer to store the age of a person, although I'd use personAge rather than iPersonAge. person_age or PersonAge would equally be valid if consistent. I capitalise&underscore constants though so it would become PERSON_AGE if it was constant.



    It takes no additional time to make your code readable, its not even for the aid of others, its for the developer too.
     
  12. Bubbleawsome

    Bubbleawsome
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    1,887
    Re: General discussion chat

    There is a thing around the web called coding messages from my past self. Has stuff like "dear future me, I was drunk in lines 400-427. God knows what it means" and "if you're opening this for class, remember mitochrodia is the powerhouse of the cell"

    IRCchats is also a hilarious twitter.
     
  13. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    Re: General discussion chat

    Dear SQL inner join, you are awesome, sincerely - database noob
     
  14. BaronRedStorm

    BaronRedStorm
    Expand Collapse

    Joined:
    Jul 12, 2014
    Messages:
    817
    Re: General discussion chat

    Ugh, i think i am catching a cold :|
     
    #8114 BaronRedStorm, Dec 5, 2014
    Last edited: Dec 5, 2014
  15. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Re: General discussion chat

    Making a room booking system for my A-Level computing project. It uses a Microsoft access sql database because that's what my school teaches meaning i cant modify the database from home because Microsoft will only let you change it if you have access installed. Although you can add and remove records from the database just fine. But we had to code all of the data adapter etc stuff ourselves since apparently you loose marks for using the Microsoft wizard, honestly it wasn't too bad.
    I don't mind vb.net, it does a pretty good job at what it does and is very similar to c#.net in how it functions, it just looks a bit more like the English language which is why the school uses it.
     
  16. VeyronEB

    VeyronEB
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    1,537
    Re: General discussion chat

    YES :D

     
    #8116 VeyronEB, Dec 5, 2014
    Last edited by a moderator: Oct 21, 2015
  17. logoster

    logoster
    Expand Collapse

    Joined:
    Sep 5, 2012
    Messages:
    2,084
    Re: General discussion chat

    technically were already using a street legal like game (or at least eventually to be)


    http://www.beamng.com/threads/597-Game-modes?p=7409&viewfull=1#post7409
     
  18. VeyronEB

    VeyronEB
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    1,537
    Re: General discussion chat

    Pretty sure the game will be out long before that actually happens.
     
  19. Dennis-W

    Dennis-W
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    388
    Re: General discussion chat

    Built a new quadcopter today #forsale
     

    Attached Files:

    • uploadfromtaptalk1417815392209.JPG
    • uploadfromtaptalk1417815416814.JPG
  20. Kitteh5

    Kitteh5
    Expand Collapse

    Joined:
    Oct 24, 2012
    Messages:
    275
    Re: General discussion chat

    So, today I bought this. http://www.dollartree.com/household...-Stereo-Speakers/500c548c548p341469/index.pro
    Testing the frequency response by ear now.
    EDIT:
    I hear nothing below 250Hz, and they are quite quiet.
    Also bought a pair of earbuds for a replacement for my Monoprice 8323's while they get RMA'd. I had to resolder a wire internally, and the earpads are all ripped up and flaked.
     
    #8120 Kitteh5, Dec 5, 2014
    Last edited: Dec 5, 2014
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice