Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
test7777
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
test7777
6y ago
do what chrome does, detect crash and fallback. what are sandboxes even for if you can't crash once in a while without whining too much about it...
2.
▲
by
test7777
6y ago
you can scroll down to get the actual content. but get this, while that site is about UX, its UX is so bad you didn't figure that out right away.
3.
▲
by
test7777
6y ago
oh my fridging gawd, i am so triggered by this. the site linked to is supposed to advertise a book on ux with some example content and yet literally every comment here is suggesting a way to improve on the UX of that with some even just dow
4.
▲
by
test7777
6y ago
Tbh, it looks like they are ignoring the elephant in the room: intellectual property...
5.
▲
by
test7777
6y ago
algorithms don't matter for shit to the person that controls the (mandatory) updates. its the same issue with all modern e2e apps like whatsapp or signal, if there is a single client implementation its not secure at all to these kind o
6.
▲
by
test7777
6y ago
Showing the deprecation message before the API that replaces it is actually out? Isn't that a bit of an a-hole move? I know everyone here is a developer and hates code older than a month, but really? Nobody gonna call them out on that?
7.
▲
by
test7777
7y ago
you really think anyone cares how much of the corona you got in the particular blob of snot you gave for testing?
8.
▲
by
test7777
7y ago
on a gel you see the size, something coming up with exactly the right size even at 35 cycles indicates that there was at least some of what you designed the primers on in the sample. if you want higher certainty, with three primers you can
9.
▲
by
test7777
7y ago
the issue is that the language arbitrarily decides those things should be treated as text with some arbitrary encoding when all of them are decidedly not text.
10.
▲
by
test7777
7y ago
Python 2's "str" is a bytestring. All of those are bytestrings in Python 2 as they should be. Python 3 makes them text and suddenly i can not output data over stdout anymore without extra steps of switching the mode of stdout
11.
▲
by
test7777
7y ago
unix pipes (stdin, stdout) are bytes, files are bytes, filenames are bytes. yet, for some reason python3 thinks al of those are text. its not the coders that are wrong, it is the language.