HackerTrans
TopNewTrendsCommentsPastAskShowJobs

creatable

no profile record

comments

creatable
·3년 전·discuss
I am very impressed by the fact that this is an actual Azure IP.
creatable
·3년 전·discuss
What I specifically meant is that the "type" property can impact runtime evaluation as per the spec, however it's implied to be used specifically for impacting runtime evaluation based on a file's type. Say I have a module in a language that transpiles to JavaScript based off of the "type" property. In Bun, I would not be able to use any functions exported by it as a macro because the "type" property is being used for defining the module as a macro. That's the specific issue I have.
creatable
·3년 전·discuss
Every time I see a new Bun update it's always because Bun has implemented a feature that violates the spec in some way. While this does rely on syntax from a proposal, said proposal has not made it into the language yet. Another failure I see is the fact that the "type" property is not meant to be used for this type of language augmentation, it's meant to describe the type of the file without inferring from the file extension. I think Bun has a habit of moving too fast and breaking things and if it catches on I worry it will have just as many legacy anti-spec things as Node does.
creatable
·3년 전·discuss
> or they just don't want to try a zillion frameworks

But isn't HTMX one of said zillion frameworks? What makes it any different?
creatable
·3년 전·discuss
I personally do consider HTMX to be a valid alternative to React, but I also think that a lot of usage / promotion of it comes from people who are misinformed and think that the entirety of the JavaScript ecosystem is React. I consistently see a lot of people use HTMX over React alternatives purely because of a "distaste for JavaScript" or an understanding that everything is or has to be as complex as React unless you're using HTMX.
creatable
·3년 전·discuss
Why do I continue to see people imply that React is the only way of writing frontend web applications with JavaScript? There are plenty of alternatives to React that I would say are far more "idiomatic". I highly recommend taking a look at Vue 3 or Svelte to get a better idea of what frontend JavaScript can be.
creatable
·3년 전·discuss
Tauri is not inherently faster. On the largest platform (Windows), Tauri scores similar performance numbers to Chromium. Why? Because it's still Blink under the hood, since the system browser is Edge.

The instances in which Tauri is faster are when you write your business logic in Rust and your frontend logic in JS.

Simply switching to Tauri will not instantly speed up your app.
creatable
·3년 전·discuss
Section D is what makes it specifically GPL incompatible. The problem with not having ANY terms is that people can make derivatives of your software under new conditions, due to how copyright law works. You need conditions to impose the lack of conditions.
creatable
·3년 전·discuss
Have you seen the Ms-PL? It appears to be deliberately GPL incompatible while also having a similar list of conditions as the MIT license. I think it should be the default license for public repositories.
creatable
·3년 전·discuss
This is nonsense semantics. Words and phrases change meaning over time.
creatable
·3년 전·discuss
libadwaita disallowing themes is not a user-hostile decision (rather an accessibility one), nor are themes impossible. https://blogs.gnome.org/alatiera/2021/09/18/the-truth-they-a...
creatable
·3년 전·discuss
Thanks for the existential dread.
creatable
·4년 전·discuss
dmg and deb files are not binaries, they just contain binaries.