HackerTrans
TopNewTrendsCommentsPastAskShowJobs

1xdevloper

no profile record

Submissions

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

twitter.com
7 points·by 1xdevloper·3 lata temu·1 comments

Generative Agents: Interactive Simulacra of Human Behavior

reverie.herokuapp.com
40 points·by 1xdevloper·3 lata temu·7 comments

[untitled]

1 points·by 1xdevloper·3 lata temu·0 comments

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

chrome.google.com
3 points·by 1xdevloper·3 lata temu·1 comments

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

seungjuhan.me
2 points·by 1xdevloper·3 lata temu·0 comments

CoLT5: Faster Long-Range Transformers with Conditional Computation

arxiv.org
4 points·by 1xdevloper·3 lata temu·0 comments

All stripe atlas companies now get 50M free OpenAI credits

twitter.com
15 points·by 1xdevloper·3 lata temu·2 comments

UniDiffuser

github.com
2 points·by 1xdevloper·3 lata temu·0 comments

OpenAssistant, an open source alternative to ChatGPT without any censorship

colab.research.google.com
2 points·by 1xdevloper·3 lata temu·0 comments

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

chrome.google.com
1 points·by 1xdevloper·3 lata temu·3 comments

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

3d-avatar-diffusion.microsoft.com
11 points·by 1xdevloper·3 lata temu·0 comments

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

chrome.google.com
2 points·by 1xdevloper·4 lata temu·0 comments

Show HN: XFrame – Create your own multisearch page

chrome.google.com
10 points·by 1xdevloper·4 lata temu·3 comments

Show HN: XFrame – Create your own dashboard and search page

chrome.google.com
2 points·by 1xdevloper·4 lata temu·0 comments

Token CSS

tokencss.com
1 points·by 1xdevloper·4 lata temu·0 comments

Show HN: RemoteFriendly – A remote job board inspired by HN

remotefriendly.com
202 points·by 1xdevloper·4 lata temu·52 comments

[untitled]

1 points·by 1xdevloper·4 lata temu·0 comments

comments

1xdevloper
·3 lata temu·discuss
- Qdrant - $7.5m seed https://qdrant.tech/articles/seed-round/
1xdevloper
·3 lata temu·discuss
Paper: https://arxiv.org/abs/2304.03442
1xdevloper
·3 lata temu·discuss
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 lata temu·discuss
You can try the extension I built [0] which uses your existing ChatGPT session to send requests.

[0] https://sublimegpt.com
1xdevloper
·3 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
> 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 lata temu·discuss
This color-scheme property came in handy when I was implementing a modal dialog containing an iframe and a semi-transparent backdrop.
1xdevloper
·3 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
The Selection API is your friend: https://developer.mozilla.org/en-US/docs/Web/API/Selection
1xdevloper
·3 lata temu·discuss
I wonder if those testimonials and the pictures in the copycat's website are AI generated too...
1xdevloper
·3 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
Might happen after LinkedIn's built-in AI integration goes live.
1xdevloper
·3 lata temu·discuss
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 lata temu·discuss
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...