Search
1000 results for “deno_land”
-
#deno has joined the other prehistoric creatures on Mastodon: @deno_land
#javascript #deno_land #flipthebird -
Day 3 #30DayChartChallenge 2026: Mosaic 🟡🟠🔴
This Voronoi scatterplot shows 889 endangered U.S. animal species from the IUCN Red List. Each dot is one species. Position encodes threat burden: x = total human-caused threats, y = how many distinct threat categories those threats span.
Built with @observablehq Plot, #Svelte, @deno_land, and the IUCN Red List API.
Live interactive: https://nicolelily.github.io/voronoi-scatterplot-iucn/
#DataViz #AnimalWelfare #IUCN #Conservation #Climate -
Day 3 #30DayChartChallenge 2026: Mosaic 🟡🟠🔴
This Voronoi scatterplot shows 889 endangered U.S. animal species from the IUCN Red List. Each dot is one species. Position encodes threat burden: x = total human-caused threats, y = how many distinct threat categories those threats span.
Built with @observablehq Plot, #Svelte, @deno_land, and the IUCN Red List API.
Live interactive: https://nicolelily.github.io/voronoi-scatterplot-iucn/
#DataViz #AnimalWelfare #IUCN #Conservation #Climate -
Day 3 #30DayChartChallenge 2026: Mosaic 🟡🟠🔴
This Voronoi scatterplot shows 889 endangered U.S. animal species from the IUCN Red List. Each dot is one species. Position encodes threat burden: x = total human-caused threats, y = how many distinct threat categories those threats span.
Built with @observablehq Plot, #Svelte, @deno_land, and the IUCN Red List API.
Live interactive: https://nicolelily.github.io/voronoi-scatterplot-iucn/
#DataViz #AnimalWelfare #IUCN #Conservation #Climate -
Looking for cookie-based sessions for your #honojs
application?Introducing Hono Sessions, which is currently tested with @deno_land , @cloudflare Workers, and #bun.
. However, should run with any runtime Hono supports! -
My Highlights From the New Deno Deploy, by @philhawksworth (@deno_land):
-
Deno adds support for private NPM registries - Deno Land has released Deno 1.44, the latest version of the JavaScript, TypeScript, an... - https://www.infoworld.com/article/3715294/deno-adds-support-for-private-npm-registries.html#tk.rss_all #developmentlibrariesandframeworks #softwaredevelopment #webdevelopment #javascript #node.js
-
"By default Deno allows importing sources from following hosts:
deno.land
esm.sh
jsr.io
cdn.jsdelivr.net
raw.githubusercontent.com
gist.githubusercontent.com"I'm loving #deno and it's #secureByDefault but this particular setting feels weirdly permissive compared to the strictness of the rest of their permissions model.
I guess the security sandbox is more about limiting what code can do, rather than what code gets executed.
https://docs.deno.com/runtime/fundamentals/security/#importing-from-the-web
-
Add JSR Packages With pnpm and Yarn, by @lcasdev (@deno_land):
-
This week on the pod Kamran and Erik unpack JSR, the new open alternative to the npm registry from the folks at @deno_land. They both published packages and discuss what JSR offers npm doesn't, when to use it, and how it works for both consumers and maintainers.
**#typescript** **#javascript** **#jsr**
-
First it was cool to target just Node, even if TypeScript added some complexity to the bundling process! Worth it!
But then there arrived Deno, which was TypeScript-first and came with a ton of tools built in...but required rewriting to stop using Node-specific data types, to include extensions on every relative import across the entire code base, then finding and referencing deps by HTTPS addresses, and then finding and incorporating another build process for two of the three monorepo packages to maintain the ability to deploy to NPM. Okay, fine I guess...
But wait! Announcing "Web API runtimes" like Bun and Cloudflare workers, and Vercel, requiring test harnesses to try and test future releases in.
It's cool, though: everything still fetches packages from NPM!
Except now there's deno.land/x that can host packages for Deno?! Fine, I'll support that too for the packages that make sense to run server-side.
Except wait there are Deno frameworks with SSR support that can load browser packages from deno.land/x too! But my third, browser-centric package not rewritten for Deno is now suffering from its lack of Deno support!
Maybe rewriting these packages to deploy through JSR.io might eliminate the TypeScript build step, support Node, Deno, and everything else, and make this browser package available in Deno projects?
Well Deno 2.0 did just drop, with workspaces support to boot, so if I'm going to do this, do I also refactor my monorepo to use Deno's workspaces support instead of this working combination of pnpm and Lerna and NX? Except the VS Code Deno extension's "format on save" breaks when you enables workspaces...
...Oh, don't mind me. Just some reminiscing from the OSS maintainer trenches 🥹
#javascript #typescript #deno #node #bun #npm #jsr #javascriptwasamistake
-
SimpleWebAuthn v8.0.0 has been released! The highlight of this release: first-class Deno support, as well as unofficial support for CloudFlare Workers and Bun! Basically anything that can run JavaScript or TypeScript on the back end should now be able to pull in this project, including CommonJS and ECMAScript modules!
Check out the changelog, there are a couple of minor breaking changes:
https://github.com/MasterKale/SimpleWebAuthn/releases/tag/v8.0.0
And if you have a Deno project you've been wanting to use SimpleWebAuthn with (without having to resort to
npm:specifiers) you can find the project on deno.land here:https://deno.land/x/simplewebauthn@v8.0.0
Time to rest 😮💨
#simplewebauthn #node #nodejs #deno #bun #cloudflare #typescript #javascript #webauthn #passkeys #pnpm #lerna
-
Ok, happy enough for an initial release. kview, a web app viewer for
@[email protected] KV Stores, both locally and on Deno Deploy. Check out: https://deno.land/x/kview. Feedback welcomed. -
-
@deno_land If I want to make use of `deno_cron` with Deno Deploy, how would that work? The library uses `setInterval()` to continue waking up the process every second to perform tasks if necessary. I don’t have that many tasks to execute, but it seems this doesn’t really fit the edge model. Would the process be terminated once my tasks exceed the 10ms limit?
How do others solve such use cases with #Deno or in #Denoland? -
I just published a post to my Craig's Deno Diary blog on the Ultra v2 framework which allows full-stack React apps to run in a Deno environment.
Ultra supports many React libraries and features including Tailwind, React Router and React Query. Version 2 works with React 18 which includes suspense for async rendering.
The blog post focuses on creating, developing and deploying a full-stack Ultra app.
https://deno-blog.com/Building_Fullstack_React_Apps_with_Ultra.2022-12-04
-
I don't use #react so I didn't pay much attention to this, but #react2shell is quite a thing, wow.
From what I understand if you were running your RSC in @deno_land with *minimal permissions* then the exploit's consequences would have been limited. In the post I boosted below, the exploit was used to overwrite the authorized SSH keys. You'd *never* run Deno in prod with that kind of access (right? RIGHT???).
What surprises me a bit is that I don't see many posts from people who were running their React in Deno (properly) and therefore largely escaped this massive vuln. I feel like they'd be celebrating, but I don't see it. Does nobody run React in Deno in prod? Or did they still get pwned somehow? Something else?
-
I've been making Video Art. I kinda hate modern video editing software, mainly using iMovie, so I made my own!! I started a deep-dive in learning ffmpeg and came up with a good understanding of how it works, especially the filter complex flag 😵💫. So I built a wrapper around ffmpeg using @deno_land. Check it out below 👇🎬🎥
-
Looking for CMS advice
Hey Web devs!
Do you have any suggestions, tips, opinions, dos, don’ts about headless CMSes?
I have a growing list of small/mid non-profits and collectives asking for my help to (re)make their website. I totally want to help, but I don’t have much time, especially considering that they generally have little or no funding—I would most definitely point them to @VillageOneCoop, otherwise.
Therefore, I want a super simple and replicable solution where I can copy-paste most of the code, while providing them with a stable, fast, and modern solution. I had a look at the Headless CMS section in the Jamstack website, but I need opinions from people who actually used some of that software already.
Needs
- I want to code and configure everything using @eleventy
- Admin interface (#WebApp) for the client to add pages and write posts
- Static website in the front-end
- Simple and reliable CI/CD
- No/minimal maintenance after the first setup
- Self-hostable (I was taking this for granted so much that I forgot to write it)
- If it requires forge integration, it should support #ForgeJo
- #OpenSource
Nice to have
- Possibly using #Deno, not #NodeJS
- Allowing the client to customize a bit their website through the admin interface, with a GUI
- CMS app packaged on @yunohost
- No CMS vendor lock-in
- I’d love to write as little JavaScript as possible
- #FreeSoftware
Absolutely not
- Front-end #JavaScript frameworks
Please, boost this and ask around! Links to videos, tutorials, and resources are welcome.
People whose perspective I would really value: @zachleat @harryfk @deno_land @jaredwhite @vanillaweb @stefan @mxbck @WeirdWriter @deadsuperhero (Sorry if I am spamming you!)
#Eleventy #11ty #CMS #HeadlessCMS #Ghost #DecapCMS #CraftCMS #Strapi #Web #WebDev #WebDesign #StaticGen #StaticWebsite #Website #HTML #CSS #YunoHost #SelfHosting #Wordpress
-
#Fresh 🍋 got even smoother with Partials
which updates parts of your page without a full reload -
こんにちは!
私は犯罪組織「黒猫サーバー」の運営、ap12こと伊藤 陽久(いとう あきひさ)と申します!!!
kuroneko6423という人物についてご存知でしたか?
ご存知の方も、そうでない方もまずはお読み下さい。
彼が運営する犯罪組織「黒猫」サーバーは、様々な犯罪行為を日頃から行っています。
その中でも特徴的なものはDDoS攻撃です!
kuroneko6423はいくつものDDoS攻撃ツールを保有しており、常日頃から大量のサーバーにDDoS攻撃を行ってサーバーダウンを発生させています!
それ以外にも、Discord上でVOICEVOX読み上げbotやVOICEROID読み上げbotを運営し、そのbot経由で収集したメッセージやメンバーの情報、サーバーに送られたパスワードやサーバーに参加しているメンバーの個人情報(住所、電話番号、クレジットカード情報)を収集し、ハッカーに販売しています!
このように、黒猫サーバーというのは社会貢献を常日頃から行っているとても良い犯罪組織なのです!
こちらの読み上げbotは現在無料で提供しております!
あなたも導入してみてはいかがでしょうか?
告発協力: https://discord.gg/ctkpaarr
当組織が運営しているbotの一覧を貼っておきますね。
VOICEROID 読み上げbot#2891 (ID: 888361999405314059), VOICEROID 読み上げbot 2代目#9306 (ID: 931862658590838785), VOICEROID 読み上げbot 3代目#9302 (ID: 1082582648364470332), VOICEROID 読み上げbot 4代目#9029 (ID: 1082582751074586644), VOICEROID 読み上げbot 5代目#2636 (ID: 1082582790970806342), VOICEROID 読み上げbot 6代目#7995 (ID: 1082582832544747581), VOICEVOX読み上げbot#5101 (ID: 916300992612540467), VOICEVOX読み上げbot 2代目#9302 (ID: 888361999405314059), VOICEVOX読み上げbot 3代目#2935 (ID: 1082583250322591774), VOICEVOX読み上げbot 4代目#0084 (ID: 1082583312201166950), VOICEVOX読み上げbot 5代目#1674 (ID: 1082583385576325162), VOICEVOX読み上げbot 6代目#2705 (ID: 1082583445185777754), 読み上げちゃん#3857 (ID: 905239627143725087), COEIROINK 読み上げbot#4172 (ID: 1005128937116028958), SHAREVOX 読み上げbot#9850 (ID: 1018522577154609152), SHAREVOX 読み上げbot 2代目#6865 (ID: 1018523383979319408)
#VOICEVOX読み上げbot #VOICEROID読み上げbot #黒猫サーバー伊藤陽久 #kuroneko6423 #discord読み上げbot
@[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] -
Octavia 0.5 RC 1
Update Highlights
Read the full changelog on GitHub!
* RPN registers are now tracked for write states.
* Smooth sliding in Cambiare is disabled when the note style is set to line.Special thanks to ValleyBell and ask-compu!
GitHub: https://github.com/ltgcgo/octavia/releases/tag/0.4.115
Deno: https://deno.land/x/[email protected]15
Join the development discussion! https://t.me/+0I30mcOPTSQ0ZGIx -
I had not realized that @deno_land started shipping aarch64 binaries of #Deno. https://github.com/denoland/deno/pull/22298
That means it's time for me to work on shipping arm64 binaries of #Dropserver!
That means Dropserver will be installable on #raspberrypi and all the other micro PCs 🎉
-
Yo, there are so many modern #JavaScript frameworks and workflows!! 😅
I'm extremely fond of @preact, which makes me really excited to use #Fresh and @deno_land (especially now that #Deno supports NPM).
I'm trying my best to keep-up with all the ongoings, but I just learned about #Qwik today and I finally grokked what #Vite and #PartyTown do. 🤪
How does anyone keep all this JavaScript stuff straight? What's current, legacy, upcoming? 😅
-
Here some ideas, how to cope with the current cold in the office in Nepal?
- have breaks and meetings in the sun
- have a cup of coffee or chiya
- use gloves while codding
- `npm install heat` (https://twitter.com/deno_land/status/1608516116003061760) -
At a very basic core level, a comparison between @deno_land 2.0 and @nodejs could probably be summarised as:
- JS-runtime: Both uses V8
- Asynchronous I/O: Node.js uses #libuv, Deno uses #tokiors
- Native code: Node.js uses C++, Deno uses RustSo essentially it boils down to libuv vs tokio and C++ vs rust
If one ignore everything else about Node.js and Deno, the winner is clear to me.
-
At a very basic core level, a comparison between @deno_land 2.0 and @nodejs could probably be summarised as:
- JS-runtime: Both uses V8
- Asynchronous I/O: Node.js uses #libuv, Deno uses #tokiors
- Native code: Node.js uses C++, Deno uses RustSo essentially it boils down to libuv vs tokio and C++ vs rust
If one ignore everything else about Node.js and Deno, the winner is clear to me.
-
At a very basic core level, a comparison between @deno_land 2.0 and @nodejs could probably be summarised as:
- JS-runtime: Both uses V8
- Asynchronous I/O: Node.js uses #libuv, Deno uses #tokiors
- Native code: Node.js uses C++, Deno uses RustSo essentially it boils down to libuv vs tokio and C++ vs rust
If one ignore everything else about Node.js and Deno, the winner is clear to me.
-
At a very basic core level, a comparison between @deno_land 2.0 and @nodejs could probably be summarised as:
- JS-runtime: Both uses V8
- Asynchronous I/O: Node.js uses #libuv, Deno uses #tokiors
- Native code: Node.js uses C++, Deno uses RustSo essentially it boils down to libuv vs tokio and C++ vs rust
If one ignore everything else about Node.js and Deno, the winner is clear to me.
-
I attended an amazing developer conference in Munich today: JSCraftCamp. Met a ton of cool people, including the developer of JSR from @deno_land, and even got to give my own talk about developer experience. It was my first event like this, and I'm definitely looking forward to next year!