Viewing profile — Kwastie
Kwastie
HN member- Joined
- Tue, Nov 11, 2014, 7:15 PM UTC
- HN karma
- 334
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About Kwastie
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38082410
I am not sure this is even required. A (German) legal court order could also be used across the EU as a case law.
-
comment
Comment #37763667
Generally expensive watches are associated with longevity, but I can't imagine someone buying this and expecting lifelong support.
-
comment
Comment #30528612
This great (mini) YouTube documentary gives some background what lead up to the lawsuit. ( https://www.youtube.com/watch?v=SrDEtSlqJC4 )
-
comment
Comment #22578123
Am I assuming correctly that this only applies for type 1 diabetes? With type 2 diabetes the body is in general less sensitive to insulin, more insulin producing cells won't fix th…
- story
-
comment
Comment #16315600
With pure Reason (No JS bindings) it should be possible to skip Node / Bucklescript on the server and compile straight to binary. This should be possible with something like bsb-na…
-
comment
Comment #15782717
Minifiers don't output any readable JavaScript anyway. Yes, it can be "decompiled" back to something readable, but so can WASM.
-
comment
Comment #15445114
interestingly enough some implementations are broken because of buggy UEFI (AMI) https://embedi.com/blog/bypassing-intel-boot-guard
-
comment
Comment #15340260
Even though React 16 is almost a complete rewrite, it's amazing how they kept an almost complete compatible api between releases. Congrats on shipping!
-
comment
Comment #15321715
I agree, this article doesn't make any sense without proposing an alternative. Sure, I think most people would agree that the web is still a bit rough for (large) apps. (compared t…
- story
- story
-
comment
Comment #13840912
Someone at https://puri.sm almost completely removed the ME. https://puri.sm/posts/neutralizing-intel-management-engine-o...
-
comment
Comment #13146545
I guess Google put more effort into TypeScript, this project seems like it's almost dead.
-
comment
Comment #12692823
I am not a lawyer, but "not bringing a patent infringement lawsuit against Facebook or its affiliates" suggest that anyone using React can't file a lawsuit against Facebook over pa…
-
comment
Comment #12500514
Since the announcement of GraphQL I've been waiting for some 'real world' apis. (Sure the Star Wars GraphQL apis are fun) Does anyone know any best practices if you want to adopt t…
-
comment
Comment #11125231
Why does a respectable news outlet/paper like the Washington Post lower itself to clickbait titles.. I don't get it.
-
comment
Comment #10982346
> manually updating the DOM is as optimized as you can possibly be. Optimized in the sense that it uses less memory and cpu. But the code isn't optimized for humans to reason about…
-
comment
Comment #10927150
Sorry about my kinda harsh comment, good to see you fixed it!
-
comment
Comment #10926741
kindly check the attached LOVELETTER coming from me. LOVE-LETTER-FOR-YOU.TXT.json
-
comment
Comment #10926645
I like the idea of building apps in a drag-and-drop ui-builders for prototyping. But I can't imaging using this for real products other than maybe a static app. How do you even con…
-
comment
Comment #10863791
I love how the author exposed every 'hash' function as 'encrypt'. Clueless
-
comment
Comment #10849523
My comment is about React. I am not defending AngularJS.
-
comment
Comment #10837881
>lack of best practices How many 'best practices' do you need? What about 'higher order components'? Use proptypes in development? 'Avoid local state'? >constantly breaking changes…