the specialized datasystems one is very cool, we are learning about creating query systems that can take an image as the query and return similar images
@DzekTrek There's someone complaining that the wiki blackout will ruin their research on their thesis, since they'll lose a value shotgun resource saving time.
What ticks me off, instead of sharing actual bandwidth, they share a fixed value, that decreases exponentially with active population. Let's say you have 50 on a line, and 5 people are on that line, they give each 12 for short bursts and 6 if one person's on. Then 5 if two are on, and 1 if all five are one. There's far more than 5, but with all five on they get less than dsl connection. The rest of the bandwidth is just sitting there.
I've never experienced this slowdown on my dsl. It's always been pretty constant. DSL is rationed by distance due to the technical limits of it (6km cap)
Hehe, but that actually cost the ISP a lot, since they had installed amplifiers to allow farms to have ISDN, but those are digital amps, and they have to be dug out to replace the line.
So 1 farmer can have 256kbits and pay a tiny monthly fee for it
The american army was stationed here a few years ago. They had a limit of 56k connections back in the day. So all the houses there were fitted to allow for that.
so i guess you are assuming that for an entry i can assume that index correponds to function pointer, storing the location of virtual function which has to be called.. for example 0th entry corresponds to location 1st virtual function in class and so on
Eh, I don't really have time. The point is, having a table with function pointers lets you use another implementation at runtime, as opposed to static dispatch where all the function addresses are hardcoded into call sites.