Deno’s Decline (6 Regions and Falling) – David Bushell – Web Dev (UK)
https://dbushell.com/2025/04/28/denos-decline/
The one where I nosey through rather telling git commits
Deno’s Decline (6 Regions and Falling) – David Bushell – Web Dev (UK)
https://dbushell.com/2025/04/28/denos-decline/
The one where I nosey through rather telling git commits
What we got wrong about HTTP imports
https://deno.com/blog/http-imports
Designing a module system around HTTP imports was ambitious. Here are some issues we encountered and how we solved for them.
Hello @hongminhee
since multiple hours I was sleepless cause I wondered about how to store anything ActivityPub in #deno #kv
I think, I will finish this crazy code somewhen in the next days :) Would you be interested in such a thing?
If:
Tried to solve the following fully ActivityPub conformant, meaning e.g.
- multiple actors can do an action on multiple objects and it needs to be fully versioned cause Undo or Undo/Undo …
- so anything is RFC 6902 <-> kv where anything is ulid and the "version" for the object is the ulid of an Update/Undo etc.
- JSON Patch acknowledges the limits (e.g. size of kv values), any property is stored versioned
- strongly avoiding duplicates;
the "text properties" like contentMap are stored as cid and similar beneath each other by a numeric nilsimsa hash (though /me bad at math)
- we can query all relationships and
- additionally "where", "when", "what" questions are answered by geohash, ulid ranges or a specific hierarchic hash of as:- and our subtypes
Discovered #SilverBullet today. Uses #lua for scripting, #localfirst, and is built with #deno. Just wow! I'm going to need to play with this.
How to automatically associate console logs by request with @opentelemetry and Hyperdx
Explore the National Gallery of Art’s Open Access dataset in #Jupyter with #Deno
https://blog.jupyter.org/exploring-open-access-art-using-the-deno-jupyter-kernel-da0ad084966e
Zero-Config Debugging With Deno and OpenTelemetry, by @lcasdev (@deno_land):
https://deno.com/blog/zero-config-debugging-deno-opentelemetry
Deno v2.2.10 is out Faster deno install with npm
improved node:test
stream and querystring fixes
virtio VSOCK on Linux
and more!
Deno vs. Oracle Update 3: Fighting the JavaScript Trademark, by @tinyclouds.org (@deno_land):
why /me so silent, you ask …
databases are boring but the #deno #denokv #activitypub #normalization #i18n including proper indexing with ulid, geohash, types-hash (when,where,what) and text-similarity sorting and cid stuff MUST be done properly for all the activities side effects.
¯\_(ツ)_/¯
Node Just Added TypeScript Support. What Does That Mean for Deno?, by @tinyclouds.org (@deno_land):
Data analysis in Jupyter notebooks with... TypeScript?! using `fetch` and other web standards
fast dataframes with nodejs-polars
easy charts with @observablehq
rich interactive UIs with JavaScript
Learn more in this detailed walkthrough
https://deno.com/blog/exploring-art-with-typescript-and-jupyter
#FreeJavaScript update: Oracle has just filed more on their motion to dismiss the Fraud claim.
Here's a summary of where the case stands: https://deno.com/blog/deno-v-oracle3
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
Nice to have
Absolutely not
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!)
How to Get Deep Traces in Your Node.js Backend With OTel and Deno, by @andyjiang@x.com (@deno_land):
Want your own custom AI thats trained on confidential material?
Here's how you can build a custom RAG AI agent
Is the world in need of a federated Craigslist/Kleinanzeigen platform? I am currently thinking about a project to dig into #fediverse development and learning #golang or stay with #deno and using #fedify.
Deno vs Node.js: The future of JavaScript in the backend. https://chat-to.dev/post?id=Q3dzWjAxOVozS1c5UlZmY0tGQlBrZz09 #deno #nodejs #javascript #programming #softwaredevelopment
Any deno kv experts out here?
For FLOSS ActivityPub Clients:
I am looking for best practices for a key which has a geohash as secondary index and might be searchable by Date as well, like an as `Event` with a `location`
:)