Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment I want to eat meat/fish (Score 5, Interesting) 393

I want to eat meat. I will never become a vegan, because I need meat (my levels of B12 and iron constantly falling if I don't eat enough meat, and I rather get it from real food rather than vitamin pills). Find a way to make it sustainable then. It's not a solution to telling everyone to "stop eating meat". I rather have free range or wild, sustainable, organic meat, than industrialized meat. But to not have any at all, is not an option.

Comment Re:Good (Score 1) 312

I personally *despise* the episodic model. I'm all for the serialized one, and in fact, except Netflix's offerings, the serialized versions found on networked shows pale in comparison (in terms of serialization that is). I'm one of those people who really enjoyed the serializing nature of LOST (minus the disastrous 6th season). I absolutely never watch episodic television. I find it cheap, and non-artistic. In a perfect world, I'd like most TV shows (not all, but most) to end in 3 seasons: beginning-middle-end. And each season to comprise from 6-9 episodes: beginning-middle-end. Like a book.

Comment The Missing Post (Score 5, Informative) 133

He posted a blog post yesterday and it's currently cached but essentially he promises to move BTC from early blocks to do the final verification. This was up yesterday before his stupid wah wah redirect went up. I'm reposting it here in case it's ever removed from google cache (I hate scammers):

Extraordinary Claims Require Extraordinary Proof
May 3, 2016
ExtraordinaryClaims

Yesterday, Andreas Antonopoulos posted a fantastic piece on Reddit.

Andreas said something critically important and it bears repeating: “I think the identity of Satoshi Nakamoto does not matter”.

He’s absolutely right.

It doesn’t – and shouldn’t – matter to the Bitcoin community.

I cannot deny that my interest in bringing the origins of Bitcoin into the light is ultimately and undeniably a selfish one – the only person to whom this should matter is me. In the wake of the articles last December in which I was ‘outed’, I still believed that I could remain silent. I still believed that I could retreat into anonymity, sever contact, go quiet, and that the storm would eventually pass and life would return to normal. I was right and wrong. The story did eventually retreat, but not before it ‘turned’ and the allegations of fraud and hoax (not to mention personal threats and slurs against me and my family) clung to me.

I now know that I can never go back.

So, I must go through to go forward.

Mr. Antonopoulos’ post also notes that if Satoshi wants to prove identity, “they don’t need an “authority” to do so. They can do it in a public, open manner.” This is absolutely true, but not necessarily complete. I can prove access to the early keys and I can and will do so by moving bitcoin, but this should be a necessary, but not sufficient, condition for such an extraordinary claim.

And this is why I wanted to speak with Gavin weeks ago. Gavin was in a unique position as we dealt with each other directly while we nurtured Bitcoin to life in 2010. I knew that Gavin would remember the content of those messages and discussions, and would recall our arguments and early interactions. I wanted to speak with Gavin first, not to appeal to his authority, but because I wanted him to know. I owed him that. It was important to me that we could re-establish our relationship. Simply signing messages or moving bitcoin would never be enough for Gavin.

And it should not be enough for anyone else.

So, over the coming days, I will be posting a series of pieces that will lay the foundations for this extraordinary claim, which will include posting independently-verifiable documents and evidence addressing some of the false allegations that have been levelled, and transferring bitcoin from an early block.

For some there is no burden of proof high enough, no evidence that cannot be dismissed as fabrication or manipulation. This is the nature of belief and swimming against this current would be futile.

You should be sceptical. You should question. I would.

I will present what I believe to be “extraordinary proof” and ask only that it be independently validated.

Ultimately, I can do no more than that.

Comment If Only There Was a Website to Answer That! (Score 4, Insightful) 106

This raises one question: Is China's Great Firewall that easy to circumvent, or are members of the government treated differently than normal citizens?

If only we had a website the covered this sort of stuff ... oh right, we do! New VPN IP addresses probably take a while for them to identify the traffic on and block. But there are plenty of services like HMA that constantly roll out new ip addresses. So as long as you're a mouse willing to play whackamole with your cat overlords ... Annoying, yes, but that's the definition of the internet in China.

In response to the second part, that is always true regardless of the answer to the first part. Not only are members of the government are treated differently but also their families. The "party" class enjoys many many perks. Unmonitored VPN connections would be laughable compared to their insider trading, disregard for the law and instant attack dogs they routinely utilize.

While you're accepting suggestions, why isn't my aforementioned article linked in the "You may like to read:" section of this page? Those stories seem to have nothing to do with China's firewall yet a simple google search shows a whole slew of those stories on Slashdot. I think you could get timothy's family to help you track that stuff if you would return his body to them. They only want closure, it doesn't matter if it has to be a closed casket funeral!

Comment Re:Why the hell would anyone use Go? (Score 2) 185

Why the hell would anyone use Go?

(Serious question, since our editors didn't tell us why Go was created, what Go's intended purpose was and whether or not anyone is actually using Go.)

As a software developer here that likes to fiddle with all languages, the second paragraph from Wikipedia seems to answer your question nicely: "It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some structural typing capabilities,[2] additional built-in types such as variable-length arrays and key-value maps, and a large standard library."

So from the first few words someone might know C and desire garbage collection to be handled for them? Golang might be a better selection for them than Java.

Personally for me, the built-in primitives for concurrency make it a great language for tinkering in realms of software design that were once onerous to me. But that's only one of a few of the language's goals.

Maybe a better set of questions would be for an elevator pitch on why someone should use golang? Or perhaps if they have dropped some goals of golang for others as development went forward?

Comment Re:Wisdom of naming it "Go" (Score 2) 185

There's already a game called Go, which has about a gazillion articles on how to program it. Couldn't you come up with a name that would be less ambiguous? Now, when you see a user group for "Go programming", you have no clue which one it is.

In conversation, I refer to it as golang. You are right on your point about potential for confusion but I don't think your example is apt anymore. Googling for programming go appears to yield only results about golang. Also, it is not without tangential benefits like being able to call Go developers "gophers."

I think when I first started programming Groovy long ago I stumbled upon a website promising that software development was groovy ... that's no longer the case when I google for groovy programming resources.

In short the success of your language is a big enough concern than the name of your language is negligible (with the exception of negative words). The search results will follow.

Slashdot Top Deals

Blessed be those who initiate lively discussions with the hopelessly mute, for they shall be known as Dentists.

Working...