Viewing profile — lolpanda
lolpanda
HN member- Joined
- Wed, Sep 30, 2020, 5:52 PM UTC
- HN karma
- 49
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About lolpanda
No profile information was provided.
Recent public activity
-
comment
Comment #44177128
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…
-
comment
Comment #42960080
oh i never thought about y = append(x, ...) in which scenario would make sense to have different x and y?
-
comment
Comment #42937338
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…
-
comment
Comment #42914900
"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 B…
-
comment
Comment #42652083
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 …
-
comment
Comment #42631233
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…
-
comment
Comment #42580471
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.
-
comment
Comment #42469253
this looks like the workflows in gumloop.com
-
comment
Comment #41748157
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…
-
comment
Comment #41333683
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
-
comment
Comment #41325830
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…
-
comment
Comment #41227307
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 cha…
-
comment
Comment #41205591
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 w…
-
comment
Comment #41114172
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 th…
-
comment
Comment #40979541
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 f…
-
comment
Comment #40863735
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…
-
comment
Comment #40861397
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 …
-
comment
Comment #40383954
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 suppor…
-
comment
Comment #40164492
Good point. it's not a problem with JSON. It's just that most of the JSON libraries by default parse numbers into floats.
-
comment
Comment #40163152
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…
-
comment
Comment #39996407
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…
-
comment
Comment #39833516
I love this idea. Wish there's a browser extension so I can dictate in my emails.
-
comment
Comment #39636257
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 …
-
comment
Comment #39533985
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 likel…
-
comment
Comment #39517013
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. The…