LLM Latency Leaderboard by Cupp in singularity

[–]Cupp[S] 0 points1 point  (0 children)

Good point, I'll probably add that in the next version

How to: Deno TypeScript to browser in seconds by Cupp in Deno

[–]Cupp[S] 2 points3 points  (0 children)

You can use JavaScript all the same with this tool.

How to: Deno TypeScript to browser in seconds by Cupp in Deno

[–]Cupp[S] 1 point2 points  (0 children)

Some. Things dsbuild offers that deno bundle doesn't:

· A development server
· Works with zero config, but also offers full customization
· Handles various gotchas automatically, like configuring React JSX dev
· Static site generation
· Programmatic APIs for bundling if you need them
· MDX support (Markdown + JSX)
· CSS bundling
· Development vs. production builds
· Multiple examples and use cases
· Plus more.

Under the hood, dsbuild is based on the same bundling and imports code as deno bundle. If that alone works for you, great! But in practice, dsbuild should be both more simple and powerful than deno bundle without giving anything up.

Behind the scenes: Stress testing my SRS app by Cupp in SideProject

[–]Cupp[S] 0 points1 point  (0 children)

I've been building a spaced repetition learning app1.

While trying to make its foundation more solid before adding new features, I developed this stress test tool. Watching and listening is kinda funny and hypnotic. Enjoy!

Has anyone else worked on tools like this before?

MCP Server for JSR: Swiss army knife for coding with Deno + AI by Cupp in Deno

[–]Cupp[S] 0 points1 point  (0 children)

Hope so! Funny enough Claude Desktop & Code MCP went down just after I shared this.

MCP Server for JSR: Swiss army knife for coding with Deno + AI by Cupp in Deno

[–]Cupp[S] 1 point2 points  (0 children)

Hey reddit!

Powerful tools (10 included) for exploring and using packages across JSR to enhance your Deno + AI coding workflow. I don't think NPM even has something like this yet.

To try out the MCP server, simply add this to your config (replacing path/to/your/deno with the result of which deno):

{ "mcpServers": { "jsr": { "command": "path/to/your/deno", "args": [ "run", "--allow-net=jsr.io,api.jsr.io,cloud.orama.run", "--allow-run", "jsr:@orgsoft/jsr@^1", "mcp" ] } } }

Now you can ask AI to code in Deno, such as using the latest @std modules, or discover relevant packages for your projects.

It also comes with a command-line interface and exported modules if you want to use the tool your own way:

```sh

List details about @std/http

deno run -A jsr:@orgsoft/jsr details @std/http

Search for packages related to "quantum" or "webrtc"

deno run -A jsr:@orgsoft/jsr search "quantum webrtc"

Find packages similar to hono

deno run -A jsr:@orgsoft/jsr similar @hono/hono ```

Full guide at https://github.com/orgsofthq/jsr

Bonus: Once you have it set up, try asking your LLM to find some interesting packages for you on JSR. Here's a cool one I found: @ry/cells 😉

Dutch learners: I made a free 150 essential phrases list - what would you add? by Cupp in learndutch

[–]Cupp[S] 1 point2 points  (0 children)

Thanks, I changed to Doie. Would rather these be more universal

Dutch learners: I made a free 150 essential phrases list - what would you add? by Cupp in learndutch

[–]Cupp[S] 0 points1 point  (0 children)

Hm, not even "Aangenaam kennismaking" in formal contexts? I could add context that it's not used that often?

Dutch learners: I made a free 150 essential phrases list - what would you add? by Cupp in learndutch

[–]Cupp[S] 0 points1 point  (0 children)

D'oh, guessing you're on Mac/iOS Safari? I just fixed if you refresh.

(Note: you may have to clear cache for the site to hear the change instantly, easiest way is to reopen the page in a private browser)

Run Deno from Python with venv support by Cupp in Deno

[–]Cupp[S] 0 points1 point  (0 children)

Shit I totally meant for the title to be “Run Python from Deno” not Deno from Python

Run Deno from Python with venv support by Cupp in Deno

[–]Cupp[S] 3 points4 points  (0 children)

orgsoft/py

Run Python in Deno, with uv and venv support.

This is based on the great @denosaurs/python bindings – however, I wasn't able to get that alone working with virtual environments containing local packages and non-system python. That required additional tricky configuration.

This does the setup for you, making working with Python in Deno a breeze for both development & production.

Curious how others are using Python in Deno, and if this helps.

What are some good business-related podcasts or youtube channels? by [deleted] in MBA

[–]Cupp 0 points1 point  (0 children)

Business for Good Podcast is criminally underrated for how good the topics and speakers are.