#bunjs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bunjs, aggregated by home.social.
-
🫠 Zig creator calls Bun’s Claude Rust rewrite ‘unreviewed slop’
「 Sumner “was already writing slop well before he had access to LLMs,” Kelley quipped. He speculated that Sumner may have been under pressure to meet business objectives rather than technical ones, a pressure that increased with Anthropic’s acquisition 」
-
RE: https://techhub.social/@manlycoffee/116756167827217740
I just found out that my code is slower than zod (both zod 3 and zod 4).
-
I have finally released version 1.0 of hyperguard library that I have written 4 years ago, but has been sitting in version 0.1, 0.2, and finally 0.3 without any update since.
Version 1 improved the API, and some refactoring was made to remove the reliance of the `any` type.
Anyways, check it out. https://github.com/shovon/hyperguard
#TypeScript #JavaScript #NodeJS #BunJS #Deno #ECMA262 #ECMAScript
-
IMHO, this codebase is beyond repair.
#Prediction: it will take at least 12 - 15 months to clean up 95% of unnecessary use of `unsafe`.
2/3
-
https://npmjs.com/package/lvthn
the leviathan cli crypto tool has been updated w/ the 2.1.0 fixes and enhancements.bun / npm i -g lvthn
averages ~1gb per sec using serpent-256, nearly half that using xchacha20 ;D
-
Bun v1.2 is here!
This release brings major progress in Node.js compatibility, a key component of Bun’s value proposition.
But that’s not all - Bun 1.2 now includes:
✅ A built-in S3 object storage API
✅ A built-in Postgres client🔗 More here: https://bit.ly/3FTY6yE
-
Sometimes people focus too much on mastering just one thing, but knowing multiple programming languages and frameworks (*cough* React) is invaluable 🌟. I've written Java and PHP in the past, but it's no loss 💻. Now my lean to Go & Bun.js+TypeScript ⚡, but that could change — Zig looks promising 🔥.
#Programming #CodingLife #LearnToCode #PolyglotDeveloper #ReactJS #Java #PHP #GoLang #BunJS #TypeScript #ZigLang #SoftwareDevelopment #TechTrends #WebDevelopment #DevCommunity
-
🚀 OMG! Bun.js finally has a built-in router for Bun.serve()! This dropped way faster than I expected, and I’m seriously impressed. 🔥
#BunJS #WebDevelopment #JavaScript #NodeJS #BunServe #BuiltInRouter #GameChanger #RequestHandling #WebServers #CodingLife #DeveloperCommunity #TechNews #Programming #SoftwareDevelopment #Innovation #OpenSource #FrontendDevelopment #BackendDevelopment #TechTrends
-
Was für ein Wahnsinns-Update des JavaScript-Toolkits "Bun" (https://bun.sh/). Ich bin total begeistert, dass man jetzt auch HTML-Seiten ausführen kann. Auch die PostgreSQL-Schnittstelle wird immer besser.
-
¿Estás buscando el mejor entorno de ejecución para tu #backend en #JavaScript? En este video, comparo #Bun y #Nodejs , dos de las opciones más populares para #desarrollo backend.
-
It was not meant to be a used project, but after a while it got 22 stars and 2 forks for my express-inspired crappy bun router.
https://github.com/NobleMajo/bun-routeIt seems that Hono is not that well accepted, I guess.
I think Hono is a well-build tool.#bunjs #hono #bunrouter #webframework #typescript #javascript #webdevelopment #programming #coding #opensource #devcommunity #frontend #backend #softwaredevelopment #webdev #techtrends
-
It's really a fun project.
So far:
- web server up and running
- unit test suite with some basic tests up and running
- filesystem access (list/read files)
- typescript code onlyand all of that out of the box with both engines, zero dependency!
This is SOOO huge, in the past you needed like hundrets of packages (cascaded) for that! Insane!
-
What a time to be alive:
- #nodejs support direct execution of #typescript
- #nodejs has a builtin testrunner
- #bunjs as a big new release: v1.2.0 which increases compatiblity furtherWhat can be more logical than building a new project, using typescript, and supporting bun AND node out of the box? 😍
let the low-depencdency high-performance javascript days begin! 🚀
-
A React-Router v7 template using Bun and Hono.
https://github.com/jpcpereira93/react-router-bun-hono-template
-
#DenoJS executable for x86_64 Linux has meanwhile grown to 140 Mb? What's wrong with this world... 🤕
At least #BunJS is still under 100 Mb, but for how long...
#JavaScript #TypeScript -
Running bun amd64 in docker under platform rosetta2 translation breaks Bun.serve · Issue #15204 · oven-sh/bun
https://github.com/oven-sh/bun/issues/15204Be careful when running #BunJS in docker on a #mac that your containers support arm64
Bun isn't very stable on Rosetta2
-
Even when building a small web service it’s important to add support for #gdpr data and deletion requests
https://example.stupidwebauthn.site
Even for a passwordless passkey auth websiteNow with a #GoLang sdk (the 1st button)
#buildinpublic #programming #bunjs -
#NodeJS doesn't have XMLHttpRequest, so that error shouldn't be related to modules or not. Using fetch is preferred common way to perform a HTTP request.
https://nodejs.org/api/globals.html#fetch
If you like TS, I'd suggest looking at #Deno or #BunJS as they both directly can run TS without a transpiler step. Further, both have extra runtime support for doing common operations often more succinctly than the equivalent NodeJS option.
Examples:
https://docs.deno.com/runtime/reference/deno_namespace_apis/ -
Anyone ever mess with #BunJS ?
How involved would it be to run Mastodon off it instead of nodejs? -
Building your static website with Svelte, SvelteKit and TailwindCSS.
In the article, I'm using Bun as a package manager and bundler and the release candidate of Svelte 5.
-
Bun v1.1.18: .npmrc support, enum inlining and more
https://bun.sh/blog/bun-v1.1.18 -
People versed in Javascript/Node.js package managers (npm, yarn, and company): Is there any reason that a lockfile *shouldn't* be committed to a repository?
I'm usually *for* committing lockfiles, but I've noticed some people in the JS ecosystem don't include them for reasons that are unclear to me.
-
Bun v1.1.14: patching dependencies, ORM-less object mapping, and more
https://bun.sh/blog/bun-v1.1.14 -
Bun 1.1.5: cross-compile executables, new crash reporter, import files as text, and more
https://bun.sh/blog/bun-v1.1.5