Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dxchester
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
31 ms
·
1.
▲
We built multiple screen sharing into Microsoft Teams calls
(frameable.com)
1 points
by
dxchester
3y ago
|
0 comments
2.
▲
We made "ding" sounds in Microsoft Teams when people join a call
(frameable.com)
4 points
by
dxchester
3y ago
|
3 comments
3.
▲
by
dxchester
3y ago
Nice work! I have a no-dependencies project with somewhat similar goals in frameable/el[0], which takes more inspiration from Vue in its interface. WebComponents give us so much, but just not quite enough to be usable on their own wit
4.
▲
by
dxchester
3y ago
The main reason is that they're too low-level to use directly. They do a lot, but stop just short of being useful without something of a framework on top. I tried hard to use them directly, but found that it was untenable without sens
5.
▲
by
dxchester
3y ago
Nice writeup. We're working on a framework with similar goals, here: https://github.com/frameable/el Reactivity, composability, templates, etc with no dependencies, in ~150 SLOC.
6.
▲
by
dxchester
4y ago
Agreed that investing in standards is always a good bet. But at the same time, we have so many web frameworks in part because what is spec'd in plain JavaScript/HTML/CSS is not quite high-level enough to be really be a prod
7.
▲
by
dxchester
4y ago
I also sometimes enjoy this approach of starting from absolutely nothing. Instead of taking the path of starting with DOM manipulation and then going to a framework as necessary, I've kept really trying to make raw web components work,
8.
▲
by
dxchester
4y ago
We have used Automerge a bunch, but found that there is a threshold where beyond a given document size, performance gets exponentially worse, until even trivial updates take many seconds' worth of CPU. That is often how it works when
9.
▲
by
dxchester
4y ago
We wrote about our journey[0] to sanity after Tailwind: The answer is to do it all in strategic moderation: Use a subset of tailwind just for spacing and layout and revel in simple things being simple. Use modular CSS for UI patterns and r
10.
▲
by
dxchester
4y ago
This sounds cool. We wrote a git-based CMS[0] that is a little different. It has a nice-enough UI for creating and editing markdown documents, which are stored in git. And then it has a JSON API so that your main site can fetch the conte
11.
▲
by
dxchester
4y ago
We built El[0] with the goal of making a minimal framework for building web apps. As a data point, it has a built-in observable store, reactive templates, scoped subset of scss, no dependencies, and can almost fit in a single network packe
12.
▲
by
dxchester
4y ago
> I could have chosen to rebuild the entire UI as a template string as a function of state, but instead, it is ultimately more performant to create these DOM helper methods and modify what I want. I like the effort, but this is basically
13.
▲
We found sanity in a subset of Tailwind CSS
(frameable.com)
7 points
by
dxchester
4y ago
|
1 comments
14.
▲
by
dxchester
4y ago
We developed El to be as minimal as possible, while still solving the problem of keeping state and interface in sync: https://github.com/frameable/el It's just ~150 lines / 2kb, and leverages existing browser
15.
▲
by
dxchester
4y ago
Hey! This project started as a few lines of code that we copy/pasted around to get us reactivity on top of raw Web Components here and there. As we have used it for more intensive internal dashboards and other projects, it has evolved
16.
▲
Show HN: El – Minimal front-end application framework based on Web Components
(github.com)
4 points
by
dxchester
4y ago
|
2 comments
17.
▲
by
dxchester
4y ago
Frameable | Remote GMT-4 | https://frameable.com/careers We build next-generation virtual spaces for working together. Tech stack is WebRTC, Node, Vue, WebSockets. We are hiring for many positions, but especially intereste
18.
▲
Show HN: Pigeon–Fast diff, patch, merge for JSON with an Automerge-like API
(github.com)
4 points
by
dxchester
4y ago
|
0 comments
19.
▲
by
dxchester
4y ago
We built this collaborative wordle game during a hackathon and it turned out to be kind of fun. It's a new word each day, and you can have up to seven people on your team. For what it's worth, the tech stack is Node / WebSoc
20.
▲
Show HN: Colludle – Collaborative Wordle Game
(colludle.socialhour.com)
3 points
by
dxchester
4y ago
|
3 comments
21.
▲
by
dxchester
4y ago
Yes, it is true that with this approach, you have to make sure not to edit the text independently from its metadata.
22.
▲
A technique to store rich formatting separately from text
(frameableinc.com)
4 points
by
dxchester
4y ago
|
3 comments
23.
▲
by
dxchester
6y ago
> The purpose of an agile process is ultimately to "de-risk your investment" as much as possible. This idea really rings true to me. Tight iteration/feedback loops are key. Each cycle should introduce value -- either in
24.
▲
by
dxchester
6y ago
Organizing by effort/value has been magical for us. Whether it's working thorugh a punchlist for a product nearing launch, or whether it's proioritizing initiatives for the upcoming quarter -- looking through the lens of wha
25.
▲
Use an effort/value matrix to work more effectively with your team
(subtask.co)
3 points
by
dxchester
6y ago
|
1 comments
26.
▲
When You Can't Measure It, You Won't Fix It
(team.video)
4 points
by
dxchester
6y ago
|
0 comments
27.
▲
Meeting KPIs That Can Uncover a Toxic Workplace Culture
(team.video)
2 points
by
dxchester
6y ago
|
0 comments
28.
▲
Now.me
(team.video)
2 points
by
dxchester
6y ago
|
0 comments
29.
▲
by
dxchester
6y ago
> We currently support meetings on Google Meet, Microsoft Teams, Zoom, Whereby, team.video, Skype, BlueJeans, GoToMeeting, and Cisco Webex I think there _is_ support for Webex, even though there's no logo there above the fold.
30.
▲
Zoom treats you like a child
(team.video)
7 points
by
dxchester
6y ago
|
3 comments
More ›