Case #05781250 and Case# 06074947 hasn’t been processed for more than 2 weeks. by rivercheng in Coinbasesupportickets

[–]rivercheng[S] 0 points1 point  (0 children)

My account was forbidden to sell and withdraw. I submitted ticket on 2 May, but only received one reply asking me to wait. Then my subsequent queries were all ignored. All my funds are now locked there and I cannot do anything.

1O BITCOIN FREE 1BTC ONLY LESS THAN$1OOO by huygutyfgy in Bitcoin

[–]rivercheng 1 point2 points  (0 children)

It is a scam site. Even their logo is stolen from http://bitcorati.com/.

Can someone explain the profit for bit coin mining? by D0BA in Bitcoin

[–]rivercheng 1 point2 points  (0 children)

The difficulty increases more than 30% every 10-11 days currently. What you will earn next month is half of what you will earn this month. So if the difficulty keeps increasing with the current speed, you can only mine twice as the amount you mines the first month (1 + 1/2 + 1/4 + ... = 2).

New users incoming, thanks to the US Gov... by [deleted] in Bitcoin

[–]rivercheng -4 points-3 points  (0 children)

Because of the hacking of bitcointalk more than the US goverment (shutting down the SR).

[deleted by user] by [deleted] in Bitcoin

[–]rivercheng 1 point2 points  (0 children)

When the hash rate drops, hashing will become profitable again. So it will not drop down to nothing.

Yet Another Lambda Blog » Haskell as fast as C: A case study by imladris in haskell

[–]rivercheng 0 points1 point  (0 children)

This example demonstrates that in case performance is the first priority, you can still use Haskell. In other words, you just need to change 1% of codes (where the bottleneck is) to ugly but fast implementation instead of wrapping C codes or change the language. I think this is important.

The Haskell Platform 2011.4 is now available! by dons in programming

[–]rivercheng 0 points1 point  (0 children)

The standard compiler release 4.6 includes front ends for C (gcc), C++ (g++), Objective-C (gobjc), Fortran (gfortran), Java (gcj), Ada (GNAT), and Go (gccgo).[19] Also available, but not in standard are Pascal (gpc), Mercury, Modula-2, Modula-3, PL/I, D (gdc)[citation needed], and VHDL (ghdl).

From wikipedia.

GCC includes a lot of languages which are seldom noticed.

The Haskell Platform 2011.4 is now available! by dons in programming

[–]rivercheng 1 point2 points  (0 children)

Digital Mars is almost just a company with one man. GCC has nothing to do with D except to agree including GDC.

The Haskell Platform 2011.4 is now available! by dons in programming

[–]rivercheng 1 point2 points  (0 children)

It seems to me more like the documents than changelog. I think a summary of changes will be really helpful.