Live data from Hacker News

Sun Microsystems logo: the most beautiful logo design (objectively)

commons.wikimedia.org

41–50 of 55 posts

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#41
post #28
post #19

Silicon Graphics is my favorite logo from this era, but Sun is solid. I have great memories of being assigned my very own Ultra 2 desktop with Creator3D graphics on the first day of my first tech job.

My favorite logos of computer companies of that era: 1. NeXT Computer 2. Sun Microsystems 3. Silicon Graphics (SGI) - the silver metallic one 4. Digital (DEC) 5. Norsk Data (with all those cute dots) 6. HP maybe ? Not sure about the rest. Any thoughts on other great logos of the era?

As said above, Nintendo 64

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#42
post #41
post #28

Earlier quoted context omitted.

My favorite logos of computer companies of that era: 1. NeXT Computer 2. Sun Microsystems 3. Silicon Graphics (SGI) - the silver metallic one 4. Digital (DEC) 5. Norsk Data (with all those cute dots) 6. HP maybe ? Not sure about the rest. Any thoughts on other great logos of the era?

As said above, Nintendo 64

Great logo. It's my new number 4.

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#43

I've always been fond of Taiwan's recycling symbol https://en.m.wikipedia.org/wiki/File:Recycle_symbol_Taiwan.s...

Ugh, a seamless combination of a swastika with an arrow cross. I don't think this would go well in Europe.

(It's not just me. The page has a legal disclaimer:

"This image shows (or resembles) a symbol that was used by the National Socialist (NSDAP/Nazi) government of Germany or an organization closely associated to it, or another party which has been banned by the Federal Constitutional Court of Germany." )

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#47
post #19

Silicon Graphics is my favorite logo from this era, but Sun is solid. I have great memories of being assigned my very own Ultra 2 desktop with Creator3D graphics on the first day of my first tech job.

SGI had the best computers back then in my opinion. They were ahead of their time.

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#48
post #23

I've always been fond of Taiwan's recycling symbol https://en.m.wikipedia.org/wiki/File:Recycle_symbol_Taiwan.s...

Ok, with that one there’s definately a swastika and it’s not even slightly hidden.

I'm not seeing it.

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#49
I just realized that the PNG file for the logo hosted on wikimedia, is 232KB! That is a lot, that's unnecessarily large for such a simple logo, so I used vtracer, a raster image to SVG vectorizer, written in Rust, and SVGO, a SVG optimizer, to create the SVG file version of the logo, it is 16KB. a 93.1% improvement in size! (and they look the same)

The 2 commands used:

  > wget 'https://upload.wikimedia.org/wikipedia/commons/d/d5/SUN_microsystems_logo_ambigram.png'
  --2024-05-14 17:33:31--  https://upload.wikimedia.org/wikipedia/commons/d/d5/SUN_microsystems_logo_ambigram.png
  Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
  Resolving upload.wikimedia.org (upload.wikimedia.org)... 185.15.59.240, 2a02:ec80:300:ed1a::2:b
  Connecting to upload.wikimedia.org (upload.wikimedia.org)|185.15.59.240|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 237484 (232K) [image/png]
  Saving to: ‘SUN_microsystems_logo_ambigram.png’
  
  SUN_microsystems_logo_ambigr 100%[=============================================>] 231.92K   821KB/s    in 0.3s
  
  2024-05-14 17:33:32 (821 KB/s) - ‘SUN_microsystems_logo_ambigram.png’ saved [237484/237484]
  
  > vtracer --input SUN_microsystems_logo_ambigram.png --output SUN_microsystems_logo_ambigram.png.svg
  Conversion successful.
  > svgo --precision 1 -o SUN_microsystems_logo_ambigram.png-opt2.svg -i SUN_microsystems_logo_ambigram.png.svg
  Done in 73 ms!
  63.162 KiB - 76% = 15.148 KiB
  >  ls -lah
  total 114M
  drwxr-xr-x 2 wis wis 4.0K May 14 17:34 .
  drwxr-xr-x 4 wis wis 4.0K May 14 17:29 ..
  -rw-r--r-- 1 wis wis 232K Jan 12  2019 SUN_microsystems_logo_ambigram.png
  -rw-r--r-- 1 wis wis  16K May 14 17:34 SUN_microsystems_logo_ambigram.png-opt2.svg
  -rw-r--r-- 1 wis wis  64K May 14 17:33 SUN_microsystems_logo_ambigram.png.svg

Makes you think how much the Wikimedia Foundation can improve the loading experience for users and save in bandwidth costs, if they optimize all the PNG raster images that can/should be optimized, which this file is a prime example of.

Re: Sun Microsystems logo: the most beautiful logo design (objectively)

#50
post #23

I've always been fond of Taiwan's recycling symbol https://en.m.wikipedia.org/wiki/File:Recycle_symbol_Taiwan.s...

Ok, with that one there’s definately a swastika and it’s not even slightly hidden.

There are swastikas all over Taiwan (卐, the Buddhist kind) so probably not a big deal for the designers.
Post reply on HN