Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ajgrover
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
ajgrover
4y ago
In the philosophical sense, sure. But given the context of this conversation, the fact that you don’t have to pay to use GitHub projects is absolutely relevant to their success.
2.
▲
by
ajgrover
4y ago
Linear
3.
▲
by
ajgrover
4y ago
is your expectation that if you contribute to an open source project that you would get notified if your code is later modified? if I was in your shoes, I would assume that once the feature is merged, the maintainers have final say and can
4.
▲
by
ajgrover
4y ago
People are using the term “metaframework” these days to describe things like Remix and Next that build on top of React as the view layer and provide many of the other bits you might need to get a fully-fledged web app up and running. Includ
5.
▲
by
ajgrover
4y ago
I’m the exact opposite of you. I like most of the touch screen controls, including the AC ones, but the number of taps it takes to open the glovebox always irritates me.
6.
▲
by
ajgrover
4y ago
Nope, I installed a few extensions to replicate things I had in Alfred, and got a few new features for free
7.
▲
by
ajgrover
4y ago
I used Alfred for 10+ years as well, but am a recent Raycast convert. Much larger and easier to use extension ecosystem, and looks nicer too IMO.
8.
▲
by
ajgrover
4y ago
Linear is a better shortcut IMO
9.
▲
by
ajgrover
4y ago
It’s been several years since I’ve used Jira so can’t give an honest head to head comparison, but my experience with Linear has been fantastic. Looks nice, has all the functionality I look for, enough customizability. If you’re looking for
10.
▲
by
ajgrover
4y ago
That price is squarely in the realm of other popular similar products like Squarespace. Most likely not targeted at people who have the skills and time to figure out how to self-host.
11.
▲
by
ajgrover
4y ago
That’s fair. My issue with the mixin approach is that then your app code can hit the database from anywhere you have access to the model object, which makes testing your own code in isolation much more difficult
12.
▲
by
ajgrover
4y ago
I don’t use Clojure but based on a quick search, EDN is extensible so you can serialize things like datetimes and UUIDs with type information rather than as plain strings
13.
▲
by
ajgrover
4y ago
The problem is that coverage of typing in third party libraries is not that high yet, so it’s not really possible to enforce typing in a thorough manner.
14.
▲
by
ajgrover
4y ago
I’m not the person that suggested handwriting object methods. As I’ve said, I agree with the point you’re making, I’m not arguing with you, or for any specific ORM design. I don’t see what the nuance is you’re getting at with the mixin vs o
15.
▲
by
ajgrover
4y ago
The quote is about the shift to mirrorless vs DSLR, and the article seems to misinterpret that to support the conclusion that phone cameras are killing photography. They even throw in a random comment about film photography in the last para
16.
▲
by
ajgrover
4y ago
There’s not a perfect solution yet (I want someone to release preview DBs) but I currently use Supabase since they provide a regular Postgres instance with a connection pooler out of the box.
17.
▲
by
ajgrover
4y ago
Rails and Django are both AR, and are still probably the two most widely used backend frameworks, for better or for worse. I don’t disagree with the overall point you’re making, I’m just pointing out that it’s very common
18.
▲
by
ajgrover
4y ago
Many/most ORMs (the ones that follow the ActiveRecord pattern) do this as well though. I prefer to avoid mixing concerns and use datamapper-based ORMs myself, but what GP wrote is fundamentally not that different than what a lot of ORM
19.
▲
by
ajgrover
4y ago
I definitely agree that there’s less magic going on with a traditional style deployment, but I think you’re strawmanning Next a bit with this comment. Not everyone uses graphql, and a vanilla Next API route is similar in complexity to a van
20.
▲
by
ajgrover
4y ago
Counter argument: if they’re paying designers, why would they not pay for the tools that enable them to be most productive? Figma is a small cost, relatively. Asking them to use a tool that’s worse is like hiring a developer and refusing to
21.
▲
by
ajgrover
4y ago
They can literally copy the whole directory from their local machine to production as a first step for all I care. How do they test things on production? If there’s a bug how do they revert to the previous version? There are way more issues
22.
▲
by
ajgrover
4y ago
Source control seems like a straightforward first step, regardless of what approach is going to be taken going forward
23.
▲
by
ajgrover
4y ago
I’ve been a Capture One user for several years and it’s a more powerful tool than Lightroom for sure. Layer capability removes the need to go to PS for most simple use cases. Their color tools were much better previously as well but LR has
24.
▲
by
ajgrover
4y ago
There are third party options you could try like this one (no personal experience): https://github.com/microsoft/parallel-prettier Alternatively, it’s pretty common to only run prettier on changed files using lint-stag
25.
▲
by
ajgrover
4y ago
I would wager that combination is much less than 1% of 1%
26.
▲
by
ajgrover
4y ago
i'd sell you my custom-built corne LP when my Zen arrives if you want, haha
27.
▲
by
ajgrover
4y ago
The Corneish Zen is probably the closest thing right now, and the current run is open for orders for 3 more days. https://lowprokb.ca/products/corne-ish-zen
28.
▲
by
ajgrover
4y ago
“gh pr create” automatically pushes branches I believe. There’s also a “—-web” option which opens the browser automatically. A couple extra clicks to actually open the draft PR but quite a bit simpler IMO
29.
▲
Show HN: Rails Model Visualizer
(github.com)
4 points
by
ajgrover
11y ago
|
1 comments
30.
▲
by
ajgrover
12y ago
This looks good! My current biggest critique of the soundcloud site is the search itself - I can never find what I'm looking for. There should be an ability to order results by popularity so I don't have to look through 50 random
More ›