experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Dietrich Ayala and committed by
GitHub
1390c8aa d5dc5a60

+12 -49
+12 -49
README.md
··· 161 161 - Need to look at whether could library-ize some of what Agregore implemented for non-HTTP protocol support. 162 162 - Min browser might be interesting as a forkable base to work from and contribute to, if they're open to it. At least, should look more at the architecture. 163 163 164 + ## Contribution 165 + 166 + - in proto stage 167 + - all dragons, no promises 168 + 169 + ## Development 170 + 171 + ``` 172 + yarn install 173 + yarn debug 174 + ``` 175 + 164 176 ### Mobile 165 177 166 178 - Quick access to Script output and manual runs, as widgets (or output from cloud runners?) ··· 265 277 - look at web actions/intents/applets 266 278 - xml pipeline language 267 279 268 - ## Contribution 269 - 270 - - in proto stage 271 - - all dragons, no promises 272 - 273 - ## Development 274 - 275 - ``` 276 - yarn install 277 - yarn debug 278 - ``` 279 - 280 280 ## Mobile 281 281 282 282 - some of the features don't make sense as-is on mobile ··· 284 284 - and seeing output of content scripts, or ability to re-run locally on demand 285 285 - needs some sync facility (inevitable anyway) 286 286 287 - ## Demo reel 288 - 289 - to add: 290 - - something where i'm in a different app and peek/slide 291 - 292 - preview gif 293 - - empty background 294 - - slide-right: start music on hypem.com 295 - 296 - - cmd: `search` for 'xiao mian' w/ cmd, click on recipe link 297 - - add a 'search' command 298 - 299 - - copy chinese text 300 - - slide-top: paste to translate into english 301 - 302 - - cmd: `images` chongqing xiao mian 303 - - copy image of noodle soup 304 - - slide-down: to open tldraw, paste image 305 - 306 - - slide-left: ask chatgpt about how chongqing xiao mian is different from in chengdu 307 - 308 - - peek-0: check the weather 309 - 310 - - slide-top: get directions to noodle shop 311 - 312 287 ## Use-cases 313 288 314 289 Peeks ··· 401 376 402 377 - users can move, resize, change things to their requirements 403 378 - eg, browsers restrict min-height of a window, but i should be able make as short as i like 404 - 405 - 406 - ## Browser architecture references 407 - 408 - Agregore ext protocol impl 409 - - where all are registered: https://github.com/AgregoreWeb/agregore-browser/blob/master/app/protocols/index.js#L74 410 - - how convert the fetch APIs to be compatible with the streaming protocol handler API in electron: https://github.com/AgregoreWeb/agregore-browser/blob/master/app/protocols/fetch-to-handler.js 411 - - where register IPFS: https://github.com/AgregoreWeb/agregore-browser/blob/electron-23/app/protocols/ipfs-protocol.js 412 - 413 - Browsers 414 - - Min browser architecture - https://github.com/minbrowser/min/wiki/Architecture 415 - - Dot browser https://www.dothq.org/en-US 416 379 417 380 ## History 418 381