Bitcoin Forum
April 25, 2024, 08:36:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: Closed  (Read 8578 times)
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
January 27, 2013, 08:31:08 PM
 #41

gweedo,

Do you have to angrily troll every thread you participate in??

I noticed you advertise "Java, PHP, HTML/CSS Programmer for Hire!"

You're really not doing yourself or your business much good with these kind of post.

Based on your posts, If I was 12 and met you on 4chan and wanted to create a justin beiber fan site I might hire you.

But for anything related to btc, probably now.

I'm just saying...

 
1714077364
Hero Member
*
Offline Offline

Posts: 1714077364

View Profile Personal Message (Offline)

Ignore
1714077364
Reply with quote  #2

1714077364
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714077364
Hero Member
*
Offline Offline

Posts: 1714077364

View Profile Personal Message (Offline)

Ignore
1714077364
Reply with quote  #2

1714077364
Report to moderator
1714077364
Hero Member
*
Offline Offline

Posts: 1714077364

View Profile Personal Message (Offline)

Ignore
1714077364
Reply with quote  #2

1714077364
Report to moderator
1714077364
Hero Member
*
Offline Offline

Posts: 1714077364

View Profile Personal Message (Offline)

Ignore
1714077364
Reply with quote  #2

1714077364
Report to moderator
paybitcoin
Member
**
Offline Offline

Activity: 85
Merit: 10


1h79nc


View Profile WWW
January 27, 2013, 09:33:38 PM
 #42

* Scale up would mean increasing the performance of a single (or small cluster) or database servers.  Where scale out would be replicating the database across a much larger cluster to achieve similar performance.  Since SQL Server is licensed the licensing costs are lower when scaling up vs scaling out.  The drop in server costs at the high end as well as moving storage to the SAN has made scale up less of a critical issue than in the past.   RAM has gotten a lot cheaper.  Building out a database server with quad xeons (32 cores) and 256GB or RAM as well as high end SAS controller (24x 2.5" backplane) is under $8K.   Going to 1TB of RAM, SSL offloading, and off server storage array is still under $10K.

This is exactly the point I was trying to make with scaling up on the Microsoft stack. If you were to go to Dell and build your $8k DB server, you would still need a $3000 license for Server 2008 R2 Enterprise edition (arbitrary 32 GB RAM limit with Standard; note this is better if you use Server 2012 Standard, then its just $800), and a $10,500 MS SQL Server Standard license, and even that can only use 4 of your 32 cores!!! Want to mirror your DB for redundancy? Sorry, that's Enterprise edition, (4 cores or 1CPU only even!) = $29,339.95 for each server!!!

Granted I don't keep up with MS licensing details since they change with every edition and are very confusing. But using Linux and PostgreSQL you end up with an entire redundant copy of your beefy DB server for the cost of 1 MSSQL license. This is especially bad since the MS cost doesn't hit you at the beginning on a small server when you are using their nice tools to develop it (or bizspark), but only when you need to scale to a beefy server and are already locked in.

Anyone proposing using the MS stack for a startup should be familiar with the licensing (PDF: MSSQL licensing, Windows Server licensing) up-front. It's a total mess. Even worse with VMs in the mix. That's pretty much the root of my problem with scaling with the MS stack; having just a bit of knowledge of Linux & related solutions you can run circles around an MS solution at a far lower cost. This is critically important for a startup without a reliable revenue stream.

BTW, we use the ASP.NET and MSSQL server stack where I work, and I have used it quite a bit (admittedly, for Intranet-style apps, but they get a reasonable amount of traffic.) It's great as a technical solution, but has a bad value proposition as a web startup solution.
---
Then again someone who finds a $300 conference "outrageous" likely hasn't had a very successful career in database development so don't beat yourself up for continually spewing nonsense.  I mean these are things picked up on the job and I doubt you will learn that stocking the shelves at Best Buy is very rewarding.

U mad? U MAD LMAO dude your still mad over that thread WOW LMAO don't worry butthurt lube takes care of that...

Sorry, this counts as a troll thread. Granted it was a reply to a troll thread but I don't think that's the proper counter-troll response. Tongue
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
January 28, 2013, 01:08:23 AM
Last edit: January 28, 2013, 03:51:23 PM by DeathAndTaxes
 #43

paybitcoin ... not sure where you got your info

1) Startups can get free licenses using bizspark program for 3 years plus heavy discounts on conversion at "graduation".  Any company older than 3 years is hardly a startup.

