home.social

#bunjs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bunjs, aggregated by home.social.

fetched live
  1. 🫠 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 」

    theregister.com/devops/2026/07

    #bunjs #ai #vibeslop #rust #zig #opensource

  2. 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. github.com/shovon/hyperguard

    #TypeScript #JavaScript #NodeJS #BunJS #Deno #ECMA262 #ECMAScript

  3. 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

    #RustLang #BunJS #LLMs

  4. 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

    #crypto #cryptography #cli #bunjs #bun #npm #terminal #term

  5. 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: bit.ly/3FTY6yE

    #BunJS #NodeJS #WebDevelopment #InfoQ

  6. 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

  7. Was für ein Wahnsinns-Update des JavaScript-Toolkits "Bun" (bun.sh/). Ich bin total begeistert, dass man jetzt auch HTML-Seiten ausführen kann. Auch die PostgreSQL-Schnittstelle wird immer besser.

    bun.sh/blog/bun-v1.2.3

    #bun #bunjs #javascript #typescript

  8. ¿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.

    youtu.be/jfH2V3u02gE

    #javascript #js #node #bun #bunjs

  9. 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.
    github.com/NobleMajo/bun-route

    It 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

  10. If you're on macOS, slightly techy, and want a very easy way to download all your Amazon #Kindle books, I can strongly recommend this tool by @treetrum. Uses #BunJS, super fast, even shows progress bars for the downloads!!

    (On Feb 26, Amazon will stop allowing ebook downloads through a browser.)

    github.com/treetrum/amazon-kin

  11. 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 only

    and 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!

    #javascript #js #nodejs #bunjs #webdev #developer

    mastodon.social/@cmmdmx/113906

  12. 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 further

    What 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! 🚀

  13. #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

  14. Running bun amd64 in docker under platform rosetta2 translation breaks Bun.serve · Issue #15204 · oven-sh/bun
    github.com/oven-sh/bun/issues/

    Be careful when running in docker on a that your containers support arm64

    Bun isn't very stable on Rosetta2

  15. Even when building a small web service it’s important to add support for data and deletion requests

    example.stupidwebauthn.site
    Even for a passwordless passkey auth website

    Now with a sdk (the 1st button)

  16. @markigra

    #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.

    nodejs.org/api/globals.html#fe

    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:
    docs.deno.com/runtime/referenc

  17. Anyone ever mess with #BunJS ?
    How involved would it be to run Mastodon off it instead of nodejs?

  18. 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.

    dev.to/robertobutti/how-to-sta

    #svelte #sveltekit #bunjs #ssg

  19. From the experience I've had in the last few weeks:

    #Deno is a better #NodeJS
    #BunJS is a better Deno

    🤓

    #WebDev

  20. 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.

    #AskFedi #JavaScript #NodeJS #npm #YarnPkg #pnpm #BunJS

  21. Bun 1.1.5: cross-compile executables, new crash reporter, import files as text, and more
    bun.sh/blog/bun-v1.1.5

    #ECMAScript #JavaScript #BunJS