Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
1xdevloper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
OpenAI starts sending legal notices to sites using the word “GPT”
(twitter.com)
7 points
by
1xdevloper
3y ago
|
1 comments
2.
▲
by
1xdevloper
3y ago
- Qdrant - $7.5m seed https://qdrant.tech/articles/seed-round/
3.
▲
by
1xdevloper
3y ago
Paper: https://arxiv.org/abs/2304.03442
4.
▲
Generative Agents: Interactive Simulacra of Human Behavior
(reverie.herokuapp.com)
40 points
by
1xdevloper
3y ago
|
7 comments
5.
▲
by
1xdevloper
3y ago
Someone posted a user script [0] to remove "GPT" from your HN feed a while ago. [0] https://news.ycombinator.com/item?id=35274050
6.
▲
by
1xdevloper
3y ago
You can try the extension I built [0] which uses your existing ChatGPT session to send requests. [0] https://sublimegpt.com
7.
▲
by
1xdevloper
3y ago
It's mentioned in the second demo video that they have a strict process to prevent cases like yours. I think Descript started asking for identity verification after its service was abused. This one probably has a similar process too.
8.
▲
by
1xdevloper
3y ago
This is the only platform that seems to be offering unlimited voice generation for a fixed monthly price. Does this have a real-time streaming option?
9.
▲
by
1xdevloper
3y ago
If you're using a third-party UI for ChatGPT, it might as well be a browser extension [0] or a native app [1]. It really shines when you break it out of its website interface and start using it like a command palette/context menu.
10.
▲
by
1xdevloper
3y ago
> It is possible to use these unreleased plugins by setting up match-and-replace rules through an HTTP proxy. There are only client-side checks to validate that you have permission to use the plugins and they can be bypassed. I wonder if
11.
▲
by
1xdevloper
3y ago
This color-scheme property came in handy when I was implementing a modal dialog containing an iframe and a semi-transparent backdrop.
12.
▲
by
1xdevloper
3y ago
Hey HN, here is the chrome extension that that I've been working on for the past couple of months. It lets you: - open chat inside any tab - create prompt shortcuts - run prompt shortcuts on selected text inside any web page It uses yo
13.
▲
Show HN: SublimeGPT – ChatGPT powered context menu for the web
(chrome.google.com)
3 points
by
1xdevloper
3y ago
|
1 comments
14.
▲
by
1xdevloper
3y ago
Probably because they're using a polyfill[0][1] to handle the event stream. [0] https://stackoverflow.com/questions/55201372/event-stream-da... [1] https://github.com/EventSource/eventsou
15.
▲
by
1xdevloper
3y ago
The website also calls the moderation API from the client side with the response returned from its conversation API. So if you simply block the request to the moderation endpoint in dev tools, do they still have additional built-in monitori
16.
▲
by
1xdevloper
3y ago
Clicking it won't do anything. It's a POST request endpoint so you also have to provide the auth token and input.
17.
▲
by
1xdevloper
3y ago
The Selection API is your friend: https://developer.mozilla.org/en-US/docs/Web/API/Selection
18.
▲
by
1xdevloper
3y ago
I wonder if those testimonials and the pictures in the copycat's website are AI generated too...
19.
▲
by
1xdevloper
3y ago
I think that's what Langchain is trying to do. You can use Zapier's natural language actions with Langchain to connect with thousands of services.
20.
▲
by
1xdevloper
4y ago
I'm building something similar[1] but for the web. Imagine creating your own command palette/context menu for any web page. ChatGPT really opened up a lot of mind blowing possibilities and the speed of innovation in this space mak
21.
▲
Champagne: Learning Real-World Conversation from Large-Scale Web Videos
(seungjuhan.me)
2 points
by
1xdevloper
4y ago
|
0 comments
22.
▲
by
1xdevloper
4y ago
Might happen after LinkedIn's built-in AI integration goes live.
23.
▲
CoLT5: Faster Long-Range Transformers with Conditional Computation
(arxiv.org)
4 points
by
1xdevloper
4y ago
|
0 comments
24.
▲
All stripe atlas companies now get 50M free OpenAI credits
(twitter.com)
15 points
by
1xdevloper
4y ago
|
2 comments
25.
▲
by
1xdevloper
4y ago
My extension? It doesn't do any parsing, just stores whatever content is saved securely in the db. But you shouldn't ever save any sensitive data like this though.
26.
▲
by
1xdevloper
4y ago
After evaluating several SQL and NoSQL services I ended up using Planetscale for my chrome extension Autotype[1]. I have a single db with tables to store user accounts, rich text shortcuts, role based access controls etc. I use Cloudflare w
27.
▲
UniDiffuser
(github.com)
2 points
by
1xdevloper
4y ago
|
0 comments
28.
▲
by
1xdevloper
4y ago
Hehe, I'll put it on github when it reaches 1.0.
29.
▲
by
1xdevloper
4y ago
And when you want to create/edit/delete/import custom prompts? AI is a commodity now and a great UX drives adoption.
30.
▲
by
1xdevloper
4y ago
ChatGPT API can be a lot more useful when you use it in context. Like selecting a chunk of text on any web page, right-click, and select summarize/translate/ELI5. Or executing your own custom prompt. I'm building a chrome ext
More ›