Bitcoin Forum
May 27, 2024, 05:31:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 151 »
541  Bitcoin / Bitcoin Discussion / Re: How should we pay for things in space? on: July 24, 2013, 01:31:23 PM
People are way, way, wayyyy, over their head.

We are a bunch of pseudointelligent evolved monkeys floating around on a rock, we can't even invent a cure for acne let alone posses the intellect to populate other planets, Earth has been nice enough to let us live for a couple million years provided we don't cause any problem or else we'd be shaken off like fleas, it has been here for billions of years before us and will stay here for billions of years after us.

The average American can't even see through the thick layer of shit put on his forehead every single day, populating other planets would be tens of thousands of years away after global world peace/harmony, which is a state we will unlikely to ever reach.

Certainly not. At present rates of planet destruction, populating other planets will become a priority within a hundred years. Additional death-rate decreases will cause a population explosion by the late 21st century. Humans will need to migrate off within 200 years, or risk extinction as a species.
542  Bitcoin / Press / Re: 2013-07-23 Huffington Post: Bitcoin, Money of the Future? on: July 24, 2013, 02:47:43 AM
"Developed by an anonymous Japanese student" - Left hand facepalm.
"Maximum number of bitcoins mined: 22M" - Right hand facepalm.

Couldn't read through the palms after that.

Technically the first cannot be refuted, and the second is correct.
543  Other / Meta / BBC++ on: July 24, 2013, 02:25:28 AM
BBC++

Table of Contents

Description
I'm currently working on a compiler to simplify writing long posts on these forums. The goal is to take often-used idioms in BitcoinTalk bbcode and simplify them by introducing new tags and syntax.

Features
Preprocessor directives
The compiled code can be commented with the [!!] pseudo-tag, which is actually a preprocessor directive. This is currently the only preprocessor directive, though some tags such as [nobbc], [code], and [icode] are handled by the preprocessor.

Postprocessor directives
There are also some postprocessor directives. [!break] tags are useful for long posts. They can separate a single post into multiple posts, which can then be posted in a row to circumvent the SMF character limit. [!include=X] tags should not be written by the user; they are generated automatically by the preprocessor. [!ls] and [!rs] tags are escaped forms of the [ and ] tags. Direct usage of these is not recommended because it may look ugly; instead, the [nobbc] tag should be used. [!tag=X] is just a shortcut syntax for [icode][X][/icode]. It simplifies writing about BBC++ or regular BBC, and this description makes judicious use of it.

Tags
So far, I've added a few tags I deem useful. There are still tags that I hope to add in the future (easier-to-use tables, etc.).

