HackerTrans
トップ新着トレンドコメント過去質問紹介求人

1xdevloper

no profile record

投稿

OpenAI starts sending legal notices to sites using the word “GPT”

twitter.com
7 ポイント·投稿者 1xdevloper·3 年前·1 コメント

Generative Agents: Interactive Simulacra of Human Behavior

reverie.herokuapp.com
40 ポイント·投稿者 1xdevloper·3 年前·7 コメント

[untitled]

1 ポイント·投稿者 1xdevloper·3 年前·0 コメント

Show HN: SublimeGPT – ChatGPT powered context menu for the web

chrome.google.com
3 ポイント·投稿者 1xdevloper·3 年前·1 コメント

Champagne: Learning Real-World Conversation from Large-Scale Web Videos

seungjuhan.me
2 ポイント·投稿者 1xdevloper·3 年前·0 コメント

CoLT5: Faster Long-Range Transformers with Conditional Computation

arxiv.org
4 ポイント·投稿者 1xdevloper·3 年前·0 コメント

All stripe atlas companies now get 50M free OpenAI credits

twitter.com
15 ポイント·投稿者 1xdevloper·3 年前·2 コメント

UniDiffuser

github.com
2 ポイント·投稿者 1xdevloper·3 年前·0 コメント

OpenAssistant, an open source alternative to ChatGPT without any censorship

colab.research.google.com
2 ポイント·投稿者 1xdevloper·3 年前·0 コメント

Show HN: SublimeGPT – Use ChatGPT inside any tab without an API key

chrome.google.com
1 ポイント·投稿者 1xdevloper·3 年前·3 コメント

Rodin Diffusion: A Generative Model for Sculpting 3D Digital Avatars

3d-avatar-diffusion.microsoft.com
11 ポイント·投稿者 1xdevloper·3 年前·0 コメント

Show HN: Autoytpe – A command palette for dynamic text shortcuts

chrome.google.com
2 ポイント·投稿者 1xdevloper·4 年前·0 コメント

コメント

1xdevloper
·3 年前·議論
- Qdrant - $7.5m seed https://qdrant.tech/articles/seed-round/
1xdevloper
·3 年前·議論
Paper: https://arxiv.org/abs/2304.03442
1xdevloper
·3 年前·議論
Someone posted a user script [0] to remove "GPT" from your HN feed a while ago.

[0] https://news.ycombinator.com/item?id=35274050
1xdevloper
·3 年前·議論
You can try the extension I built [0] which uses your existing ChatGPT session to send requests.

[0] https://sublimegpt.com
1xdevloper
·3 年前·議論
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.
1xdevloper
·3 年前·議論
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?
1xdevloper
·3 年前·議論
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.

[0] https://sublimegpt.com

[1] https://macgpt.com
1xdevloper
·3 年前·議論
> 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 this is intentional. A lot of browser extensions including mine [0] take advantage of their "loose" endpoints to enhance the functionality of ChatGPT. I feel that this has definitely helped them.

[0] https://news.ycombinator.com/item?id=35289111
1xdevloper
·3 年前·議論
This color-scheme property came in handy when I was implementing a modal dialog containing an iframe and a semi-transparent backdrop.
1xdevloper
·3 年前·議論
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 your existing ChatGPT session to process the requests. I'm also working on a feature that lets you use your own API key.
1xdevloper
·3 年前·議論
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/eventsource/issues/94
1xdevloper
·3 年前·議論
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 monitoring?
1xdevloper
·3 年前·議論
Clicking it won't do anything. It's a POST request endpoint so you also have to provide the auth token and input.
1xdevloper
·3 年前·議論
The Selection API is your friend: https://developer.mozilla.org/en-US/docs/Web/API/Selection
1xdevloper
·3 年前·議論
I wonder if those testimonials and the pictures in the copycat's website are AI generated too...
1xdevloper
·3 年前·議論
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.
1xdevloper
·3 年前·議論
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 makes me both excited and anxious.

Now if the Chrome store stops taking 3-4 days to approve an update, that'd be great!

[1] https://sublimegpt.com
1xdevloper
·3 年前·議論
Might happen after LinkedIn's built-in AI integration goes live.
1xdevloper
·3 年前·議論
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.
1xdevloper
·3 年前·議論
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 workers and Planetscale's serverless library to interact with the db. The pricing is reasonable and the developer experience is great for an indie hacker like me.

[1] https://chrome.google.com/webstore/detail/autotype-free-text...