Add posts from my old old blog

This commit is contained in:
Anthony Wang 2022-05-20 14:34:05 -05:00
parent 64d637ee43
commit a6de4f5636
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
4 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
title: "A Mathematical Curiosity"
date: 2019-08-13T18:51:00
draft: true
type: "post"
---
*Originally posted on my [old old private blog](https://artofproblemsolving.com/community/c922786h1895231_a_mathematical_curiosity)*
An interesting mathematical curiosity:
$$\sum_{n=2}^{\infty} \sum_{p=2}^{\infty} \frac{1}{n^p} = 1$$
As a challenge, try to prove it!

View file

@ -0,0 +1,78 @@
---
title: "Hello, World!"
date: 2020-03-26T19:36:00
draft: true
type: "post"
---
*Originally posted on my [old old blog](https://artofproblemsolving.com/community/c1086531h2042976_hello_world)*
After months of procrastination, my new blog is finally here! While I have yet to finish the CSS, I'm going to start sporadically posting random entries on this blog. Alright, so let's begin!
Let's start with [i]Hello, World![/i] programs in our favorite (esoteric) programming languages!
[b]Brainf*ck[/b]
[code]+[-[<<[+[--->]-[<<<]]]>>>-]>-.---.>..>.<<<<-.<+.>>>>>.>.<<.<-.[/code]
[b]INTERCAL[/b]
[code]DO ,1 <- #13
PLEASE DO ,1 SUB #1 <- #238
DO ,1 SUB #2 <- #108
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #194
DO ,1 SUB #7 <- #48
PLEASE DO ,1 SUB #8 <- #22
DO ,1 SUB #9 <- #248
DO ,1 SUB #10 <- #168
DO ,1 SUB #11 <- #24
DO ,1 SUB #12 <- #16
DO ,1 SUB #13 <- #162
PLEASE READ OUT ,1
PLEASE GIVE UP[/code]
[b]Malbolge[/b]
[code](=<`#9]~6ZY32Vw/.R,+Op(L,+k#Gh&}Cdz@aw=;zyKw%ut4Uqp0/mlejihtfrHcbaC2^W\>Z,XW)UTSL53\HGFjW[/code]
[b]Whitespace[/b]
[code]
[/code]
For more fun, try to solve [url=https://www.spoj.com/problems/SBSTR1/]this problem[/url] on Sphere Online Judge!
Also, if you want to see my old blog, you can find it [url=https://aops.com/community/c726379]here[/url].

View file

@ -0,0 +1,33 @@
---
title: "This blog is dead."
date: 2020-08-24T22:27:00
draft: true
type: "post"
---
*Originally posted on my [old old blog](https://artofproblemsolving.com/community/c1086531h2247376_this_blog_is_dead)*
Yes, the news is true.
[size=120][b]This blog is dead.[/b][/size]
But ...
I'm working on a new blog which you can find at [url=https://ta180m.github.io/]here[/url]. It's still in its early stages right now, but hopefully, I can follow through on this and not procrastinate and finally have an undead blog!
[size=120][b]So you might have a few questions:[/b][/size]
[b]Why [url=https://pages.github.com/]GitHub Pages[/url] and [url=https://jekyllrb.com/]Jekyll[/url] instead of an AoPS blog? Doesn't AoPS have so many more features?[/b]
Well, currently yes, but that doesn't mean I can't implement these features myself. Most importantly, GitHub Pages and Jekyll gives me orders of magnitude more flexibility than AoPS, where all that I can customize is the CSS. I can't change structurally how an AoPS blog works on the inside, only its aesthetics. Jekyll gives me enough structure so that I'm not completely lost in making my blog, but enough creative flexibility that I can tweak all aspects of the blog to make it work the way that I want.
[b]Where have you been? Did you get COVID-19? Are you dead?[/b]
As far as I can tell, I'm still alive. I just put this project on the back burner due to so much other stuff that's been going on in my life. Just look at my [url=https://github.com/Ta180m]GitHub profile[/url]: I've been occupied since mid-April working on various GitHub projects. I wrote an [url=https://github.com/Ta180m/BadNES]NES emulator[/url]. I'm in the process of renovating and expanding my [url=https://github.com/Ta180m/Library]competitive programming library[/url]. I [url=https://github.com/Ta180m/Infectious-Disease-Modeling]modeled infectious diseases[/url] like SARS and COVID-19. I created a Docker container that creates [url=https://github.com/Ta180m/Arch-All-the-Way-Down]arbitrarily nested Docker containers[/url] (This one's really fun! Try running it on your computer with a nesting depth of 10). I also wrote [url=https://gist.github.com/Ta180m/]a few Gists[/url] that you can also check out.
[b]Why should I believe that your new blog won't just die like this one?[/b]
Uh ... well, no guarantees about that ... Anyways, this is a project that I've been really wanting to work on for several months now, I've just never had the time. I'm entirely confident that this new blog, with enough time an effort, will blossom into a nice collection of ramblings and essays. It'll be great. Just wait ... um ... another month?

View file

@ -0,0 +1,12 @@
---
title: "This is a test"
date: 2020-01-22T10:51:00
draft: true
type: "post"
---
*Originally posted on my [old old private blog](https://artofproblemsolving.com/community/c922786h1991155_this_is_a_test)*
This is a test.