Why is this AI generated slop so highly upvoted?
HN user
haxton
unlicensed plumber who occasionally writes code
California has banned non competes since 1872. You might be thinking about non solicits which was 2024 also reaffirming the ban on non competes
Unrelated. Has nothing to do with the gcp outage that was related to.
Always treat startup equity as 0 until you've sold it.
Custom OAuth implementation with user registration/login
Please don't. At 2 minute glance you are allowing empty state (csrf) and bearer tokens in query string[0], not checking if token is expired or not[1], storing secrets in plain text / not salting[2], missing PKCE Validation, debug mode always on, redirect URL only checking if includes (127.0.0.1.evil.com works)[3] so much...
Please, please, please don't recommend this for any production usage.
[0] https://github.com/f/mcp-cloudflare-boilerplate/blob/master/... [1] https://github.com/f/mcp-cloudflare-boilerplate/blob/master/... [2] https://github.com/f/mcp-cloudflare-boilerplate/blob/master/... [3] https://github.com/f/mcp-cloudflare-boilerplate/blob/master/...
The former Google employee
It's literally like the 3rd sentence...
I've been about it as "throwaway software." Why bother searching for someone else's mediocre LLM generated software when I can just as easily (and hopefully as cheaply) generate the same thing, but it just works for me
Kindle has been doing this for years and has really made me a loyal customer to them. Always surprised the penny pinchers at Amazon haven't killed it yet.
The demos I see for these types of tools are always some toy project and doesn't reflect day to day work I do at all. Do you have any example PRs on larger more complex projects that have been written with codebuff and how much of that was human interactive?
The real problem I want someone to solve is helping me with the real niche/challenging portion of a PR, ex: new tiptap extension that can do notebook code eval, migrate legacy auth service off auth0, record and replay API GET requests and replay a % of them as unit tests, etc.
So many of these tools get stuck trying to help me "start" rather than help me "finish" or unblock the current problem I'm at.
Less of a HN issue and more google allowing UGC on their research subdomain
My favorite example is the asana loader[0] for llama-index. It's literally just the most basic wrapper around the Asana SDK to concatenate some strings.
[0] https://github.com/emptycrown/llama-hub/blob/main/llama_hub/...
gpt3.5 turbo is (mostly likely) Curie which is (most likely) 6.7b params. So, yeah, makes perfect sense that it can't compete with a 70b model on cost.
Elbow method is a good place to start for finding the number of clusters.
Curious to know what value you've seen out of these clusters. In my experience k means clustering was very lackluster. Having to define the number of clusters was a big pain point too.
You almost certainly want a graph like structure (overlapping communities rather than clusters).
But unsupervised clustering was almost entirely ineffective for every use case I had :/
GPT4[0] is actually very good with base64 to the point where it makes perfect sense.
I'd be interested in how well you could finetune 3.5 to use different compression.
[0] https://platform.openai.com/playground/p/hfLUBCTE8RrRYPIRxEe...
Definitely a difficult problem you're taking on here, but I don't see anything specific to LLMs here? How or why are you marketing towards LLMs?
How do you compare to the larger players here already Nango[0] and Merge[1] ?
I'm curious how you're thinking about data access / staleness? It's great that you're handling the oauth dance, but does that mean every end user of the product has to auth every product they interface with or are you handling this all at the super admin / enterprise level?
Right now I think there's too much emphasis on the "data loading" aspect of LLMs. I expect to see a swing back into using 3rd party API's SDKs. Interested to hear your thoughts on the Google API, it's absolutely massive and trying to shoehorn that into a unified API scares me.
The only real player that I could see to launch something like this and be successful is Okta.
[0] https://github.com/NangoHQ/nango [1] - https://merge.dev/
I had interviewed with Uber's ATG years ago and their pitch, even then, was that they were building a platform for whoever won the autonomous game to be available on uber, not just their own cars.
Interesting they kept that strategy even after spinning out that group. Curious if they managed to keep anyone from that team to help with this product.
I played with building out a graphql mesh [0] of a few different APIs as I was curious to see if I could build one schema (and subsets of it) and have GPT interface over that. Turns out, it did a pretty good job if you can provide it the right portions of the schema it needs.
It also helped out when I was struggling to reconcile with how large of JSON payloads I was getting. The REST endpoints are just killing the prompt size, but having the model choose the fields it needed from GraphQL really helped out there.
Put it down for a while until I can get access to the plugin fine-tuned version of chatgpt and see if there's still a need or if it is additive still.
I don't think this argument really holds up.
GPT3 on release was more expensive ($0.06/1000 tokens vs $0.03 input and $0.06 output for GPT4).
Reasonable to assume that in 1-2 years it will also come down in cost.
Would you prefer "LLM Reverse Engineer" then?
Nope. I have a fair bit of buffer / savings, and felt like this was an opportunity that I just couldn't pass up, so committed to it.
Actually just quit my job at Meta to do just that. So you're not far off, I think you'll be surprised at how many ex-FAANG startups you'll see in the comings months.
At least in our blind chat it seems there are several other like-minded people.
Are you using opencharka[0] then? I investigated that a while ago and was not very impressed or happy with any code that it generated, but curious to see if you've figured something else out.
Try finding a smartphone under 250$
Jio.
try advertising any small business on the internet
Facebook is the dominate player here.
try avoiding meets meeting when you apply for a job
Zoom? Bluejeans?
Hi! I'm an engineer here at Retool. I actually did build just this (a basic diffing logic tool) not long ago. It's currently behind a beta flag, but I opened a PR up this morning to get this to ship to production.
If you're a Retool user you can find it under the Beta section in your org settings. And yes, this is available on our cloud offering
Title is wrong. See correction from article:
Correction: The possible fine mentioned in Twitter’s 10-Q was not related to the recent bitcoin scam security breach.
No. For the same reason why you cannot go into a crowded movie theatre and yell "FIRE!"
I'm no fan of Musk's, but it's so disingenuous and discrediting to say things like that.
Musk very clearly did _not_ get stoned with Joe. Taking a puff off of a joint is akin to taking a drink or two of beer. You're going to have much more of a placebo than anything.
There's no reason to lie to make Musk look stupid. He's doing that plenty well himself.
You don't even need the amortized insertion. You know the max set size from the original list of items.
Well, that is self plagiarism. Although I don't agree with the question or how that was handled, it is using your previous work without citing that you had previously written it.