this post was submitted on 31 Jan 2025
426 points (96.5% liked)

TenForward: Where Every Vulcan Knows Your Name

4096 readers
773 users here now

/c/TenFoward: Your home-away-from-home for all things Star Trek!

Re-route power to the shields, emit a tachyon pulse through the deflector, and post all the nonsense you want. Within reason of course.

~ 1. No bigotry. This is a Star Trek community. Remember that diversity and coexistence are Star Trek values. Any post/comments that are racist, anti-LGBT, or generally "othering" of a group will result in removal/ban.

~ 2. Keep it civil. Disagreements will happen both on lore and preferences. That's okay! Just don't let it make you forget that the person you are talking to is also a person.

~ 3. Use spoiler tags. This applies to any episodes that have dropped within 3 months prior of your posting. After that it's free game.

~ 4. Keep it Trek related. This one is kind of a gimme but keep as on topic as possible.

~ 5. Keep posts to a limit. We all love Star Trek stuff but 3-4 posts in an hour is plenty enough.

~ 6. Try to not repost. Mistakes happen, we get it! But try to not repost anything from within the past 1-2 months.

~ 7. No General AI Art. Posts of simple AI art do not 'inspire jamaharon'

~ 8. No Political Upheaval. Political commentary is allowed, but please keep discussions civil. Read here for our community's expectations.

Fun will now commence.


Sister Communities:

!startrek@lemmy.world

!memes@lemmy.world

!tumblr@lemmy.world

!lemmyshitpost@lemmy.world

Want your community to be added to the sidebar? Just ask one of our mods!


Honorary Badbitch:

@jawa21@startrek.website for realizing that the line used to be "want to be added to the sidebar?" and capitalized on it. Congratulations and welcome to the sidebar. Stamets is both ashamed and proud.


Creator Resources:

Looking for a Star Trek screencap? (TrekCore)

Looking for the right Star Trek typeface/font for your meme? (Thank you @kellyaster for putting this together!)


founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] TheGrandNagus@lemmy.world 36 points 5 days ago* (last edited 4 days ago) (6 children)

This is up for debate, with computer prefixes now officially aligned with the standard SI prefixes.

You'll often see a GB meaning 1000MB, and a GiB (gibibyte) meaning 1024MB.

The ISQ (International System of Quantities) and IEC (International Electrotechnical Commission) refer to it that way, and so do many others.

But then again, some keep the more traditional 1024MB is a GB system, and maintain that the SI prefixes shouldn't count in computing because the base 2 1024 is close enough and it's the way we traditionally did it. I think Microsoft still does, for example.

In the past, that system was close enough. After all, an additional 24 bytes or kilobytes is a tiny amount. But now that we're getting into super huge data sizes, the gap is significant. 8 terabytes by the official scale is 8 trillion bytes, but by the "traditional" scale it's 8.8 trillion bytes, a pretty sizable difference!

In a way, 999 and 1023 are both correct. But 999 is technically the standard, and has been for a while.

[–] TimeSquirrel@kbin.melroy.org 14 points 5 days ago (5 children)

Programmers like 1024, because that's how binary works when you keep doubling bits, and it's cleaner and more intuitive when you're working with low level code. Normies like 1000.

[–] Valmond@lemmy.world 9 points 5 days ago (1 children)

But they stole our beloved kB, MB, GB etc and we have to live with the stupid kiB, MiB etc.

[–] TheGrandNagus@lemmy.world 6 points 5 days ago* (last edited 4 days ago)

Those measurements still exist, they've just been renamed into the somewhat more awkward KiB, MiB, GiB, etc. I'm aware changing the terminology – while resolving the inconsistency with other things that get measured with SI-prefixes – creates issues, though.

Well, I say they've been renamed, it's actually a bit of a shit show.

Take a USB drive and plug it into a Windows PC and everything appears a different size compared to on Mac, because they define MB/GB/TB/etc differently to one another.

Linux of course depends on your distro and desktop environment, but virtually all of them pick either GB or GiB and actually mean what they say they mean.

[–] Redex68@lemmy.world 1 points 4 days ago (1 children)

Nowadays most programmers don't need to care about working with bits directly. And in general, it's much better if the system is aligned with literally every other measurement unit in meaning. I also think it's oftentimes deceiving exactly because it's so close to 1000 that you just behave like it is, untill it actually starts making a difference at larger scales.

I think that for most people in 99% of usecases it would be better for MB to actually mean mega, and for the 1% you can clarify with MiB that it's 1024.

[–] TimeSquirrel@kbin.melroy.org 1 points 3 days ago

I suppose if you're staying in a high level like JS, yeah, but if you're sitting there defining the width of your types with stuff like uint16_t or int32_t, you probably want to be using the former system.

[–] frigidaphelion@lemmy.world 2 points 4 days ago (1 children)

how dare you go against the nagus!

[–] EmpathicVagrant@lemmy.world 2 points 4 days ago

It’s just Rom getting used to throwing his weight around, too polite to be any other.

[–] BakerBagel@midwest.social -1 points 5 days ago

It's because decimal is a terrible number system. If we had gone with dozenal numbers instead everything would be perfect. Instead we have a shitty counting system that leaves tons of headaches.

[–] lengau@midwest.social 1 points 3 days ago

This is why my band is called 953 Mebibytes.

[–] wischi@programming.dev 2 points 3 days ago

Great summarized, especially the "close enough" part. If you think about it this situation never would've happened if we would have based the majority of the computer designs on ternary instead of binary. https://zeta.one/kilobyte-is-1000-bytes/

[–] HexesofVexes@lemmy.world 2 points 5 days ago (1 children)

So, to my limited knowledge, all digital storage is still based on the idea of a switch indicating a 0 or a 1. So, in terms of data storage, you're using those switches and base 2 is imposed.

You technically cannot build 1000MB of storage because your entire storage system is based 2. Being off by 24 isn't great, but manageable. However....

Let's call a KB 1000 bytes, and 1MB 1000 KB: we end up 1MB as 1,000,000 bytes, and 1GB as 1,000,000,000 bytes rather than 1,073,741,824 bytes, ~7.4% off! This error compounds as we go up in units, and quickly leaves one so far from physical hardware as to question one's sanity!

The real reason for the change is likely to be a little darker - 1.1TB sounds better than 1TB when trying to sell storage ("we give 10% more!").

[–] Redex68@lemmy.world 4 points 4 days ago (1 children)

You absolutely can build 1000MB storage, literally almost all SSDs to my knowledge use SI units for storage (meaning 1TB = 1000GB). E.g. here, first link I found https://www.crucial.com/ssd/t705/CT2000T705SSD5

under footnote 6. 1 GB = 1 billion bytes

[–] HexesofVexes@lemmy.world 1 points 4 days ago

Good point, I was thinking in terms of addressing being base 2 - (so when you call a memory address you're working in base 16 normally).

Also that rather affirms the idea - selling less while disguising it as more seems a more likely genesis.

[–] nemanin@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

I’m old and did not know this. Huh.

Still 1024 in my heart.