Slashdot Mirror


User: Oberstille

Oberstille's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Garage Credibility on Amateurs Are Trying Genetic Engineering At Home · · Score: 1

    Just remember... it's not in the box, it's in the band.

  2. Re:That's a good thing - trust me on 64-Bit Java For Linux · · Score: 2, Interesting

    They should do what the C standard did to solve this problem. A C int is generally of whatever size the architecture is most easily capable of manipulating. On nearly all modern architectures, this is four bytes, but this is not mandatory. On certain embedded systems, I've seen two (and even three, on a 24-bit DSP) byte integers. The long type (or, in C99, the int32_t type), however, is always 32 bits or four bytes, and that's why both long and int are valuable as distinct types.

  3. Re:If you're getting paid... on Job and Internship Salary Comparisons? · · Score: 1

    As an upperclassman in MIT's computer science department, my summer offers are typically $35-$40/hr plus several thousand for travel and housing, and often other perks. This lines up with a mean gra Negotiate, though! Last summer I took my best offer to the company whose project I liked the most and they matched it without arguing.