π
13.05.2025 16:14 β π 86 π 4 π¬ 2 π 0@cdoremus.deno.social
Deno enthusiast. Author of Craig's Deno Diary, a blog about Deno π¦. Also on Mastodon: https://hachyderm.io/@cdoremus
π
13.05.2025 16:14 β π 86 π 4 π¬ 2 π 0In love with #Deno says the author; not so much Deno Deploy.
@deno.land
www.intaek.blog/posts/202505...
A terminal window that shows the command to upgrade to the latest version of deno: deno upgrade
v2.3
deno.com/blog/v2.3
Apparently #deno v2.3.0 has been released by @deno.land:
github.com/denoland/den...
So did Auburn ME
Huge crowd for a small city in a Trump district. #HandsOff
Portland, ME showed up. #HandsOff
05.04.2025 15:17 β π 20243 π 4039 π¬ 252 π 215Want your own custom AI thats trained on confidential material?
Here's how you can build a custom RAG AI agent π
deno.com/blog/build-c...
Welcome to Jurassic Park: A Comprehensive Study of Security Risks in Deno and its Ecosystem
#deno
cispa.de/en/research/...
Want to play around with LLMs in 5 minutes?
Check out this quickstart from @kitsonkelly.com with Deno Jupyterπ¦, Ollama π¦, and Deepseek π³
deno.com/blog/the-din...
A jupyter notebook running the Deno kernel and working through the process of creating a large language model retrieval augmented generation system.
The joy of Jupyter notebooks and @deno.land. I knew for a while that a Jupyter kernel was built into Deno, but never had reason to use it, but doing some experimentation with LLMs and RAGs seemed like the right opportunity and what a joy.
03.02.2025 07:49 β π 14 π 3 π¬ 0 π 1The next version of Deno will have a super fast JS/TS plugin API for the linter π
Watch @lcas.dev write a lint rule to ban string literals in <60 seconds.
This, plus many other goodies, to land next week with Deno 2.2.
@jsr.io is now openly governed β meet its board members and check out its governance charter π
deno.com/blog/jsr-ope...
Deno 2.1.6 has been released
- Correct handling of compilerOptions.types
- Better handling of npm package types
- Improvements to node:fs FileHandle
- Make deno outdated more robust
Run `deno upgrade` to get it
github.com/denoland/den...
#FreeJavaScript update: Oracle has informed us they wonβt voluntarily withdraw their trademark on "JavaScript". Next: theyβll file their Answer and weβll start discovery to show how "JavaScript" is widely recognized as a generic term and not controlled by Oracle.
08.01.2025 17:41 β π 972 π 127 π¬ 44 π 18Created my first #deno /jsr module - a dumb simple DI container jsr.io/@dc0d/dion
With an example hono web api using it: github.com/dc0d/dion-ex...
The experience of using deno was a delight. And deploying to jsr using GitHub workflows was also straight forward.
We have an open bounty for improving Deno support in Rspack. You can find more details at github.com/web-infra-de...
If you find Rspack valuable for your project, please consider sponsoring us through opencollective.com/rspack.
Iβve used Deno for this and itβs an absolute joy compared to doing it the old fashioned way. Iβve used TSDX as well and found it to be fine but with Deno itβs painless.
deno.com/learn/modules
But first, I need to make Tailwind's autocomplete feature to work with Lit.
And it seems like this simple config does the trick π
Deno can now finally be installed through npm!
npm install -g deno
npx deno eval -p 1+2
www.npmjs.com/package/deno
Easily check for outdated dependencies with `deno outdated` ποΈ
docs.deno.com/runtime/refe...
Interested in contributing to Deno?
Check out @littledivy.com's talk on Deno internals and op2: www.youtube.com/watch?v=vINO...
Needed a "back to top" button for the docs. Made this little example, cos I'm loving the scroll-timeline CSS property allowing for a CSS only, appear on scroll, smooth scrolling, back to top. (chromium/edge only for now)
codepen.io/thisisjofran...
You can also follow the deno instructions in the SolidJS docs
docs.solidjs.com/quick-start
Deno π€οΈ @solidjs.com
deno.com/blog/build-s...
this wren wants to remind you that Deno permission flags have shorthands!
deno.com/blog/v1.46#s...
If you like that, you love the support for workspaces!
Read about it here:
deno.com/blog/v2.1
Or hear about it from the team here:
www.youtube.com/watch?v=_ZLJ...
Bash alias is `alias serve="deno run --allow-read --allow-net jsr:@std/http/file-server"` Usage: `serve` or `serve -p 8080` to pass a port
I made a @deno.land alias to serve the current directory using built-in file server. This replaces `npx serve` for me.
If you've got an easier one LMK!
#deno
It's done. Now itβs your turn, Oracle.
Weβve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.
It's time to #FreeJavaScript.
deno.com/blog/deno-v-...
Participating in Advent of Code π?
Use Deno and win some exclusive prizes ποΈ ποΈ
deno.com/blog/advent-...
If you're wondering how to set up a @react.dev + @vite.dev project with a @deno.land deno.json file (instead of a package.json), I've made a template which will set you up a React + Vite + TS project - github.com/denoland/rea....
Let me know if it is helpful!