HackerLangs
TopNewTrendsCommentsPastAskShowJobs

netghost

no profile record

Submissions

AI Curb Cuts

snakeshands.com
1 points·by netghost·5 mesi fa·0 comments

comments

netghost
·3 mesi fa·discuss
TIL about `gum`. I love this and endeavor to integrate it into something sometime. Thank you for mentioning it!
netghost
·3 mesi fa·discuss
They might have opinions about it, but look at the pay for frontend engineers at the same company. It's not uncommon to see the same seniority be 20% lower than a backend role.
netghost
·3 mesi fa·discuss
I see a lot of people say you have to use methodology X, or that methodology Y is worthless.

I'm the end, I think we have maybe different uses for notes. Journaling, scratchpads, to-do lists, research, etc.

Take a methodology with a grain of salt. If it doesn't fit, there's a good chance it's solving someone else's problem, but you can always inform your own approach with it.
netghost
·3 mesi fa·discuss
Looks great on mobile in portrait mode. Bonus points for the audio.
netghost
·4 mesi fa·discuss
I think you're operating in a scale that is small enough that there's little risk.

You'll be able to iterate if you run into anything that doesn't work. You should however be clear on what problem you and your team are solving, and not just "get some rag".
netghost
·5 mesi fa·discuss
That seems like a reasonable tradeoff, thanks.
netghost
·5 mesi fa·discuss
Bun ships with lots of tools built in. It has support for bundling js, html, etc for the browser.

I suspect that if you want the best results or to hit all the edge cases you'd still want vite, but bun probably covers most needs.
netghost
·5 mesi fa·discuss
Thank you. This looks like a nice improvement on pgtyped, and another good option.

I'm curious if there are any good patterns for dealing with dynamic query building or composing queries?
netghost
·5 mesi fa·discuss
Out of curiosity, the post you linked mentions that it won't work for renames. What's the approach for these and other types of procedural migrations, such as data transformations (ie: splitting a column, changing a type, etc.)

With a declarative model, would you run the migration and follow immediately with a one off script?
netghost
·5 mesi fa·discuss
Seems great for really small apps where you want your resource definitions colocated with the code using them. I'd imagine the benefits start to break down as your infrastructure gets more complicated.

The bigger answer is that if you're proficient and happy with CDK or anything else to wire resource up, you're probably not going to see much (if any) benefit.
netghost
·5 mesi fa·discuss
Wonderfully done, thanks for sharing!
netghost
·5 mesi fa·discuss
I think the make in the title is a bit misleading, the author is actually just advocating for having a consistent file you use for adhoc scripting and testing in your application.

The thrust of the article could be summarized as: if you type more than one command into the shell, make a script.
netghost
·6 mesi fa·discuss
I think it really depends on how teams use their estimates. If you're locking in an estimate and have to stick with it for a week or a month, you're right, that's terrible.

If you don't strictly work on a Sprint schedule, then I think it's reasonable to have high variance estimates, then as soon as you learn more, you update the estimate.

I've seen lots of different teams do lots of different things. If they work for you and you're shipping with reliable results then that's excellent.
netghost
·6 mesi fa·discuss
I did too, and I've had a challenging time convincing people outside of those ecosystems that this is possible, reasonable, we've been doing it for over a decade.
netghost
·6 mesi fa·discuss
I worked on a product that was built around planning an estimation with ranged estimates (2-4h, 1-3d, etc)

2-12d conveys a very different story than 6-8d. Are the ranges precise? Nope, but they're useful in conveying uncertainty, which is something that gets dropped in any system that collapses estimates to a single point.

That said, people tend to just collapse ranges, so I guess we all lose in the end.
netghost
·6 mesi fa·discuss
It natively supports vector embeddings, which seems like it could be nice. The sqlite extensions I've tried for vector embeddings have been a challenge to get working (may just be me though).
netghost
·6 mesi fa·discuss
Hands down one of my favorite series. It's inventive, cynical, wry, dark, and entirely engrossing.

If you enjoy him, I was surprised by how much I enjoyed the Dogs of War series (1st and 3rd especially).

At some point you start to see his themes recycled across all these series, but it's still fun.
netghost
·6 mesi fa·discuss
I'll bet you could take a relatively tiny model and get it to translate the transcribed "git force push" or "git push dash dash force" into "git push --force".

Likewise "cd home slash projects" into "cd ~/projects".

Maybe with some fine tuning, maybe without.
netghost
·6 mesi fa·discuss
I found out that the guy who broke the thing I was working on was… me.
netghost
·6 mesi fa·discuss
https://snakeshands.com - The best part of the snake…