2) Your pricing but it is way off.  Standard can be licensed per user (CAL) instead of per core which is much lower cost for applications like web backend datastore.

3) SQL Server 2012 Standard is limited to "only" 64 GB of RAM but it is hardly a deal killer for startups.  To my knowledge no Bitcoin venture uses a larger database than that (startup or note).  Very few companies in the world do and they tend to be very large established enterprises spending seven figures on IT costs.

4) If the 64GB limit is a concern, SQL Server 2008 R2 is an option and it has no memory limit.

5) SQL Server standard has always supported mirroring (Safety Full).  There is no additional license for a failover (passive) cluster.  Additional licenses are only required for a load balancing (active) cluster.

6) While Windows 2008 is limited to 32GB of RAM.  Windows 2012 standard has no such limit (well technically it is an OS limit of 4TB but that is regardless of license).


Quote
It's great as a technical solution, but has a bad value proposition as a web startup solution.
Which is why bizspark was created.  Three years of essentially unlimited licenses. Then a graduation with conversion of licenses at 70% to 90% off retail.   Any company older than three years is hardly a startup.Can it be done on other platforms for less?  Sure but there is no reason for FUD.  

Still asp.net can be use MySql (or any RDBMS) as the datastore.  As you pointed out the windows license is downright cheap compared to SQL Server so that is a lower cost option.  Microsoft's big competitor for SQL Server is Oracle and there pricing makes SQL Server look downright cheap.
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 28, 2013, 02:31:19 AM
 #44

Smiley actually I have been digging quite deep into the bitcoin protocol, I can tell you now that I have spent a lot more than 100 hours making sense of how the protocol works. Even though Bouncy Castle did make life easy.

What makes a language "good" for bitcoin? .NET does a perfectly good job. I can make the same website in .NET as I can in PHP, in a less amount of time without having to pay for additional software.

