Avatar

daisuke

tokyo-based techy
Joined May 8, 2023
Likes
18
charmaine avatar
charmaine
redditKeywordSMS
Cron
Reddit Keyword Alert via SMS This Val monitors Reddit for posts with keywords and sends you SMS notifications. Example: Prerequisites: Twilio account (for SMS notifications) You can create an account with $15 free credits at https://www.twilio.com/ without putting in your credit card SerpApi key (for searching Reddit) Customize all of these according to your preferences: const apiKey = Deno.env.get("SERP_API_KEY"); const twilioSid = Deno.env.get("TWILIO_ACCOUNT_SID"); const twilioToken = Deno.env.get("TWILIO_AUTH_TOKEN"); const fromNumber = Deno.env.get("TWILIO_PHONE_NUMBER"); const toNumber = Deno.env.get("YOUR_PHONE_NUMBER"); const query = "\"node\" OR \"node.js\"";
1
wilhelm avatar
wilhelm
bsky
HTTP
Showing my BlueSky posts using their public API
2
trob avatar
trob
multilingualchatroom
HTTP
A simple chat room to share with friends of other languages, where each user can talk in their own language and see others' messages in their own language. Click and hold a translated message to see the original message. Open the app in a new window to start your own, unique chatroom that you can share with your friends via the room URL. TODO: BUG: fix the issue that keeps old usernames in the "[User] is typing" section after a user changes their name. BUG: Username edit backspaces is glitchy. UI: Update the title for each unique chatroom to make the difference clear. UI: mobile friendly. Feature: the ability for the message receiver to select a part of a translation that is confusing and the author will see that highlight of the confusing words and have the opportunity to reword the message or... Feature: bump a translation to a higher LLM for more accurate translation. Feature: use prior chat context for more accurate translations. Feature: Add video feed for non-verbals while chatting.
5
jdan avatar
jdan
falDemoApp
HTTP
Forked from stevekrouse/falDemoApp
1
stevekrouse avatar
stevekrouse
falDemoApp
HTTP
@jsxImportSource https://esm.sh/react
2
stevekrouse avatar
stevekrouse
hackerNewsDigest
Cron
Forked from roramigator/hackerNewsDigest
1
ejfox avatar
ejfox
valcontributionchart
HTTP
// This approach will fetch data from the specified endpoint, process it to create a GitHub-style contribution chart,
2
todepond avatar
todepond
labLogin
HTTP
An interactive, runnable TypeScript val by todepond
3
maxm avatar
maxm
infiniteSVGGraph
HTTP
Infinite SVG Graph A connected graph of AI-generated SVG images. Ask it to make any kind of SVG. Add your contribution to the graph. Make it POP!
3
jxnblk avatar
jxnblk
vimarkdown
HTTP
vimarkdown Try it now A VIM-mode markdown editor built with Val Town . Features Write markdown in the browser with VIM keybindings Minimal, focused UI Saves to localStorage Multiple color modes Markdown -> HTML preview (⌘+P) NOT mobile-friendly Fork this editor on Val Town to make it your own Inspired by iA Writer Made by Jxnblk TODO [ ] Add syntax highlighting to frontmatter block [ ] Support multiple fonts
10
maxm avatar
maxm
staticChess
HTTP
Check it out here: https://chess.maxmcd.com Plain, brutalist, no bloat chess. Every page is only html and css. Every chess move is made by clicking a link. Send a link to your friend and they'll send you one back to make your move. No silly animations or slick interactivity to trip up your gameplay. When Google indexes this site will we successfully compute all possible chess moves? Functionality is quite limited, and things might be broken. Please let me know if you find bugs! Inspired by this HN discussion about sites that have all possible game states of tic-tac-toe. I plan on extending this to support real gameplay. I think it could be a nice simple interface for long form games with friends. Might also be fun to add a static AI to play against. Feel free to PR any changes if you'd like to see something added.
30
maxm avatar
maxm
valtowntown
HTTP
🏘️ Val Town Town Val Town implemented in Val Town. What if you want to build your own Val Town? What if you want features we haven't built yet? Val Town Town demonstrates how you can run untrusted code yourself. Extend it and see what you can build!
4
nbbaier avatar
nbbaier
honoZodSwaggerUi
HTTP
// The OpenAPI documentation will be available at /doc
3
pomdtr avatar
pomdtr
gfm
Script
Markdown to html (with github styling)
9
stevekrouse avatar
stevekrouse
umbrellaReminder
Cron
β˜”οΈ Umbrella reminder if there's rain today Setup Fork this val πŸ‘‰ https://val.town/v/stevekrouse.umbrellaReminder/fork Customize the location (line 8). You can supply any free-form description of a location. ⚠️ Only works for US-based locations (where weather.gov covers). How it works Geocodes an free-form description of a location to latitude and longitude – @stevekrouse.nominatimSearch Converts a latitude and longitude to weather.gov grid – @stevekrouse.weatherGovGrid Gets the hourly forecast for that grid Filters the forecast for periods that are today and >30% chance of rain If there are any, it formats them appropriately, and sends me an email
9
Next