Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jweatherby
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jweatherby
7mo ago
The trick with this wave of fast apps will be getting others to use the things that are built. Sure you can build something for yourself quickly enough, but you'll likely need the rest of your team onboard, which comes with a slew of
2.
▲
by
jweatherby
7mo ago
Same. It's freed up hours to spend with the kids. Time is scarce
3.
▲
by
jweatherby
8mo ago
In my experience that's where story points come in. "This comparable project took this number of story points, therefore <new project> should be similar, resulting in a comparable amount of time." The usage of story poi
4.
▲
by
jweatherby
9mo ago
I mentioned this a few months ago, but have made progress since - I'm working on an alternative to subscriptions for online publications. Instead of subscribing to entire publications / blogs, publishers would register their publi
5.
▲
by
jweatherby
1y ago
Hey, this is relevant to what I'm working on - I'm building an alternative to subscriptions for online publications. Instead of subscribing to entire publications / blogs, publishers would register their site on this network
6.
▲
by
jweatherby
1y ago
Very much WIP: I'm working on an alternative to subscriptions for online publications. Instead of subscribing to entire publications / blogs, publishers would register their publication on this network and configure thresholds and
7.
▲
by
jweatherby
2y ago
The better the marketing, the easier the sales.
8.
▲
by
jweatherby
2y ago
Better than rolling out an AI to hopefully find the docs you're looking for, it would be better to create an actual framework for the docs. This would remove uncertainty about where docs live and improve discoverability to peruse as ne
9.
▲
by
jweatherby
2y ago
If you change the base css variables, you can configure that default spacing and the corresponding ratios stay reasonable. This is how I use picocss for my high density UIs. The docs are decent enough to configure this.
10.
▲
by
jweatherby
2y ago
See my comment above, but maybe this tool, https://showboard.ca , that does most of what you're looking for. Except the address bar auto-complete, that would be next level.
11.
▲
by
jweatherby
2y ago
I built a tool, https://showboard.ca , that does most of what you're looking for. It helps visualize and organize bookmarks into boards, which you can then share with others. It also scrapes the contents of the links, which
12.
▲
by
jweatherby
3y ago
I see quite a few lamenting about the lost content and their bookmarks pointing to dead links. I built a bookmarking tool ( https://showboard.ca ), that allows you to store and organize that readable content (similar to pocket, in
13.
▲
by
jweatherby
3y ago
Clean Architecture by Bob Martin. It lays it out how to think abstractly in a systematic way and when to worry about what when designing a codebase. It applies at the micro and the macro level. However, I'd only recommend it after a f
14.
▲
by
jweatherby
3y ago
If a UI is needed: sveltekit, Prisma, trpc One app, no need for an API, typesafety baked in at the DB and API layer, client-side interactivity, and server side authentication is easy to work in.
15.
▲
by
jweatherby
3y ago
Agreed. Early on, I would enjoy solving a problem with regex, but really, that's a code smell and a red flag beyond basic validation.
16.
▲
by
jweatherby
3y ago
Where is the best place you've found to receive this feedback?
17.
▲
by
jweatherby
4y ago
I'm building an attendance management app - https://tendee.co I had a few itches to scratch: - one off events now that fewer people are on facebook; - planning in advance for subs in team sports; - some work events have max
18.
▲
by
jweatherby
4y ago
I just discovered Santorini recently - great 2 player game with lots of replay value, if the mechanics click for you. Otherwise, my gotos are Carcassonne, Century (golem edition for great art) and the classics like backgammon and cribbage.
19.
▲
by
jweatherby
4y ago
No, the sharing aspect is internal to the app, so each "board" can have as many users as you like. Neat idea though, I'll have to look into that.
20.
▲
by
jweatherby
4y ago
I built a little hybrid bookmarking/notetaking app - https://www.showboard.ca/ It's not built for bulk usage like you're describing, but makes it easy enough to scrape, modify, share and search. Let me know
21.
▲
Structuring your code with cohesion and coupling
(jweatherby.dev)
1 points
by
jweatherby
6y ago
|
0 comments
22.
▲
Being fullstack: The libraries I use to start a React project
(jweatherby.dev)
1 points
by
jweatherby
6y ago
|
0 comments