Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattkrick
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
mattkrick
6mo ago
The post fails to mention that spaceX is not just a rocket company. Bundled with it is xAI, which is presumably losing money hand over fist. Package enough risk together and sell for a higher price to retail consumers. We’ve seen this play…
2.
▲
by
mattkrick
7mo ago
Biome has been out of alpha for a few years now and is fantastic :-)
3.
▲
by
mattkrick
9mo ago
I just finished the red rising series this year. Do you have any other recommendations in the same genre?
4.
▲
by
mattkrick
1y ago
The ads made this unreadable. Is this a thing? Get to hackernews front page & then inject your post with as many ads as possible to “cash in”?
5.
▲
by
mattkrick
1y ago
I’m in the exact same boat. Also toying with the idea of going back to android for the pixel 10 pro. I do miss android notifications and keyboard. Are there any features keeping you from going back?
6.
▲
by
mattkrick
1y ago
I want to believe, and I promise I'm not trying to be a luddite here. Has anyone with decent (5+ years) experience built a non-trivial new feature in a production codebase quicker by letting AI write it? Agents are great at familiarizi
7.
▲
by
mattkrick
3y ago
Voluntary certification, please. Law is slower than technology. This is a good thing! EnergyStar is a great example of a voluntary program doing more good than DoE or FTC mandates. HIPAA is a good example of what happens when mandates can’t
8.
▲
by
mattkrick
5y ago
Personally, I let vscode do typechecking on open files & have a pre-commit git hook to typecheck changed files. When it comes to starting up a development server & building the client, there's a huge cost to repeatedly typechec
9.
▲
by
mattkrick
5y ago
As an app backend guy, it's always fun to dive into infrastructure stuff like this that I know little about. Naively, it looks like they pieced together some K8s alternatives. I saw they wrote about why they moved away from K8s here:
10.
▲
by
mattkrick
5y ago
Do pipes make writing good code easier? Yes. Do they make writing bad code easier? Also yes. The older I get, the more I care about the latter. This is the first ES6+ proposal that I'm not excited about & I don't know how to v
11.
▲
by
mattkrick
5y ago
Parabol | Remote | Full-time | https://parabol.co Agile meeting software for teams that hate meetings Built in the open, open-source, 100% remote, Equal pay across the globe. Tech stack: K8S, NodeJS, Typescript, GraphQL, React
12.
▲
Nesting GitHub's API in Your GraphQL Schema
(parabol.co)
5 points
by
mattkrick
5y ago
|
0 comments
13.
▲
by
mattkrick
5y ago
Parabol | Remote | Full-time | https://parabol.co We build agile software that guarantees meetings are as short as they are productive. Everything we do is open source, from our code to our company. Tech stack: K8S, NodeJS, Ty
14.
▲
by
mattkrick
6y ago
I built an open-source B2B SaaS that recently raised its Series A. While I'm not a solo founder, we were a team of 3 up until we raised our seed. The difference I see is traduora looks like a project, not a company. Sell support! Don&#
15.
▲
by
mattkrick
6y ago
Parabol | Remote | Full-time | https://parabol.co We build agile software that guarantees meetings are as short as they are productive. Everything we do is open source, from our code to our company. Tech stack: K8S, NodeJS, Ty
16.
▲
by
mattkrick
6y ago
Parabol | Remote | Full-time | https://parabol.co We build meeting software that guarantees meetings are as short as they are productive. Everything we do is open source, from our code to our company. Tech stack: K8S, NodeJS, Ty
17.
▲
by
mattkrick
6y ago
Parabol | Remote | Full-time | https://parabol.co Get paid to write customer-facing, open-source software that helps teams work from home. Tech stack: K8S, NodeJS, Typescript, GraphQL, React Two-minute Demo: https://p
18.
▲
by
mattkrick
6y ago
We used to blur content behind modals. When the modal animated in, it'd hit single digits fps on a MacBook pro. Ditched it for a more opaque scrim and fps was back at 60.
19.
▲
by
mattkrick
6y ago
Parabol | Remote | Full-time | https://parabol.co Get paid to write customer-facing, open-source software that helps teams work from home. As a team of 6, we've built an app with 40,000 active users and plenty of VC funding
20.
▲
by
mattkrick
6y ago
put redis in front of your graphql server. let the key be the query hash. and the ttl be 30 seconds. if your query has many duplicate lookups (e.g. the same user appears multiple times on the leaderboard) use dataloader.
21.
▲
by
mattkrick
7y ago
I LOVE what svelte is doing. I've been using React daily for the last 5 years & it does the job, documentation is world class, community is great, but it still has sharp edges & parts that feel bad. Things like hooks make compl
22.
▲
by
mattkrick
7y ago
Some of us put accounts on pause if they've been inactive for 30 days. It's not the norm (yet), but the good PR and happy customers were well worth the extra business logic.
23.
▲
by
mattkrick
7y ago
Parabol | REMOTE or Los Angeles, CA | Full-time | https://parabol.co We're building a future where teams can work remote and every meeting is worth the time invested. Every line of code you write will be open-source: http
24.
▲
by
mattkrick
7y ago
Parabol | Senior Frontend Developer | Remote (US based) | Full-time We're a fully remote team focused on the future of work. Stack: Typescript, React, GraphQL, Node Our code is open source: https://github.com/parabolinc
25.
▲
by
mattkrick
7y ago
https://dgraph.io/
26.
▲
by
mattkrick
7y ago
Hooks are absolutely fantastic. However, there are still a few pain points: - useState with an array is bad news if more than 1 component is consuming or setting the state.The clunky alternative is to keep it in a ref & call a forceUpda
27.
▲
GraphQL: 3 years in, and lessons learned
(hackernoon.com)
4 points
by
mattkrick
8y ago
|
0 comments
28.
▲
by
mattkrick
10y ago
Thanks for all your work on this Chris! Great news to kick off the week.
29.
▲
by
mattkrick
11y ago
I made this. Neat! For those that didnt read more than the title, it's database agnostic. It scales vertically and horizontally. It's not a framework, frameworks are dead. Its just a bunch of packages that fit together like Lego p