(I really don't see the need for requiring bitcoin specific help for .NET when I understand the protocol myself and can implement the code myself. Which I would much rather do anyway, that way I can ensure the code is loosely coupled and I can write unit tests for it)

I was strickly speaking from my "personal" experience.  Obvisously there are many devs who can make perfect sense of the Bitcoin protocol.  My point was that having a good programmer (even the best programmer) does not guarantee that THEY will also be able to make sense of it (the cyptography stuff is far from what ~99% of programmers have ever been exposed to).  And why would you want to lock yourself into using unmaintained libraries that are 18 months?

If the OP was a .NET programmer, or had some preference towards that technology, then I would have encouraged him to "go with what you know best". However, that is not the case and it seems to make sense to go with the path of "least" resistance (I hope you would agree that .NET is NOT that path). PHP, Java, Python, C/C++ are the languages of Bitcoin.

This is exactly the point I was trying to make with scaling up on the Microsoft stack. If you were to go to Dell and build your $8k DB server, you would still need a $3000 license for Server 2008 R2 Enterprise edition (arbitrary 32 GB RAM limit with Standard; note this is better if you use Server 2012 Standard, then its just $800), and a $10,500 MS SQL Server Standard license, and even that can only use 4 of your 32 cores!!! Want to mirror your DB for redundancy? Sorry, that's Enterprise edition, (4 cores or 1CPU only even!) = $29,339.95 for each server!!!

And there's the catch!  Programs like Bizspark may actually allow startups to get in with limited upfront costs, but then where to you go from there?  Hopefully it up.  And up comes with shit-loads of licensing costs. If the value added is acceptable to you then fine, but I'm arguing that you can get the same results with alternatives that WON'T lock you in to expensive licensing agreements.

I am admittendly biased against MSFT technologies, but that doesn't make my points any less valid.

1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
schalk
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 28, 2013, 03:48:06 AM
 #45

Smiley actually I have been digging quite deep into the bitcoin protocol, I can tell you now that I have spent a lot more than 100 hours making sense of how the protocol works. Even though Bouncy Castle did make life easy.

What makes a language "good" for bitcoin? .NET does a perfectly good job. I can make the same website in .NET as I can in PHP, in a less amount of time without having to pay for additional software.

(I really don't see the need for requiring bitcoin specific help for .NET when I understand the protocol myself and can implement the code myself. Which I would much rather do anyway, that way I can ensure the code is loosely coupled and I can write unit tests for it)

I was strickly speaking from my "personal" experience.  Obvisously there are many devs who can make perfect sense of the Bitcoin protocol.  My point was that having a good programmer (even the best programmer) does not guarantee that THEY will also be able to make sense of it (the cyptography stuff is far from what ~99% of programmers have ever been exposed to).  And why would you want to lock yourself into using unmaintained libraries that are 18 months?

If the OP was a .NET programmer, or had some preference towards that technology, then I would have encouraged him to "go with what you know best". However, that is not the case and it seems to make sense to go with the path of "least" resistance (I hope you would agree that .NET is NOT that path). PHP, Java, Python, C/C++ are the languages of Bitcoin.

This is exactly the point I was trying to make with scaling up on the Microsoft stack. If you were to go to Dell and build your $8k DB server, you would still need a $3000 license for Server 2008 R2 Enterprise edition (arbitrary 32 GB RAM limit with Standard; note this is better if you use Server 2012 Standard, then its just $800), and a $10,500 MS SQL Server Standard license, and even that can only use 4 of your 32 cores!!! Want to mirror your DB for redundancy? Sorry, that's Enterprise edition, (4 cores or 1CPU only even!) = $29,339.95 for each server!!!

And there's the catch!  Programs like Bizspark may actually allow startups to get in with limited upfront costs, but then where to you go from there?  Hopefully it up.  And up comes with shit-loads of licensing costs. If the value added is acceptable to you then fine, but I'm arguing that you can get the same results with alternatives that WON'T lock you in to expensive licensing agreements.

I am admittendly biased against MSFT technologies, but that doesn't make my points any less valid.
The path of least resistance is a lazy way of looking at things. When I look at make a website, I don't look at how fast I can pump it out, I look at how good of a job can be done with it. And I believe that is where languages like C#, Java, Ruby on Rails excel. Test Driven Development works well in these languages.

There is no language of Bitcoin. Blockchain.info is the most well done bitcoin related website. And it is programmed in Ruby on Rails. Using your logic, I guess Piuk didn't make a good choice of language for blockchain.info
schalk
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 28, 2013, 04:02:41 AM
 #46

There is no language of Bitcoin. Blockchain.info is the most well done bitcoin related website. And it is programmed in Ruby on Rails. Using your logic, I guess Piuk didn't make a good choice of language for blockchain.info

Your so wrong,

Quote
What programming language is the site written in.
The site is written in Java using ClusterJ and JDBC to interact with the database. We use a patched version of the mainline bitcoin client to relay transactions and update our database with blockchain data. All SQL queries are written using prepared statements.

https://blockchain.info/wallet/technical-faq
https://bitcointalk.org/index.php?topic=134461.msg1432440#msg1432440

Dude stop making stuff up!
I stand corrected. I was sure I read somewhere it was developed in Ruby on Rails.

EDIT: Oops, it was http://coinbase.com/ which I was thinking about.
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 28, 2013, 04:15:31 AM
 #47

The path of least resistance is a lazy way of looking at things. When I look at make a website, I don't look at how fast I can pump it out, I look at how good of a job can be done with it. And I believe that is where languages like C#, Java, Ruby on Rails excel. Test Driven Development works well in these languages.

In what world of business is taking the path of least resistance being lazy? Making informed decisions that will help minimize the foreceable issues in a project is quite "good" business sense. Selecting tools and services that are well tested and well maintained by the very same community that you are targeting falls into that category. I didn't mention RoR simply because I don't have any experience with it good or bad. I'm sure there are others that can make a valid case for its usage with Bitcoins.

There is no language of Bitcoin. Blockchain.info is the most well done bitcoin related website. And it is programmed in Ruby on Rails. Using your logic, I guess Piuk didn't make a good choice of language for blockchain.info

Not to say that he couldn't, but WHY would Piuk would write his own bitcoin deamon in RoR, when the C++ and Java versions are so fully developed. Does that even make sense to you?  Are you suggesting that the OP take a similar route with .NET?


1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 28, 2013, 04:23:58 AM
 #48

EDIT: Oops, it was http://coinbase.com/ which I was thinking about.

no worries. i've never used coinbase, but it looks like a very well developed website.  i'll take some time to properly evaluate its services and the technologies behind it.

EDIT: do you by any chance have a link to the mention of RoR?
I did find this http://news.ycombinator.com/item?id=4839772&buffer_share=7ab7b

1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
schalk
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 28, 2013, 05:28:58 AM
 #49

In what world of business is taking the path of least resistance being lazy? Making informed decisions that will help minimize the foreceable issues in a project is quite "good" business sense. Selecting tools and services that are well tested and well maintained by the very same community that you are targeting falls into that category. I didn't mention RoR simply because I don't have any experience with it good or bad. I'm sure there are others that can make a valid case for its usage with Bitcoins.

Not to say that he couldn't, but WHY would Piuk would write his own bitcoin deamon in RoR, when the C++ and Java versions are so fully developed. Does that even make sense to you?  Are you suggesting that the OP take a similar route with .NET?
Oh yes I do agree about not rewriting the whole bitcoin deamon in C# when making a website. When needing to use a bitcoin deamon, it make a lot of sense to use a C++ or Java version instead, or even to use the hosted blockchain.info one (which is what I am currently using). But when it comes to things like needing to generate some bitcoin address / private key pairs, there is nothing wrong with developing this in C# and than using it in an ASP.NET website.

no worries. i've never used coinbase, but it looks like a very well developed website.  i'll take some time to properly evaluate its services and the technologies behind it.

EDIT: do you by any chance have a link to the mention of RoR?
I did find this http://news.ycombinator.com/item?id=4839772&buffer_share=7ab7b
Builtwith.com is an awesome site for checking what frameworks etc a site uses. http://builtwith.com/coinbase.com shows it was built with Ruby on Rails. http://bitcoin.stackexchange.com/questions/5287/how-are-popular-bitcoin-wallets-implemented also backs it up. Also looks like strongcoin.com uses ruby on rails.
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 28, 2013, 05:49:16 AM
 #50

But when it comes to things like needing to generate some bitcoin address / private key pairs, there is nothing wrong with developing this in C# and than using it in an ASP.NET website.

Yes. right after i posted it occured to me that you were probably referring to more front-end management. was a little to quick to fire back. i really love the efficiency at which blockchain.info parses the blockchian in real-time. if they were in fact using RoR for this, that would have been a HUGE +1 for the platform/framework.

Builtwith.com is an awesome site for checking what frameworks etc a site uses. http://builtwith.com/coinbase.com shows it was built with Ruby on Rails.

wow! this IS an awesome site. i'll be adding this to my bookmarks. thanks.

1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
paybitcoin
Member
**
Offline Offline

Activity: 85
Merit: 10


1h79nc


View Profile WWW
January 28, 2013, 07:37:58 AM
 #51

paybitcoin ... not sure where you got your info
Sorry, this is mostly off the top of my head so it could be wrong.

Quote
2) Your pricing but it is way off.  Standard can be licensed per user (CAL) instead of per core which is much lower cost for applications like web backend datastore.
This is not correct, you still need to have one CAL for every user you plan to have then. It is called 'multiplexing' and is technically not usable with a website. See:

http://serverfault.com/questions/120276/how-are-sql-server-cals-counted
From the licensing info doc I posted:
Quote
The Server+CAL licensing model provides the option to license users and/or devices and then have low cost access to incremental SQL Server deployments. However, for customers who cannot count users or require premium database capabilities...

Pretty sure if they are worried about having you count users then a website on the Internet is fairly incompatible with with the Server+CAL model. Of course you would have to call MS licensing to be sure (bleh.)

Quote
3) SQL Server 2012 Standard does have a 64 GB memory limit but honestly the number of databases in the world affected by that is pretty small.  Hardly a deal killer for a startup.  To my knowledge no Bitcoin venture uses a larger database than that (startup or note).  Very few companies in the world do and they tend to be very large companies which are spending six figures on salaries anyways.  
Sure, but in your earlier example you posted a 256 GB RAM server with the example that 'RAM is cheap.' I agree that everything is pretty small now, but to get a server with mega RAM and find out you can't use it all because you need to pay MS more $$ is very frustrating.

