674
10001 (mander.xyz)
top 47 comments
sorted by: hot top controversial new old
[-] cobysev@lemmy.world 165 points 9 months ago

For anyone who doesn't want to do the conversion, that's 17 days.

[-] yardy_sardley@lemmy.ca 85 points 9 months ago
[-] Dabundis@lemmy.world 42 points 9 months ago

Mmm yes. 5 bit two's complement.

I shouldn't make fun of it we've definitly made some ISA that weird.

[-] swag_money@lemmy.world 2 points 9 months ago

what's the general rule for translating negatives from binary? did you just do like 17 - 2 • (-1) or something?

[-] yardy_sardley@lemmy.ca 5 points 9 months ago

I used what known as 2's compliment. Take the complement (flip all the bits - here that would give you 01110 which is 14) then add 1.

[-] swag_money@lemmy.world 1 points 9 months ago

thanks for the explanation! could you express it as a NOT operation plus one? like is that how it would be processed at a low level?

[-] computergeek125@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

My low level is a tad rusty from when I learned the C side in school, but if I recall the not operator resolves as a single Boolean (0 or 1 in true C), whereas compliment comes back as however many bits you put in - a not operation per bit.

In C, the not operator is ! and the compliment operator is ~

[-] Entropywins@lemmy.world 5 points 9 months ago
[-] scholar@lemmy.world 1 points 9 months ago
[-] deadcade@lemmy.deadca.de 5 points 9 months ago

As in, 0x11 is 17 in decimal.

[-] humblebun@sh.itjust.works 1 points 9 months ago

I did and I regret it

[-] Hjalamanger@feddit.nu 101 points 9 months ago

It's even worse considering that they only have five boards. They expect at least one accident every month

[-] Gormadt 21 points 9 months ago* (last edited 9 months ago)

I work in the LTL freight industry, if we go 30 days without an accident or an injury we get a free BBQ day with unlimited food for everyone. We're talking burgers, hotdogs, chilli, chowder, chips, drinks, etc. Sometimes they even do catering. Our last one they did Hawaiian Food for 2 days (they got too much) which definitely made everyone happy.

I've been there for almost 10 years, we average about 2 per year.

Edit to clarify: 2 BBQs per year. We're really good as getting hurt.

[-] kraftpudding@lemmy.world 6 points 9 months ago

I wonder if that's still cheaper, because it makes people value safety of others but also because it raises the burden to report smaller accidents and workmans comp fraud because of peer pressure.

[-] smeenz@lemmy.nz 2 points 9 months ago

The cost is in the lost productivity from having someone off work with injuries. A barbecue every 6 months seems like a bargain.

[-] Gormadt 2 points 9 months ago

It really is, the average time loss injury in our company is usually upwards of 30k down the drain. And just an accident can be catastrophic in terms of cost as well.

A BBQ compared to that is nothing.

[-] smeenz@lemmy.nz 4 points 9 months ago
[-] Gormadt 5 points 9 months ago

Less than Truck Load

Basically if a company want to ship pallets of crap but they don't have enough to justify using their own truck

Think TForce, YRC, Oak Harbor, FedEx Freight, etc.

[-] smeenz@lemmy.nz 3 points 9 months ago

Right. I'm not American though, so I don't recognise any of those companies except for FedEx.

[-] Gormadt 2 points 9 months ago
[-] I_am_10_squirrels@beehaw.org 4 points 9 months ago

Less than truckload

[-] wise_pancake@lemmy.ca 33 points 9 months ago

It’s a great way to save on number boards

[-] celia 31 points 9 months ago

Not so much on board space

[-] spankmonkey@lemmy.world 22 points 9 months ago

You can save if your lab is unsafe enough!

[-] synae@lemmy.sdf.org 2 points 9 months ago

Perverse incentives

[-] xenoclast@lemmy.world 26 points 9 months ago

It bothers me it's not in 4 bit "bytes" even though I know it's just a convention for computers

[-] Kazumara@discuss.tchncs.de 9 points 9 months ago

The four bit sections of eight bit bytes are called nibbles, you know because nibbles are small bites

[-] xenoclast@lemmy.world 2 points 9 months ago

Ugh jeez.. right. I literally always mess that up

[-] satans_methpipe@lemmy.world 3 points 9 months ago
[-] Revan343@lemmy.ca 7 points 9 months ago

That's a matter of convention, not technical definition. A byte can be any number of bits, depending on hardware. For a while 6 bit bytes were common. RFC 791 refers to an 8 bit byte as an octet

[-] Kazumara@discuss.tchncs.de 2 points 9 months ago* (last edited 9 months ago)

RFC 791 refers to an 8 bit byte as an octet

French-speaking people do too it seems. On second hand websites in Switzerland you always see that some disks are listed for e.g. 250 Go and others for 250 GB, depending on the first language of the seller.

[-] smeenz@lemmy.nz 4 points 9 months ago

4 bits is a nybble

[-] xenoclast@lemmy.world 1 points 9 months ago

Yes. I am dumb.

[-] finitebanjo@lemmy.world 2 points 9 months ago

You can do all of math in binary, it isn't just for computers. In fact, the proof for "Russian Peasant Multiplication" was written in binary.

[-] ziggurat@lemmy.world 1 points 9 months ago* (last edited 9 months ago)

So you can do all mathematical operations in binary, but you can't represent all numbers in binary like 0.3, which is a repeating number, and had the same issues as a number like 1/3 in decimal where you can't avoid rounding errors

It's worth noting that 1/3 is also a repeating number in binary. 0.01010101....

While 0.3 is in binary 0.0100110011001100...

[-] finitebanjo@lemmy.world 3 points 9 months ago* (last edited 9 months ago)

I'm not sure what sort of point you think you're making but 0.0100110011 in binary is only 0.065% off from 0.3, but how often would you organically encounter 0.3?

Many fractions in decimal are also repeating numbers or very long trailing numbers, I especially encounter a lot when working with time which is base 60.

[-] TragicNotCute@lemmy.world 23 points 9 months ago

I love the leak in the other room. Get ready to reset the counter folks!

[-] Feathercrown@lemmy.world 22 points 9 months ago

It's telling that their counter only goes up to a month

[-] madjo@feddit.nl 17 points 9 months ago

-1 days? (or 17, without the overflow)

[-] tetris11@lemmy.ml 13 points 9 months ago* (last edited 9 months ago)

Twos complement (invert the bits then add one), so its -15 days.

Otherwise 00000 and 10000 would paradoxically both equal 0 and make bitwise equality checks very difficult.

[-] madjo@feddit.nl 2 points 9 months ago

Good point!

[-] troyunrau@lemmy.ca 16 points 9 months ago

The author of this comic has a number of excellent coffee table compilations: https://www.tomgauld.com/comic-books-v2 (unaffiliated -- I just like them :))

[-] pyre@lemmy.world 2 points 9 months ago

i like their style, very pleasant and original

[-] Seraph@fedia.io 12 points 9 months ago

They've never gone more than a month without an accident? Find a new work place immediately!

[-] Gormadt 5 points 9 months ago

With a large enough workplace in the wrong industries it's really easy to have something that could count against it.

I work in the LTL freight industry, we get quite a few.

[-] MehBlah@lemmy.world 2 points 9 months ago

I totally got that without the text bubble.

this post was submitted on 17 Oct 2024
674 points (100.0% liked)

Science Memes

16144 readers
1013 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS