I took over a rails + angular 1 codebase from another developer who left the company. I would be working on the project for few months.
I rewrote the entire app with Meteor + React in few weeks. Best decision I ever made. Even though the app has same features, customers say the app is faster, has less bugs, and overall feels more solid. Security is also better because of the pub/sub system. It also gave me a chance to fully understand the ins and outs of the database and how the app works.
I can also develop features much faster with Meteor + React than with Rails + Angular 1. So time spend re-writing is saved by enabling faster feature development.
An interesting sidenote. The Meteor development group is contributing to Kubernetes and will be using it to help scale Meteor with their upcoming paid service Galaxy.
Is a paintbrush art? I would say it's a tool that can be used to create art. Is everything made with a paintbrush art? No, not everything made with a paintbrush is art.
The advantages of using ternary logic vs binary logic to do our computing would be that we can hold the same amount of information in less memory, and we can process more information at once.
To implement the hardware based on ternary logic is much more complex and that is why binary won. It is much easier to process and store 2 representational states in each bit then 3. It is easier to tell if there is a charge or not vs determining the difference between a high charge, a medium charge, or no charge. It is easier to store and read information with 2 polarities vs 3 polarities.
If there is enough public pressure and people start demanding that hemp production be legal, the laws will change.
As long as a large percentage of the population is fine with hemp being illegal it stands no chance. Most people really don't know what they are missing out on, its not just a drug, it is a very valuable plant that has documented use in human society for thousands of years.
There is just no interest in making it legal because it is a cash crop that anyone can grow and benefit from.
There is more to marijuana then it being a recreational drug. It is also a very valuable material that can be used in a variety of other products. Search hemp products on google and you will find a variety of uses.
The fact that we have outlawed hemp in human society is insanity but it makes sense in the context of big business and competition. Do some research on what is takes to grow cotton vs growing hemp.
"The "fabric of our lives" needs approximately twice as much territory as hemp per ton of finished textile, the land-use miser of the bunch. Further complicating matters is the inverse relationship between chemical use and land requirements." - [1]
Hemp is a plant that is so valuable for its use in products, and it is really easy for anyone to grow. It's a weed, its grows like crazy! Doesn't sound very profitable from a big business perspective does it?
You might not have to worry about "Big Marijuana", as it seems much easier to grow your own Marijuana then it is to make your own cigarettes. There would be so much competition between big and small companies who are selling it. The following article was written in 2011 but I still think it makes an interesting point about the business of growing and selling marijuana vs tobacco.
"Why is marijuana banned and cigarettes legal? There are two reasons. They are the same two reasons why marijuana will never be legalized. Money and horticulture.
Approximately 20% of the population smokes, just over 40 million adults. That is tens of millions of dollars a day in local, state, and federal taxes.
The government has a captured cash cow in cigarette smokers. People cannot just grow tobacco and manufacture their own cigarettes. Tobacco is a land, labor, and time intensive crop. After it is harvested it must be cured, aged, and dried in a specific manner.
It would take a good sized plot of land, a lot of work, and about a year and a half for you to produce a few cartons of cigarettes. You need more than one plot of land as tobacco depletes soil and the crop must be rotated, or you must invest in expensive fertilizer and nutrient mixes. You cannot easily or economically grow tobacco to make cigarettes for personal consumption.
Marijuana, on the other hand, can be cultivated anyplace. You can grow enough in pots to continually supply you and your friends. If you have enough space you can turn it into a cash crop. All you need are seeds or plantings, and in a short time you can fly higher than a kite. Anyone, anyplace can grow marijuana. And they do.
The government cannot control, regulate, or easily tax pot. This is why marijuana will never be legalized. There is no way to make it a commercially viable and profitable product and no way to effectively tax it."
What about the ability to collaborate with other users on a shared bookmark folder? It would be useful if multiple users could add bookmarks to the same shared folder.
Also how do I access my bookmarks if I am at a friends house and don't have my computer or phone on me. Do I have to login to my chrome account on their chrome browser? What if they don't have chrome installed? It would be nice if they had a basic website I could access from anyones device, where I could login and view all my bookmarks.
I think the auto folders is the most innovative part of the app. I will have to use it more but I feel like I would stop creating folders and just add links.
Meteor does make things easier, by making things simpler.
It is much simpler dealing with Meteor's API's then working with documentation from 3 or 4 different frameworks that you need to accomplish the same kind of stuff Meteor does.
Meteor gives you a set of clean coherent APIS to work with to get stuff done.
Meteor just hit 1.0 and is not the type of framework you can just start including in your stack.
You really have to build a meteor app from the ground up, so it is hard for established tech companies to get into Meteor when they already have spent years coding on another stack.
As new startups who use Meteor grow you will see those large-scale projects come about.
This is really awesome, I just checked out the new website and docs. Everything is so much more clear, I love the new docs. Stuff is laid out really well, people new to Meteor are gonna really like this.
Wow that was fast, I can't believe Meteor is already at 1.0! This is really exciting times, so much progress has been made with Meteor. Ill upgrade my meteor app as soon as the official release is out.
What is happening now and will be even more prominent in the next 5 years is that people will be using web technologies like html, css and javascript to write one codebase that is transferable to any platform (browser or native).
Nowadays with node.js you can convert your web-app to an android, ios, mac, windows app, etc. You have access to system hardware, and from the users perspective it is no different than any native app, even though it is built with web technologies.
It is quite amazing, html, css and javascript standards are becoming a universal platform for developers. We are writing apps for html5 architecture vs specific processor architectures. The browser is a compile target and javascript is becoming like bytecode.
I see a future in which we develop multiple new ways of coding apps using web technologies, completely different than the way we do now. We will have various languages, methodologies to do it with but in the end it will all compile down to code a browser rendering engines can understand. And we can use this rendering engine to run the app outside the browser.
So basically I am saying we can code apps in various ways that compile down to web-technolgies and use this single codebase to port to any platform. And the user experience will be indistinguishable from native apps coded directly for the platform.
I took over a rails + angular 1 codebase from another developer who left the company. I would be working on the project for few months.
I rewrote the entire app with Meteor + React in few weeks. Best decision I ever made. Even though the app has same features, customers say the app is faster, has less bugs, and overall feels more solid. Security is also better because of the pub/sub system. It also gave me a chance to fully understand the ins and outs of the database and how the app works.
I can also develop features much faster with Meteor + React than with Rails + Angular 1. So time spend re-writing is saved by enabling faster feature development.