4, 5 i agree with... 6 (32G RAM limit) bit me personally...

Quote
Now $1,800 isn't free but hardly impossible for a startup and closed source projects require a license for MySQL too.  Beyond 64GB (today) on SQL Server 2012 gets significantly more expensive as 2012 Enterprise no longer has a server + CAL option (which is optimal for web applications).  You are talking about $5K per core so if you need more than 64GB it can be very costly.  The number of databases needing that level of performance are very few and well outside the realm of startups.

Quote
It's great as a technical solution, but has a bad value proposition as a web startup solution.
Which is why bizspark was created.  Three years of essentially unlimited licenses. Then a graduation with conversion of licenses at 70% to 90% off retail.   Any company older than three years is hardly a startup.Can it be done on other platforms for less?  Sure but there is no reason for FUD.  

Still asp.net can be use MySql as the datastore.  As you pointed out the windows license is downright free compared to SQL Server.  Microsoft's big competitor for SQL Server is Oracle and there pricing makes SQL Server look downright cheap.
Yes, there was a reason I used only PostgreSQL in my earlier post, MySQL is pretty much dead ever since it was purchased by Oracle. PostgreSQL is completely Free, with almost all of the features of something like MSSQL Enterprise and I can see many many companies starting to migrate from MSSQL or even Oracle in the near term future.

