Bitcoin Forum
September 09, 2025, 12:49:49 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 [516] 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 ... 1984 »
  Print  
Author Topic: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs  (Read 2987611 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
December 08, 2014, 10:46:48 AM
 #10301

Why according to NXT pricing? nem is fairer than the NXT, more popular currency. It's worth more than the NXT Undecided

The code is a lot better too Smiley

How do you know? Did you study the latest version of the code of NXT?

In the early days of NXT, the NEM developers were working on the code, even finding flaws in it. 

Whenever NXT has a new version go open source, it is pretty easy for them to go through the code. 

Also, as others have said, when Makoto says that NEM is being test-driven during the writing, it refers to the exact style of writing the code and the process in which it is built, not so much it being tested on a testnet.  It is kind of a gold standard in writing code to make sure it is clean as far as I know.   

kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
December 08, 2014, 10:56:48 AM
 #10302

Why according to NXT pricing? nem is fairer than the NXT, more popular currency. It's worth more than the NXT Undecided

The code is a lot better too Smiley

How do you know? Did you study the latest version of the code of NXT?

In the early days of NXT, the NEM developers were working on the code, even finding flaws in it. 

Whenever NXT has a new version go open source, it is pretty easy for them to go through the code. 

Also, as others have said, when Makoto says that NEM is being test-driven during the writing, it refers to the exact style of writing the code and the process in which it is built, not so much it being tested on a testnet.  It is kind of a gold standard in writing code to make sure it is clean as far as I know.   

http://en.wikipedia.org/wiki/Test-driven_development

definitely worth the read. also it does explain why more people need to test the beta. sounds like a great way to produce code. im surprised this isnt the standard way for cryptocurrency development to be done.

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
mattadc
Member
**
Offline Offline

Activity: 426
Merit: 10


View Profile WWW
December 08, 2014, 12:53:32 PM
 #10303

http://en.wikipedia.org/wiki/Test-driven_development

im surprised this isnt the standard way for cryptocurrency development to be done.

There is no silver bullet. It would be a surprise, if all the cryptocurrency development would use TDD.
"Test-driven development does not perform sufficient testing in situations where full functional tests are required to determine success or failure due to extensive use of unit tests.[21] Examples of these are user interfaces, programs that work with databases, and some that depend on specific network configurations."
"A high number of passing unit tests may bring a false sense of security, resulting in fewer additional software testing activities, such as integration testing and compliance testing."
"Writing and maintaining an excessive number of tests costs time."




 

MINTER - WE MINT COINS AND CREATE THE INTERNET OF MONEY
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Telegram  |  Bip Wallet  |  Twitter
Istanbul34
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
December 08, 2014, 12:53:49 PM
 #10304

Why according to NXT pricing? nem is fairer than the NXT, more popular currency. It's worth more than the NXT Undecided

The code is a lot better too Smiley

How do you know? Did you study the latest version of the code of NXT?

In the early days of NXT, the NEM developers were working on the code, even finding flaws in it.  

Whenever NXT has a new version go open source, it is pretty easy for them to go through the code.  

Also, as others have said, when Makoto says that NEM is being test-driven during the writing, it refers to the exact style of writing the code and the process in which it is built, not so much it being tested on a testnet.  It is kind of a gold standard in writing code to make sure it is clean as far as I know.  

I know how the code was in the early days of NXT. It was messy.

But it is way much better now. So I was wondering which version of the code he was comparing to. The early days or the latest version.
makoto1337
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000


I am not Dorian Nakamoto.


View Profile WWW
December 08, 2014, 01:00:46 PM
Last edit: December 08, 2014, 01:24:48 PM by makoto1337
 #10305

http://en.wikipedia.org/wiki/Test-driven_development

im surprised this isnt the standard way for cryptocurrency development to be done.

There is no silver bullet. It would be a surprise, if all the cryptocurrency development would use TDD.
"Test-driven development does not perform sufficient testing in situations where full functional tests are required to determine success or failure due to extensive use of unit tests.[21] Examples of these are user interfaces, programs that work with databases, and some that depend on specific network configurations."
"A high number of passing unit tests may bring a false sense of security, resulting in fewer additional software testing activities, such as integration testing and compliance testing."
"Writing and maintaining an excessive number of tests costs time."

Testing code is no silver bullet, but it helps Smiley
There are a lot of places in the code that benefit from unit tests and I can't imagine developing something as complex as NIS without it.

BTW, how many accounts do you have on BTT? It seems weird that anyone would be against testing code...

                
                                 ▄▄██████████████████▄▄╓
                           ▄████████████████████████████████▄
                       ▄████████████████████████████████████████▄
                    ▌███████████████████████████████████████████████╒
                 ▄████████████████████████████████████████████████████▄
               ▓█████████████████████████████████████████████████████████
             ▓█████████████████████████████████████████████████████████████
           ▄████████████████████████████████████████████████████████████████▄
          ████████████████████████████████████████████████████████████████████
         ███████████                                                ███████████▄
       ╒████████████                                                ▀███████████▄
       █████████████                                                ▀████████████▄
      ███████████████████████████████████      ███████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████▄
    ▄███████████████╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╙       ╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧████████████████
    ████████████████                                                ▀███████████████
    ████████████████                                                ▀███████████████
    ████████████████████████████████████╝       ████████████████████████████████████
    ███████████████████████████████████          ███████████████████████████████████
    █████████████████████████████████▀            ▀█████████████████████████████████
    ▐███████████████████████████████       ▄▄       ███████████████████████████████▌
     █████████████████████████████▀       ████       ▀█████████████████████████████
     ╘███████████████████████████       ▄██████▄       ███████████████████████████▌
      ▀████████████████████████▀       ██████████       ▀█████████████████████████
       ▀██████████████████████╛      ╔████████████▄       ███████████████████████
        █████████████████████       ████████████████       ▀████████████████████
         ▀█████████████████╚      ╓██████████████████▄       █████████████████▀
           ██████████████▀       ▓█████████████████████       ▀██████████████╝
            ▀███████████╩       ████████████████████████▄       ███████████▀
              ▀████████       ▓███████████████████████████       ▀████████
                ▀████▐       ██████████████████████████████▄       ████▀
                  ╙▀       ▄█████████████████████████████████       ▀▐
                          ████████████████████████████████████▄
                         ▀████████████████████████████████████▀
                              ▀▀████████████████████████▀▀╛

Sora
| SoraTopia | SoraEconomy                                                    
/The Decentralized Autonomous Economy /
|
XOR
mattadc
Member
**
Offline Offline

Activity: 426
Merit: 10


View Profile WWW
December 08, 2014, 01:20:03 PM
 #10306

It seems weird that anyone would be against testing code...

Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!


MINTER - WE MINT COINS AND CREATE THE INTERNET OF MONEY
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Telegram  |  Bip Wallet  |  Twitter
kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
December 08, 2014, 01:26:49 PM
 #10307

It seems weird that anyone would be against testing code...

Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!



very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
mattadc
Member
**
Offline Offline

Activity: 426
Merit: 10


View Profile WWW
December 08, 2014, 01:32:27 PM
 #10308

It seems weird that anyone would be against testing code...

Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!



very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy

True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

MINTER - WE MINT COINS AND CREATE THE INTERNET OF MONEY
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Telegram  |  Bip Wallet  |  Twitter
makoto1337
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000


I am not Dorian Nakamoto.


View Profile WWW
December 08, 2014, 01:36:27 PM
 #10309

It seems weird that anyone would be against testing code...

Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!



very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy

True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley


Only one time is needed if you do it right.

                
                                 ▄▄██████████████████▄▄╓
                           ▄████████████████████████████████▄
                       ▄████████████████████████████████████████▄
                    ▌███████████████████████████████████████████████╒
                 ▄████████████████████████████████████████████████████▄
               ▓█████████████████████████████████████████████████████████
             ▓█████████████████████████████████████████████████████████████
           ▄████████████████████████████████████████████████████████████████▄
          ████████████████████████████████████████████████████████████████████
         ███████████                                                ███████████▄
       ╒████████████                                                ▀███████████▄
       █████████████                                                ▀████████████▄
      ███████████████████████████████████      ███████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████▄
    ▄███████████████╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╙       ╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧████████████████
    ████████████████                                                ▀███████████████
    ████████████████                                                ▀███████████████
    ████████████████████████████████████╝       ████████████████████████████████████
    ███████████████████████████████████          ███████████████████████████████████
    █████████████████████████████████▀            ▀█████████████████████████████████
    ▐███████████████████████████████       ▄▄       ███████████████████████████████▌
     █████████████████████████████▀       ████       ▀█████████████████████████████
     ╘███████████████████████████       ▄██████▄       ███████████████████████████▌
      ▀████████████████████████▀       ██████████       ▀█████████████████████████
       ▀██████████████████████╛      ╔████████████▄       ███████████████████████
        █████████████████████       ████████████████       ▀████████████████████
         ▀█████████████████╚      ╓██████████████████▄       █████████████████▀
           ██████████████▀       ▓█████████████████████       ▀██████████████╝
            ▀███████████╩       ████████████████████████▄       ███████████▀
              ▀████████       ▓███████████████████████████       ▀████████
                ▀████▐       ██████████████████████████████▄       ████▀
                  ╙▀       ▄█████████████████████████████████       ▀▐
                          ████████████████████████████████████▄
                         ▀████████████████████████████████████▀
                              ▀▀████████████████████████▀▀╛

Sora
| SoraTopia | SoraEconomy                                                    
/The Decentralized Autonomous Economy /
|
XOR
mattadc
Member
**
Offline Offline

Activity: 426
Merit: 10


View Profile WWW
December 08, 2014, 01:43:18 PM
 #10310

It seems weird that anyone would be against testing code...
Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!

very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy
True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

Only one time is needed if you do it right.

Who are those lucky .... Nobel prize winners ? Smiley
Here is not suspected the success of NEM development. I guess NEM has devs, who are not doing their first project. Better chances ...

MINTER - WE MINT COINS AND CREATE THE INTERNET OF MONEY
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Telegram  |  Bip Wallet  |  Twitter
rockethead
Legendary
*
Offline Offline

Activity: 1055
Merit: 1016


View Profile WWW
December 08, 2014, 01:55:09 PM
 #10311

It seems weird that anyone would be against testing code...
Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!

very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy
True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

Only one time is needed if you do it right.

Who are those lucky .... Nobel prize winners ? Smiley
Here is not suspected the success of NEM development. I guess NEM has devs, who are not doing their first project. Better chances ...


You seem to say some people are going to win the Nobel prize? What are you trying to tell us? Are you saying that this is not the first crypto the devs are developing? That is something new. Maybe you want to share more with us. Wink
kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
December 08, 2014, 02:12:54 PM
 #10312

It seems weird that anyone would be against testing code...
Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!

very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy
True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

Only one time is needed if you do it right.

Who are those lucky .... Nobel prize winners ? Smiley
Here is not suspected the success of NEM development. I guess NEM has devs, who are not doing their first project. Better chances ...


You seem to say some people are going to win the Nobel prize? What are you trying to tell us? Are you saying that this is not the first crypto the devs are developing? That is something new. Maybe you want to share more with us. Wink

satoshi and bcnext working on nem? wow thats cool.. nem will be huge! Cheesy

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
makoto1337
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000


I am not Dorian Nakamoto.


View Profile WWW
December 08, 2014, 02:14:55 PM
 #10313

It seems weird that anyone would be against testing code...
Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!

very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy
True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

Only one time is needed if you do it right.

Who are those lucky .... Nobel prize winners ? Smiley
Here is not suspected the success of NEM development. I guess NEM has devs, who are not doing their first project. Better chances ...


You seem to say some people are going to win the Nobel prize? What are you trying to tell us? Are you saying that this is not the first crypto the devs are developing? That is something new. Maybe you want to share more with us. Wink

satoshi and bcnext working on nem? wow thats cool.. nem will be huge! Cheesy

You beat me tooit!

Satoshi and BCNext working together to create a Utopian FutureCool

                
                                 ▄▄██████████████████▄▄╓
                           ▄████████████████████████████████▄
                       ▄████████████████████████████████████████▄
                    ▌███████████████████████████████████████████████╒
                 ▄████████████████████████████████████████████████████▄
               ▓█████████████████████████████████████████████████████████
             ▓█████████████████████████████████████████████████████████████
           ▄████████████████████████████████████████████████████████████████▄
          ████████████████████████████████████████████████████████████████████
         ███████████                                                ███████████▄
       ╒████████████                                                ▀███████████▄
       █████████████                                                ▀████████████▄
      ███████████████████████████████████      ███████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████
     ████████████████████████████████████      ████████████████████████████████████▄
    ▄███████████████╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╙       ╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧╧████████████████
    ████████████████                                                ▀███████████████
    ████████████████                                                ▀███████████████
    ████████████████████████████████████╝       ████████████████████████████████████
    ███████████████████████████████████          ███████████████████████████████████
    █████████████████████████████████▀            ▀█████████████████████████████████
    ▐███████████████████████████████       ▄▄       ███████████████████████████████▌
     █████████████████████████████▀       ████       ▀█████████████████████████████
     ╘███████████████████████████       ▄██████▄       ███████████████████████████▌
      ▀████████████████████████▀       ██████████       ▀█████████████████████████
       ▀██████████████████████╛      ╔████████████▄       ███████████████████████
        █████████████████████       ████████████████       ▀████████████████████
         ▀█████████████████╚      ╓██████████████████▄       █████████████████▀
           ██████████████▀       ▓█████████████████████       ▀██████████████╝
            ▀███████████╩       ████████████████████████▄       ███████████▀
              ▀████████       ▓███████████████████████████       ▀████████
                ▀████▐       ██████████████████████████████▄       ████▀
                  ╙▀       ▄█████████████████████████████████       ▀▐
                          ████████████████████████████████████▄
                         ▀████████████████████████████████████▀
                              ▀▀████████████████████████▀▀╛

Sora
| SoraTopia | SoraEconomy                                                    
/The Decentralized Autonomous Economy /
|
XOR
mattadc
Member
**
Offline Offline

Activity: 426
Merit: 10


View Profile WWW
December 08, 2014, 02:18:48 PM
 #10314

It seems weird that anyone would be against testing code...
Have you lost the focus?
If the test-driven development is not used, it doesn't mean there is no testing!

very different kinds of testing that (could) bare very different results. for optimal development i would assume a combination of the two would be best practice. test-driven development followed by a rigorous (closed) testing once a new version is released internally then followed by even more rigorous public testing. ie. test the crap out of everything as hard as possible. Cheesy
True. Unfortunately the optimal development is may be found only after many projects. How many cryptocoins one group must build? Smiley

Only one time is needed if you do it right.

Who are those lucky .... Nobel prize winners ? Smiley
Here is not suspected the success of NEM development. I guess NEM has devs, who are not doing their first project. Better chances ...


You seem to say some people are going to win the Nobel prize? What are you trying to tell us? Are you saying that this is not the first crypto the devs are developing? That is something new. Maybe you want to share more with us. Wink

satoshi and bcnext working on nem? wow thats cool.. nem will be huge! Cheesy

You beat me tooit!

Satoshi and BCNext working together to create a Utopian FutureCool

I was writing one answer to rockethead ... but noticed that he has got already better answers Smiley

MINTER - WE MINT COINS AND CREATE THE INTERNET OF MONEY
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Telegram  |  Bip Wallet  |  Twitter
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
December 08, 2014, 04:01:33 PM
 #10315

Let's not put other software down.
I would simply say NEM is a quite solid piece of software Smiley

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
kauppalahti
Full Member
***
Offline Offline

Activity: 235
Merit: 110


HAVUJA PERKELE!


View Profile
December 08, 2014, 04:02:33 PM
 #10316

Are we going to see the launch before or after the Christmas?

Lompakon käännöksessä oli muutama kirjoitusvirhekin, jotka korjaan, mutta en pitänyt
omasta tekstistäni teknisten sanojen kohdalla. Mitä ehdotetaan:
- remote harvesting
- local harvesting

Jätetäänkö alkuperäiseksi? Muutama teksti jää myös kankeaksi/kääntämättä, koska asettelu ei mahdollista
ihan kaikkea.Korjataan nekin ehdotuksien mukaan.

Vimeisimmästä päivityksestä voi vaihtaa kielen suomeksi.
McDoxy1
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
December 08, 2014, 04:25:43 PM
 #10317

Is there some documentation on how the Proof of Importance algorithm works and how it avoids sybill attacks? Or do we have to wait for a white paper?
Fatih87SK
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
December 08, 2014, 06:52:45 PM
 #10318

https://nxtforum.org/general-discussion/price-speculation/msg138611/#msg138611

patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
December 08, 2014, 07:04:22 PM
 #10319


CfB has said many times that he doubts POI will work. Nothing new really if that's what you're getting at ?
I think the main reason is that people think it's a completely new thing. POI is an improvement over POS but POS isn't completely scratched it's just broadend with a few more factors so it's not just balance that counts but also activity. 

gimre
Legendary
*
Offline Offline

Activity: 866
Merit: 1002



View Profile WWW
December 08, 2014, 07:50:17 PM
 #10320

How do you know? Did you study the latest version of the code of NXT?

I wouldn't compare NEM to NXT for a very simple reason: We are not there yet - where they were year ago.

Regarding NXT code: I've said it few times already, and I can say it again, it's truly ASTONISHING what JeanLucPicard did with the code.

NemusExMāchinā
Catapult docs: https://docs.symbol.dev
github: https://github.com/symbol
Pages: « 1 ... 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 [516] 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 ... 1984 »
  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!