retroencabulato | 9 years ago | on: MP3 for Image Compression (2006)
retroencabulato's comments
retroencabulato | 9 years ago | on: 40% of foreign students in the US have no close American friends on campus
https://en.wikipedia.org/wiki/List_of_countries_ranked_by_et...
retroencabulato | 9 years ago | on: Golang landmines
I don't see this as surprising as a C++ user. Who is 'everyone' here?
retroencabulato | 9 years ago | on: Finding an ATM Skimmer: It pays to be paranoid
retroencabulato | 10 years ago | on: Where to hate daylight saving time and where to love it
retroencabulato | 10 years ago | on: Alibaba Plows $1B into Aliyun, Its Cloud Computing Unit
What do you think Alibaba does?
retroencabulato | 10 years ago | on: Woah that is some wild postgresql
retroencabulato | 10 years ago | on: Fourier series
retroencabulato | 11 years ago | on: New Jersey legalizes direct Tesla sales
retroencabulato | 11 years ago | on: Open source USB Type-C to HDMI Adapter
retroencabulato | 11 years ago | on: Open source USB Type-C to HDMI Adapter
This remains an excellent reference design to build upon. The world of PCB design is more labor intensive, but this would be perfectly simple to reimplement using hobby-level PCB software.
retroencabulato | 11 years ago | on: The new MacBook
retroencabulato | 11 years ago | on: Microsoft to invest in Cyanogen
retroencabulato | 11 years ago | on: Python idioms I wish I'd learned earlier
retroencabulato | 11 years ago | on: An FPGA Is an Impoverished Accelerator
I fail to understand why using a HDL for a digital ASIC is fine, but using one for a FPGA in the context of acceleration is not.
retroencabulato | 11 years ago | on: TinyJPG – compress JPEG files with a balance between quality and file size
I agree eye balling the results is just as important, but I don't believe everyone should adopt this method because one dude thinks it looks better. Personally, I dislike the blocking artefacts around the neck and badge of the high-res image, even if some details are sharper.
retroencabulato | 11 years ago | on: TinyJPG – compress JPEG files with a balance between quality and file size
Using nearest-neighbour resampling on the low-res image is an absolute joke. He didn't even look at an objective quality measurement (PSNR). The human visual system is very sensitive to edges, and the high-res image has more pronounced blocking artefacts. Downsampling a high-res image is an unnecessary load on the end user, the 8x8 block transform was chosen for good reason.
I'm not necessarily saying the low-res is superior, but I disagree this ad hoc method is the 'best' way (compared to optimising the coding).
retroencabulato | 11 years ago | on: My Philosophy on Alerting: Observations of a Site Reliability Engineer at Google
retroencabulato | 11 years ago | on: Setback: A $58,000 lesson in mid-volume manufacturing
Despite their mistake, I particularly like testing jig with capsense buttons (although I wonder why?)
retroencabulato | 11 years ago | on: Why your first Rust FizzBuzz implementation may not work