It is wonderful not having to think about licensing restrictions, to be able to use the full capacity of your hardware at all times (buy a 256 GB RAM server? why not?), and not have arbitrary features locked out. And to not worry about things like the cost of CALs jumping 25% randomly with 2012 or BizSpark's 3 year grace period that runs out and leaves you paying MS for the rest of the company's existence. Sad
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 28, 2013, 08:39:54 AM
 #52

FTR Bitcoin-Central.net, Instawallet.org, Instawire.org are built with Rails.
Sucks though that the OP was simply looking for a developer and this thread turned into a my-penis-is-bigger-than-yours contest.

BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
January 28, 2013, 02:29:49 PM
 #53

FTR Bitcoin-Central.net, Instawallet.org, Instawire.org are built with Rails.
Sucks though that the OP was simply looking for a developer and this thread turned into a my-penis-is-bigger-than-yours contest.

No offence davout but why are those sites so slow. I reccomend instawallet all the time to new users but it seems to take forever to load. I notice the same thing with my bitcoin-central account, very slow loading pages.
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 28, 2013, 03:00:57 PM
 #54

FTR Bitcoin-Central.net, Instawallet.org, Instawire.org are built with Rails.

I've made several attempts to explore RoR, but each time something just turned me off about the language (syntax).  As you seem to favor the framework, how about dropping me a link to a good intro "video" tutorial? One day, I could make a lunch of it.

No offence davout but why are those sites so slow. I reccomend instawallet all the time to new users but it seems to take forever to load. I notice the same thing with my bitcoin-central account, very slow loading pages.

instawallet can be slow, but i wouldn't jump to any conclusions. in my experience, with all the cryptography, ssl and blockchaining, this could be quite normal at times. even blockchain.info will freeze my browser every now and then during certain activities.

