ricdeh

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

Then burn your media onto DVD or Blu-Ray or M-Disc

[–] ricdeh@lemmy.world 12 points 1 week ago* (last edited 1 week ago) (1 children)

It would only be fair. But who cares? There was enough material before already. USA is ridiculous in its own ways, just like any nation. But they never had any sort of moral superiority, not when they enslaved all African Americans, attacked Mexico, invaded Puerto Rico, nuked Japan, bombed Germany, Korea and Vietnam, sabotaged Cuba, ruined South American democracies, supplied arms to Afghan religious fundamentalists, conquered Afghanistan, dismantled Iraq and Middle Eastern stability, aided Israel in the systematic displacement of Palestinians. This is just another low.

[–] ricdeh@lemmy.world 10 points 2 weeks ago (4 children)

Where did you get that from? Why should Lemmy be hostile to that? We often get posts about donating to valuable projects and such.

[–] ricdeh@lemmy.world 40 points 2 weeks ago (7 children)

Funny way to misspell vim

[–] ricdeh@lemmy.world 13 points 3 weeks ago (1 children)

Not everything revolves around money. It is a hobby, in the first place.

[–] ricdeh@lemmy.world 3 points 4 weeks ago

A bug it is not, a feature it is.

[–] ricdeh@lemmy.world 1 points 1 month ago (1 children)

It's not allowed with books

Have you ever heard of the mysterious places called "libraries"? IA does not "republish" anything, it is an archive.

[–] ricdeh@lemmy.world 8 points 1 month ago

Not really sad. Coppola is an artist, first and foremost, and he said that he doesn't care whether the film will be financially successful. It is a passion project financed at least partially from his own money, and to be his magnum opus.

[–] ricdeh@lemmy.world 1 points 1 month ago

One of 8.22% 🥰

[–] ricdeh@lemmy.world 1 points 1 month ago (1 children)

Nah 4K is wonderful. The higher the pixel density, the better the display (for me at least)

[–] ricdeh@lemmy.world 0 points 1 month ago (1 children)

Blender can absolutely be great at creating precise geometry, one just needs to know how to properly use the tool. Yes, the workflow will be much different than in other CAD, but principally, Blender is just as good as any other, or even better due to a more extensive development history and greater degree of maturity.

 

So I understand that the subnet mask provides information about the length of the routing prefix (NID). It can be applied to a given IP address to extract the most significant bits allocated for the routing prefix and "zero out" the host identifier.

But why do we need the bitwise AND for that, specifically? I understand the idea, but would it not be easier to only parse the IP address ~~string~~ sequence of bits only for the first n bits and then disregard the remainder (the host identifier)? Because the information necessary for that is already available from the subnet mask WITHOUT the bitwise AND, e.g., with 255.255.255.0 or 1111 1111.1111 1111.1111 1111.0000 0000, you count the amount of 1s, which in this case is 24 and corresponds to that appendix in the CIDR notation. At this point, you already know that you only need to consider those first 24 bits from the IP address, making the subsequent bitwise AND redundant.

In the case of 192.168.2.150/24, for example, with subnet mask 255.255.255.0, you would get 192.168.2.0 (1100 0000.1010 1000.0000 0010.0000 0000) as the routing prefix or network identifier when represented as the first address of the network, however, the last eight bits are redundant, making the NID effectively only 192.168.2.

Now let's imagine an example where we create two subnets for the 192.168.2.0 network by taking one bit from the host identifier and appending it to the routing prefix. The corresponding subnet mask for these two subnets is 255.255.255.128, as we now have 25 bits making up the NID and 7 bits constituting the HID. So host A from subnet 192.168.2.5/25 (HID 5, final octet 0000 0101) now wants to send a request to 192.168.2.133/25 (HID 5, final octet 1000 0101). In order to identify the network to route to, the router needs the NID for the destination, and it gets that by either discarding the 7 least significant bits or by zeroing them out with a bitwise AND operation. Now, my point is, for identifying the network of which the destination host is part of (in this case, the host is B), the bitwise AND is redundant, is it not?

So why doesn't the router just store the NID with only the bits that are strictly required? Is it because the routing table entries are always of a fixed size of 32 bits for IPv4? Or is it because the bitwise AND operation is more efficiently computable?

 

"While developers start work on building Vision Pro apps, the potential for people upgrading to the iPhone 15 this year is a big reason for investor optimism."

view more: next ›