Viewing profile — tekacs
tekacs
HN member- Joined
- Wed, Mar 23, 2011, 8:58 PM UTC
- HN karma
- 4,726
- Public activity
- 1,009 items
- HN profile
- View on Hacker News ↗
About tekacs
Building pervasive.app
hn @ . com
On GitHub, Twitter, etc. as tekacs.
If you've replied to me and I've not got back to you... I'm probably busy. I'm trying to change that.
ac5ecc4e73f4852ebd856bd3959cc2b611802b6330356a61088dabc826d60c86
meet.hn/city/us-New York
Recent public activity
- story
-
comment
Comment #49183724
Yeah, with love the words "open source" mean a lot less here (de facto, of course not de jure) when the resulting open source product is entirely contingent on Cloudflare's PaaS. A…
-
comment
Comment #49113146
In this case, and I don't mean this critically, I guess it would technically be, "Instructed model to find efficiencies... reducing inference cost by 20% saving company x billion d…
-
comment
Comment #49102964
Gotcha, interesting. I would love it to death if there were a way to run some CLI, maybe on the system, that gave you information on the current replication state of the disk!
-
comment
Comment #49100810
This is phenomenal, great work! On the HN frontpage is Superlogical (I have no affiliation) right now, and I used the shell provided by the Kedge News demo to `ssh superlogical.job…
-
comment
Comment #49080188
Very well said, thank you! The triple clause here is exactly what I mean.
-
comment
Comment #49077474
This is completely backwards. Cybersecurity has an attacker-defender asymmetry that heavily, HEAVILY favors defenders. For starters, a defender gets to pick the surface area, an at…
-
comment
Comment #49076148
For anyone who – like me – was hoping for a video to see what it looks like: https://youtu.be/h2V8YyfKCVs?t=4421
-
comment
Comment #49076135
Although this is interesting, it's worth noting that she's saying that her departure is for health reasons, so it feels like it'd be a hollow place for us – as HN is wont to do – t…
-
comment
Comment #49055520
If you read the article, you'll notice that they're explicitly making sure to block the ones that interactively query specific content too.
-
comment
Comment #49054749
I mean that they're telling developers that they should use Cloudflare's platform to build agents, the kind of agents that would go across the web and act on behalf of users... but…
- comment
-
comment
Comment #49053717
> For all new domains onboarding to Cloudflare, the categories of Training and Agent will be blocked by default on the pages that display ads, while Search will remain allowed by d…
-
comment
Comment #49039331
Something fun: on our AWS Bedrock console right now, there's a 'NEW' model called 'anthropic.honey'. Wonder if that's the codename just for this one or in general?
-
comment
Comment #49023916
Not what I immediately expected: it doesn't give you the cryptographic identity of the target app, but it does read a lot like a high-quality phishing attack where you get to e.g. …
-
comment
Comment #48975581
Given how small the counterexample is... this feels like a great example of where a lot of interesting results are going to be found: not because they were super difficult, but bec…
-
comment
Comment #48968439
I have these plan files as well, but it depends on the scope and scale of the things you're executing on, I think. However much detail gets put into the plan, it still doesn't help…
-
comment
Comment #48968427
That isn't really a way around it for the kinds of things I'm talking about. The whole point is that getting all of the relevant context to even orchestrate it takes up most of the…
-
comment
Comment #48968420
Yep, Max. I would definitely struggle to code with Anthropic's plans on Pro.
-
comment
Comment #48968412
When I've asked Codex agents about things that were in their context window, they've never – to my experience – been able to actually retrieve something from before compaction when…
-
comment
Comment #48967912
I've implemented a similar approach – although I'm surprised not to see mention of cache prefix busting in there!
-
comment
Comment #48967776
I know a lot of people like to say that compaction makes this moot, but the level of detail you lose across compaction is wildly too much for most things that I do, unfortunately. …
-
comment
Comment #48967754
You can run ’codex debug models' into jq! I forget whether it's documented or not, and it is kind of annoying that that's how you find it, but it does tell you. Maybe useful for th…
-
comment
Comment #48967705
https://github.com/tekacs/fast-rm I've overridden my rm with this, which I threw together for fast-deletes of things like Rust target/ directories, and after seeing the GPT horror …
-
comment
Comment #48965647
I came here to say that this is presumably ORE/OPE (order-revealing/preserving) encryption, not FHE, but... It is both remarkable and depressing how _little_ information is given, …