ryu
@ryu.app
📤 8
📥 10
📝 60
Frontend developer
https://github.com/ryuapp
👀
github.com/honojs/websi...
#honoconf
#honoconf_deep
loading . . .
update landing page copy by kristianfreeman · Pull Request #302 · honojs/website
this pull request updates the landing page copy of hono.dev. a lot of people were asking in Hacker News "what does this do?" / "I can't tell what this is by the website". th...
https://github.com/honojs/website/pull/302
10 days ago
0
0
0
✈️Moving to Hono Conf🔥
11 days ago
0
1
0
I recently discovered that Deno publishes a lot of useful Rust libraries, and sui in particular has been useful to me.
add a skeleton here at some point
12 days ago
0
1
0
I'm grateful to Fastly for providing such fast service, just as their name suggests.
15 days ago
0
0
0
Managing a monorepo with Deno is a less pleasant experience than pnpm, but better than npm.
23 days ago
0
2
0
Web analytics on Cloudflare need to encode URL. missing
23 days ago
0
0
0
I want to use Astro x Qwik on Deno together, but I am frustrated that we cannot use them due to bugs. As there was no other way, I decided to give up on Qwik.
24 days ago
0
0
0
I'm wondering if I should pay $99 every year to publish an app to App Store.
25 days ago
0
0
0
I've created a small JavaScript runtime to distribute my personal JavaScript CLI tool. I have only implemented file system of Node.js and Web API I need for the CLI so far. not all.
github.com/ryuapp/mnode
loading . . .
GitHub - ryuapp/mnode: A minimal JavaScript runtime for CLI tools.
A minimal JavaScript runtime for CLI tools. Contribute to ryuapp/mnode development by creating an account on GitHub.
https://github.com/ryuapp/mnode
29 days ago
0
1
0
I tried "deno npm:npm publish" but unfortunately it didn't work.
about 1 month ago
0
0
0
I recommend you stop using -A in Deno and start using -SRE. This is the first step towards focusing on security.
about 1 month ago
0
0
0
I don't know if my voice was heard, but Wrangler seems to work with Deno now. I'm about to be released from Bun.🪽
add a skeleton here at some point
about 1 month ago
0
0
0
Some npm libraries are bundled to remove unnecessary deps, but this has the disadvantage that users will not know if they are using libraries that contain malware. If contaminated chalk was bundled together, it would be difficult to detect with the current system except of code scans.
about 2 months ago
0
0
0
npm makes package publishers' email address public, which seems like a bad practice as it increases the likelihood of phishing emails being sent.
add a skeleton here at some point
about 2 months ago
1
2
0
reposted by
ryu
Josh Junon
about 2 months ago
Yep, I've been pwned. 2FA reset email, looked very legitimate. Only NPM affected. I've sent an email off to
@npmjs.bsky.social
to see if I can get access again. Sorry everyone, I should have paid more attention. Not like me; have had a stressful week. Will work to get this cleaned up.
add a skeleton here at some point
15
190
82
Updated and fixed broken markdown to PDF converter CLI. It's good because it fixed some inconvenient issues.
github.com/ryuapp/md2pdf
loading . . .
GitHub - ryuapp/md2pdf: A simple CLI tool for converting markdown to PDF using Deno and headless Chrome.
A simple CLI tool for converting markdown to PDF using Deno and headless Chrome. - ryuapp/md2pdf
https://github.com/ryuapp/md2pdf
about 2 months ago
1
1
0
I added mono-jsx to my old Hacker News clone, which uses Hono. I'm happy that the missing piece has been filled in.
github.com/ryuapp/hono-...
loading . . .
GitHub - ryuapp/hono-hacker: Hacker News clone made with Hono and mono-jsx
Hacker News clone made with Hono and mono-jsx. Contribute to ryuapp/hono-hacker development by creating an account on GitHub.
https://github.com/ryuapp/hono-hacker
about 2 months ago
0
0
0
Nice plugin, but wrangler doesn't work with Deno now. It's the only reason I couldn't use Deno as a toolchain for my personal projects. Please free me from Bun.
add a skeleton here at some point
about 2 months ago
1
0
1
Hono for Discord
github.com/luisfun/disc...
#workers_tech
loading . . .
GitHub - luisfun/discord-hono: This library enables you to easily build Discord bots on Cloudflare Workers
This library enables you to easily build Discord bots on Cloudflare Workers - luisfun/discord-hono
https://github.com/luisfun/discord-hono
2 months ago
0
0
0
Good Vite plugin.
github.com/yusukebe/vit...
#workers_tech
loading . . .
GitHub - yusukebe/vite-ssr-components: JSX Components and Vite plugins for SSR apps
JSX Components and Vite plugins for SSR apps. Contribute to yusukebe/vite-ssr-components development by creating an account on GitHub.
https://github.com/yusukebe/vite-ssr-components
2 months ago
0
0
0
Hello! I'm in
#workers_tech
2 months ago
0
1
0
I was thinking about migrating from Vite to rsbuild, but I gave up now because there was no simple plugin to use Tailwind CSS v4. I have to wait for it to be fixed or create it.
2 months ago
1
0
0
Hono Conference 2025
honoconf.dev/2025
loading . . .
Hono Conf 2025
Hono Conference 2025 in Tokyo
https://honoconf.dev/2025
3 months ago
0
1
0
I understand why Deno lint plugin is currently in unstable. I'll wait for improvements.
3 months ago
0
0
0
Bun seems to be more popular than Deno now. IMO, I think it's because Bun has better compat with Node.js. There are still many libraries that don't work properly with Deno. CLI is particularly weak. I'm having trouble with that... e.g.)wrangler
3 months ago
0
0
0
This project seems to be the most starred Deno Lint plugin project on GitHub🤩 (There's just no competition😅) Thanks everyone!
add a skeleton here at some point
3 months ago
0
1
0
Use this deno lint plugin for Tailwind CSS to sorts classes with just `deno lint --fix`. :)
github.com/ryuapp/deno-...
loading . . .
GitHub - ryuapp/deno-lint-plugin-tailwindcss: A Deno Lint Plugin for Tailwind CSS that automatically sorts classes.
A Deno Lint Plugin for Tailwind CSS that automatically sorts classes. - ryuapp/deno-lint-plugin-tailwindcss
https://github.com/ryuapp//deno-lint-plugin-tailwindcss
3 months ago
0
0
1
deno serve alternative
add a skeleton here at some point
3 months ago
0
0
0
I'm developing a plugin to sort TailwindCSS classes using Deno Lint. It is 60% complete. This is where it gets long.
github.com/ryuapp/deno-...
loading . . .
GitHub - ryuapp/deno-lint-plugin-tailwindcss: A Deno Lint Plugin for Tailwind CSS that automatically sorts classes based on our recommended class order.
A Deno Lint Plugin for Tailwind CSS that automatically sorts classes based on our recommended class order. - ryuapp/deno-lint-plugin-tailwindcss
https://github.com/ryuapp/deno-lint-plugin-tailwindcss
3 months ago
0
2
0
Fastly currently has a free tier so you can easily host a static site. Here's a simple example for small sites:
github.com/ryuapp/fastl...
loading . . .
GitHub - ryuapp/fastly-static-site-rust: Static site for Fasly Compute, powered by Rust
Static site for Fasly Compute, powered by Rust. Contribute to ryuapp/fastly-static-site-rust development by creating an account on GitHub.
https://github.com/ryuapp/fastly-static-site-rust
3 months ago
0
0
0
True. Many developers seem to equate install size with bundle size.
add a skeleton here at some point
3 months ago
0
1
0
reposted by
ryu
洪 民憙 (Hong Minhee)
4 months ago
Introducing Upyo! A simple, cross-runtime email library that works seamlessly on Deno, Node.js, Bun & edge functions. Zero deps, unified API, and excellent testability with built-in mock transport. Switch between SMTP, Mailgun, SendGrid without changing your code. Available on JSR & npm!
upyo.org
loading . . .
Upyo
A simple and cross-runtime library for sending email messages using SMTP and various email providers
https://upyo.org/
0
4
4
I used an old project with Node.js and once again realized how great zero config is. Deno makes working with TypeScript easy.
4 months ago
0
0
0
The latest Node.js has import.meta.main, so main.ts generated by deno init can be executed with node main.ts
4 months ago
0
0
0
Using gemini-cli with Deno seems to work well, but there seems to be some issues with multi-byte characters.
4 months ago
0
0
0
LogTape v1 has been released 👀
github.com/dahlia/logtape
loading . . .
GitHub - dahlia/logtape: Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions
Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions - dahlia/logtape
https://github.com/dahlia/logtape
4 months ago
0
1
1
I tried porting Claude Code Usage Monitor powered by ccusage from Python to TypeScript. It's great that AI makes porting so easy.
github.com/ryuapp/ccusa...
4 months ago
0
1
0
Webpack still seems to rule the JavaScript world.
4 months ago
0
0
0
In the future, we may not need frameworks, just libraries to help us get to our goals. Well, frameworks are still useful because the path to achievement is often similar.
6 months ago
0
0
0
I want to reduce the performance disadvantages of using URLPattern, so I'm trying various things, but this may just be reinventing of Express.
6 months ago
0
0
0
I'm grateful for high-level languages. Now reading this.
learn.microsoft.com/en-us/window...
loading . . .
IFileOperation (shobjidl_core.h) - Win32 apps
Exposes methods to copy, move, rename, create, and delete Shell items as well as methods to provide progress and error dialogs. This interface replaces the SHFileOperation function.
https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-ifileoperation
6 months ago
1
0
0
Updated to Zig v0.14.0 and fixed a memory leak.
github.com/ryuapp/rb/re...
loading . . .
Release v0.1.2 · ryuapp/rb
What's Changed add ci by @ryuapp in #3 fix memory leak in trash by @ryuapp in #4 v0.1.2 by @ryuapp in #5 Full Changelog: v0.1.1...v0.1.2
https://github.com/ryuapp/rb/releases/tag/v0.1.2
6 months ago
0
0
0
Biome and Deno fmt/lint are very fast and great, but we still don't get all the benefits when we use minority frameworks like Svelte or Astro. We have to create the ecosystem.
6 months ago
1
1
0
Require npm or jsr prefix
add a skeleton here at some point
7 months ago
0
1
0
I need more power
8 months ago
0
0
0
reposted by
ryu
TypeScript
8 months ago
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
loading . . .
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
https://devblogs.microsoft.com/typescript/typescript-native-port/
22
976
448
Dependencies have to be minimum as much as possible. Think about why we need to depend on it.
8 months ago
1
1
0
reposted by
ryu
Obsidian
8 months ago
Obsidian is now free for work. Starting today, the Obsidian Commercial license is optional. Anyone can use Obsidian for work, for free. Explore the organizations that support Obsidian on our site.
obsidian.md/blog/free-fo...
loading . . .
Obsidian is now free for work
Starting today, the Obsidian Commercial license is optional. Anyone can use Obsidian for work, for free. Explore organizations that support Obsidian on our new Enterprise page.
https://obsidian.md/blog/free-for-work/
10
781
256
rb v0.1.0 is out. This is made for people who want to throw files or directories into recycle bin using a command. Made with Zig.
github.com/ryuapp/rb
loading . . .
GitHub - ryuapp/rb: A rm(1) clone with recycle bin for Windows.
A rm(1) clone with recycle bin for Windows. Contribute to ryuapp/rb development by creating an account on GitHub.
https://github.com/ryuapp/rb
9 months ago
0
0
0
Tokyo region has departed from Deno Deploy. Hope to see you again...
9 months ago
1
0
0
Load more
feeds!
log in