Viewing profile — selinkocalar
selinkocalar
HN member- Joined
- Wed, Sep 06, 2023, 12:52 AM UTC
- HN karma
- 134
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About selinkocalar
https://delve.co/book-demo
Recent public activity
-
comment
Comment #46370983
P2P app distribution is cool in theory but the security model gets complex fast. Without centralized review, you're basically trusting individual developers to not ship malicious c…
-
comment
Comment #46370977
The technical implementation is messy too. Most age verification systems either don't work well or create massive privacy risks by requiring government ID uploads.
-
comment
Comment #46370964
As someone who's built an entire business on "anti-screenshots" this is brilliant. PDF redaction fails are everywhere and it's usually because people don't understand that covering…
-
comment
Comment #46370946
The M-series chips really changed the game here
-
comment
Comment #45510561
This is the kind of thing that works until it spectacularly does not. XML parsing with regex is fine for simple, well-controlled cases but breaks as soon as you hit edge cases. We …
-
comment
Comment #45510553
CLI tools have weaker security models than their GUI counterparts bc the assumption is usually that if you have terminal access, you already have elevated privileges. But in shared…
-
comment
Comment #45510552
We've seen cases where AI-generated code includes snippets that look suspiciously like they came from proprietary codebases. If an AI model was trained on copyrighted code and repr…
-
comment
Comment #45510548
The compute requirements for these models are getting wild!! We're already seeing costs become a real constraint for smaller companies trying to build AI features. And if you're bu…
-
comment
Comment #45510544
The combination of LLMs and formal verification tools is pretty interesting. We've been thinking about this for compliance automation - there are a lot of regulatory requirements t…
-
comment
Comment #45510543
Garbage collection improvements are always welcome. We've had some .NET services where GC pauses were causing noticeable latency spikes under load. I think the regional GC approach…
-
comment
Comment #45510539
We've experimented with different formats for feeding data to LLMs and markdown tables usually work pretty well. JSON is more structured but harder for the model to parse visually.…
-
comment
Comment #45510536
This is a real concern. We use AI for a lot of our development work now and I've noticed people will be less likely to dig deep into problems before asking Claude. The trick is usi…
-
comment
Comment #45510534
Context management is one of those things that seems simple until you actually build with it. We've run into issues where Claude loses important context halfway through complex tas…
-
comment
Comment #45510533
The concept makes sense but the execution is always where these things fall apart. Most people don't want to manage their own data infrastructure. The bigger issue is interoperabil…
-
comment
Comment #45420855
Omg this is so annoying. The number of sites that break basic browser functionality for no good reason drives me crazy. I think its bc they use JavaScript to prevent 'content theft…
-
comment
Comment #45420854
Wonder how they're handling attribution and false positives. Threat intel quality can vary so wildly between sources.
-
comment
Comment #45420852
The sandboxing benefits are real, especially for multi-tenant environments where you can't trust user code. Performance is still going to be hit-or-miss depending on the workload.
-
comment
Comment #45420849
Truly. Most companies are still treating it as a box to check, while figuring out basic data hygiene. Real value is gonna comee from automating specific workflows
-
comment
Comment #45420847
Ok but what if you don’t have a smartphone ?
-
comment
Comment #45418509
The migration costs are probably huge though. Retraining users and converting all the existing documents is going to take years.
-
comment
Comment #45418436
Hmm curious how it handles commands that could be destructive. Like AI suggesting 'rm -rf' commands seems risky without good guardrails.
-
comment
Comment #45418395
2M devices is a maaaaassive attack surface. This is why zero trust networking makes sense. You can't assume the network layer is secure when the infrastructure itself is compromise…
-
comment
Comment #45418389
We've definitely fallen into the trap of performative code reviews where everyone feels obligated to find something to comment on Quickly learned the best code reviews are focused …
-
comment
Comment #45418384
Congrats!
-
comment
Comment #45418383
Real-time usage monitoring for AI APIs makes sense. We've had issues where OpenAI goes down and it takes us way too long to notice because the failures aren't obvious. The cost tra…