-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposts.html
More file actions
125 lines (118 loc) · 7.51 KB
/
posts.html
File metadata and controls
125 lines (118 loc) · 7.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>STUDIO by DOSAYGO - Posts</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../theme.css">
</head>
<body>
<header>
<h1><a href="https://dosaygo.com">STUDIO by DOSAYGO</a></h1>
<nav>
<a href="/index.html">Home</a>
<a href="/posts.html">Posts</a>
<a href="/about.html">About</a>
</nav>
</header>
<main>
<article>
<h2>Posts at STUDIO by DOSAYGO</h2>
<p>The sky above the forest holds stories—each a cloud, drifting with the wind’s quiet song, carrying whispers of creativity and invention. Here at STUDIO, the blog of <a href="https://dosaygo.com">DOSAYGO</a>, we share those stories, a collection of hacks, tools, products, and experiments spun from fifteen years of exploration. Wander through these tales, each a clearing where ideas have taken root, offering a glimpse of the web’s vast expanse, as naturally as the earth’s own rhythm invites us to pause and dream.</p>
<h3>2025</h3>
<ul>
<li>
<a href="/posts/ai-killer-app.html">The Killer App of AI: Personalization</a> - May 8, 2025<br>
A vision of AI as a perfect assistant, knowing you better than you know yourself, a mirror reflecting your essence in the web’s boundless tapestry.
</li>
<li>
<a href="/posts/managing-yourself-underrated.html">Managing Yourself: An Underrated Skill</a> - May 8, 2025<br>
A reflection on pacing oneself in the intense craft of software, drawing from battles with <a href="https://github.com/dosyago/DownloadNet">Diskernet</a>’s bugs, a guide to tending the coder’s inner garden for a sustainable journey.
</li>
<li>
<a href="/posts/software-is-alive.html">Software’s Alive: It Needs Constant Care</a> - May 8, 2025<br>
An exploration of software’s living nature, from <a href="https://dosaygo.com/">BrowserBox</a>’s stability to Diskernet’s shifting bugs, a meditation on the coder’s role as gardener in the web’s ever-changing ecosystem.
</li>
<li>
<a href="/posts/fully-hosted-guestbook-on-githubs-shared-trail.html">Fully Hosted: GitHub-Powered Guestbook</a> - April 28, 2025<br>
A serverless guestbook app hosted entirely on GitHub, using Actions and SQLite to store messages, proving the web can be a shared trail where anyone can leave their mark without cost.
</li>
<li>
<a href="/posts/base437-retro-stream-in-webs-modern-ocean.html">Base437: Retro Binary Visualization in HTML</a> - March 15, 2025<br>
A JavaScript library that maps binary data to IBM Code Page 437 characters, rendering it in HTML with a nostalgic 1980s DOS aesthetic, like a glowing CRT in the web’s retro museum.
</li>
</ul>
<h3>2023</h3>
<ul>
<li>
<a href="/posts/battlespace-telemetry-sensors-in-the-webs-cosmos.html">BattleSpace Telemetry: Device Sensors in the Web’s Cosmos</a> - November 7, 2023<br>
An experiment to surface a suite of browser sensor data—connectivity, geolocation, battery, and more—in a client-side demo, a sci-fi dashboard mapping the web’s starry cosmos with privacy.
</li>
<li>
<a href="/posts/janus-serverless-path-spans-the-webs-endless-plains.html">Janus: Serverless WebRTC via GitHub Actions</a> - November 13, 2023<br>
A serverless WebRTC solution using GitHub Issues for signaling, connecting peers like a Roman gatekeeper opening pathways across the web’s endless plains.
</li>
<li>
<a href="/posts/rain-cascade-primes-in-webs-steady-flow.html">Rain: Precision Hashing with Primes</a> - July 10, 2023<br>
A fast, secure hash function using 64-bit primes and XSR operations, blending speed and quality to ensure data integrity, a precision chip pulsing in the web’s digital circuitry.
</li>
<li>
<a href="/posts/dn-crystal-rune-in-the-webs-faerie-realm.html">dn: Offline Web Archiving with Search</a> - May 20, 2023<br>
An intercepting proxy that archives web pages locally and enables full-text search with FlexSearch, capturing the web’s fleeting pages like a fisherman’s net for offline discovery.
</li>
<li>
<a href="/posts/wisprnote-echoes-of-thought-in-a-silent-grove.html">WisprNote: Offline Voice Transcription</a> - February 22, 2023<br>
A Mac app for offline voice transcription using Silero VAD, FFmpeg, and OpenAI Whisper, capturing spoken thoughts with privacy, a whispering tree in the web’s silent grove.
</li>
</ul>
<h3>2021</h3>
<ul>
<li>
<a href="/posts/puppetromium-forgotten-technology-museum.html">Puppetromium: Remote Browser Control with JavaScript</a> - September 22, 2021<br>
A serverless remote browser using Puppeteer and CSS media queries, streaming via MJPEG with zero client-side JavaScript, a vintage control panel in the web’s retro arcade.
</li>
<li>
<a href="/posts/devtoolium-lantern-in-browsers-hidden-passageways.html">Devtoolium: Secure Remote Debugging</a> - September 22, 2021<br>
A secure proxy for the Chrome DevTools Protocol, using WebSockets and token authentication to enable safe remote debugging, a torch lighting the browser’s hidden paths.
</li>
</ul>
<h3>2019</h3>
<ul>
<li>
<a href="/posts/logos-river-of-shapes-in-the-webs-creative-ocean.html">logos: Deterministic SVG Logo Generator</a> - March 6, 2019<br>
A deterministic SVG logo generator creating thousands of pseudorandom designs, a painter’s palette blending order and chaos in the web’s creative studio.
</li>
</ul>
<h3>2018</h3>
<ul>
<li>
<a href="/posts/browserbox-faerie-crystal-in-webs-collaborative-realm.html">BrowserBox: Secure Remote Browser for Apps</a> - October 1, 2018<br>
A remote browser isolation solution using CDP and WebRTC for secure, collaborative browsing, a starship navigating the web’s cosmic network with precision.
</li>
</ul>
<h3>2013</h3>
<ul>
<li>
<a href="/posts/language-detection-mapping-linguistic-patterns.html">Language Detection: Mapping Linguistic Patterns</a> - February 1, 2013<br>
A tool using LZ factorization and bi-/trigrams to fingerprint languages, a linguistic map charting the web’s diverse tongues with a cartographer’s precision.
</li>
<li>
<a href="/posts/hacking-bioinformatics-to-select-html-elements-efficiently.html">Selector Generalization: Bioinformatics for Web Scraping</a> - January 1, 2013<br>
A bioinformatics-inspired tool using the Needleman-Wunsch algorithm to generate CSS selectors from user clicks, a genetic map tracing the web’s tangled forest.
</li>
</ul>
<h3>Undated</h3>
<ul>
<li>
<a href="/posts/bang-minimalist-javascript-view-framework.html">Bang: Minimalist JavaScript View Framework</a><br>
A lightweight JavaScript view framework using Custom Elements and a void tag syntax, a raked path in the web’s Zen garden, simplifying UI development.
</li>
</ul>
</article>
</main>
<footer>
<p>© 2025 DOSAYGO Studio. <a href="/contact.html">Contact</a></p>
</footer>
</body>
</html>