[#] is a convenient tag to link to an anchor. Simply use [#=top]Back to Top[/#], for example, to go to the anchor “top”. Try it!

[bgcolor] is a shortcut for using the [glow] tag. Because the syntax for glow is odd, this tag will make things easier (its syntax is identical to that of [color]).

[h1], [h2], [h3], [h4] tags have been added. These tags can take an optional parameter, which adds an anchor. This can be seen with the first heading on this page, which this link should lead to. Note that these tags are not “real headings”, so they will not appear on the page outline.

[icode] tags are easier ways to include code inside a line. The default [code] tags do not do this job well because they force line-breaks, and the default [tt] tags do not escape BBCode tags.

The [latex] tag makes including mathematics in BitcoinTalk posts a million times easier. Just using [latex]{1+2} \over 4[/latex], for example, produces .

[mxbt] tags are an extension to the forum's default [btc] syntax. They offer ease of use with the [mxbt=xxx] syntax. For example, [mxbt=100] produces 100 mBTC. Note that the compiler automatically inserts a non-breaking narrow space to increase aesthetics of your price labels.

The [nb] tag is just a convenient way to include important notices. It will automatically style the notice and add “NB:” for you.

[now] tags have no end tag and simply display the date of posting in the reader's timezone. [now] produces July 29, 2013, 09:21:50 PM. What purpose does this serve? Well, it allows a “Last updated: July 29, 2013, 09:21:50 PM” header, which would automatically update upon edit.

[q] tags are just an easier way to type out “smart” quotation marks. [q]Hello[/q] produces, as you would expect, “Hello”.

[ref] and [^ref] tags[1] can be used as a flexible[2] referencing system[3], allowing citations to be created inline[4] and also allowing usage of the same source[1] more than once[3]. The syntax is quite flexible. The general form is as follows:
Code:
[ref]XXX[/ref]: just a plain reference.
[ref=XXX]XXX[/ref]: a url reference.
[ref=^XXX]XXX[/ref]: a plain, named reference.
[ref=XXX^XXX]XXX[/ref]: a named url reference.
[^ref=XXX]: include a named reference.

[refs] tags include the list of references. Like this:

[toc] tags create a table of contents based on your heading structure. The format of these tables is extremely basic at the moment; better aesthetics will be added later. It is possible to specify which heading level to start at with the [toc=X] syntax (the default level, 1, means that all headings over level 1 will be displayed). Usage of such is not recommended, as it is very confusing and will potentially create multiple lists.

[toc_entry] tags allow one to create fake headings that have table of content entries, but no heading style. Use of these tags is strongly discouraged, as they may be confusing to the post reader. The syntax is [toc_entry=X]name[/toc_entry], where X represents the heading level and name the name to be used in the table of contents.

[topic] tags are easier ways to link to other BitcoinTalk topics. [topic=10000]Topic #10000[/topic] will link to topic #10000.

[utc] tags take a UTC datetime and display it as a date in the reader's timezone. For example, [utc]2013-01-01T05:00:20[/utc] displays as January 01, 2013, 05:00:20 AM.

[xbt] tags are similar to the aforementioned [mxbt] tag, but are provided for the holdouts who insist on using a currency unit worth more than the world's top 10 combined.

Call for comments
The compiler, although useful enough to write this post in, is far from done. I would like to make a better [table] tag, as the current SMF one is nigh impossible to use.

Eventually, I hope to port the compiler (currently written in Javascript) to Greasemonkey's user-script system. This will allow users to compile code as they post, with the "preview" and "post" buttons automatically compiling before the post is sent. In addition, the user-script should save raw BBC++ for the user's post, so editing can be done with BBC++.

But before I do any of this, I want to make sure upgrading to BBC++ is worthwhile. Therefore, I am asking for the comments of fellow BitcoinTalk users. What do you find most excruciating about SMF's BBCode? What feature would convince you to get the user-script?
544  Bitcoin / Bitcoin Discussion / Re: List of Major Bitcoin Heists, Thefts, Hacks, Scams, and Losses on: July 23, 2013, 10:08:23 PM
Trendon Shavers caught, charged for Ponzi scheme.

See reference.

Updated status of Bitcoin Savings and Trust accordingly. Also updated upper bound from 500000 BTC to >700000 BTC. (I consider "upper bound" to mean 90% certainty, not 100% upper bound). Added lower bounds at 150649 BTC, 192852 BTC. (latter as the differences don't add up). Deleted the estimate, which is almost certainly too low. The new information seems to indicate that a lot of redistribution occurred—some profited greatly from the scheme, so Pirate's profits alone do not indicate the entire lost.
545  Other / Meta / Re: Activity Algorithm on: July 23, 2013, 01:00:28 AM
This is period #1135. Period #1136 will start in about 11 hours, when the unix time 1374560000 % 1210000 == 0.

Ah, so the epoch coincides with the unix epoch. And I notice that a forum fortnight is not exactly a fortnight, but rather around 7 minutes longer than a fortnight. Is there a particular reason for this, or is it just because it is a round number?
546  Other / Meta / Re: Activity Algorithm on: July 22, 2013, 07:04:58 PM
Quote
You make one post on the fifth day of the month.
You also post every day for the second and third weeks.
You make one post on the 23rd day of the month.

The whole month would count because you posted at least once in both 14-day periods. Your maximum activity would be 28. (Assuming the start of the month is also the start of a 14-day period.)

Quote
I.e. you're registered for 1 month and you've posted 300 posts but all of those posts were made on the first and twelfth day so only 2 days count toward your 14 days.

The whole 14-day period would count. Your maximum activity would be 14.

May I ask what day the epoch is on? Are fortnights counted from a fixed, global date, or from each user's individual date of registration?
547  Bitcoin / Press / Re: 2013-07-19 BBC: Living off Digital currency for a week. on: July 20, 2013, 08:36:31 PM
where is not paying taxes a felony?

In the US it is.

Quote
Any person who willfully attempts in any manner to evade or defeat any tax imposed by this title or the payment thereof shall, in addition to other penalties provided by law, be guilty of a felony and, upon conviction thereof, shall be fined not more than $100,000 ($500,000 in the case of a corporation), or imprisoned not more than 5 years, or both, together with the costs of prosecution.
548  Economy / Speculation / Re: If you're not out, get out. on: July 19, 2013, 09:59:40 PM
If you're not out, get out (of the United States).
+1

Detroit bankrupt 49 more to go.

49 what?

Detroit is not a state, and there are way more than 50 cities.

49 of the 50 most populous cities with at least two t's in the name.
549  Bitcoin / Press / Re: 2013-07-19 BBC: Living off Digital currency for a week. on: July 19, 2013, 07:38:11 PM
Lol, I've spent the last 2 years living solely on Cryptos. Although, my expenses aren't very high. I want an article   Tongue

So you spent the last 2 years:
  • Not paying taxes? Don't worry, this is only a felony.
  • Without filling up the tank? No problem. Live in Manhattan.
  • Eating only Foodler (junk food)? Must be American, I guess.
  • With no visits to the hospital? Some just never get sick.
  • Neglecting rent/property tax? Or, you know, live on the streets.

I find your statement incredibly hard to believe, unless you live in a slum in Somalia.
550  Other / Off-topic / Re: S.DICE sold to MtGox on: July 19, 2013, 07:30:20 PM
I would actually be more inclined to believe Mt. Gox was sold to S.DICE, given how devalued the former has become.
551  Other / Off-topic / Re: Anyone know who's wallet this is? on: July 19, 2013, 07:18:07 PM
https://blockchain.info/address/1FvMVtzxACJejfZvqtiSsTrUCpR2HYveB6

I randomly received like 2mXBT's and I looked and saw that this wallet got in 14kXBT and pushed it out, all in 2 transactions. Kinda weird  Huh

It looks like 11509825.49641 mBTC were sent back as change, and the rest was a dividend payment. Do you own any shares?

nope

Then it looks like a withdrawal. The coins are mainly sourced from 1BcCo1dNztEjMtzxFTbtQuZEuK1NkvN8q5, which received them through many smaller addresses (likely to be deposit addresses). Perhaps you withdrew coins from Mt. Gox or Bitstamp recently?
552  Other / Off-topic / Re: Anyone know who's wallet this is? on: July 19, 2013, 07:15:14 PM
https://blockchain.info/address/1FvMVtzxACJejfZvqtiSsTrUCpR2HYveB6

I randomly received like 2mXBT's and I looked and saw that this wallet got in 14kXBT and pushed it out, all in 2 transactions. Kinda weird  Huh

It looks like 11509825.49641 mBTC were sent back as change, and the rest was a dividend payment. Do you own any shares?
553  Bitcoin / Bitcoin Discussion / Re: Lets get US Sen. Elizabeth Warren (D-MA) into Bitcoin on: July 18, 2013, 04:38:50 PM
I had no idea we had so many Elizabeth Warren experts? They even know her opinion on things she has never commented about. 

The attitude in this thread is far too negative. "Statists hate Bitcoin"? Myth. Bankers hate Bitcoin because it is competition. But Bitcoin makes no claim to compete with the state. Bitcoin does neither garbage collection nor road building. Bitcoin neither collects taxes nor regulates markets. There is no reason whatsoever for a statist to hate Bitcoin, unless said statist is affiliated with the banking system.

Elizabeth Warren, in my opinion, would be a good fit for Bitcoin.
554  Other / Meta / Re: Temporary Ban for Press Guideline Violators on: July 18, 2013, 01:28:04 PM
Simple fixes are better than power abuses. Just make it so that when posting in Press, the first 10 characters are checked for ####-##-## format (simple regex will do). I can do this if theymos doesn't have the time.
555  Bitcoin / Bitcoin Discussion / Re: Lets get US Sen. Elizabeth Warren (D-MA) into Bitcoin on: July 18, 2013, 04:00:42 AM
Having my mBTC taxed is a small price to pay ...

... famous last words Smiley

... for a low-fee and fast decentralized global financial transaction system.

... uumm, don't we have that (i.e., no-fee) now -- without even being taxed?


This part is important. If nobody takes it, it's not global.
556  Bitcoin / Bitcoin Discussion / Re: Lets get US Sen. Elizabeth Warren (D-MA) into Bitcoin on: July 18, 2013, 12:46:41 AM
Having my mBTC taxed is a small price to pay for a low-fee and fast decentralized global financial transaction system.

having bitcoin taxed.??. no, because bitcoin is not government owned.. thats like an american being taxed by france because he does a trade using us dollar.

it has nothing to do with france.. the dollar is not owned by the french so the french should not be taxing dollars

bitcoin should remain nregulated and untaxed. but if you convert it to fiat, then yea expect taxes



If you earn francs in America they are taxed; albeit only "capital gains" and in USD equivalents. The same should apply to Bitcoin.
557  Bitcoin / Bitcoin Discussion / Re: Lets get US Sen. Elizabeth Warren (D-MA) into Bitcoin on: July 17, 2013, 11:33:36 PM

Some in the Bitcoin community are already in favor of regulation.

MOST of the community want bitcoin unregulated. but agree with the regulations revolving around the exchange to FIAT.

i personally prefer experienced and licenced financial institutions to control the FIAT to bitcoin exchanges.. much more then some 17yo zit faced guy that can run off at a moments notice.

but for the:
bitcoin for other altcoins
bitcoin for goods
bitcoins for services
bitcoins for everything else

should remain unregulated, but atleast follow a certain moral compass and understanding of security risks, which we all independently learn and use to control our own funds

Most of the current community, that is. If Bitcoin is to take off, it needs to cater to a broader political spectrum. Having my mBTC taxed is a small price to pay for a low-fee and fast decentralized global financial transaction system.
558  Other / Meta / Re: I need a moderator please I have received fake feedback from TradeFortress on: July 15, 2013, 06:30:43 PM
Aww, you found me out.  Cheesy
I went to all the trouble of copying the HTML colour code for the post background Smiley

Edit: DiamondCardz, colour #470000 would look better for the CoinChat ad text (not the glow, the TEXT)

Tip for the future: use [color=transparent].

This may be a slight tangent, but I have a question for you folks. Is it possible to manually override a person from your trustlist? I don't want marketplace trust to be based off hunches, and some people are clearly culprits of giving negative trust based off hunches.
559  Bitcoin / Press / Re: 2013-07-11: [Italian] Sex and Rome: Economic Crisis: Prostitutes Prefer Bitcoin on: July 13, 2013, 09:06:14 PM
so where do I get free sex and 10 bitcoins?

In case you are great-looking and don't have a problem pleasing older ladies in ways they imagine, I guess you can become a prostitute yourself.


If I were great-looking I wouldn't ask Wink

If I were great-looking I wouldn't sell myself for money Undecided.
560  Other / Off-topic / Re: Let's Count to 21 Million with Images on: July 12, 2013, 11:41:11 PM
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 151 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!