Viewing profile — pomdtr
pomdtr
HN member- Joined
- Sat, Dec 23, 2023, 12:55 AM UTC
- HN karma
- 18
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About pomdtr
No profile information was provided.
Recent public activity
-
comment
Comment #46166414
I built a project to add a terminal emulator to the browser (using a chrome extension): https://github.com/pomdtr/tweety . I'm working on a `tweety edit` command which open arbitra…
-
story
Show HN: Tweety – An Integrated Terminal for Any Chromium-Based Browser
I've been building a terminal that is distributed entirely as a chrome extension. It works similarly to the integrated terminal of your IDE, but inside your browser. I find it incr…
-
comment
Comment #44033833
I personally use eget for this usecase. Might be worth a look: https://github.com/zyedidia/eget
-
comment
Comment #43074204
I'm a big fan of pico.sh (it's one of my main inspiration for smallweb.run). I'm sure you're aware of it, but it might be interesting to others: caddy exposes all of it's internal …
-
comment
Comment #43048637
If you want to get notified on future updates, you should join the community discord at https://discord.smallweb.run
-
comment
Comment #43040914
I love pico.sh! Some of their service can be reimplemented as smallweb apps. Ex: prose.sh is similar to https://jsr.io/@tayzendev/smallblog , an app created by a member of the smal…
-
comment
Comment #43039862
Yeah, I see smallweb as a playground. I want to "develop in prod", not rely on successives git pushes to see changes. If I need semantic releases, I publish the dev version as a pa…
-
comment
Comment #43039768
Smallweb also allows you to run server-side code using deno. The main process watch for changes in the app directories, and automatically restart the corresponding deno processes w…
-
comment
Comment #43039746
By vscode I mean vscode-web + an fsprovider extension. You can play with it at https://vscode.demo.smallweb.live (the code is located in the `vscode` folder)
-
comment
Comment #43036156
Yeah dokku is an inspiration! The main difference is that smallweb use deno instead of docker for sandboxing apps, and leverages url imports (which can be used to distribute comple…
-
comment
Comment #43035466
This looks fantastic, I'll make sure to try it! I've been working on a similar platform ( https://smallweb.run ), which allows me to host all my side projects from a single root fo…
-
comment
Comment #43031236
Neat! I'm working on a self-hostable platform to host my deno apps ( https://smallweb.run ), I wonder if I would be able to your framework on there.
-
comment
Comment #42441169
Smallweb is inspired both by serverless platforms (e.g. cloudflare workers and val.town), and older standards like cgi-bin. To create a new app, you just create a new file, and you…
- story
-
comment
Comment #41956378
I would prefer an api base on codeblocks meta string and json attributes. ```sh name="build" deps=["install"] npm run build ``` This would be displayed just fine in github, as it i…
-
comment
Comment #41882008
Yeah you guessed it, smallweb is basically CGI meets Deno sandboxing + https imports.
-
comment
Comment #41878614
I had similar thoughts, and built myself a little framework for this: https://www.smallweb.run The key feature it adds compared to your own setup is mapping subfolders to subdomain…
-
comment
Comment #41165744
`cmd+?` works, but it's visually quite hard to follow. The raycast version looks much more like an universal command palette, and supports fuzzy matching. You can also pin menu ite…
- comment
-
comment
Comment #41163423
Another alternative is the "Search Menu Items" command from raycast: https://www.raycast.com/changelog/1-20-0
-
comment
Comment #40798812
I found a way to embed a full-stack app (@vite_js frontend + @honojs backend) as a single JSR import. Here is a demo of @excalidraw running from @ValDotTown: https://val.town/v/pom…
- story
-
comment
Comment #40012351
I ended up writing my own article: https://code-search-is-easy.pomdtr.me/
-
comment
Comment #40011888
Earlier this week, Tom MacWright posted the "Code Search is Hard" article on the http://val.town blog. So I decided to write my own search engine for http://val.town ! More details…
- story