As of my last knowledge update in October 2023, there may not be widely recognized information about a person named Ady Hershcovitch. It's possible that he could be a private individual, a professional in a specific field, or someone who has gained recognition more recently. If you can provide additional context or specify the area (e.g., art, science, business, etc.
Their status is a mess as of 2020s, with several systems ongoing. Long live the "original" collegiate university!
- James Legge (1891):
- ctext.org/zhuangzi side by side with Chinese, one chapter per page. Dividies it into three parts:
- Inner Chapters
- Outer Chapters
- Miscellaneous Chapters
- ctext.org/zhuangzi side by side with Chinese, one chapter per page. Dividies it into three parts:
Cool data embedded in the Bitcoin blockchain The largest transactions in the Bitcoin Blockchain by
Ciro Santilli 40 Updated 2025-07-16
- bb41a757f405890fb0f5856228e23b715702d714d59bf2b1feb70d8b2b4e3e08 999,657 bytes. Joins a bunch of tiny inputs into a single output
- 623463a2a8a949e0590ffe6b2fd3e4e1028b2b99c747e82e899da4485eb0b6be and 5143cf232576ae53e8991ca389334563f14ea7a7c507a3e081fbef2538c84f6e both have 3,075 outputs of 1 satoshi each and a single input. We were not able to identify any meaningful data in it,
filejust saysdata, and there aren't long ASCII strings. However, the outputs were unspent as of 2021, which suggests that they might actually be data.
Analysis of some of them follows.
- dd9f6bbf80ab36b722ca95d93268667a3ea6938288e0d4cf0e7d2e28a7a91ab3 has 13107 with payload 256KB in size, but some of them at least have been spent: www.blockchain.com/btc/tx/dd9f6bbf80ab36b722ca95d93268667a3ea6938288e0d4cf0e7d2e28a7a91ab3 therefore it's not data.
filesays their payload is a DOS executable, but it must be a coincidence
Some notable references:
- kotobank.jp/word/大疑-556655 quotes passing referenes by
- en.wikipedia.org/wiki/Hakuin_Ekaku#Taigi_%E2%80%93_great_doubt mentions Hakuin Ekaku's take
tipitaka.fandom.com/wiki/Puggala-Pannatti-Chap.2:
He who stores up whatever he gets and he who gives away whatever he gets - these two persons are hard to satisfy.
Anything that is not in the Pali Canon has basically zero chance of having come from Buddha or his immediate followers.
Cool data embedded in the Bitcoin blockchain Mt. Gox' shutdown by
Ciro Santilli 40 Updated 2025-07-16
Mt. Gox was the first Cryptocurrency exchange in existence, and when it shutdowon in Febrauary 2014 because the website was crap and they got hacked, some people were not happy at all about their missing funds!
tx 0540b5dda23ee870330c6b1e18a88c592cf8d847c47f1dc1d5328f46115b12b3 (2014-02-25)
2014-02-25: The day Mt.Gox shut down. Farewell, may even you rest in peace!tx 2374f8575f65763caf6909551c131d3ae45399a73aee638bcbccaebdb1219d67 (2014-02-25):
Fuck you MtGox
Fuck you MtGox
Rtx c00a4a04905a2e8d8dee8a768165aa6bdf842413a8a648462a6349db89cd77f2 (2014-02-27) has an ASCII art of a seal, TODO understand meme:
o
/ |
| \
. | |
.'\` | \|
| \_/ \ \
\____/\/
<3 You Seals!There are also a few Base58 messages referring to Mt Gox, the nicest and most expensive one being to burn addres:which as of 2025 holds 0.014537 BTC burnt on:Many of these transactions also contain other quick messages, e.g.:
- 14x 0.001 BTC transactions starting at tx b170551d4df68d714fa98189c73f61b0c2bc54cafe33a2953fcc0bc11f6aa72a block 287826 (2014-02-26)
- plus one 0.001337 BTC transaction in the middle at tx 6b878716d1d9af0f50de441f318da68121261a5778fd541def4408c0aac531f6 block 287868 (2014-02-26), why not.
- tx e6d4cfbbc45b5e3cfcfa36613b04a8732c7b4606f5dbbd8af3ba06d8f3899fc2 also features a Rickrolling instance.
- tx 10a9bb0625447df044410cf9cd74742ec0bf334d48b4b1f93c10a4a60748bb5d also features
Niggerinside a spendable vanity address: 1Niggerw15VezU6rA7jRBuJt9ceg9VL1jh
Functional programming is a subset of imperative programming by
Ciro Santilli 40 Updated 2025-07-16
Ciro Santilli thinks imperative programming is just a superset of functional programming where you can have state.
Pinned article: Introduction to the OurBigBook Project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Intro to OurBigBook
. Source. We have two killer features:
- topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculusArticles of different users are sorted by upvote within each article page. This feature is a bit like:
- a Wikipedia where each user can have their own version of each article
- a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.Figure 1. Screenshot of the "Derivative" topic page. View it live at: ourbigbook.com/go/topic/derivativeVideo 2. OurBigBook Web topics demo. Source. - local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 3. Visual Studio Code extension installation.Figure 4. Visual Studio Code extension tree navigation.Figure 5. Web editor. You can also edit articles on the Web editor without installing anything locally.Video 3. Edit locally and publish demo. Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.Video 4. OurBigBook Visual Studio Code extension editing and navigation demo. Source. - Infinitely deep tables of contents:
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact





