Something went wrong. Try again later

kata

This user has not updated recently.

17 27 3 1
Forum Posts Wiki Points Following Followers

kata's forum posts

  • 12 results
  • 1
  • 2
Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

#1  Edited By kata

Think about the way you select bytes from a collection. If you have a piece of memory that holds 16 bytes, then to select one of the bytes you need to feed it an address. This address will be a number from 0 to 15, or from 0 base 2 to 1111 base 2. So the address space is 4 bits. If the piece of memory held 10 bytes, you would want to pass a number from 0 to 9, or 0 base 2 to 1010 base 2. So not only do you waste available address space, but also the piece of memory has to consider that what it gets might not be a valid address.

Now if you put two of these memory modules together and you wanted to address them, how would you do that? For two 16-byte modules all you need to do is to add another bit to the address which tells you in which module you should look. You have natural addressing with numbers 0-31, and in hardware you would have to add a handful of logic gates to handle this. Now if you combine two 10-byte modules you start getting problems. You still have to add another bit to the address. But you either use it as a way to tell form which module you want to select the bytes, Which means that only numbers 0-9 and 16-25 are valid addresses, which is weird, or you have to tack on some machinery that takes numbers 0-19 and selects the right byte from memory.

So you can see that there are at least two clear reasons:

  1. Addresses are numbers in a computer. The most natural way to use them is to have the memory have as many addresses as you can have numbers. A 16-bit integer will address every byte within a 64KB block of memory. If you want to double the memory, just add another bit.
  2. Memory is made by the way of doubling subassemblies. If you look at a ram chip you will see a bunch of smaller 512 or 256 meg chips. You did it yourself if you bought two memory sticks.
Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

Is it just me, or is the simplecast version really quiet?

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

Wrocław, Poland

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

Alias for Electro Man: Electro Body. It's the name it was originally released under in Poland before Epic picked it up.

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

The chat popout page has a stylesheet link that's invalid, so no CSS is applied. This makes the popout chat pretty much unusable.

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

#7  Edited By kata
No Caption Provided
No Caption Provided

This is shipping to an address in Poland. A big issue is that larger ordes scale like crap:

No Caption Provided
No Caption Provided

Avatar image for kata
kata

17

Forum Posts

27

Wiki Points

1

Followers

Reviews: 0

User Lists: 1

I've only followed the site and the Bomb crew for less than a year, but I that was more than enough time for this place to work it's magic. The Bombcast is a bunch of my friends shooting the shit, the Quick Looks are my friends showing me a game they played. I feel like part of a family, and that just makes the loss that much worse.

One of my earliest memories of Ryan is from when I was only listening to the Bombcast and having trouble matching voices to faces and names. When Ryan was talking I only thought of him as 'Hey! It's that guy who is super pumped!'. His passion and love always showed, whether he was talking about something he really liked, or something that he thought was really dumb.

It's incredible how someone who would normally a stranger can become a part of your life. He was a guy I've never met and probably never would. I never actually interacted with him. He lived 10,000km away, on another continent. And here I am, barely making it through a day of work, I suspect holding it together only because of the summerjams. And as soon as I was in my car, I burst into tears.

I'm going to miss Ryan.

  • 12 results
  • 1
  • 2