Viewing profile — eric-p7
eric-p7
HN member- Joined
- Tue, Jun 11, 2024, 1:37 PM UTC
- HN karma
- 84
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About eric-p7
No profile information was provided.
Recent public activity
-
comment
Comment #48631825
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.
-
comment
Comment #47742548
Imagine paying a subscription for your task bar.
-
comment
Comment #47206809
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.
-
comment
Comment #47198426
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 t…
-
comment
Comment #46566592
Why is it 2026 and I still can't apt install deno?
-
comment
Comment #46514657
I'm interested in hearing about successes and failures of using this.
-
comment
Comment #46468197
Reminds me of Lite3 that was posted here not long ago: https://github.com/fastserial/lite3
-
comment
Comment #46357522
"Chat, expand these 3 points into 10 pages." Later, at someone else's desk: "Chat, summarize these 10 pages into 3 points."
-
comment
Comment #46322295
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…
-
comment
Comment #46269958
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 …
-
comment
Comment #46269890
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 nest…
-
comment
Comment #46244603
Genes and species are also sometimes given ridiculous names.
-
comment
Comment #46192434
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.
-
comment
Comment #46188061
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 progres…
- comment
-
comment
Comment #46047456
Yes yes very impressive. But can it still turn my screen orange?
-
comment
Comment #45659605
That means you won the game.
-
comment
Comment #45572327
"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 depende…
-
comment
Comment #45253329
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.
-
comment
Comment #45253082
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 styl…
-
comment
Comment #45115799
Can we have a federated service that's resilient against outages such as this, where Element would automatically use another server with my same account? Perhaps the network of ser…
-
comment
Comment #44963116
We can't call it robots.txt?
-
comment
Comment #44955669
Not to be confused with The D Programming Language, which has a similar domain (dlang.org), and is currently on version 2.
-
comment
Comment #44751685
> That's what makes Carbon different from any other language: D, Zig, Nim, Rust etc. I know you can compile C++ files to object files, pass them to the D compiler, and have them ca…
-
comment
Comment #44705913
I've been working on 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. S…