Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lolpanda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lolpanda
1y ago
I actually think the legacy completion API is superior to the newer chat creation API. The completion API takes all the input as a single string, whereas the chat API expects input as a list of messages. Given today's common use of age
2.
▲
by
lolpanda
2y ago
oh i never thought about y = append(x, ...) in which scenario would make sense to have different x and y?
3.
▲
by
lolpanda
2y ago
Great idea! The demo looks impressive. What are your thoughts on real-time translated captioning compared to AI voice? I guess it's still difficult to mimic nonverbal elements like laughter and pauses.
4.
▲
by
lolpanda
2y ago
"synthesize large amounts of online information" does it heavily depend on the search engine performance and relevance of the search results? I don't see any mention of Google or Bing. Is this using their internal search engi
5.
▲
by
lolpanda
2y ago
I actually like how NULLs behave in SQL. They mean "I don't know" In the modern programming language we all care about Null safety. But no matter how you model your data, you will always run into the situations when you don&#
6.
▲
by
lolpanda
2y ago
Those mini apps are built on the same web stack. I believe the main advantages of creating mini apps are that the platform provides identity (allowing you to know who the users are upon permission approval) and payment APIs.
7.
▲
by
lolpanda
2y ago
I'm a heavy use of tmux integration in iterm2. this allows seamless mouse scroll in a tmux window. I haven't seen any other terminals that provide the same tmux support.
8.
▲
by
lolpanda
2y ago
this looks like the workflows in gumloop.com
9.
▲
by
lolpanda
2y ago
so the WebRTC helps with the unreliable network between the mobile clients and the server side. if the application is backend only, would it make sense to use WebRTC or should I go directly to realtime api?
10.
▲
by
lolpanda
2y ago
the only reason i use wget over curl is that when i'm downloading a file, i don't have to specify the output file name with wget lol
11.
▲
by
lolpanda
2y ago
i think cursor is the only player that forked vscode. i've been using cursor for a week and i really like it. it's able to auto complete/correct code in multiple places at the same time. other copilot extensions in vscode wer
12.
▲
by
lolpanda
2y ago
I like the UI. The chat interface is a good fit for this task. How do you prevent or should you prevent users from entering "write me a fib(n) in python" in the chat? To me the chat is solely designed for table creation directives
13.
▲
by
lolpanda
2y ago
what do people think about installing new software from less well known companies and giving the app full access to all your files? how would i convince myself that this software won't upload my data in the background?
14.
▲
by
lolpanda
2y ago
Cloudflare has a switch to block all the unknown bots other than the well behaved one. Would this be a simple solution to most of the sites? I wonder if the main concern here is that the sites don't want to waste bandwidth/compute
15.
▲
by
lolpanda
2y ago
I'm curious here how do they make money? i heard that they have ai consulting service. is that sufficient to run the company? i don't think any researchers i know pay for hugging face.
16.
▲
by
lolpanda
2y ago
ok does it mean an end to email? it's nearly free to send emails to anyone. for comparison, it's much more expensive to send linkedin messages or create ads on social networks. did anyone attempt to create a paid email service (pa
17.
▲
by
lolpanda
2y ago
what are the pros and cons with pydantic models vs data classes? i like the runtime validation in pydantic models. the pattern i landed on is that 1) only use primitive data types such as str, int, pydantic models and pandas dataframes to p
18.
▲
by
lolpanda
2y ago
i think llama.cpp has context caching with "--prompt-cache" but it will result in a very large cache file. i guess it's also very expensive for any inference api provider to support caching as they have to persist the file an
19.
▲
by
lolpanda
2y ago
Good point. it's not a problem with JSON. It's just that most of the JSON libraries by default parse numbers into floats.
20.
▲
by
lolpanda
2y ago
for any APIs related to money, should the currency be in strings as opposed to in floats? This will prevent accidental float arithmetic in the code. I always find it tricky to work with currency in javascript.
21.
▲
by
lolpanda
2y ago
I reviewed the code in this project and it looks pretty reasonable. I thought CSV was a loosely specified format. In my past experience, I never had a smooth experience moving data from one system to another using CSV. I had a lot of troubl
22.
▲
by
lolpanda
2y ago
I love this idea. Wish there's a browser extension so I can dictate in my emails.
23.
▲
by
lolpanda
3y ago
I don't think visual programming language can or should replace code in plaintext. I like the idea of visual programming at higher level. It can be very good at communicating data flow, business logic and processes. But each of the bui
24.
▲
by
lolpanda
3y ago
Oh thanks! didn't know there are quite a few ChatGPT local alternatives. I was wondering what users they are targeting. Engineers or average users? I guess average users will likely choose ChatGPT and Perplexity over local apps for mor
25.
▲
by
lolpanda
3y ago
This is not true. For LLM data labeling, the knowledge workers are very well paid. The hourly rate is way above minimum wage. The questions oftentimes require domain knowledge. They are complex enough and cannot be answered by random person
26.
▲
by
lolpanda
3y ago
Reddit blocks all search engines from crawling their comments, essentially blocking all user generated contents. See this directive in https://www.reddit.com/robots.txt `Disallow: /r/ /comments/ / &
27.
▲
by
lolpanda
3y ago
Oh is the site currently down? I tried a few queries, including the ones on the landing page. It gave me empty results.
28.
▲
by
lolpanda
3y ago
I was hoping to get structured data. For example, parsing an voice will give results like {"title"... "line_items": [...], "date":...}
29.
▲
by
lolpanda
3y ago
I think LlamaParse is trying to solve a hard problem. Many enterprise customers I know have strong need to parse PDF files and extract data accurately. I found the interface a bit confusing. From your blog post, LlamaParse can extract numbe
30.
▲
by
lolpanda
3y ago
I've used many tasking tools in my previous startups, Asana, Phabricator, Jira, Shortcuts... I think I liked Phabricator because it's flexible and not scrum like when you manage projects. I can see why people hate Jira. Jira is th
More ›