Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kwastie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Volkswagen blocks Home Assistant by requiring client assertion
(github.com)
392 points
by
Kwastie
4mo ago
|
190 comments
2.
▲
by
Kwastie
3y ago
I am not sure this is even required. A (German) legal court order could also be used across the EU as a case law.
3.
▲
by
Kwastie
3y ago
Generally expensive watches are associated with longevity, but I can't imagine someone buying this and expecting lifelong support.
4.
▲
by
Kwastie
5y ago
This great (mini) YouTube documentary gives some background what lead up to the lawsuit. ( https://www.youtube.com/watch?v=SrDEtSlqJC4 )
5.
▲
by
Kwastie
7y ago
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 the underlying insensitivity issue, right?
6.
▲
Reason 3.2.0 released
(reasonml.github.io)
3 points
by
Kwastie
8y ago
|
0 comments
7.
▲
by
Kwastie
9y ago
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-native ( https://github.com/bsansouci
8.
▲
by
Kwastie
9y ago
Minifiers don't output any readable JavaScript anyway. Yes, it can be "decompiled" back to something readable, but so can WASM.
9.
▲
by
Kwastie
9y ago
interestingly enough some implementations are broken because of buggy UEFI (AMI) https://embedi.com/blog/bypassing-intel-boot-guard
10.
▲
by
Kwastie
9y ago
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!
11.
▲
by
Kwastie
9y ago
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 to desktop apps) But nothing that can't be fixed, r
12.
▲
React homepage missing from Google search results
(twitter.com)
3 points
by
Kwastie
9y ago
|
0 comments
13.
▲
Progressive Transpilation – Running Native ES2015 in Production
(youtube.com)
1 points
by
Kwastie
9y ago
|
0 comments
14.
▲
by
Kwastie
10y ago
Someone at https://puri.sm almost completely removed the ME. https://puri.sm/posts/neutralizing-intel-management-engine-o...
15.
▲
by
Kwastie
10y ago
I guess Google put more effort into TypeScript, this project seems like it's almost dead.
16.
▲
by
Kwastie
10y ago
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 patents and NOT vice versa as you suggest.
17.
▲
by
Kwastie
10y ago
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 this is in an existing application using a rel
18.
▲
by
Kwastie
11y ago
Why does a respectable news outlet/paper like the Washington Post lower itself to clickbait titles.. I don't get it.
19.
▲
by
Kwastie
11y ago
> 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 (not to mention changing it.) React was never abou
20.
▲
by
Kwastie
11y ago
Sorry about my kinda harsh comment, good to see you fixed it!
21.
▲
by
Kwastie
11y ago
kindly check the attached LOVELETTER coming from me. LOVE-LETTER-FOR-YOU.TXT.json
22.
▲
by
Kwastie
11y ago
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 connect to an existing backend? The 'demo' video
23.
▲
by
Kwastie
11y ago
I love how the author exposed every 'hash' function as 'encrypt'. Clueless
24.
▲
by
Kwastie
11y ago
My comment is about React. I am not defending AngularJS.
25.
▲
by
Kwastie
11y ago
>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 I call bullshit, what w
26.
▲
by
Kwastie
11y ago
Why did Google create Polymer? Google isn't using it. This is almost the same 'problem' with "AngularJS by Google", it's almost never used by Google. Edit: The reason I like React more is the fact that Facebook
27.
▲
by
Kwastie
11y ago
This is general question, not directly related to this post (Sorry) I get the feeling that "full Configuration/Deployment" tools like Ansible (Puppet, Chef and Salt) are getting eclipsed by tools like Docker. For me Ansible
28.
▲
by
Kwastie
11y ago
The author is missing the point. The fact that Optional can result in a nullpointer doesn't mean you should use in the same manner as null-checks. You shouldn't replace: if(x == null) { y = x.doSomething(); } with
29.
▲
by
Kwastie
11y ago
To be fair, nobody will choose React because of the virtual dom. The virutal dom is just a tool to make React perform faster. You should choose React because it makes building reusable (web)components for applications much easier.
30.
▲
by
Kwastie
11y ago
It works quite well actually, I tested it for a bit using the tutorial. I haven't found any real issues. Only the chrome inspector isn't working for me, but that might be caused by the Android emulator.
More ›