Viewing profile — karyon
karyon
HN member- Joined
- Fri, Jul 17, 2015, 10:02 AM UTC
- HN karma
- 252
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About karyon
No profile information was provided.
Recent public activity
-
comment
Comment #34383964
I donate 10% of my net income to charities. Having a budget for donations is really nice because it makes giving away money much easier. In my mental model this is simply not my mo…
-
comment
Comment #28709597
LineageOS does not have certification (i.e. does not meet Google's quality standards) to install the Google applications. Manufacturers who want to ship with Google Apps have to ta…
-
comment
Comment #28709549
They did successfully sue the manufacturer over those quality issues. The Fairphone 4 is produced by a different manufacturer and is expected to have much less of such issues.
-
comment
Comment #25048145
I don't know a way to enforce this, but what may help is knowing that by default, you can push into the PR branch even if it is from someone else's fork: https://docs.github.com/en…
-
comment
Comment #24252809
that's how the start page of Autodesk Civil3D's and InfraWork's are built (steps 2 and 3 only). Screenshot here: https://knowledge.autodesk.com/support/infraworks/learn-expl... The…
-
comment
Comment #23825219
now you ought to tell how it turned out!
-
comment
Comment #23683914
Here's a collection of quotes (from another comment downthread for visibility): https://www.splcenter.org/fighting-hate/extremist-files/indi... a little teaser: > Screaming 'racism…
-
comment
Comment #23683363
They updated the frame to be less wobbly in early 2020: https://www.fully.com/the-new-improved-jarvis/ (so sibling comment may not apply) I own that one (extended version) and in t…
-
comment
Comment #23271114
For a non-mainstream-feature I thought that rather easy. Open about:profiles, click "create new profile", enter a name, and then use the "Launch profile in new browser" buttons on …
-
comment
Comment #23185856
There is https://github.com/AssemblyScript/assemblyscript . It's not using llvm, but it's compiling a subset of typescript to webassembly.
-
comment
Comment #22926461
Yes, I have. "Every Western institution" is obviously an hyperbole, I wouldn't consider that ignorant. I started skimming the reply-article at some point, as it seemed to me like m…
-
comment
Comment #22925949
Can someone expand on this? I found the article interesting, energetic and containing a strong and, to me, positive and useful message ("ask yourself what are you building?"). Yet …
-
comment
Comment #22785968
Good points. We believe we have fixed the physical-order-and- scraping-issue by using random uuids as primary keys, showing stuff in the UI always ordered by PK, and periodically d…
-
comment
Comment #22777390
The attack vector would be an attacker getting their hands at a DB dump including XIDs. Without any particular measures, they'd be able to de-anonymize every vote ever made, which …
-
comment
Comment #22777346
Re "same business transaction": That would probably still allow for correlating the votes with the flags because they'll still be added with some XID, which are monotonically incre…
-
comment
Comment #22777293
Sadly, since 9.4, that does not clear the XID anymore, see that blue box here: https://www.postgresql.org/docs/9.4/routine-vacuuming.html#V...
-
comment
Comment #22777260
There's also one inherent data privacy problem in MVCC that I've been running into. Suppose you have an app that lets people anonymously vote or comment on stuff, but only once. Th…
-
comment
Comment #16478745
The Nintendo Switch supports OpenGL 4.5, OpenGL ES, and Vulkan: https://wccftech.com/nintendo-switch-supports-vulkan/
-
comment
Comment #16405254
also, see a longer discussion at "Deodorants, perfumes, soaps pollute air at levels as high as cars": https://news.ycombinator.com/item?id=16395372 i wouldn't be surprised if the s…
-
comment
Comment #15926149
you seem to assume that the bandwidth used by netflix is fixed. however, what actually happens on network saturation (given net neutrality) is that both netflix and non-netflix con…
- story
- story
-
comment
Comment #14225228
previous discussion: https://news.ycombinator.com/item?id=13696196
-
comment
Comment #13999787
In the hosted webcast they explained that the droneship is on a satellite link and expected to loose connection as soon as the first stage closes in due to vibrations. Edit: someon…
-
comment
Comment #13906842
> For one, all shaders would need to be converted from HLSL to GLSL There are transpilers (cross-compilers?) that translate from HLSL to GLSL and back and into every other shading …