Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
randy408
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
randy408
4y ago
https://www.usb.org/products
2.
▲
by
randy408
4y ago
You mean half a dozen add-ons are available
3.
▲
by
randy408
5y ago
Let's not kid ourselves, if there was such cryptocurrency the sanctions would have been drafted differently and the end result would have been the same.
4.
▲
by
randy408
5y ago
There has been a response in another ticket that they're harmless markers that have been around for a while, but it's hard to tell if they actually went through the data to confirm it. https://support.google.com/ma
5.
▲
by
randy408
5y ago
original post was deleted https://support.google.com/maps/thread/152809911/terrorists-... https://old.reddit.com/r/ukraine/comments/t4copf/they_are_us... Someone with a li
6.
▲
by
randy408
5y ago
Google does not own .lol either.
7.
▲
by
randy408
5y ago
An average user would download "Eurovision GP" expecting the voting functionality everyone and their dog knows is a major part of the experience and instead they get a gallery app. OP's highly rated app was more than likely l
8.
▲
by
randy408
5y ago
Obvious trademark infringement.
9.
▲
by
randy408
5y ago
This needs more detail, what is the body of the mail supposed to show? Did you run an experiment? How was it run? Is this between protonmail addresses?
10.
▲
by
randy408
5y ago
Obviously you haven't played online video games.
11.
▲
by
randy408
5y ago
Based on my experience Microsoft Store will kill the app to update it.
12.
▲
by
randy408
5y ago
FizzBuzzCoin?
13.
▲
by
randy408
5y ago
Surely you know by now that Elon/SpaceX will get its fuel no matter what, even if it means trucking the fuel there, seems to me your best case scenario will increase net emissions. Protecting the environment is not the point of this s
14.
▲
Show HN: Simple PNG Library
(github.com)
8 points
by
randy408
5y ago
|
0 comments
15.
▲
by
randy408
5y ago
Doesn't USB4 also introduce its own optional PCIe tunneling spec which isn't exactly the same as Thunderbolt?
16.
▲
by
randy408
5y ago
It makes sense to treat it as an error but the ISO standard is too vague on this and the libpng developers never "fixed" this[1], it issues a warning but otherwise just masks off the high bits. Firefox has a workaround[2][3], Chro
17.
▲
by
randy408
5y ago
> bKGD overflow, tRNS overflow This is one of those awkward parts of the standard, the samples always take up 16 bits and decoders are expected to mask off the extra high bits, any 16-bit value was supposed to be considered valid. In the
18.
▲
by
randy408
5y ago
This reminds me of Google hiding ProtonMail from their search results: https://protonmail.com/blog/search-risk-google/
19.
▲
by
randy408
5y ago
Moral rights are part of the Berne Convention, it's not limited to Europe. This is only an issue when someone 1. is very negligent with redistribution 2. has enough negative implications for the author to take issue with it. NixOS is a
20.
▲
by
randy408
5y ago
Moral rights are unalienable in Europe, I'm not gonna quote a full paragraph from Wikipedia[1] here. https://en.wikipedia.org/wiki/Moral_rights
21.
▲
by
randy408
5y ago
Not a lawyer, but I _highly_ doubt the MIT license makes any difference when it comes to the author's demands in this situation, he has moral rights (legal term) to the software. You can't just make a mess of packaging someone
22.
▲
by
randy408
5y ago
Could this method be used to image exoplanets or is that still in the theoretical realm of the Solar gravitational lens[1]? [1]: https://en.wikipedia.org/wiki/Solar_gravitational_lens
23.
▲
by
randy408
5y ago
The RPi 400 only has 4GB but the board is integrated into a keyboard with a power button and a big heatsink, if you go for a (m)SATA SSD + USB3 adapter you still have a second USB3 port, those things can easily push 300MB/s with UASP,
24.
▲
by
randy408
6y ago
Dual-license typically means (A)GPLv3 with the option for a commercial license.
25.
▲
by
randy408
6y ago
Writing a naive PNG parser is easy, but handling all the corner cases is harder than it should be, e.g. text chunk fields can be variable- and even zero-length: 1. https://github.com/randy408/libspng/blob/3439
26.
▲
libspng v0.6.0-rc1 – modern libpng alternative
(github.com)
3 points
by
randy408
6y ago
|
0 comments
27.
▲
by
randy408
7y ago
I'm using 1.6.36, the most obvious speedups should come from RGBA 8-bit PNG's, that codepath doesn't rely on compiler optimizations.
28.
▲
by
randy408
7y ago
> Is there a way to disable this multiple-pass approach to get a slightly larger image that is generated faster? Use png_set_filter() with PNG_NO_FILTERS. > This one makes it look nearly equivalent to zlib I don't know how squash
29.
▲
by
randy408
7y ago
A 3-byte layout can be worse for performance, I think the simplest solution would be to add a special format that always matches the PNG's format, that way you always get RGB from RGB images, grayscale from grayscale images, etc. This
30.
▲
by
randy408
7y ago
This is what I use for benchmarking: https://github.com/libspng/spngt , my platform is Debian 10, GCC 8.3.0 with -O3 on an i5-4670. I use -SPNG_SSE=2 because that targets SSE2 instead of SSSE3, this matches the Debian b
More ›