HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eric-p7

no profile record

comments

eric-p7
·19 giorni fa·discuss
Deno Desktop is bundling the V8 JavaScript runtime so it can have JavaScript on the backend. Tauri uses rust for the backend and your browser's JavaScript engine for the frontend.
eric-p7
·3 mesi fa·discuss
Imagine paying a subscription for your task bar.
eric-p7
·4 mesi fa·discuss
Just put the default settings in the same place other apps put their settings. With an option for a custom path so I can sync it between my devices via syncthing.
eric-p7
·4 mesi fa·discuss
I wish I could use Obsidian to edit single markdown files.

If my project has a readme.md I don't want to create an obsidian vault with its configuration files in my project, just to open it.
eric-p7
·6 mesi fa·discuss
Why is it 2026 and I still can't apt install deno?
eric-p7
·6 mesi fa·discuss
I'm interested in hearing about successes and failures of using this.
eric-p7
·6 mesi fa·discuss
Reminds me of Lite3 that was posted here not long ago:

https://github.com/fastserial/lite3
eric-p7
·7 mesi fa·discuss
"Chat, expand these 3 points into 10 pages."

Later, at someone else's desk:

"Chat, summarize these 10 pages into 3 points."
eric-p7
·7 mesi fa·discuss
This needs more attention than it's getting. Perhaps if you made some changes to the landing pages could help?

"outperforms the fastest JSON libraries (that make use of SIMD) by up to 120x depending on the benchmark. It also outperforms schema-only formats, such as Google Flatbuffers (242x). Lite³ is possibly the fastest schemaless data format in the world."

^ This should be a bar graph at the top of the page that shows both serializing sizes and speeds.

It would also be nice to see a json representation on the left and a color coded string of bytes on the right that shows how the data is packed.

Then the explanation follows.
eric-p7
·7 mesi fa·discuss
I'm working Solarite, a library for doing minimal DOM updates on web components when the data changes. And other nice features like nested styles and passing constructor arguments to sub-components via attributes.

https://github.com/Vorticode/solarite
eric-p7
·7 mesi fa·discuss
I've built Solarite, a library that's made vanilla web components a lot more productive IMHO. It allows minimal DOM updates when the data changes. And other nice features like nested styles and passing constructor arguments to sub-components via attributes.

https://github.com/Vorticode/solarite
eric-p7
·7 mesi fa·discuss
Genes and species are also sometimes given ridiculous names.
eric-p7
·7 mesi fa·discuss
If you tediously work out the LLM math by hand, is the pen and paper conscious too?

Consciousness is not computation. You need something else.
eric-p7
·7 mesi fa·discuss
There are no properties of matter or energy that can have a sense of self or experience qualia. Yet we all do. Denying the hard problem of consciousness just slows down our progress in discovering what it is.
eric-p7
·8 mesi fa·discuss
Yes yes very impressive.

But can it still turn my screen orange?
eric-p7
·9 mesi fa·discuss
That means you won the game.
eric-p7
·9 mesi fa·discuss
"has no dependencies, and uses only standard features of JavaScript so it works in any JS environment."

Then I see a Node style import and npm. When did Node/NPM stop being dependencies and become standardized by JavaScript? Where's my raw es6 module?
eric-p7
·10 mesi fa·discuss
No, that's correct. I did it that way deliberately as a design choice.

Is that not still considered reactivity? If so then I'll update the docs.
eric-p7
·10 mesi fa·discuss
This seems like a good place to plug my library, Solarite.

It's a minimal, compilation-free JavaScript library that adds reactivity to native web components, as well as scoped styles and a few other ease-of-life features.

https://vorticode.github.io/solarite/