Changes to copypastetaxes.scroll.pub

ffff:65.246.71.95
ffff:65.246.71.95
1 day ago
updated announcing-copypastetaxes.scroll
announcing-copypastetaxes.scroll
Changed around line 11: The whole thing should take just a few minutes per year, and you should be able
- https://sdk.scroll.pub/designer/#parsers%0A%20copyPasteTaxesNode%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnNode%0A%20keywordCell%0A%20intCell%0A%20anyCell%0A%20taxReturnNode%0A%20%20inScope%20yearNode%20taxpayerNode%20dependentNode%20w2Node%20childCardCreditNode%20homeOfficeDeductionNode%0A%20%20crux%20taxReturn%0A%20%20cells%20keywordCell%0A%20yearNode%0A%20%20crux%20year%0A%20%20cells%20keywordCell%20intCell%0A%20taxpayerNode%0A%20%20inScope%20nameNode%20cityNode%20stateNode%20ssnNode%0A%20%20crux%20taxpayer%0A%20%20cells%20keywordCell%0A%20nameNode%0A%20%20crux%20name%0A%20%20catchAllCellType%20anyCell%0A%20%20cells%20keywordCell%0A%20cityNode%0A%20%20crux%20city%0A%20%20cells%20keywordCell%20anyCell%0A%20stateNode%0A%20%20crux%20state%0A%20%20cells%20keywordCell%20anyCell%0A%20ssnNode%0A%20%20crux%20ssn%0A%20%20cells%20keywordCell%20anyCell%0A%20dependentNode%0A%20%20inScope%20nameNode%0A%20%20crux%20dependent%0A%20%20cells%20keywordCell%0A%20w2Node%0A%20%20inScope%20nameNode%20totalIncomeNode%0A%20%20crux%20w2%0A%20%20cells%20keywordCell%0A%20totalIncomeNode%0A%20%20crux%20totalIncome%0A%20%20cells%20keywordCell%20intCell%0A%20childCardCreditNode%0A%20%20inScope%20amountNode%0A%20%20crux%20childCardCredit%0A%20%20cells%20keywordCell%0A%20amountNode%0A%20%20crux%20amount%0A%20%20cells%20keywordCell%20intCell%0A%20homeOfficeDeductionNode%0A%20%20inScope%20amountNode%20Node%0A%20%20crux%20homeOfficeDeduction%0A%20%20cells%20keywordCell%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
+ https://sdk.scroll.pub/designer/#parsers%0A%20copyPasteTaxesParser%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnParser%0A%20cueAtom%0A%20intAtom%0A%20anyAtom%0A%20taxReturnParser%0A%20%20inScope%20yearParser%20taxpayerParser%20dependentParser%20w2Parser%20childCardCreditParser%20homeOfficeDeductionParser%0A%20%20cue%20taxReturn%0A%20%20atoms%20cueAtom%0A%20yearParser%0A%20%20cue%20year%0A%20%20atoms%20cueAtom%20intAtom%0A%20taxpayerParser%0A%20%20inScope%20nameParser%20cityParser%20stateParser%20ssnParser%0A%20%20cue%20taxpayer%0A%20%20atoms%20cueAtom%0A%20nameParser%0A%20%20cue%20name%0A%20%20catchAllAtomType%20anyAtom%0A%20%20atoms%20cueAtom%0A%20cityParser%0A%20%20cue%20city%0A%20%20atoms%20cueAtom%20anyAtom%0A%20stateParser%0A%20%20cue%20state%0A%20%20atoms%20cueAtom%20anyAtom%0A%20ssnParser%0A%20%20cue%20ssn%0A%20%20atoms%20cueAtom%20anyAtom%0A%20dependentParser%0A%20%20inScope%20nameParser%0A%20%20cue%20dependent%0A%20%20atoms%20cueAtom%0A%20w2Parser%0A%20%20inScope%20nameParser%20totalIncomeParser%0A%20%20cue%20w2%0A%20%20atoms%20cueAtom%0A%20totalIncomeParser%0A%20%20cue%20totalIncome%0A%20%20atoms%20cueAtom%20intAtom%0A%20childCardCreditParser%0A%20%20inScope%20amountParser%0A%20%20cue%20childCardCredit%0A%20%20atoms%20cueAtom%0A%20amountParser%0A%20%20cue%20amount%0A%20%20atoms%20cueAtom%20intAtom%0A%20homeOfficeDeductionParser%0A%20%20inScope%20amountParser%0A%20%20cue%20homeOfficeDeduction%0A%20%20atoms%20cueAtom%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
ffff:65.246.71.95
ffff:65.246.71.95
1 day ago
updated announcing-copypastetaxes.scroll
announcing-copypastetaxes.scroll
Changed around line 11: The whole thing should take just a few minutes per year, and you should be able
- https://sdk.scroll.pub/designer/#grammar%0A%20copyPasteTaxesNode%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnNode%0A%20keywordCell%0A%20intCell%0A%20anyCell%0A%20taxReturnNode%0A%20%20inScope%20yearNode%20taxpayerNode%20dependentNode%20w2Node%20childCardCreditNode%20homeOfficeDeductionNode%0A%20%20crux%20taxReturn%0A%20%20cells%20keywordCell%0A%20yearNode%0A%20%20crux%20year%0A%20%20cells%20keywordCell%20intCell%0A%20taxpayerNode%0A%20%20inScope%20nameNode%20cityNode%20stateNode%20ssnNode%0A%20%20crux%20taxpayer%0A%20%20cells%20keywordCell%0A%20nameNode%0A%20%20crux%20name%0A%20%20catchAllCellType%20anyCell%0A%20%20cells%20keywordCell%0A%20cityNode%0A%20%20crux%20city%0A%20%20cells%20keywordCell%20anyCell%0A%20stateNode%0A%20%20crux%20state%0A%20%20cells%20keywordCell%20anyCell%0A%20ssnNode%0A%20%20crux%20ssn%0A%20%20cells%20keywordCell%20anyCell%0A%20dependentNode%0A%20%20inScope%20nameNode%0A%20%20crux%20dependent%0A%20%20cells%20keywordCell%0A%20w2Node%0A%20%20inScope%20nameNode%20totalIncomeNode%0A%20%20crux%20w2%0A%20%20cells%20keywordCell%0A%20totalIncomeNode%0A%20%20crux%20totalIncome%0A%20%20cells%20keywordCell%20intCell%0A%20childCardCreditNode%0A%20%20inScope%20amountNode%0A%20%20crux%20childCardCredit%0A%20%20cells%20keywordCell%0A%20amountNode%0A%20%20crux%20amount%0A%20%20cells%20keywordCell%20intCell%0A%20homeOfficeDeductionNode%0A%20%20inScope%20amountNode%20Node%0A%20%20crux%20homeOfficeDeduction%0A%20%20cells%20keywordCell%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
+ https://sdk.scroll.pub/designer/#parsers%0A%20copyPasteTaxesNode%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnNode%0A%20keywordCell%0A%20intCell%0A%20anyCell%0A%20taxReturnNode%0A%20%20inScope%20yearNode%20taxpayerNode%20dependentNode%20w2Node%20childCardCreditNode%20homeOfficeDeductionNode%0A%20%20crux%20taxReturn%0A%20%20cells%20keywordCell%0A%20yearNode%0A%20%20crux%20year%0A%20%20cells%20keywordCell%20intCell%0A%20taxpayerNode%0A%20%20inScope%20nameNode%20cityNode%20stateNode%20ssnNode%0A%20%20crux%20taxpayer%0A%20%20cells%20keywordCell%0A%20nameNode%0A%20%20crux%20name%0A%20%20catchAllCellType%20anyCell%0A%20%20cells%20keywordCell%0A%20cityNode%0A%20%20crux%20city%0A%20%20cells%20keywordCell%20anyCell%0A%20stateNode%0A%20%20crux%20state%0A%20%20cells%20keywordCell%20anyCell%0A%20ssnNode%0A%20%20crux%20ssn%0A%20%20cells%20keywordCell%20anyCell%0A%20dependentNode%0A%20%20inScope%20nameNode%0A%20%20crux%20dependent%0A%20%20cells%20keywordCell%0A%20w2Node%0A%20%20inScope%20nameNode%20totalIncomeNode%0A%20%20crux%20w2%0A%20%20cells%20keywordCell%0A%20totalIncomeNode%0A%20%20crux%20totalIncome%0A%20%20cells%20keywordCell%20intCell%0A%20childCardCreditNode%0A%20%20inScope%20amountNode%0A%20%20crux%20childCardCredit%0A%20%20cells%20keywordCell%0A%20amountNode%0A%20%20crux%20amount%0A%20%20cells%20keywordCell%20intCell%0A%20homeOfficeDeductionNode%0A%20%20inScope%20amountNode%20Node%0A%20%20crux%20homeOfficeDeduction%0A%20%20cells%20keywordCell%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
ffff:65.246.71.95
ffff:65.246.71.95
1 day ago
updated announcing-copypastetaxes.scroll
announcing-copypastetaxes.scroll
Changed around line 11: The whole thing should take just a few minutes per year, and you should be able
- https://jtree.treenotation.org/designer/#grammar%0A%20copyPasteTaxesNode%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnNode%0A%20keywordCell%0A%20intCell%0A%20anyCell%0A%20taxReturnNode%0A%20%20inScope%20yearNode%20taxpayerNode%20dependentNode%20w2Node%20childCardCreditNode%20homeOfficeDeductionNode%0A%20%20crux%20taxReturn%0A%20%20cells%20keywordCell%0A%20yearNode%0A%20%20crux%20year%0A%20%20cells%20keywordCell%20intCell%0A%20taxpayerNode%0A%20%20inScope%20nameNode%20cityNode%20stateNode%20ssnNode%0A%20%20crux%20taxpayer%0A%20%20cells%20keywordCell%0A%20nameNode%0A%20%20crux%20name%0A%20%20catchAllCellType%20anyCell%0A%20%20cells%20keywordCell%0A%20cityNode%0A%20%20crux%20city%0A%20%20cells%20keywordCell%20anyCell%0A%20stateNode%0A%20%20crux%20state%0A%20%20cells%20keywordCell%20anyCell%0A%20ssnNode%0A%20%20crux%20ssn%0A%20%20cells%20keywordCell%20anyCell%0A%20dependentNode%0A%20%20inScope%20nameNode%0A%20%20crux%20dependent%0A%20%20cells%20keywordCell%0A%20w2Node%0A%20%20inScope%20nameNode%20totalIncomeNode%0A%20%20crux%20w2%0A%20%20cells%20keywordCell%0A%20totalIncomeNode%0A%20%20crux%20totalIncome%0A%20%20cells%20keywordCell%20intCell%0A%20childCardCreditNode%0A%20%20inScope%20amountNode%0A%20%20crux%20childCardCredit%0A%20%20cells%20keywordCell%0A%20amountNode%0A%20%20crux%20amount%0A%20%20cells%20keywordCell%20intCell%0A%20homeOfficeDeductionNode%0A%20%20inScope%20amountNode%20Node%0A%20%20crux%20homeOfficeDeduction%0A%20%20cells%20keywordCell%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
+ https://sdk.scroll.pub/designer/#grammar%0A%20copyPasteTaxesNode%0A%20%20description%20An%20open%20source%20language%20to%20allow%20Americans%20to%20do%20their%20taxes%20using%20simple%20copy%20and%20paste.%20A%20simple%20language%20that%20compiles%20into%20the%20proper%20tax%20forms%20for%20the%20IRS.%0A%20%20root%0A%20%20inScope%20taxReturnNode%0A%20keywordCell%0A%20intCell%0A%20anyCell%0A%20taxReturnNode%0A%20%20inScope%20yearNode%20taxpayerNode%20dependentNode%20w2Node%20childCardCreditNode%20homeOfficeDeductionNode%0A%20%20crux%20taxReturn%0A%20%20cells%20keywordCell%0A%20yearNode%0A%20%20crux%20year%0A%20%20cells%20keywordCell%20intCell%0A%20taxpayerNode%0A%20%20inScope%20nameNode%20cityNode%20stateNode%20ssnNode%0A%20%20crux%20taxpayer%0A%20%20cells%20keywordCell%0A%20nameNode%0A%20%20crux%20name%0A%20%20catchAllCellType%20anyCell%0A%20%20cells%20keywordCell%0A%20cityNode%0A%20%20crux%20city%0A%20%20cells%20keywordCell%20anyCell%0A%20stateNode%0A%20%20crux%20state%0A%20%20cells%20keywordCell%20anyCell%0A%20ssnNode%0A%20%20crux%20ssn%0A%20%20cells%20keywordCell%20anyCell%0A%20dependentNode%0A%20%20inScope%20nameNode%0A%20%20crux%20dependent%0A%20%20cells%20keywordCell%0A%20w2Node%0A%20%20inScope%20nameNode%20totalIncomeNode%0A%20%20crux%20w2%0A%20%20cells%20keywordCell%0A%20totalIncomeNode%0A%20%20crux%20totalIncome%0A%20%20cells%20keywordCell%20intCell%0A%20childCardCreditNode%0A%20%20inScope%20amountNode%0A%20%20crux%20childCardCredit%0A%20%20cells%20keywordCell%0A%20amountNode%0A%20%20crux%20amount%0A%20%20cells%20keywordCell%20intCell%0A%20homeOfficeDeductionNode%0A%20%20inScope%20amountNode%20Node%0A%20%20crux%20homeOfficeDeduction%0A%20%20cells%20keywordCell%0Asample%0A%20taxReturn%0A%20%20year%202020%0A%20%20taxpayer%0A%20%20%20name%20Breck%20Yunits%0A%20%20%20city%20Honolulu%0A%20%20%20state%20Hawaii%0A%20%20%20ssn%20***-***-****%0A%20%20dependent%0A%20%20%20name%20Little%20Yunits%0A%20%20w2%0A%20%20%20name%20Bluth%20Banana%20Company%0A%20%20%20totalIncome%2045000%0A%20%20childCardCredit%0A%20%20%20amount%201200%0A%20%20homeOfficeDeduction%0A%20%20%20amount%2020000%0A%20%20%20 here
ffff:65.246.71.95
ffff:65.246.71.95
2 days ago
updated header.scroll
header.scroll
Changed around line 11: openGraphImage originalTaxReturn.jpeg
- editButton
+ editButton /edit.html
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated about.scroll
about.scroll
Changed around line 1
- import header.scroll
- groups index
+ header.scroll
+ tags index
- * Let's build a public domain open source tax engine so all Americans can do their taxes using simple copy and paste.
+ Let's build a public domain open source tax engine so all Americans can do their taxes using simple copy and paste.
- image originalTaxReturn.jpeg
+ originalTaxReturn.jpeg
- import footer.scroll
+ footer.scroll
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated community.scroll
community.scroll
Changed around line 1
- import header.scroll
- groups index
+ header.scroll
+ tags index
- * In addition to the GitHub, today I created a Subreddit and Twitter for the CopyPasteTaxes project.
+ In addition to the GitHub, today I created a Subreddit and Twitter for the CopyPasteTaxes project.
- * I am confident in the technology and believe if we can build a community we can solve this problem for the American people.
+ I am confident in the technology and believe if we can build a community we can solve this problem for the American people.
- import footer.scroll
+ footer.scroll
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated footer.scroll
footer.scroll
Changed around line 1
- pageFooter
+ homeButton
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated readme.scroll
readme.scroll
Changed around line 1
- import header.scroll
+ header.scroll
- * Website
+ Website
- * Here is a list of alternatives considered and related links.
+ Here is a list of alternatives considered and related links.
- https://github.com/ustaxes/UsTaxes
- https://sites.google.com/view/incometaxspreadsheet/home
Changed around line 18: thinColumns 2
- https://openfisca.org/en
- https://github.com/MLanguage/mlang
- import footer.scroll
+ footer.scroll
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated questions.scroll
questions.scroll
Changed around line 1
- import header.scroll
+ header.scroll
- groups index
+ tags index
- * At this stage there are more questions than answers.
+ At this stage there are more questions than answers.
- * Another way to ask this question—what are all the forms that the IRS accepts from citizens that the citizen has to fill out?
+ Another way to ask this question—what are all the forms that the IRS accepts from citizens that the citizen has to fill out?
- * These forms can be thought of as the "compile targets". CopyPasteTaxes will be a Tree Language that "compiles" (aka generates) these final forms.
+ These forms can be thought of as the "compile targets". CopyPasteTaxes will be a Tree Language that "compiles" (aka generates) these final forms.
- * These forms may be PDF. Or maybe XML. Or JSON. Or something else. I'm not sure what the IRS accepts. This is something to figure out.
+ These forms may be PDF. Or maybe XML. Or JSON. Or something else. I'm not sure what the IRS accepts. This is something to figure out.
- * It will be good to see how many types of forms there are, who files what, and how many are filed each year (and trends).
+ It will be good to see how many types of forms there are, who files what, and how many are filed each year (and trends).
- * These would be things like W2's and 1099's. How many of these types of forms are there?
+ These would be things like W2's and 1099's. How many of these types of forms are there?
- * How many does the average citizen send in each year?
+ How many does the average citizen send in each year?
- * My guess is these forms we just need to understand in terms of what fields we'd need to extract for the language for copying into the compile targets.
+ My guess is these forms we just need to understand in terms of what fields we'd need to extract for the language for copying into the compile targets.
- * Who has made some great checklists on every workflow that can happen with the IRS?
+ Who has made some great checklists on every workflow that can happen with the IRS?
- * This one will probably be a real snoozer. What are the all calcuations necessary to help figure out the right numbers to put in the compile targets?
+ This one will probably be a real snoozer. What are the all calcuations necessary to help figure out the right numbers to put in the compile targets?
- * Should CopyPasteTaxes only do personal taxes? What about for self-employed people? It may be hard to only do personal, as that might exclude self-employed people, who may be the ones who most need CopyPasteTaxes.
+ Should CopyPasteTaxes only do personal taxes? What about for self-employed people? It may be hard to only do personal, as that might exclude self-employed people, who may be the ones who most need CopyPasteTaxes.
- * Federal is first, but then how can we make it so we compile to other state level targets as well?
+ Federal is first, but then how can we make it so we compile to other state level targets as well?
- * Should CopyPasteTaxes help with itemized expenses? What would that entail? Would a sub DSL for receipts make sense?
+ Should CopyPasteTaxes help with itemized expenses? What would that entail? Would a sub DSL for receipts make sense?
- * Everyone knows April 15th. What are the other dates to have on the calendar?
+ Everyone knows April 15th. What are the other dates to have on the calendar?
- import footer.scroll
+ footer.scroll
ffff:65.246.71.95
ffff:65.246.71.95
2 months ago
updated crowdfunding-update.scroll
crowdfunding-update.scroll
Changed around line 1
- import header.scroll
+ header.scroll
- groups index
+ tags index
- * It looks like a single person committed one dollar to the crowdfunding campaign on Indiegogo, although at this time I cannot confirm that it was not just a software bug. According to my earlier checklist the proper course of action now then is to "return to other things".
- link ./announcing-copypastetaxes.html checklist
+ It looks like a single person committed one dollar to the crowdfunding campaign on Indiegogo, although at this time I cannot confirm that it was not just a software bug. According to my earlier checklist the proper course of action now then is to "return to other things".
+ ./announcing-copypastetaxes.html checklist
- * The main problem with giving up on this is I'm pretty darn confident that this tech is the proper way to solve this problem, and maybe I shouldn't let a complete and utter lack of sales, business, and marketing talent extinguish the dream. Plus, I still have to do my damn taxes every year and it's going to keep annoying me to not do things the right way.
+ The main problem with giving up on this is I'm pretty darn confident that this tech is the proper way to solve this problem, and maybe I shouldn't let a complete and utter lack of sales, business, and marketing talent extinguish the dream. Plus, I still have to do my damn taxes every year and it's going to keep annoying me to not do things the right way.
- * I spoke to some entrepreneurs interested in the space as a business opportunity and I could see if you had the right team around this idea how perhaps it could be a good bet. The very least I can do is flesh out a prototype.
+ I spoke to some entrepreneurs interested in the space as a business opportunity and I could see if you had the right team around this idea how perhaps it could be a good bet. The very least I can do is flesh out a prototype.
- * So despite the atrocious Indiegogo go, I have decided to invest at least a few more hours into building something that you can click some buttons.
+ So despite the atrocious Indiegogo go, I have decided to invest at least a few more hours into building something that you can click some buttons.
- import footer.scroll
+ footer.scroll