HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tazeg95

no profile record

comments

tazeg95
·geçen yıl·discuss
Already done in France in 1962 by Jacques-Yves Cousteau : https://fr.wikipedia.org/wiki/Pr%C3%A9continent_III
tazeg95
·3 yıl önce·discuss
France : €30,000 a year
tazeg95
·3 yıl önce·discuss
Hello, it seems very interesting. I am using esbuild to build my apps and it has a developper live server. How would you compare bun to esbuild ? what can one do that the other can't ? do you have a compare page ?
tazeg95
·4 yıl önce·discuss
sudo apt-get install trash-cli

alias rm=trash
tazeg95
·4 yıl önce·discuss
Show a little modesty and come down to earth. Enjoy programming and making a living by coding is more important than fame.
tazeg95
·4 yıl önce·discuss
Sorry if I missunderstood something but to erase a disk you just have to boot a live linux and type "shred /dev/sdX"
tazeg95
·4 yıl önce·discuss
It can't be compared to Electron as it can't build a portable application. On Windows you need to install a third part library : WebView2 Runtime.
tazeg95
·4 yıl önce·discuss
Memory usage on my Arch Linux is 444Mb on 32Gb, with i3 as window manager. This is on of the reason. Other reason is the command line !!!
tazeg95
·5 yıl önce·discuss
Esbuild can't yet convert to ES5. SWC can.
tazeg95
·5 yıl önce·discuss
Yes, you don't need Parcel, Vite, Webpack, Rome or Rollup to code with Javascript. I never understood how to configure webpack and you don't know what thoses tools are doing. Just keep things simple. Write your own bundler with esbuild. Here is a script I wrote to build a Svelte Typescript Tailwind projetct : https://github.com/Tazeg/svelte-typescript-esbuild-tailwind-...