Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
strajk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
strajk
2y ago
Nice! I'm glad I was not the only one frustrated by these and I actually made sth similar just this weekend, also using Groq cause it's super fast as u said. (but haven't published it cause I'm always frustrated about th
2.
▲
by
strajk
4y ago
Heya, any plans for context based suggestions – e.g. when in psql, gdb, vim, ...?
3.
▲
by
strajk
4y ago
How did you instruct Copilot to do the conversion? I've always used it just as a smart auto-complete.
4.
▲
by
strajk
5y ago
How much is a deposit compared to the full price of a drink? Here in Czechia it's 3czk deposit for ~20czk full drink price and I've never noticed anybody even asking for the bottles, yet alone "stealing" them.
5.
▲
by
strajk
6y ago
My favourite rss reader NewsBlur (no affil, just very happy user) allows subscribing to YouTube channels just by entering its URL - no need to digging for RSS feed :)
6.
▲
by
strajk
10y ago
I prefer importing whole modules too. One of the benefit is much easier code reviews: Imagine this diff in the middle of a file (in Javascript) if (includes(users, userId)) { open(load(userId)) } vs if (_.includes(users, u