10-6 | 7 years ago | on: Microsoft proves the critics right: We’re heading toward a Chrome-only Web
10-6's comments
10-6 | 7 years ago | on: The Baseline Costs of JavaScript Frameworks
The correct way to frame this is: use a slow/clunky/large/etc framework vs. build everything from scratch (which comes with its own costs).
Sure, you can optimize parts of your application to speed up the JS portion or even remote it completely [1], but it's not always as simple as "your framework is making your application slow so you should think about ditching it."
This article actually ends with a very reasonable conclusion in the section "Are Frameworks Evil?" but I've seen plenty of articles where the author doesn't offer an alternative to some library/framework [2].
[1] https://twitter.com/netflixuie/status/923374215041912833?lan...
[2] https://dev.to/gypsydave5/why-you-shouldnt-use-a-web-framewo...
10-6 | 7 years ago | on: Reinvent the Social Web
- "On the closed social web... We lack freedom, innovation, trust, respect, and transparency."
- "Innovation on these platforms is dying."
- "And there’s little transparency. All of the data is locked up or rate limited to a prohibitive degree."
While some of these may or not even be true (innovation dying, really?), I think the author makes a large leap from his premises to the conclusion. So just because the author claims there are issues with the current state of the web, that doesn't mean the solution is to completely ditch "the tech giants in control suppress our freedom" and remove yourself from the current web platform and applications (e.g. fb, google, etc.)
The best way to determine whether this is a viable and useful solution, and whether or not some of the apps are actually something people want and find useful is to see how many people ditch applications from the "tech giants" start using these new apps built for the social web.
A lot of ideas sounds great in theory, but then don't hold up years down the line. Plenty of new applications and social networks have been created over the years with great explanations and a "Our Philosophy" section, but what actually matters is whether or not people change their habits and start using these new applications.
The problems the author listed in The Five Lacks section are completely real problems on a lot of the applications on the Web, but I don't think any of these social web apps listed in the article are the solution.
10-6 | 7 years ago | on: Ask HN: Any good examples of learning through games/puzzles, for adults?
1. Read the Algorithm Design Manual.
2. Practice coding simple and then more advanced algorithms on sites like Coderbyte (aimed at beginners -> intermediate) and HackerRank (a bit more mathy).
3. Read as many algorithm explanations and code examples as you can on GeeksforGeeks.
4. Try and implement basic algorithms yourself like: shortest path, minimum spanning tree, DFS/BFS, tree traversals, different sorting algs, min/max heap, etc. and learn their running times.
* Also this article may be helpful for you: https://medium.com/coderbyte/how-to-get-good-at-algorithms-d...
10-6 | 7 years ago | on: Ask HN: Any good examples of learning through games/puzzles, for adults?
https://flexboxfroggy.com (CSS)
https://www.datacamp.com (data science challenges)
https://www.codingame.com/start (learn to code via fun games)
https://screeps.com (cool MMO AI game w/ JS coding)
10-6 | 7 years ago | on: Ask HN: Any good examples of learning through games/puzzles, for adults?
10-6 | 7 years ago | on: Ask HN: Any good examples of learning through games/puzzles, for adults?
https://projecteuler.net (more mathy)
https://www.topcoder.com/challenges
https://halite.io (machine learning + game)
https://www.enki.com (coding challenges on mobile)
10-6 | 8 years ago | on: Can We Copy the Brain?
For anyone interested in research being done in AI, ML, consciousness, etc., these are great articles written by actual scientists and researchers who are doing the work (as opposed to the hyperbolic articles or tweets you see online these days about AI).
[1] https://en.wikipedia.org/wiki/Integrated_information_theory
[2] https://spectrum.ieee.org/semiconductors/design/neuromorphic...
[3] https://spectrum.ieee.org/robotics/robotics-software/why-rat...
10-6 | 8 years ago | on: What Is It Like to Be a Bee?
https://en.wikipedia.org/wiki/What_Is_it_Like_to_Be_a_Bat%3F
10-6 | 8 years ago | on: Boardgame.io: State management and more for turn-based games
[0] https://github.com/danielborowski/jsboard
[1] https://danielborowski.github.io/site/jsboard/demo/demo8/
[2] https://danielborowski.github.io/site/jsboard/demo/demo9/
10-6 | 8 years ago | on: Project Euler
10-6 | 8 years ago | on: A recap of front-end development in 2017
10-6 | 8 years ago | on: The AI Guru Behind Amazon, Uber, and Unity Explains What AI Really Is
I don't necessarily have an argument for either of them right now. But you asked me "why believe in the line at all?" -- I'm not making an argument for what consciousness is, I'm only claiming that the current state of the art algorithms we have developed and AI we currently build have nothing to do with topics like self-awareness, consciousness, theory of mind, etc. One day we'll get there I'm sure.
10-6 | 8 years ago | on: The AI Guru Behind Amazon, Uber, and Unity Explains What AI Really Is
10-6 | 8 years ago | on: The AI Guru Behind Amazon, Uber, and Unity Explains What AI Really Is
If we build something one day that acts like a philosophical zombie [1] for example, then yes topics like self-awareness, consciousness, theory of mind will all be at the forefront of conversations regarding AI. But right now all we have are algorithms that optimize towards a goal and we have journalists jumping in on the hype talking about robots inventing languages, the desires these robots have, and robots teaming up to destroy humans [2].
[1] https://en.wikipedia.org/wiki/Philosophical_zombie
[2] https://www.maxim.com/news/elon-musk-artificial-intelligence...
10-6 | 8 years ago | on: The AI Guru Behind Amazon, Uber, and Unity Explains What AI Really Is
So if someone were to disagree with the view of CTOM, then they can argue that no, consciousness must be something else.
10-6 | 8 years ago | on: The AI Guru Behind Amazon, Uber, and Unity Explains What AI Really Is
This is exactly the issue with a lot of journalists and people talking about AI/ML. There is no WANT or DESIRES from the programs, there is no self-awareness where the programs ask themselves if what they are doing is right or wrong. They are doing exactly what they were programmed to do.
With his example of adversarial networks, one network is learning to detect fake news and other other is generating fake news--they are working towards their reward functions and optimizing the weights to reach the goal. It's math, that's all it is. It's so silly to bring up consciousness, desires, awareness, fears, etc. in these AI programs.
10-6 | 8 years ago | on: Andrew Wiles on the struggle and beauty of mathematics
10-6 | 8 years ago | on: Chatbots need a personality
10-6 | 8 years ago | on: Chatbots need a personality
For a business, a "chatbot" or any feature similar to it needs to do one thing and that is solve the users problem(s). If the user wants to do X within the app or learn about Y, the chatbot needs to help the user with that efficiently and better than a human can for the feature to be successful. The "chatbot having a personality" comes second to "solve the users problem."
If the users are completely happy with whatever chatbot they are using, then sure adding in some "personality" might be a good idea and increase engagement slightly, but a poorly-performing chatbot that can't help the user but has a personality isn't going to help the business at all.