A no build repository for SolidJS. Don’t ask. I found this splendid repository while strategically traversing the void. Demo.
Isn’t this a beautiful lithographic painting? (Don’t worry, I got permission from the relevant authorities to post this)
I used up all my free time points last month experimenting with a Guile Scheme webserver. Then I discovered ZelphirKaltstahl/guile-examples… Haunt is also an interesting static site generator.
Marketing has advanced…
Market | Translation |
---|---|
air fryer | convection toaster oven |
streaming | server “renders” html to browser gradually |
zero javascript | fetching & html on js event listeners |
cash shop items | |
anything you want it to be | |
decentralization | centralization unbundled |
It’s amusing the sort of easter eggs found hiding in open source code. I’ve been playing around with farzher/fuzzysort, a fast fuzzy search picked up from the Stack Overflow fuzzy search tag.
On line 27 and 40 there’s a horizontal off–screen scroll easter egg.
if(search=='farzher')return{target:"farzher was here (^-^*)/",score:0,_indexes:[0]}
if(search=='farzher')return[{target:"farzher was here (^-^*)/",score:0,_indexes:[0],obj:targets?targets[0]:NULL}]
Yes, I happen to be one of those who read the code eventually. And obviously, it goes without saying, no one person reads all the code. But it’s the Internet, can’t be too sure ;)
Maybe I’m dreaming.. but a stealthy trend of distorted words is afoot. Is that an defense/poisoning mechanism, innocuous misspellings/truncations or artifacts in generated content?
Wehn you tinhk auobt it, hnumas inrtrpeet glphys saliyombllcy and can raed wodrs eevn when deitsortd. I might be following too many feeds…
Distributed is the new centralized.
You can never be too sure anymore..
$ git remote -v
all cgit@thedroneely.com:thedroneely/dotfiles (fetch)
all git@codeberg.org:tdro/dotfiles.git (push)
all git@github.com:tdro/dotfiles.git (push)
all cgit@thedroneely.com:thedroneely/dotfiles (push)
all git@gitlab.com:tdro/dotfiles.git (push)
codeberg.org git@codeberg.org:tdro/dotfiles.git (fetch)
codeberg.org git@codeberg.org:tdro/dotfiles.git (push)
github.com git@github.com:tdro/dotfiles.git (fetch)
github.com git@github.com:tdro/dotfiles.git (push)
gitlab.com git@gitlab.com:tdro/dotfiles.git (fetch)
gitlab.com git@gitlab.com:tdro/dotfiles.git (push)
thedroneely.com cgit@thedroneely.com:thedroneely/dotfiles (fetch)
thedroneely.com cgit@thedroneely.com:thedroneely/dotfiles (push)
There’s this cool python script chromexup that allows declaratively managing chromium based extensions.
Basically setup the configuration in the right place, find the extension id from
the Chrome web store and run
chromexup
.
[main]
branding = chromium
remove_orphans = True
parallel_downloads = 4
[extensions]
BlankNewTabPage = jaadjnlkjnhohljficgoddcjmndjfdmi
JavaScriptToggle = cdcgbgnfhhdmdkallfmlachogpghifgf
NoHistory = ljamgkbcojbnmcaonjokopmcblmmpfch
Side note: NoHistory is good for disabling history (Firefox has options). If the history/bookmarks database gets too large, funky auto–suggestion stuff can happen (100% processor usage). , it’s best not to trust browsers storing bookmarks anyway and use an independent tool/method. The less data coupled to browsers the better — at least if you’re like me and swap browsers regularly.
So, I’ve been thinking (uh-oh).. there’s this idea/law by Melvin Conway (popular in programming books) that goes something like this;
Any organization that designs a system will produce a design whose structure is a copy of the organization’s communication structure.
Many suns ago, local events “piqued” my curiosity into cryptocurrency hype. Praise be to the king–no really! Anyway, reading the leaves and decrypting the crypto–babble made bits of sense… at least superficially.
The point: there’s plausibility that one or many powerful democratic government(s) designed/orchestrated the cryptocurrency ecosystem. Yes, hard to prove but… the architecture is an uncanny 1:1 copy of government communication. Even abuse/failure modes are 1:1 (see sybil, a 51% attack: similar to democracy’s extra fun “limbo” mode).
I’d have never peeked so deeply into cryptocurrency lore..
..if it wasn’t for this guy visiting my country. I am now “enlightened”. Spoiler: Blockchain protocols computationally formalize/describe a government’s high power restraints within democracy. In civics (social studies), democracy is decentralized power (no/many kings) and therefore implicitly inefficient.
Democratic governments (in perfect world) communicate/act/bank;
- In public (freedom of information)
- With immutability (no deleting things)
- With consensus (majority vote)
- With inefficiency (to weaken bad actors)
Citizens and other low power (centralized) entities can do some of the above (federation), but mostly (wisely) communicate/act/bank;
- In private (freedom of association)
- With mutability (to protect privacy)
- Without consensus (freedom of expression)
- With efficiency (to build–up fast actors)
Individually, (5-8 > 1-4) no? But (1-4 > 5-8) in dictatorships (5-8)? Blockchain governments for maximal oversight? Not happening :)