Skip to main content

Home/ Edmonton Lean Startup Circle/ Group items tagged server

Rss Feed Group items tagged

Jas P

Quick Deployment Server & Fast Activation Server : Smart™ Server | iWeb - 0 views

  •  
    If you're looking for a Canadian VPS iWeb's Cloud servers offer a decent experience similar to companies like Rackspace and Linode.
Jas P

Eric Sink - 0 views

  • The question The main question in play here is: How thick should clients be? Let me define my terms: I define the Client as the thing which is used by exactly one user, which interacts directly with that user, and which is probably physically close to that person. I define the Server as the thing which is shared by multiple users, which interacts directly with the Client, and which could be physically located anywhere. I define the Pipe as the connection between the Client and the Server. I define the notion of a Thick client as a relative term. Thicker clients have more app-specific code and are less dependent on the Server. Thinner clients leave more of the app-specific work to be done on the Server. There are two main variables in decisions about the thickness of clients: The quality of the Pipe: This includes bandwidth, latency, availability, reliability, and cost The Client side costs: This includes cost of hardware, software development, deployment, upgrades, and maintenance. And, there are two laws which apply: As the quality of the pipe goes up, the client can get thinner. As the client side costs go down, the client can get thicker.
  • why does the thickness of Clients vary? Because varying Client thickness creates opportunities to compete in the marketplace. You can differentiate yourself from your competition by making your Client thicker (more expensive) and talking about performance and a better user experience and stuff like that. Or, you can differentiate yourself by making your Client thinner (less expensive) and talking about lower Total Cost of Ownership and easier installation and stuff like that.
  • This issue is not new Back in the 1960s and 1970s, when we only had mainframes and minicomputers, there was a distinction between smart terminals (thick clients) and dumb terminals (thin clients). In the 1980s, we got workstations (really expensive thick clients, purchased by people who perceived them as cheap compared to the mainframes and minis) and microcomputers (far less expensive thick clients, purchased by people who previously didn't have a computer at all). In the early 1990s, the high cost of workstations gave rise to X terminals, thin client devices which couldn't do much more than display the graphical user interface. My manager bought one of those fancy new 19.2k modems and actually tried doing Motif widget development from home. In the mid 1990s, web browsers appeared. For a very brief time, this technology was regarded only as a way to collaborate on hypertext documents. This phase of the web lasted for most of an afternoon. Meanwhile, back in Champaign, Illinois, the Unsung Hero and His Eminence were busy building a web browser which had more "stuff" in it. What kind of stuff? The sort of stuff that made web browsers into a platform for delivery of apps. And the technologies of the web have been moving primarily in that direction ever since.
  • ...5 more annotations...
  • Black and white As I said above, people exhibit a black-and-white mentality about this issue. In part, this is because people who make polarizing predictions tend to sound more visionary. In some situations, being inspiring is far more important than being correct
  • Another reason that people like to hear black-or-white predictions about the future is that it makes them feel better. Uncertainty is uncomfortable.
  • Broadly speaking, nobody likes articles like this one, essays which claim that the world is defined in shades of gray. This is why you stopped reading two scroll bars ago. But on this issue, the black-and-white predictions are simply wrong.
  • Nonetheless, for this round, I'm betting on native apps, for three reasons: Recent declines in Client side costs. For example, the App Store makes a huge difference in issues of installation and upgrades. Current problems with quality of the Pipe. Users of smartphones and tablets have high expectations regarding the quality of the user experience. My own preference. I'd rather spend my time creating products that delight users. Wal-Mart may be successful, but the goal of making everything cheaper just doesn't look like much fun.
  • Like I said then, web apps and native apps can and will coexist. But native apps are just better. They always have been. That's why they cost more.
  •  
    Nice comparison from Eric Sink on deciding how "thick" your mobile app should be, from writing a basic HTML5 app, using a toolset that generates mobile apps, or writing native mobile apps.
Jas P

Mobile Apps: HTML5 vs Native - 0 views

  • The question The main question in play here is: How thick should clients be? Let me define my terms: I define the Client as the thing which is used by exactly one user, which interacts directly with that user, and which is probably physically close to that person. I define the Server as the thing which is shared by multiple users, which interacts directly with the Client, and which could be physically located anywhere. I define the Pipe as the connection between the Client and the Server. I define the notion of a Thick client as a relative term. Thicker clients have more app-specific code and are less dependent on the Server. Thinner clients leave more of the app-specific work to be done on the Server. There are two main variables in decisions about the thickness of clients: The quality of the Pipe: This includes bandwidth, latency, availability, reliability, and cost The Client side costs: This includes cost of hardware, software development, deployment, upgrades, and maintenance. And, there are two laws which apply: As the quality of the pipe goes up, the client can get thinner. As the client side costs go down, the client can get thicker.
  • This issue is not new Back in the 1960s and 1970s, when we only had mainframes and minicomputers, there was a distinction between smart terminals (thick clients) and dumb terminals (thin clients). In the 1980s, we got workstations (really expensive thick clients, purchased by people who perceived them as cheap compared to the mainframes and minis) and microcomputers (far less expensive thick clients, purchased by people who previously didn't have a computer at all). In the early 1990s, the high cost of workstations gave rise to X terminals, thin client devices which couldn't do much more than display the graphical user interface. My manager bought one of those fancy new 19.2k modems and actually tried doing Motif widget development from home. In the mid 1990s, web browsers appeared. For a very brief time, this technology was regarded only as a way to collaborate on hypertext documents. This phase of the web lasted for most of an afternoon. Meanwhile, back in Champaign, Illinois, the Unsung Hero and His Eminence were busy building a web browser which had more "stuff" in it. What kind of stuff? The sort of stuff that made web browsers into a platform for delivery of apps. And the technologies of the web have been moving primarily in that direction ever since. Java applets (developed a fatal disease called Swing) ActiveX (declared dead seven years after it went missing) Flash (murdered by Steve Jobs) Silverlight (murdered by HTML5) In the late 1990s, people (Oracle, I think?) tried to sell something called a Network Computer. It was a little PC with a video card, some RAM, an ethernet card, a web browser, and no hard disk. Thin.
  • HTML5 arrived. Actually, the spec is still a long way from being finalized, but nobody knows that. People needed a name, so they started saying "HTML5" before it was fully cooked. Common usage of the term "HTML5" is actually fairly accurate, at least compared to the way telecom companies use the term "4G". And now, this war has moved to the battlefield of mobile. Smartphones and tablets.
  • ...6 more annotations...
  • Black and white As I said above, people exhibit a black-and-white mentality about this issue. In part, this is because people who make polarizing predictions tend to sound more visionary. In some situations, being inspiring is far more important than being correct.
  • Another reason that people like to hear black-or-white predictions about the future is that it makes them feel better. Uncertainty is uncomfortable.
  • nobody likes articles like this one, essays which claim that the world is defined in shades of gray. This is why you stopped reading two scroll bars ago.
  • Nonetheless, for this round, I'm betting on native apps, for three reasons: Recent declines in Client side costs. For example, the App Store makes a huge difference in issues of installation and upgrades. Current problems with quality of the Pipe. Users of smartphones and tablets have high expectations regarding the quality of the user experience. My own preference. I'd rather spend my time creating products that delight users. Wal-Mart may be successful, but the goal of making everything cheaper just doesn't look like much fun.
  • But native apps are just better. They always have been. That's why they cost more.
  • web apps and native apps can and will coexist.
  •  
    Nice breakdown on the differences between building a thin (html5, etc) vs thick (native) mobile app.
Jas P

Cloud Servers Hosting & Cloud Computing Servers | iWeb - 0 views

  •  
    If you're looking for a Canadian VPS that is similar to Rackspace or Linode, iWeb's cloud server's are worth looking at. They offer instant deployment and more, and the servers right now seem pretty performant and not oversubscribed.
Jas P

Hetzner Online AG - 0 views

  •  
    Hetzner provides lots of power, ram and CPU for a good price. Worth looking at if you're looking to get your own VPS or Dedicated Server.
Jas P

Reaching the Startup Holy Grail: Product-Market Fit | Michael Karnjanaprakorn - 0 views

  • Product/market fit means being in a good market with a product that can satisfy that market. You can always feel when product/market fit isn’t happening. The customers aren’t quite getting value out of the product, word of mouth isn’t spreading, usage isn’t growing that fast, press reviews are kind of “blah”, the sales cycle takes too long, and lots of deals never close. And you can always feel product/market fit when it’s happening. The customers are buying the product just as fast as you can make it — or usage is growing just as fast as you can add more servers. Money from customers is piling up in your company checking account.
1 - 6 of 6
Showing 20 items per page