Viewing profile — voat
voat
HN member- Joined
- Tue, Jul 28, 2015, 8:30 AM UTC
- HN karma
- 276
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About voat
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #45322237
So are people?
-
comment
Comment #45215863
I tried to use helix as a vim user, but couldn't get used to the key binds. However I recently found evil-helix, and it's a joy. https://github.com/usagi-flow/evil-helix
-
comment
Comment #45158518
The algebraic effect handler pattern is a much simpler mental model than monads. And is transferrable to other languages pretty easily. See something like https://github.com/doeixd…
-
comment
Comment #45099106
The ability to output JSX between native control flow is the real cool part here's, imo. Besides that it looks kinda like Rezact.
-
comment
Comment #45059016
And even if they don't contain a hyphen! You can just
-
comment
Comment #44996728
Is there a typescript alternative?
-
comment
Comment #44935628
Paring this with Fil-C would give it a garbage collector for free?
-
comment
Comment #44875028
I think your math on the percentage is inverted. If you immediately die it says you're in the top 99%
-
comment
Comment #44769090
Maybe not a drug. But if the improvements in health come from bio chemical signals, it should be possible to activate those signals without engaging in exercise. Eventually?
-
comment
Comment #44642769
Looks pretty fully featured.
-
comment
Comment #44587420
Non-citizens still have rights
-
comment
Comment #44522695
Are they really with $4T? I find that difficult to wrap my head around
-
comment
Comment #44521951
I'd love to use Flix for something. It looks beautiful. But I'm a web dev, and never touch the JVM ecosystem
-
comment
Comment #44516133
They are referring to static non-interactive content (basically images and text) in sites like blogs, marketing site, docs, etc. as opposed to highly interactive, and dynamic compo…
-
comment
Comment #44510964
Client vs server routing
-
comment
Comment #44510932
Care to explain? Astro is trying to position itself in opposition to things like Next.js or Nuxt wich are specifically marketed as application frameworks? And the architecture is m…
-
comment
Comment #44488607
People underestimate the node compatibility that Deno offers. I think the compat env variable will do a lot of adoption. Maybe a denon command or something could enable it automati…
-
comment
Comment #44474019
Looks really neat! Thanks for building this
-
comment
Comment #44396520
I've personally been really impressed with gpui from the Zed folks.
-
comment
Comment #43770860
Most of the modern front end frameworks can handle those use cases. Solid, Vue, Svelte all have capable SPA frameworks and component libraries
-
comment
Comment #43768131
Solid js does basically the same thing as React (building UIs for websites) but the architecture and primitives are slightly different.
-
comment
Comment #43768072
Yep. Solid js stays true to js. A div is literally a div. And you can use Solid without jsx, and used tagged templates if you so desire.
-
comment
Comment #43768058
I'm a big fan of Solid. It's a very influential community, however it's not widely used. All the pieces are there. I just don't see tons of marketing or real app/product/dx focus f…