Hacker News new | past | comments | ask | show | jobs | submit | ginko's comments login

It certainly needs Winamp.

Sweden could be without a government for the next 5-10 years and the state would chug along just fine.

>Because the bicycle network is so developed they have underpasses for bikes that us pedestrians can use.

Underpasses are usually a detour for pedestrians. IMO they're hostile car-centric design.


I think you misunderstand what I mean by underpass, maybe I'm not using the correct word.

Here is a good example of where I used to walk daily when I lived in the area.

https://www.google.com/maps/place/55%C2%B034'55.1%22N+12%C2%...


Qualcomm should be broken up.

To this day I think that article mixed up the terms, causing confusion ever since. "Little-endian" to me implies that the least significant byte of a word is at the end of a byte sequence, but it's the other way round.

I understand that it's from Gulliver's Travels where it's about which end to start breaking an egg from - but without knowing this you can easily end up getting this wrong.


Natural languages...

The word "End" can also mean any "extremity" and not just the opposite of "beginning". Otherwise phrases "on both ends of the spectrum" wouldn't make sense.

Thus, a positional encoding of a number has one side (end) where the impact of digits is much higher (big) than the other side (end) where the impact is lower (little).

Little end: the side with lower "weight" Big end: the side with higher "weight"

Being "little endian" is a property of the encoding or architecture, not the property of the word. The word is not "little endian", i.e. its "end" is not "little". The encoding is little endian in that it starts with the little end of the word. You're rightly confused because the fact we're now suddenly talking about the start of the word is implicit and based on the assumption that the reader knows Gulliver's tale.


You're doubling down on the ambiguity and thereby proving the point.

If end means start, then why use this word?

Little endian is in reality little startian and big endian is big startian.

In fact, we could simplify this even further and just call big endian, startian and little endian, just endian.


You're right it's ambiguous. It's a playful reference to a piece of literature.

It's also quite an old terminology which is not going to change.

If we could come up with a new terminology from the start we could find better options.

For example:

* Least/Most Significant First (LSF / MSF) * Low/High Address Least Significant (LALS/HALS)

Etc


It was / is a very straightforward question. Given this C fragment:

  u16 x = 1;
  u8 * px = (u8 *)&x;
What byte does px point to? LSB orders means that it points to the least significant byte (that has value 1); MSB order means it points to the most significant byte (value 0).

    int* x; // x is an int-pointer
    int *y; // dereferencing y gives an int
    int * z; // int multiplied by z

I'm being silly, but floating the the asterisk between the type and the identifier gives me the same feeling as the "array indices start at 0.5" compromise mentioned earlier.

(For the record, the second way is the universal and objective truth.)


But when you say "the second way" are you counting from zero or from one?

Given the context, you've got to wonder if the ambiguous terminology was deliberate.

>If you're a power-user that likes having many toolbars, don't use gnome, there are other amazing DEs made for you

The problem is that Gnome has infected GTK to the point that it's really hard to avoid all their (imo) poor design choices (like lack of menu bars, hidden scrollbars, dialog dismiss buttons on top right) if you're using a GTK based DE like XFCE.


GTK has a menubar widget. GtkDialog is deprecated. Just use a GtkWindow and design it how you feel.


The menubar widget is removed in GTK 4. There is GtkPopoverMenubar in GTK 4, but it is not equivalent of traditional menubar.

https://www.reddit.com/r/GTK/comments/xdfgjr/api_changes_in_...


I think that's just the natural direction to draw a wave as a right handed person.


Interesting. It's a woodblock print, so I think it would have been created backwards from the final product?


The description of the Japanese woodblock printing process in https://education.asianart.org/resources/the-ukiyo-e-woodblo... says that the artist's initial drawing is pasted face down on the woodblock, which is then carved to match it. So (unless I've got myself confused) the final print will be the same way round as the artist's drawing. This also means that text in the image (like the title and the artist's signature) come out the right way round.


Oh nice. Thanks!

I think some portable minidisc players and discmans around 2000 used 2.5mm.


That's a credit score, not a social credit score.


I don’t understand. Why would you actually want anti-cheat rootkits and spyware on linux?


In order to play some online games that requires anti cheat.

I avoid these titles myself. In fact, I don't run wine, steam or game console emulators on my Linux workstation. I run Windows VM:s for isolation and security.


You may have strong opinions on anti-cheat software and they may be correct, but it is required for playing certain online multi-player games, and people want to play those games on Linux too (especially the Steam Deck, I would presume). Ergo, people want anti-cheat software on Linux.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: