Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
superchris
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
superchris
8mo ago
wow this article sure reads like AI slop
2.
▲
by
superchris
9mo ago
This thing that can't be measured is up 76%. Eyeroll
3.
▲
by
superchris
1y ago
The only thing surprising about the result was that they found it surprising :)
4.
▲
by
superchris
1y ago
This is great, I think this is perfect use for web components and gives your customers trying to build a fully custom storefront a much better experience. I built something similar for stripe based sites a couple years ago but didn't g
5.
▲
by
superchris
1y ago
Really like what I'm seeing so far. It looks a lot like Sprae: https://github.com/dy/sprae one of my favorite things that no one seems to be paying attention to :) I use it on live-templates, which uses Sprae to c
6.
▲
by
superchris
2y ago
This sounds awesome. As a GA pilot and software developer, I can tell you that voice comms and the need to work with them will be around for a long time. Just look at all the feet dragging just to get ADSB adopted. I'd love to find out
7.
▲
by
superchris
2y ago
We've definitely experienced chaos when building large React apps. I don't think it's necessarily React's fault (though I'm not particularly a fan), I think the complexity is inherent in managing stage in both a cli
8.
▲
by
superchris
2y ago
This sounds like a really excellent product, and I really love the description in this post of how you got there. Not working on anything just this minute that needs it, but I will definitely keep an eye out for opportunities.
9.
▲
by
superchris
2y ago
The promise of being able to use any library from any language is really quite compelling, and that's what the WASM component model is about for me. It's pretty sad to say this amount of hate TBH
10.
▲
by
superchris
2y ago
Once again, missing the point of unit testing. Unit testing is about improving the design of the software, and allowing the design to evolve through refactoring (which is effectively impossible without unit testing). E2E or integration test
11.
▲
by
superchris
2y ago
Eleventy is pretty great! Highly recommend.
12.
▲
Live Templates: connect a template in HTML to a stateful back end
(github.com)
1 points
by
superchris
3y ago
|
1 comments
13.
▲
by
superchris
3y ago
The live-template element provides a connected, or "live" template that connects to a stateful backend application provided by Livestate. After connecting to a LiveState channel, it will - render the initial state - subscribe to s
14.
▲
by
superchris
3y ago
It is supported by chromium already and Mozilla has said they'll be working on it
15.
▲
by
superchris
3y ago
Since you mention that state management is an unsolved problem with Web Components, I thought I would share a project that aims to bring a solution: https://github.com/launchscout/live_state . The basic pattern and idea
16.
▲
Adding ecommerce to static websites with custom elements
(elements.launchscout.com)
3 points
by
superchris
3y ago
|
1 comments
17.
▲
by
superchris
3y ago
We've been working on a project for the last few months to make it easy to add dynamic features to static or statically generated websites. We started with ecommerce (cart, add item) and have recently added forms and comment section el
18.
▲
by
superchris
3y ago
Oh, and as far as the "shortage of Elixir developers". Unfortunately with layoffs in the startup community it's probably easy to hire just now. Even when that was not the case, we've had great success with brand new appr
19.
▲
by
superchris
3y ago
We have switched to Elixir and Phoenix as our go to stack gradually over the last 5 years. We've found that LiveView in particular, with it's ability to avoid a separate front-end framework altogether, has let us deliver applicati
20.
▲
by
superchris
3y ago
Been using Lit for a few years now, it just keeps getting better. It does what it does, and stays out the way. Please don't call it a framework though, the best part of Lit is that is basically some (very lovely!) sugar over standards
21.
▲
The historical context and reasons we should embrace web components
(dev.to)
2 points
by
superchris
3y ago
|
1 comments
22.
▲
by
superchris
3y ago
I ran across this wonderfully written article recently. I've lived through almost the entire history of the web myself as a developer, and it has led me to the same conclusions as the author about why it behooves us to start building o
23.
▲
by
superchris
3y ago
Yet another UI open source project that should be web component (custom HTML element) but isn't.
24.
▲
by
superchris
3y ago
Actually, it was in person the one time we had it but we brought in the speaker from out of town. It was Glenn Vanderburg, who is is a smart and fabulous human being around my age (possibly a bit older) and he gave a great talk. I'll k
25.
▲
by
superchris
3y ago
I just turned 50 in October, and have been coding my entire career plus. I still love and enjoy coding, and feel like I have more to contribute by far than I did early in my career. I have founded a smallish dev studio in Cincinnati (Launch
26.
▲
by
superchris
13y ago
I spent several years building backbone applications, and recently have been doing a lot of work with Ember and Angular. For most of the applications I work on, I find Angular to be a really excellent choice. It fits in very well as part of
27.
▲
by
superchris
14y ago
I started with an approach like yours, but really wanted the ability to have a subview helper function that inserts the subview in the right place in the parent's template. In order for this to work, I need the helper function to output the
28.
▲
by
superchris
14y ago
Read to the end, that's pretty much what I end up doing in the final version. I create the TableRowView in the helper and then listen to the parent views "rendered" event so the row view knows when it's element is in the DOM and it's safe t