I wish for this new year we reboot the Web with a super light standard and accompanying ecosystem with - A small and efficient JS subset, HTML, CSS - A family of very simple browsers that do just that - A new Web that adheres to the above That would make my year.
Would be cool to create a MicroBrowser, just to browser stuff that's compatible.
Fabrice Bellard Releases MicroQuickJS
51–60 of 594 posts
Re: Fabrice Bellard Releases MicroQuickJS
#52If there were a software engineering hall of fame, I nominate Fabrice.
Between ffmpeg and qemu, I always think of https://xkcd.com/2347/ when I see Fabrice's work. Especially since ffmpeg provides the backbone of almost all video streaming systems today.
Re: Fabrice Bellard Releases MicroQuickJS
#53Fabrice Bellard is widely considered one of the most productive and versatile programmers alive: - FFmpeg: https://bellard.org - QEMU: https://bellard.org/qemu/ - JSLinux: https://bellard.org/jslinux/ - TCC: https://bellard.org/tcc/ - QuickJS: https://bellard.org/quickjs/ Legendary.
Re: Fabrice Bellard Releases MicroQuickJS
#54I wish for this new year we reboot the Web with a super light standard and accompanying ecosystem with - A small and efficient JS subset, HTML, CSS - A family of very simple browsers that do just that - A new Web that adheres to the above That would make my year.
Re: Fabrice Bellard Releases MicroQuickJS
#55Earlier quoted context omitted.
> 99% of people In 2025, depending on the study, it is said that 31.5~42.7% of internet users now block ads. Nearly one-third of Americans (32.2%) use ad blockers, with desktop leading at 37%.
Wow. That's way higher than I thought. Huh!
Re: Fabrice Bellard Releases MicroQuickJS
#56Fabrice Bellard is widely considered one of the most productive and versatile programmers alive: - FFmpeg: https://bellard.org - QEMU: https://bellard.org/qemu/ - JSLinux: https://bellard.org/jslinux/ - TCC: https://bellard.org/tcc/ - QuickJS: https://bellard.org/quickjs/ Legendary.
Guy is a genius. I hope he tries Rust someday
Re: Fabrice Bellard Releases MicroQuickJS
#57Re: Fabrice Bellard Releases MicroQuickJS
#58Re: Fabrice Bellard Releases MicroQuickJS
#59Fabrice Bellard is widely considered one of the most productive and versatile programmers alive: - FFmpeg: https://bellard.org - QEMU: https://bellard.org/qemu/ - JSLinux: https://bellard.org/jslinux/ - TCC: https://bellard.org/tcc/ - QuickJS: https://bellard.org/quickjs/ Legendary.
Re: Fabrice Bellard Releases MicroQuickJS
#60I'm not an embedded systems guy (besides using esp32 boards) so this might be a dumb question but does something like this open up the possibility of programming an esp32/arduino board with Javascript, like Micro/Circuit Python?
* espruino (https://www.espruino.com/)
* elk (https://github.com/cesanta/elk)
* DeviceScript (Microsoft Research's now defunct effort, https://github.com/microsoft/devicescript)