Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csummers
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
csummers
8mo ago
This a great news, but is there any more information about this other than an aws sdk commit? Is this generally available?
2.
▲
by
csummers
8mo ago
https://hot.dev I'm building Hot Dev, a backend workflow platform. - Hot: a functional, expression-based language w/ types for easy integrations and built-in parallel constructs - Event Handlers drive execution `on-eve
3.
▲
by
csummers
8mo ago
I definitely identify with the "Thinker" described in this post, but I am routinely mulling over ideas and problems (multiple hours, days, and weeks) with the help of LLMs now. One of the benefits of LLM usage is to figure out the
4.
▲
by
csummers
8mo ago
I'm developing a new programming language, so I have to provide a way for LLMs to know about and generate code for a language they have not seen (i.e., have no training data for). My tooling was previously adding in AI hints with CLA
5.
▲
Show HN: Hot Dev – a new backend workflow language and platform
(hot.dev)
1 points
by
csummers
8mo ago
|
0 comments
6.
▲
by
csummers
14y ago
> Yet, this is our chance. This is our chance to actually build a company. We have to take it. Another chance may never present itself. Bah! Two weeks or bust? This is a very short-sited viewpoint: think long term! Slow down and think a
7.
▲
by
csummers
14y ago
So, this is the kid version of The Universal Business Adapter? http://www.youtube.com/watch?v=AIOqOxI0K_I
8.
▲
by
csummers
14y ago
I'd like to see some more information about the local setup, including hardware and the postgresql.conf. Otherwise, this tells me very little in terms of comparison.
9.
▲
by
csummers
16y ago
Been there, done that. I rm -rf'd a bunch of important files once, and at the time grep was giving me "memory exhausted" errors. I was able to use strings to grab all of the text of the disk, and then wade through the results with vim. I