Bun 1.0 Release | Prime Reacts

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 443

  • @notapplicable7292
    @notapplicable7292 Год назад +697

    I've been waiting for this. Bun's video got me excited despite having literally 0 impact on my work.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +112

      but.... you never know!

    • @TheDanVail
      @TheDanVail Год назад +52

      @henriquemarques6196cult with rust ended. Now bun is my new deity

    • @yt-1337
      @yt-1337 Год назад +13

      @@ThePrimeTimeagen bun... you never know!

    • @OutOfBoundsException
      @OutOfBoundsException Год назад +14

      @@TheDanVailwhy not both? There is already a rust plugin for bun ;)

    • @rumplstiltztinkerstein
      @rumplstiltztinkerstein Год назад +2

      One of the things that really got me interested is that we can just import rust code directly into bun. But I'm not sure how it would manage cargo dependencies.

  • @fosteredlol
    @fosteredlol Год назад +232

    The good thing about bun is that it can be entirely funded by selling plushies of their mascot

  • @miletadulovic577
    @miletadulovic577 Год назад +150

    I did try clean bun install on a local project against clean npm install
    bun: 5.5s
    npm: 1.25min
    Difference on a bigger project is even bigger
    bun: 8.2s
    npm: 3.12min
    Honsetly, I think Bun will be huge.

    • @liminal_spaces_on_earth
      @liminal_spaces_on_earth Год назад +6

      Lol my work project can take like 5 minutes installing my node modules using npm.

    • @dhkatz_
      @dhkatz_ Год назад +14

      For real. It's kind of sad that he immediately dismissed the bun install speed. That insane speed difference IS a clean install. Bun finishes installing packages from the time I switch from the terminal to my code.

    • @miletadulovic577
      @miletadulovic577 Год назад +1

      @@dhkatz_ exactly.. that's why I had to comment..

    • @darienford860
      @darienford860 Год назад

      @@dhkatz_ youre acting like no other installments have done that

  • @SumanPokhrel0
    @SumanPokhrel0 Год назад +217

    Nice one. It would be fun to watch a detailed performance test video on bun.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +213

      Coming soon!

    • @Endelin
      @Endelin Год назад

      Have you discovered Hyperfine yet?@@ThePrimeTimeagen

    • @fabiojuniorxD
      @fabiojuniorxD Год назад +1

      @@ThePrimeTimeagen excited for this moment!

    • @bike4aday
      @bike4aday Год назад +2

      Go vs Rust vs TS (Bun)!

  • @vitiok78
    @vitiok78 Год назад +73

    I think it's similar to the Go approach to provide all the tooling you need right from the box. And I like it very much!

    • @BosonCollider
      @BosonCollider Год назад +10

      The only additional API it needs is a built-in postgres driver imho.

    • @melodyogonna
      @melodyogonna Год назад +17

      @@BosonCollider it's actually on the roadmap

  • @tharsis
    @tharsis Год назад +143

    For those wondering if that 'import x from y with { type: 'z' }' syntax is some weird Bun-ism, it's not. That's something that's being added to JS known as Import Assertations and it's currently sitting at Stage 3, about to be moved to Stage 4. This means that it's going to be added to JS itself immanently.
    That RFC does use the word 'assert' instead of 'with', but they settled on using 'with' this March. Bun's just conforming to an upcoming standard which should help aid in importing non-JS things (CSS Modules could use 'import styles from 'component.css' with { type: 'css-module'}' and the bundler/runtime could throw a big fat wobbler if the file happens to contain JS or binary data instead, for example).

    • @dixztube
      @dixztube Год назад +5

      I try not yo read comments while watching video but couldn’t help myself and found yours oddly enough right at the point where that syntax was presented.
      Strange coincidence or fate?

    • @liminal_spaces_on_earth
      @liminal_spaces_on_earth Год назад +1

      Is it only file type checking?

    • @tkg__
      @tkg__ Год назад +5

      TypeScript also added features that were "already in Stage Whatever" like private fields and Decorators only to then have to adopt #fields anyway and decorators are a mess. Keep to the standards. Big nope from me. Sooner or later this will end in JavaScript and BunScript.

    • @foobars3816
      @foobars3816 Год назад +7

      @@dixztube "Strange coincidence or fate?" Neither. Just selection bias. You didn't count all the times you read a comment and it wasn't a reference to that part of the video you were watching because it was unnotable. Lots of other people also read a comment during the video and didn't find the first one to be related to some specific part of the video. The minute quantity of people who did likely left a comment just like yours.

  • @kabukitheater9046
    @kabukitheater9046 Год назад +263

    you know it's frontend when prime is in a white shirt

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +79

      white t out, front ends out... pause

    • @iCrimzon
      @iCrimzon Год назад +3

      ​@@ThePrimeTimeagenAYOOOO

  • @swigginghemlock
    @swigginghemlock Год назад +51

    Hence forth I shall be using the BASED stack:
    Bun, Astro, SQLite, Edge Deployment

  • @AntonioSarosi
    @AntonioSarosi Год назад +133

    2010s: Separation of concerns
    2020s: Reunion of concerns

    • @XDarkGreyX
      @XDarkGreyX Год назад +24

      We should all be stop being concerned is what I take away from that.

    • @yt-1337
      @yt-1337 Год назад +23

      there's a difference between tooling and code architecture, but still funny

    • @kevinflorenzdaus
      @kevinflorenzdaus Год назад +8

      2030: Separation of reunionized concerns

    • @n4bb12
      @n4bb12 Год назад +21

      The components of Bun are separated into different packages. What's different is that all these packages are governed under a single body and you don't need to convene the whole European parliament each time you want to do anything.

    • @n4bb12
      @n4bb12 Год назад +3

      It took pnpm years to get the ecosystem to replace incorrect node resolve algorithms so its symlinking of dependencies would work with all build tools. This problem doesn't exist if you control the whole tooling landscape.

  • @mrclaytron
    @mrclaytron Год назад +45

    It honestly seems too good to be true! I never in my life imagined myself saying this, but I think I'm ready to spread the bun.

  • @judacs
    @judacs Год назад +41

    I've been trying Bun for the past few days and I'm actually loving it. I really hope this project gets adopted by the community and becomes the new standard for JS runtime

    • @codecleric4972
      @codecleric4972 Год назад +1

      We were spitballing it in a meeting at my job today. I think in the coming months we're going to pilot it for a project or two since we all seemed pretty excited about it

  • @soniablanche5672
    @soniablanche5672 Год назад +4

    Deno is also compatible with Node built-in modules btw, as long as you import it as "node:name-of-module" instead of "name-of-module"

  • @WhyDoesYTUseHandlesNow
    @WhyDoesYTUseHandlesNow Год назад +15

    Bun build does come with a built in minifier by the way.

  • @MW-mn1el
    @MW-mn1el Год назад +19

    I like the longer version of "......"-gen ending. 😄 Bun might be the first killer app for Zig, even before Zig reach 1.0 in probably 2025. Among the newish language, Zig/Rust/Mojo outlooks sounds promising.

    • @O...Maiden...O
      @O...Maiden...O Год назад +9

      not entirely language related, to achieve current speed depends on engine, bun uses JavaScriptCore whereas nodejs/deno uses v8

    • @philheathslegalteam
      @philheathslegalteam Год назад +3

      @@O...Maiden...Othat is wrong. V8 is actually faster than JSC.
      Its not the execution of JS thats at play here, its the syscalls and memory usage of the underlying native implementations.
      V8 isolates (CF workers, Vercel edge) are already way faster than Node.
      Bun for instance overrides the Node protocol for import resolution so fs and node:fs will resolve to fast native implementations.
      Their JS implementations make GC more efficient as well.

  • @BasilAslam
    @BasilAslam Год назад +8

    "See? Blazingly fast!" Bun said proudly

  • @Kane0123
    @Kane0123 Год назад +33

    Is JavaScript production ready now?

  • @pif5023
    @pif5023 Год назад +15

    “used by billions of devices every day”. This is how you know a lawsuit is underway. Bun Virtual Machine.

    • @rushyscoper1651
      @rushyscoper1651 Год назад +1

      chrome actually used it before 2013 and later fork it renamed it to blinker which what today still being used, its open source

    • @eyondev
      @eyondev Год назад

      After all, bun is a JRE

    • @akirakosaintjust
      @akirakosaintjust Год назад

      @@eyondev what? how?

    • @mlntcandy
      @mlntcandy Год назад

      @@akirakosaintjustwell it is, technically, a Javascript Runtime Environment

  • @donkeizluv
    @donkeizluv Год назад +14

    I tried both cached and clean install. Bun always wins big at the "install" part. Like yea, 2000+ deps in 1.1s for my project. Ppl say install time doesnt matter until they see how fast it is

    • @RaMz00z
      @RaMz00z 9 месяцев назад

      Hoolly sh*t that's impressive

  • @DryBones111
    @DryBones111 Год назад +61

    Theo tried out the package install speeds and bun is still quite a bit faster than pnpm when running cached installs.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +120

      no offense to theo, but i don't trust his or anyone else "install" perf tests. i'll see for myself

    • @colton3507
      @colton3507 Год назад +10

      ​@@ThePrimeTimeagenroasted

    • @yt-1337
      @yt-1337 Год назад +7

      @@ThePrimeTimeagen pls upload a short video (not yt shorts) where you test it

    • @deniyii
      @deniyii Год назад +1

      BASED@@ThePrimeTimeagen

    • @liminal_spaces_on_earth
      @liminal_spaces_on_earth Год назад +1

      ​@@ThePrimeTimeagenthe chadagen

  • @mormantu8561
    @mormantu8561 Год назад +8

    7:50 This was so confusing and frustrating to me when I started using JavaScript. The hours it took before I learned that I needed to use a library (Babel) to use different libraries together. Really poor DX.

  • @privatesocialhandle
    @privatesocialhandle Год назад +7

    I agree on the hooligans argument haha 0:41. But on a serious note, this is very exciting because it brings structure to the ecosystem of JS while not limiting the chaos and creativity of JS itself.

  • @usher-p
    @usher-p Год назад +2

    i'm an engineer, tons of respect and love for prime! that's a really good engineering mindset

  • @roguesherlock
    @roguesherlock Год назад +4

    dude I love your energy!

  • @codesandtags
    @codesandtags Год назад +2

    Ohhh man! I had to check that I had my playback in 1x, because I felt that listening to this video in 2x 😅 Bun is as faster as you reading.

  • @jaysistar2711
    @jaysistar2711 Год назад +9

    CMake is part of the reason that I switched from C to Rust. It's still the best that C and C++ has.

    • @FlanPoirot
      @FlanPoirot Год назад

      when doing C, meson and make are ur friends :)
      Cmake sucks balls

    • @rushyscoper1651
      @rushyscoper1651 Год назад +4

      sinner

    • @ErikOnNoobTube
      @ErikOnNoobTube Год назад

      Just compile with zig build lul

    • @jaysistar2711
      @jaysistar2711 Год назад +1

      ​@@ErikOnNoobTubeIf compiling were all that you want to do, you could just use `make`, but what actually must happen is that every platform that you want to support will have a different extensiom for the static library, dynamic library, just plain object (single compiled module) file, and executable file, then each has a different mechinism for getting a termination signal (Ctrl+C, etc.), each has a different way to say that you want that 1 struct packed a certain way without padding... CMake helps with all of that, and generates project files for IDEs when you want a debugger, as well as Build Ninja, when you want your CI/CD to build as fast as possible.

    • @jaysistar2711
      @jaysistar2711 Год назад

      ​@@rushyscoper1651For using CMake or switching to Rust? Both have kept my head above water. I rewrote many build systems of the the dependencies that I used in CMake so that I could generate build scripts for Windows, Mac OS X (at the time), and Linux. I rewrote some parts of one of my code base that was frequently modifed with lots of threads accessing things through atomics and I was able to pass it off to a junor dev without having to stop what I was doing and go back and fix everything behind them. What part of my pragmatics is a sin?

  • @nomadshiba
    @nomadshiba Год назад +17

    definantly gonna use bun and htmx
    for my next website with many permissions and server side logic. if it ever happens
    i usually make apps as spa.
    for context, i code as a hobby

    • @Kanra951
      @Kanra951 Год назад +1

      Why defiantly?

    • @nomadshiba
      @nomadshiba Год назад

      @@Kanra951 it looked refreshing
      and i did a project with it already
      it was really fun, and fast to code, really liked it

  • @natanribeiro6536
    @natanribeiro6536 Год назад +13

    🎯 Key Takeaways for quick navigation:
    00:13 🛠️ Bun 1.0 is stable, production-ready, and eliminates the need for a version manager.
    00:28 🌐 The toolkit is designed for JavaScript and TypeScript, aiming to simplify the developer experience.
    00:58 🚀 Bun's goal is to eliminate the slowness and complexity of JavaScript tooling.
    01:12 🔄 Bun serves as a drop-in replacement for Node.js.
    01:54 🤓 Supports various file types including JavaScript, TypeScript, JSX, and TSX.
    02:22 📦 Acts as an all-in-one package manager, eliminating the need for other tools.
    03:02 🤝 Compatible with existing Node.js applications and npm packages.
    04:13 🚄 Boasts 4x faster startup than Node.js, especially beneficial for TypeScript files.
    06:58 📜 Built-in JavaScript transpiler, allowing you to run multiple file types with no dependencies.
    09:10 🔌 Highly customizable through plugins.
    12:26 🏎️ Package installation is faster compared to npm.
    13:56 🧪 Includes a test runner with fast native code matchers.
    16:03 🖥️ Windows build is still experimental and not fully optimized.
    Made with HARPA AI

    • @igorordecha
      @igorordecha Год назад

      ⚠️🫵Found a ☕📃 Javascript 📚 library 🧑‍💻 developer⚠️
      Unicode was a mistake...

  • @onecrazygenius
    @onecrazygenius Год назад +8

    Prime reacting to those bun's 👀

  • @thekwoka4707
    @thekwoka4707 Год назад +1

    And yes, they are soing their own transpilation. Bun started as Jared writing esbuild in zig.

  • @moon_bandage
    @moon_bandage Год назад +16

    Bun still has a ton of issues, especially with their package installer. Its not quite a "drop-in replacement" yet unfortunately. But i'm cautiously optimistic they will fix a ton of issues.
    In the days of 1.0 release popularity exploded as people try bun on their existing large projects to speed things up. This has also resulted in an explosion of github issues because it just isn't an NPM replacement, sometimes even by design (looking at you trustedDependencies blocking any and all pre/post installation)

    • @sonofong
      @sonofong Год назад

      yea i just tried to migrate my project. issue after issue

    • @moon_bandage
      @moon_bandage Год назад +3

      @@sonofong and when you get it to work, the performance gains aren't what they make it out to be either. On building frontend projects I've gotten maybe 20-25% improvement. Respectable and promising, but not worth the hoops you need to jump through imo.
      This launch is mediocre at best, they should've held off on 1.0 if you ask me

  • @afterschool2594
    @afterschool2594 Год назад +4

    Zig is still in beta and Bun is written in Zig

  • @homelessrobot
    @homelessrobot Год назад +2

    > A gif exists
    Primeagen: Is This Realtime?

  • @eyehear10
    @eyehear10 Год назад +7

    “JavaScript tooling has become slow and complex” -> proceeds to introduce new JavaScript tooling. I feel like there’s an XKCD about this

  • @marceloffdeoliveira
    @marceloffdeoliveira Год назад +3

    its weird to see prime without his hoodie! 😂

  • @talhaakram
    @talhaakram Год назад +3

    It is cool of Jarred Sumner to publish a build for a niche OS used for gaming that most people might not have even heard about along side optimizing for macOS and Linux.

    • @ThatDereKid
      @ThatDereKid Год назад

      Windows is literally stopping the progress of the human species

  • @PorthoGamesBR
    @PorthoGamesBR Год назад +3

    Definitelly a improvment to Node, but still have some bugs specially with some React-likes (React, Svelte, etc...) and the create command

    • @kamehameha38
      @kamehameha38 Год назад +1

      Any known ones? I'm about to convert my vite project from npm to bun

    • @PorthoGamesBR
      @PorthoGamesBR Год назад

      @@kamehameha38 Didnt test without using the interactable version yet, but even if it doesnt work, i think bun is worth it just because of the speed for the dev server.

  • @rand0mtv660
    @rand0mtv660 Год назад +13

    16:20 yeah Deno kinda went their own way as you mentioned and to me it seems they realized they will never win enough market share like that and kinda backtracked on that idea and went all in on npm/node support to make it easier for people to migrate and bring over their Node projects.

    • @yt-1337
      @yt-1337 Год назад

      yeah i just was converting my personal projects from node or deno respectively to both node and deno support, but now the question is, do i keep it that way and use bun with compatibility or do i say f it i might aswell go spread the bun all the way lmao

    • @everyhandletaken
      @everyhandletaken Год назад +1

      Definitely.. if it was there from day 0, it might have been a more compelling option to switch.

    • @ollierkul
      @ollierkul Год назад +1

      I'm glad they did it at least. I really like Deno and the whole ecosystem around it. It's also a big plus that it's so easy to deploy code to Deno Deploy, which thankfully now also has npm support. Bun seems really great, but I think for new projects I'll stick with Deno for now, while older projects built on Node could maybe be converted to using Bun.

  • @zlackbiro
    @zlackbiro Год назад +7

    Tested Bun with my stack. TypeScript, Express, MariaDB, ZOD, Prisma, Apollo-Server, Nexus. The problems are widely present with TypeScript. Lots of hacking around in order to start the project. Cold start using npm is about 15 seconds, with bun i used "bun src/index" startt was in 100ms which is amazing. After i deleted my node_modules and package lock, i installed the packages using "bun install" and that was done in 5 seconds. Using the npm, install process is about 30-60 seconds. However. They need to fix TS craps. Generally, TS configuration are pain in the ass, and you need to fight in it a lot. In order to start the entire think, TS complained about missing "performance" from prisma and things i never seen using npm. Also, complain about "Right hand side of instanceof is not an object" errors everywhere inside node_modules. Something is not supported. But, if they fix the bun to work good. Definetelly will be more pleasurable working with bun. Plain JS with no TS works awesome fast and good. Yes, i hate TS too, but we need them.

  • @FaisalAfroz
    @FaisalAfroz Год назад

    Glad you shown us those exclusive pics in this video.

  • @TheBswan
    @TheBswan Год назад +1

    Prime you're wrong, bun is obscenely fast on clean installs. In my app, yarn takes over 200s, bun does it under 10s. Bun package manager is on a tier of its own.

  • @simon2509
    @simon2509 Год назад +2

    After years, this makes me want to write typescript code again 🤣

  • @theodorealenas3171
    @theodorealenas3171 Год назад +1

    I've only fiddled with Node, and thought "why 5 seconds to strip types off and run tests?" Bun is reasonable though.

  • @Remeroska
    @Remeroska Год назад

    The numbers on their website don't lie. Cold install of packages on yarn in a large project (no cache): 220 seconds, on bun (no cache): 2 seconds. My internet speed is giga fast, bottleneck was the package manager. Bun seems great

  • @Dontrel3030
    @Dontrel3030 Год назад +1

    I can't pretend I know much about the specifics of V8 vs JSC/Webkit (or if it even matters in the slightest in 2023) but I really question the choice of targeting an engine built for 1 browser and ecosystem vs the engine that pretty much every browser made in the last 15 years is built around, and then touting that as a feature.

  • @GratuityMedia
    @GratuityMedia Год назад +18

    Can I use Bun and Power Peg together? Seems like a good match.

  • @alexanderluna895
    @alexanderluna895 Год назад +1

    spread 'em buns, spread 'em good

  • @RenderingUser
    @RenderingUser Год назад +3

    ah yes, the cargo of javascript

  • @oootkarsh
    @oootkarsh Год назад

    Everyone and their dog is coming up with a new Javascript framework everyday.

  • @daltonyon
    @daltonyon Год назад +2

    Seems Bun make a huge change in js environment!! I will try, thanks Buneagen

  • @andythedishwasher1117
    @andythedishwasher1117 Год назад +1

    Yesterday, I used Bun to install over 1400 dependencies in under 6 seconds. They were Microsoft libraries. I cried.

  • @ferahl
    @ferahl Год назад +1

    Correction: bun is much faster than pnpm on a clean install with no cache (the graph there reflects a real world test I saw on a real project), and MUCH faster with a cache. The drawback is that for MacOS it does a file copy because linking in MacOS is slow.

  • @everyhandletaken
    @everyhandletaken Год назад +2

    Good summary!
    Having everything in one place is long overdue.. why use 10 different tools & have to deal with version compatibility & upgrades, when you can just run ‘bun upgrade’ 👏🏼 #blazinglyfast

  • @79Fbanana
    @79Fbanana Год назад

    Centralized planning makes everything better!

  • @oddity2771
    @oddity2771 Год назад

    "Continuously peg your version" Gonna alias this as "powerpeg" in bash 🤔

  • @sohrb
    @sohrb Год назад

    it just came to my attention that I haven't seen prime in white in a loooong time

  • @AnitaSV
    @AnitaSV Год назад +2

    if you thought that pnpm vs bun was without cache, you should have done it live! Both with cache how it compares.

  • @RONNYCAMACHO-d5m
    @RONNYCAMACHO-d5m Год назад

    nothing like learning to program with Freddy Mercury as a teacher

  • @danailenei9959
    @danailenei9959 Год назад +1

    Not even close to billions: There are more than 1.46 billion active iPhone users worldwide as of 2023.

  • @davidserrano2091
    @davidserrano2091 Год назад +4

    If it’s bs benchmarks, Do a benchmark video comparing bun node yarn pnpm please!!

  • @mrmagnetic927
    @mrmagnetic927 Год назад

    That Bun in a nutshell @14:20 ( I agree and honestly think this is ALL we need to have )

  • @stoogel
    @stoogel Год назад

    As of February, there are over 2 billion active Apple devices. Almost all iOS devices, which can only run Webkit

  • @sofiaknyazeva
    @sofiaknyazeva Год назад

    *Watch out: 9 billion devices are running Safari*

  • @radomane
    @radomane Год назад

    This is the kick in the ass the JavaScript ecosystem really needed, and more.

  • @vincentv8991
    @vincentv8991 Год назад

    Bun is my new personality 🎉

  • @Beryesa.
    @Beryesa. Год назад +1

    I don't care about js for now but this is nice news for zig.

  • @andythedishwasher1117
    @andythedishwasher1117 Год назад

    Don't be too quick to hate on the macros. It's just a way of doing logic at bundle-time rather than runtime. Probably real useful for CI/CD testing considerations so that specific checks can be made in the bundle step prior to the testing phase and communicated to the devs with error messages before they make asses of themselves. Seems useful in the JS ecosystem where you otherwise can't really know if there are problems until staging or production in a lot of cases.

  • @TheMarkDrake
    @TheMarkDrake Год назад

    "It just works!" Gives me bad flashbacks to Bethesda... lol! But thank god for Bun if it works.

  • @PickleRiiiiiiick
    @PickleRiiiiiiick Год назад +1

    I tried bun this past weekend. It's super fast. My only concern is unit testing. Their replacement for all jest runner functions might screw things up. I wasn't able to run a few unit tests that asserts DOM manipulation.

    • @David-gj6dc
      @David-gj6dc Год назад +1

      I was also disappointed at my job when I realized it didn't work with vue-cli-service to run unit tests. For whatever reason jsdom doesn't spin up when run through bun

    • @moon_bandage
      @moon_bandage Год назад

      @@David-gj6dc bun still has a ton of issues, both with their runtime and installer. A lot of widely used packages don't work yet. It's a really promising project but it's just not quite the drop-in replacement they've made it out to be. I hope they work on getting it over the line.

    • @David-gj6dc
      @David-gj6dc Год назад

      @@moon_bandage Yeah, really feels like they went full on marketing mode for their 1.0. It still needs a lot of work before it can be a drop in replacement.

  • @emilemil1
    @emilemil1 Год назад +1

    The hot reloading that saves state seems like a nice way to lock up your browser tab with unintentional infinite loops.

    • @CTimmerman
      @CTimmerman Год назад

      You can already do that by adding DOM nodes in a loop.

  • @ThushanFernandoIsHere
    @ThushanFernandoIsHere Год назад

    Should have called it Buntime, let the buntimes begin!

  • @errormaker1
    @errormaker1 Год назад +3

    i want to be pegged to the latest version too

  • @indahazzard
    @indahazzard Год назад

    prime got trolled by billion devices without noticing it

  • @wadecodez
    @wadecodez Год назад

    a positive video about JS tooling wow maybe 2023 isn't so bad after all

  • @Sammysapphira
    @Sammysapphira Год назад +1

    Maybe some day web app speed can actually be the speed it's supposed to be

  • @cacheworks
    @cacheworks Год назад

    So much screen tearing when scrolling I wondered if it was my end. Force that composition pipeline and get some baby smooth scrolling in your life like you deserve.
    Thanks for the sweet buns 🍞

  •  Год назад

    Computer people adage: “a tool should do one thing and it should do it well”?
    Bun: 🖕 (middle finger emoji)

  • @shoobidyboop8634
    @shoobidyboop8634 Год назад

    I feel vibrant and passionate about the computer language I use.

  • @Alex-xl4xe
    @Alex-xl4xe Год назад

    Might actually try it. Looks kinda cool.

  • @EmanuelZimmermann
    @EmanuelZimmermann Год назад

    It’s 2040, JavaScript somehow became the fastest runtime. Rust compiles down to js for max perf.

  • @soulsearch7383
    @soulsearch7383 Год назад

    Everything about it buntastic. Except when it’s time to bundle.

  • @H-Root
    @H-Root Год назад +1

    I think This is the first time I see you without a hoodie

  • @wiztek1197
    @wiztek1197 Год назад +4

    DHH will not live this down

  • @flammea_
    @flammea_ Год назад

    That es module import and commonjs requre in one file is my favorite part of this announcement. I would have preferred to wait 5 more years to have node implement the interop that way instead of what they did with package.json configs and new file extensions. There's so many module resolution algorithms now, it's impossible to understand what you are doing

  • @ambhaiji
    @ambhaiji Год назад

    6:47 Apple's Tim Cook claimed 2 billion active devices in February 2023.

  • @daedalus5070
    @daedalus5070 Год назад

    BETH stack looks mighty interesting

  • @Muaahaa
    @Muaahaa Год назад

    Haven't tried bun for a new project, but I have explored using Bun 1.0 dropped into a legacy project. Wasn't able to get it working, unfortunately, neither as a replacement to the Node processes and not even to install the packages (I think because of how Bun handles lifecyclels).

  • @docmars
    @docmars Год назад

    The name, is the Bun-a-gen. 🐰

  • @BigBahss
    @BigBahss Год назад

    you're such a silly goober, love you

  • @jackgame8841
    @jackgame8841 Год назад

    jarred sumner gonna be zig core team after this

  • @ChungusTheLarge
    @ChungusTheLarge Год назад

    "Under active development"
    "Bun in the oven"

  • @igordasunddas3377
    @igordasunddas3377 Год назад

    I wonder what Prime was doing with that photo.... it actually was the only thing I could think about. Also Prime reminds me of Dr. Disrespect 😂

  • @n4bb12
    @n4bb12 Год назад +3

    Yea why support the operating system most used by developers? That would be a really bad strategy for adoption.

  • @alemtuzlak
    @alemtuzlak Год назад

    The only caveat that they don't really mention much is the fact it doesn't work at all on Windows. I wrote an in depth article with benchmarks on Windows, it's not impressive at all, hopefully the support will come in the future!

  • @nehua6164
    @nehua6164 Год назад

    New BunSpreader video? Could add Go and Deno to the mix.

  • @t3hPoundcake
    @t3hPoundcake Год назад

    "I wonder what BUN did to make it so fast?" Plot twist it literally just deletes all your shit

  • @qballer_
    @qballer_ Год назад

    Node modules is a more complex problem than you think prime

  • @MrInsanityInBlack
    @MrInsanityInBlack Год назад

    So, when do we get a video of you testing Bun?
    We know you like some Buns considering the first image you had saved.

  • @XiaZ
    @XiaZ Год назад

    I don't think you can release a software as 1.0 if the most used desktop os is not production-ready.
    Maybe an RC or beta version is fine.

    • @harunalrd
      @harunalrd Год назад

      but i dont know why developer keep using windows 😂

    • @XiaZ
      @XiaZ Год назад

      @@harunalrd That's because modern developer also play games.

  • @jrgalyen
    @jrgalyen Год назад

    Bun will never be the glue that binds rust together. Like python is for c++

  • @devabdul
    @devabdul Год назад

    Prime, i have a question?
    If you start learning programming in 2023 which language would you like to choose?
    Choose in sense: which languages would be great choice for future 🔮, im sure as developer, after spending hours and years you got experience and ideas.

    • @uzbekistanplaystaion4BIOScrek
      @uzbekistanplaystaion4BIOScrek Год назад

      LEARN C YOU COWARD

    • @barreltitor1419
      @barreltitor1419 Год назад +3

      It depends on what you're interested in and frankly doesn't matter that much because once you've got the concepts down you can learn other languages easily.

    • @vaibhav5783
      @vaibhav5783 Год назад

      If you can give a programming 1 year then start with c, then start learning HTML, CSS, JS, and then react

    • @MrEnsiferum77
      @MrEnsiferum77 Год назад

      C, Assembly, Python/Javascript and FPGA
      Data Structures, SOLID, Design Patterns, DDD