Skip to content

Commit b42d206

Browse files
committed
improve subheadlines
1 parent 73ea250 commit b42d206

9 files changed

+43
-53
lines changed

_posts/draft-material/blockchain dev.md

+30-24
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,10 @@ published: false
1818
[A Gentle Introduction to Bitcoin Core Development – Bitcoin Tech...](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8)
1919
> If you’re a developer and you own any Bitcoin at all, contributing to Bitcoin Core can be one of the best things you can do to help out…
2020
21-
[openblockchains/awesome-blockchains](https://github.com/openblockchains/awesome-blockchains/blob/master/README.md)
22-
> awesome-blockchains - A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed i...
21+
[openblockchains/programming-bitcoin-script](https://github.com/openblockchains/programming-bitcoin-script)
22+
> Programming Bitcoin Script Transaction (Crypto) Contracts Step-by-Step - Let's start with building your own bitcoin stack machine from zero / scratch and let's run your own bitcoin ops (operations)...
2323
24-
[https://blockchainathons.com/](https://blockchainathons.com/)
25-
26-
[The Importance of Deep Work & The 30-Hour Method for Learning a Ne...](https://azeria-labs.com/the-importance-of-deep-work-the-30-hour-method-for-learning-a-new-skill/)
27-
28-
[Balaji S. Srinivasan (@balajis)](https://twitter.com/balajis/status/1032174175358574592)
29-
> Fossil has always struck me as under-appreciated relative to git. It's also a complex piece of decentralized software for version control, but it's more programmable than git in key ways. For example, it has a queryable sqlite backend. [https://t.co/XxsjgLCMSD](https://t.co/XxsjgLCMSD)
30-
31-
[Why You Shouldn't Become A Software Engineer](https://www.youtube.com/watch?v=A4dXZkjWTg0)
32-
33-
[Mechanism Labs](https://github.com/Mechanism-Labs) - Open Source Blockchain Research Lab
34-
35-
[Open Source Money will BUIDL the Open Source Ecosystem](https://medium.com/gitcoin/open-source-money-will-buidl-the-open-source-ecosystem-f4169def8748?source=collection_home---4------0----------------)
36-
37-
[Crypto MVC – Kacper Wikieł – Medium](https://medium.com/@kacperwikiel/crypto-mvc-b0a7e4f1831b)
38-
This is how you build apps for the internet
39-
40-
[Justin Moon (@JustinMoen)](https://twitter.com/JustinMoen/status/1044340856189308930)
41-
> @CryptoBlock47 There's no real answer to this. The space is huge and almost every languages is used. For creating the protocols C++ or Rust are preferred because they're fast. For tools or apps people use what python, javascript, go, etc No single answer here.
42-
43-
[https://yukimotopress.github.io/blockchains](https://yukimotopress.github.io/blockchains)
24+
[Programming Cryptocurrencies and Blockchains (Book Edition)](https://yukimotopress.github.io/blockchains)
4425

4526
[msjaiswal/awesome-python-cryptocurrency](https://github.com/msjaiswal/awesome-python-cryptocurrency)
4627
A curated list of awesome Python Cryptocurrency frameworks, libraries, software and resources. - msjaiswal/awesome-python-cryptocurrency
@@ -55,11 +36,36 @@ There are very useful APIs, developers can choose from. Please note that while s
5536

5637
[ChristopherA/Blockchain-Developer-Resources](https://github.com/ChristopherA/Blockchain-Developer-Resources)
5738

58-
List of opininated links to resources useful to blockchain and bitcoin developers - ChristopherA/Blockchain-Developer-Resources
39+
List of opinionated links to resources useful to blockchain and bitcoin developers - ChristopherA/Blockchain-Developer-Resources
5940

60-
[https://programmingblockchain.gitbook.io/programmingblockchain](https://programmingblockchain.gitbook.io/programmingblockchain)
41+
[Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain)
6142

6243
[Blockchain's tools](https://blockchains.tools/) - Provide developers blockchain-related tools / functions
6344
- [nujabes403/blockchains-tools](https://github.com/nujabes403/blockchains-tools)
6445

46+
47+
48+
---
49+
50+
6551
[SerendipityDoDa/nukotest](https://github.com/SerendipityDoDa/nukotest)
52+
53+
54+
[https://blockchainathons.com/](https://blockchainathons.com/)
55+
56+
[Open Source Money will BUIDL the Open Source Ecosystem](https://medium.com/gitcoin/open-source-money-will-buidl-the-open-source-ecosystem-f4169def8748?source=collection_home---4------0----------------)
57+
58+
[Crypto MVC – Kacper Wikieł – Medium](https://medium.com/@kacperwikiel/crypto-mvc-b0a7e4f1831b)
59+
This is how you build apps for the internet
60+
61+
[Justin Moon (@JustinMoen)](https://twitter.com/JustinMoen/status/1044340856189308930)
62+
> @CryptoBlock47 There's no real answer to this. The space is huge and almost every languages is used. For creating the protocols C++ or Rust are preferred because they're fast. For tools or apps people use what python, javascript, go, etc No single answer here.
63+
64+
[The Importance of Deep Work & The 30-Hour Method for Learning a Ne...](https://azeria-labs.com/the-importance-of-deep-work-the-30-hour-method-for-learning-a-new-skill/)
65+
66+
[Balaji S. Srinivasan (@balajis)](https://twitter.com/balajis/status/1032174175358574592)
67+
> Fossil has always struck me as under-appreciated relative to git. It's also a complex piece of decentralized software for version control, but it's more programmable than git in key ways. For example, it has a queryable sqlite backend. [https://t.co/XxsjgLCMSD](https://t.co/XxsjgLCMSD)
68+
69+
[Why You Shouldn't Become A Software Engineer](https://www.youtube.com/watch?v=A4dXZkjWTg0)
70+
71+
[Mechanism Labs](https://github.com/Mechanism-Labs) - Open Source Blockchain Research Lab

_posts/info/2019-07-15-resources.md

-14
This file was deleted.

_posts/info/2019-12-29-101.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Info
3+
subheadline: Getting Started
44
title: "Bitcoin 101"
55
permalink: /info/101/
66
categories: ["Info"]
@@ -37,7 +37,7 @@ Bitcoin is a peer to peer payment protocol and digital currency based on cryptog
3737
* [Explain Bitcoin Like I'm Five](https://medium.com/free-code-camp/explain-bitcoin-like-im-five-73b4257ac833?)
3838
* [Ultimate Bitcoin Guide](https://www.upfolio.com/ultimate-bitcoin-guide)
3939

40-
[The Double-Spend (What Bitcoin's White Paper Solved Forever) - Coi...](https://www.coindesk.com/the-double-spend-what-bitcoins-white-paper-solved-forever)
40+
[The Double-Spend (What Bitcoin's White Paper Solved Forever)](https://www.coindesk.com/the-double-spend-what-bitcoins-white-paper-solved-forever)
4141
> Bitcoin's white paper solving the double-spend problem in the digital world makes near real-time commerce possible across the entire planet.
4242
[The problem bitcoin solves - John Light - Medium](https://medium.com/@lightcoin/the-problem-bitcoin-solves-8b3944ea77a7) - The problem that Bitcoin solves is the reversibility of electronic payments. In the seminal Bitcoin whitepaper, Satoshi Nakamoto wrote,
4343

_posts/info/2019-12-29-Bitcoin-Whitepaper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Info
3+
subheadline: A Peer-to-Peer Electronic Cash
44
title: "Bitcoin Whitepaper"
55
teaser: Translations of the Bitcoin whitepaper, eratta, and related information.
66
last_modified_at: 2019-12-08T11:22:33-23:00

_posts/info/2019-12-29-finance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Info
4-
title: Bitcoin Finance
3+
subheadline: Assorted Collection
4+
title: Finance and Economics
55
permalink: /info/finance/
66
categories: ["Info"]
77
---

_posts/info/2019-12-29-literature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Info
3+
subheadline: Research, Reports, Essays, etc.
44
title: "Bitcoin Literature"
55
permalink: /literature/
66
categories: ["Info"]

_posts/info/2019-12-30-audio-video.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Info
4-
title: "Bitcoin Media: Blogs, Podcasts, Video Channels, etc"
3+
subheadline: Blogs, Podcasts, Video Channels, etc
4+
title: "Bitcoin Media"
55
permalink: /info/audio-video/
66
categories: ["Info"]
77

_posts/info/2019-12-31-assorted-articles-tweets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
subheadline: Info
3-
title: "Assorted Articles, Tweets, and Short-Form"
2+
subheadline: "Articles, Short-Form, and a few podcasts."
3+
title: "Assorted Content"
44
permalink: /info/articles/
55
categories: ["Info"]
66

_posts/info/2020-01-02-why-bitcoin.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
subheadline: Info
2+
subheadline: no really tho
33
title: "Why Bitcoin?"
44
permalink: /info/why-bitcoin/
55
categories: ["Info"]
@@ -17,11 +17,9 @@ No other blockchain or cryptocurrency fulfils that need.
1717

1818
Even if you aren't too concerned about that, there are plenty of reasons, "Why Bitcoin?" However, that is plenty enough for me... the rest of the reasons people have for why are, to me, more about "How" Bitcoin will succeed.
1919

20-
It's fixed supply schedule does imply some dramatic increases in its price for the future. However, I'm not an investor, becuause I don't have any money. So it's fluctuations in price have minimal impact, upon myself.
20+
It's fixed supply schedule does imply some dramatic increases in its price for the future. Where most other currencies existing are currently experiencing hyper-inflation.
2121

22-
I'm more concerned with it's ability to solve, what I see as, a moral problem.
23-
24-
I just love that there is a choice, and a possibility for me to earn a living, without the necessity of a purposfully broken currency. I'm not there yet, but it's a dream.
22+
I just love that there is a choice, and a possibility for me to earn a living, without the necessity of a currency designed to siphon wealth from those who depend on it. I'm not there yet, but it's a dream.
2523

2624
## ...to, eventually, include the many reason why
2725

0 commit comments

Comments
 (0)