HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ghughes

no profile record

Submissions

Show HN: Codeulator lets you pair with ChatGPT in Visual Studio and VS Code

codeulator.com
2 points·by ghughes·3 anni fa·1 comments

comments

ghughes
·3 anni fa·discuss
FWIW, I’m an existing customer (of the app) and this has significantly damaged my perception of Rewind as a company. You should stop talking about it until you have a credible answer to this question.
ghughes
·3 anni fa·discuss
Okay, it's kinda cute, but it's not good.
ghughes
·3 anni fa·discuss
I think OP meant clock speeds don’t matter, relative performance does.
ghughes
·3 anni fa·discuss
Rewriting would introduce new bugs; it would take a large number of engineering hours away from delivering shiny new things; and a formally correct version would probably be less power-efficient.

It won't happen because these targeted attacks don't affect the bottom line whatsoever. Nobody is switching to Android just because a journalist or NGO employee occasionally gets pwned.
ghughes
·3 anni fa·discuss
Then they'll exploit the webview followed by the sandbox. [1]

As of iOS 14, incoming messages are parsed in a tight sandbox [2]. It'll be interesting to hear how this attack got around that.

[1] https://en.wikipedia.org/wiki/JailbreakMe

[2] https://googleprojectzero.blogspot.com/2021/01/a-look-at-ime...
ghughes
·3 anni fa·discuss
Not directly, but now you can exploit vulnerabilities in other parts of the OS.
ghughes
·3 anni fa·discuss
Because the author is ChatGPT.
ghughes
·3 anni fa·discuss
That’s not how it works at all
ghughes
·3 anni fa·discuss
The problem here is that Cruise launched prematurely, not that automated driving is intractable.
ghughes
·3 anni fa·discuss
Notably:

Successful room temperature ambient-pressure magnetic levitation of LK-99 - https://news.ycombinator.com/item?id=36994214

Andrew McCalip demonstrates synthesis of LK99 - https://news.ycombinator.com/item?id=36997821
ghughes
·3 anni fa·discuss
They could easily get to the top of the SERP for "X".
ghughes
·3 anni fa·discuss
BA is just as bad. The legacy European flag carriers are now all basically Ryanair with a veneer of prestige but the same number of fucks given about customer service excellence.
ghughes
·3 anni fa·discuss
But given the rumored architecture (MoE) it would make complete sense for them to dynamically scale down the number of models used in the mixture during periods of peak load.
ghughes
·3 anni fa·discuss
You could evade Apple by allowing users to register their API key on your website, not in your app.
ghughes
·3 anni fa·discuss
They get to print something along the lines of "we tried to protect the children and those irresponsible American tech giants stopped us" in the Daily Mail.
ghughes
·3 anni fa·discuss
> companies should only implement end-to-end encryption if they can simultaneously prevent abhorrent child sexual abuse on their platforms

And houses with walls should be banned unless the builder can guarantee no children will be harmed inside.
ghughes
·3 anni fa·discuss
I think the GP meant the value added by Superblocks?
ghughes
·3 anni fa·discuss
> I imagine it's already happening.

Not quite, that I know of, but some of us are working on it :)

I have a feeling that while the glorious future you describe can probably be realized using LLMs as a foundational technology, the software engineering effort needed to get there is on par with other AI moonshot projects e.g. autonomous vehicles.

If you or others reading this are interested in this topic, see this post for some interesting discussion and links to projects in development (and in the comments there's a link to a Discord server that was set up for further discussion): https://news.ycombinator.com/item?id=36422730
ghughes
·3 anni fa·discuss
Cool project! I'm working in the same space (a ChatGPT plugin that can edit files within a shared VS Code workspace) and have built something similar to your "repo map" concept, except slightly lower-level: what you might call a "file map" generated by selectively collapsing AST nodes to fit within the available token budget. If ctags isn't cutting it for you, have a look at tree-sitter [1]. It can generate ASTs for most languages and has a nice API.

[1] https://tree-sitter.github.io/tree-sitter/