Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
0raymond0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
0raymond0
3y ago
When I travel, Before I pick a seat, I will think about the direction of the bus or plane to decide which side(left or right) seat I should select. Sometimes I like the sun while traveling, sometimes I'm not. The method is simple, it n
2.
▲
by
0raymond0
3y ago
When I learned about the limited supply of Bitcoin, I thought, "Great, no more rampant currency printing!" But then they developed the fork technology, which can split one Bitcoin into countless pieces. I guess I underestimated th
3.
▲
by
0raymond0
3y ago
I'm looking for this as well.
4.
▲
by
0raymond0
3y ago
Because the Copilot Chat is too convenient when you coding. You can talk about any programming questions with it, you can have it to code review your code. I don't want to switch between the VSCode and ChatGPT.
5.
▲
Did you compare the cost of using a GPT plus subscription and use GPT by API?
19 points
by
0raymond0
3y ago
|
21 comments
6.
▲
by
0raymond0
3y ago
Thank you for this idea, I was inspired by it years ago and wrote a delay queue using Golang. But it is dependent on the Redis, recently I want to remove the Redis and write a Key-value store by myself. Welcome to contribute your code to it