I'm looking at https://val.town as a potential replacement for Glitch. Not for hosting my own work, no, much like with social media, I'm done having to move and start over every few years.

I'm mostly looking for a good tool for teaching others, and this might be a good replacement for that.

Either way, I do appreciate the honesty here.

"Like Glitch, we've raised money from venture capital and it is currently what pays our paychecks and server bills. If it runs out and we haven't become profitable or found an acquirer, that'll be curtains."

https://blog.val.town/glitch

#glitch #ValTown

Val Town

Platform for instantly deploying TypeScript automations for GTM and AI

Val Town

What we learned copying all the best code assistants

Link📌 Summary: 本文主要介紹Val Town在代碼生成工具發展過程中的經歷與探索。從最初的GitHub Copilot到多款競爭者如ChatGPT、Claude Artifacts等,Val Town在2024年進行了一系列的模仿與創新。文章說明瞭他們如何應對快速變化的市場需求,並最終推出改進的Townie工具,能夠快速生成完整的全棧應用程式。此外,本文提到開發過程中的挑戰,如速度、準確性以及如何從其他工具中汲取靈感。Val Town在與競爭者的快步追隨中保持學習與合作的態度,並展望未來的可能性。

🎯 Key Points:
- Val Town自2022年推出代碼託管服務以來,逐步模仿並改進來自其他工具的最佳實踐。
- 使用GitHub Copilot和Codeium來提升代碼自動補全的準確性和速度。
- 聯合ChatGPT及其功能,使代碼生成過程更加自動化,但初期效果不佳。
- Claude 3.5 Sonnet和Claude Artifacts解決了生成過程中的反饋循環問題,提升了工具效能。
- Val Town逐步建立自己的特色,嘗試提高生成速度並引入錯誤檢測功能。
- 文章探討了與競爭者的合作與競爭關係以及未來的發展方向。

🔖 Keywords: #ValTown #代碼生成 #ChatGPT #ClaudeArtifacts #工具開發

What we learned copying all the best code assistants

From GitHub Copilot to ChatGPT to Claude Artifacts, how Val Town borrowed the best of all the code generation tools

はてなブログに投稿しました
TypeScriptのコードをそのままデプロイできてOpenAIのAPIもSQLiteもCronもメール送受信も使える高機能なPaaSの「Val Town」 - await wakeUp(); https://sublimer.hatenablog.com/entry/2024/11/04/090301

#はてなブログ #TypeScript #Deno #OpenAIAPI #PaaS #ValTown

TypeScriptのコードをそのままデプロイできてOpenAIのAPIもSQLiteもCronもメール送受信も使える高機能なPaaSの「Val Town」 - await wakeUp();

はじめに 先日MastodonのTLを眺めていたところ、Val TownというPaaSを紹介している投稿*1を見かけました。 調べてみたところ、TypeScriptのコードをそのままデプロイでき、HTTPリクエストに加えてCronやメールによるトリガー実行、OpenAIのAPIやSQLite、Blob Storageの利用もできるすごそうなPaaSだったので、さっそく使ってみました。 ちなみに、Val Townの裏側はDenoのようです。 docs.val.town *1:洪 民憙(ホン・ミンヒ): "Val Townをご存知ですか?Val Townは一種のコードペーストビン+サーバーレス関数…

await wakeUp();

This val uses Observable Plot to generate a map of earthquakes, server-side, from live data. The map is saved and updated on a daily basis, then served as a web page.

Code & details:
https://www.val.town/v/fil.earthquakes

#valtown #observable #cartography

@fil.earthquakes

Earthquake map 🌏 This val loads earthquake data from USGS, a topojson file for the land shape, and supporting libraries. It then creates a map and save it as a SVG string. The result is cached for a day. Note that we must strive to keep it under val.town’s limit of 100kB, hence the heavy simplification of the land shape. Web page: https://fil-earthquakes.web.val.run/ Observable Plot: https://observablehq.com/plot/ linkedom: https://github.com/WebReflection/linkedom topojson: https://github.com/topojson/topojson earthquakes: https://earthquake.usgs.gov world: https://observablehq.com/@visionscarto/world-atlas-topojson Stylesheet: https://milligram.io/

Val Town