Sucks though that the OP was simply looking for a developer and this thread turned into a my-penis-is-bigger-than-yours contest.

damn, i forgot all about the OP. but much more importantly, who won the contest?


1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
January 28, 2013, 03:10:21 PM
 #55

No offence davout but why are those sites so slow. I reccomend instawallet all the time to new users but it seems to take forever to load. I notice the same thing with my bitcoin-central account, very slow loading pages.
None taken.

Instawallet is extremely slow these days, almost to the point of being unusable.

The number one reason is that the Bitcoin client is showing its limits. The wallet.dat has outgrown the blockchain data in terms of disk space usage. Now, in order to simply start up, the Bitcoin client takes an hour, an actual hour, just to load the wallet file. When creating a wallet it synchronously requests the creation of a new address from the Bitcoin client making the request block while the Bitcoin client is working, which takes a lot of time (between 5 to 10 seconds). Some sends very often timeout, that's why they're all handled asynchronously in a background queue now. Anyway, the problem is not Rails here, it's that I need to purge the wallet, keep only the active private keys and perhaps make more Bitcoin client calls asynchronous.

Bitcoin-Central is another story, it needs a hardware beef-up and some performance-oriented refactorings (more caching, more asynchronicity all over the place, etc). But that's ok, Rails is all about refactoring your apps as they grow, that's what fat automated test suites are meant for.

So it's really not about the framework, you can shoot yourself in the foot or write beautiful, maintainable and tested code in any language. Usually, the people who are the most vocal about Rails are those who wouldn't know how to "hello world" with it.

DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
January 28, 2013, 03:21:20 PM
 #56

This is not correct, you still need to have one CAL for every user you plan to have then. It is called 'multiplexing' and is technically not usable with a website.

Looks like your right on this point.  In my day job we use the even more rare "per device" licensing structure so it wasn't an area I was that familiar with.   Still I guess this proves your larger point that Microsoft licensing makes everything overly complex. 


Quote
Sure, but in your earlier example you posted a 256 GB RAM server with the example that 'RAM is cheap.' I agree that everything is pretty small now, but to get a server with mega RAM and find out you can't use it all because you need to pay MS more $$ is very frustrating.

Agree 256 was a poor example.  Beyond 64GB of RAM (today future versions tend to increase based on Moore's law) it gets very expensive.  I think part of the problem is that Microsoft has no license specifically designed for use as a website backend.  It means their existing licenses are either too restrictive or too expensive.  There would be real value if Microsoft both simplified their licensing and offered a "web server core" version dropping most of the corporate bakend functions and just provide a high memory, high compute platform for webservers.   .... I am not holding my breath. Smiley  I guess Azure may be an option I have never done testing to see how responsive their database in the cloud can be to very high loads.


Quote
4, 5 i agree with... 6 (32G RAM limit) bit me personally...
Yeah I can see why you would remember it then.

Quote
It is wonderful not having to think about licensing restrictions, to be able to use the full capacity of your hardware at all times (buy a 256 GB RAM server? why not?), and not have arbitrary features locked out. And to not worry about things like the cost of CALs jumping 25% randomly with 2012 or BizSpark's 3 year grace period that runs out and leaves you paying MS for the rest of the company's existence. Sad

I agree there is value in open platforms and SQL Server is one of Microsofts most expensive and most restricted products.  I think this got somewhat sidetracked (partially my fault).  The original claim (not by you) was that asp.net doesn't scale and is expensive.  asp.net can use any RDBMS as a backend and is highly scalable.  For a new startup SQL Server is likely the easiest route as there is going to be some skills overlap but beyond 64GB or 16 cores I agree there is significant cost.  It is something a startup would need to consider.

As a personal note:
To avoid vendor lock in whenever possible I try to keep the database code as ANSI SQL compliant as possible to allow a "backdoor" by keeping the migration costs & complexity to a minimum.
paybitcoin
Member
**
Offline Offline

Activity: 85
Merit: 10


1h79nc


View Profile WWW
January 29, 2013, 09:19:13 AM
 #57

Quote
I guess Azure may be an option I have never done testing to see how responsive their database in the cloud can be to very high loads.
Oh yeah, I should point out that I haven't checked out Azure personally, but I consider all cloud providers incompatible with Bitcoin security requirements (which is unfortunate because my Linode VPS is great.)

I agree there is value in open platforms and SQL Server is one of Microsofts most expensive and most restricted products.  I think this got somewhat sidetracked (partially my fault).  The original claim (not by you) was that asp.net doesn't scale and is expensive.  asp.net can use any RDBMS as a backend and is highly scalable.  For a new startup SQL Server is likely the easiest route as there is going to be some skills overlap but beyond 64GB or 16 cores I agree there is significant cost.  It is something a startup would need to consider.

As a personal note:
To avoid vendor lock in whenever possible I try to keep the database code as ANSI SQL compliant as possible to allow a "backdoor" by keeping the migration costs & complexity to a minimum.

Nah we should blame gweedo instead. Tongue I wasn't clear enough in my original post since I do think that ASP.NET is OK for scaling technically, but I just wanted to point out some gotchas and hidden costs on the business side. Granted those are probably a bit out of the range of a Bitcoin business for a while, but I can always hope for crazy volume...

Also, RAM is incredibly cheap now! I'm sure MS will change their licensing tune if they can foresee a hit to the Server and Tools business.
ikbrunel
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 30, 2013, 03:31:41 AM
 #58

Given your choice of languages and frameworks, which would you use in building a Bitcoin-related web application at this moment?
nyusternie
Full Member
***
Offline Offline

Activity: 211
Merit: 100


"Living the Kewl Life"


View Profile
January 30, 2013, 06:03:59 AM
 #59

Given your choice of languages and frameworks, which would you use in building a Bitcoin-related web application at this moment?

By now, what should be abundantly clear is that: to each is own.  In regards to the front-end, I will actually concede that even ASP.NET is suitable if that is your strength (and you are aware of the licensing requirements, if you decide to extend Redmond's tech into your back-end). However, personally, I would go with either PHP (which is insanely popular in the Bitcoin community and extremely well supported) run over Nginx OR Node.js if you're comfortable using JavaScript and would like to assure maximum scalability on modest hardware.

Keep in mind that with ANY Bitcoin-related business, you will eventually have to tie back into the blockchain at some point.  There are companies like BitPay that do a very good job of abstracting a simple payment gateway over the blockchain and is a good solution if you're only looking to accept payments. However, if you need to manipulate the blockchain in anyway (like when sending coins) or integrate with it (like when you need to track transactions and confirmations) then blockchain.info provides a great API that lets you do this with little fuss.

If you decide to run your own back-end daemon (maybe for security reasons), you are certain to receive a lot of mixed advice as to the pros and cons of virtually every language, framework, platform, OS in existence (at least from the people on this thread). Stay away from Windows (at all costs) and go with whatever Linux distro you feel comformatable with (Ubuntu and CentOS are my favorites). There is an official C-based Bitcoin daemon as well as a very popular Java alternative. I'd stick with these for now as the others are very much unfield-tested at the moment.

Good luck!

1SDoTrAWQnbJ2ZHvLs3a2XxazqNSishn1
GPG A1638B57 | OTC nyusternie
paybitcoin
Member
**
Offline Offline

Activity: 85
Merit: 10


1h79nc


View Profile WWW
January 30, 2013, 07:10:17 AM
 #60

Nah we should blame gweedo instead. Tongue
Don't blame me cause you got owned by DeathAndTaxes and are now changing your view. ASP.NET Framework unless you have a lot of time to make it work like pof which to be honest is not worth it and very lazy will never scale like php and python. To be honest (Probably going to start a flame war) I hate python, I hate the syntax, and I would pick python over ASP.NET for any web project today.
Lol, just joking around... I know I am mostly to blame for derailing this thread...

Quote
This thread honestly should put in the trash too much false information don't listen to anything in here and do your own research.
Yep, there's a good reason why good programmers are so expensive Smiley
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!