Readit News logoReadit News
emilsedgh commented on GPT-5: Overdue, overhyped and underwhelming. And that's not the worst of it   garymarcus.substack.com/p... · Posted by u/kgwgk
emilsedgh · a month ago
People on our circles are obsessed with model performance. OpenAI's lead is not there and hasn't been there for some time.

They do, however, have a major lead in terms of consumer adoption. To normal people who use llm's, ChatGPT is _the_ model.

This gives them a lot of opportunities. I don't know what's taking them so long to launch their own _real_ app store, but that's the game they are ahead of everyone else because of the consumer adoption.

emilsedgh commented on Mistral Releases Deep Research, Voice, Projects in Le Chat   mistral.ai/news/le-chat-d... · Posted by u/pember
tdhz77 · 2 months ago
I’m struggling with MRF. Model Release Fatigue. It’s a syndrome of constantly context switching new large models. Claude 4, gpt, llama, Gemini 2.5, pro-mini, mistrial.

I fire off the ide switch the model and think oh great this is better. I switch to something that worked before and man, this sucks now.

Context switching llm, Model Release Fatigue

emilsedgh · 2 months ago
Why do you even follow? Just stick to one that works well for you?
emilsedgh commented on Supabase MCP can leak your entire SQL database   generalanalysis.com/blog/... · Posted by u/rexpository
TeMPOraL · 2 months ago
That "problem" remains unsolved because it's actually a fundamental aspect of reality. There is no natural separation between code and data. They are the same thing.

What we call code, and what we call data, is just a question of convenience. For example, when editing or copying WMF files, it's convenient to think of them as data (mix of raster and vector graphics) - however, at least in the original implementation, what those files were was a list of API calls to Windows GDI module.

Or, more straightforwardly, a file with code for an interpreted language is data when you're writing it, but is code when you feed it to eval(). SQL injections and buffer overruns are a classic examples of what we thought was data being suddenly executed as code. And so on[0].

Most of the time, we roughly agree on the separation of what we treat as "data" and what we treat as "code"; we then end up building systems constrained in a way as to enforce the separation[1]. But it's always the case that this separation is artificial; it's an arbitrary set of constraints that make a system less general-purpose, and it only exists within domain of that system. Go one level of abstraction up, the distinction disappears.

There is no separation of code and data on the wire - everything is a stream of bytes. There isn't one in electronics either - everything is signals going down the wires.

Humans don't have this separation either. And systems designed to mimic human generality - such as LLMs - by their very nature also cannot have it. You can introduce such distinction (or "separate channels", which is the same thing), but that is a constraint that reduces generality.

Even worse, what people really want with LLMs isn't "separation of code vs. data" - what they want is for LLM to be able to divine which part of the input the user would have wanted - retroactively - to be treated as trusted. It's unsolvable in general, and in terms of humans, a solution would require superhuman intelligence.

--

[0] - One of these days I'll compile a list of go-to examples, so I don't have to think of them each time I write a comment like this. One example I still need to pick will be one that shows how "data" gradually becomes "code" with no obvious switch-over point. I'm sure everyone here can think of some.

[1] - The field of "langsec" can be described as a systematized approach of designing in a code/data separation, in a way that prevents accidental or malicious misinterpretation of one as the other.

emilsedgh · 2 months ago
Well, that's why REST api's exist. You don't expose your database to your clients. You put a layer like REST to help with authorization.

But everyone needs to have an MCP server now. So Supabase implements one, without that proper authorization layer which knows the business logic, and voila. It's exposed.

Code _is_ the security layer that sits between database and different systems.

emilsedgh commented on Holding Cellphone while driving is illegal, California court rules   latimes.com/california/st... · Posted by u/firefoxd
no-reply · 2 months ago
They didn't give you a driving school option?
emilsedgh · 2 months ago
They did. I skipped the fine but the real fine was insurance premium going up.
emilsedgh commented on Holding Cellphone while driving is illegal, California court rules   latimes.com/california/st... · Posted by u/firefoxd
tylerflick · 2 months ago
I hate being cynical, but in LA this ruling means nothing. I can’t remember the last time I saw someone pulled over for a traffic offense.
emilsedgh · 2 months ago
I was fined for using a phone a while back. Fine aside it had a very bad impact on my insurance prices.
emilsedgh commented on U.S. bombs Iranian nuclear sites   bbc.co.uk/news/live/ckg3r... · Posted by u/mattcollins
firesteelrain · 3 months ago
I fought in Iraq.
emilsedgh · 3 months ago
[flagged]
emilsedgh commented on Show HN: Canine – A Heroku alternative built on Kubernetes   github.com/czhu12/canine... · Posted by u/czhu12
westurner · 3 months ago
dokku is a minimal PaaS that can also run on a VPS. There's a dokku-scheduler-kubernetes: https://github.com/dokku/dokku-scheduler-kubernetes

But it doesn't have support Helm charts.

Cloud computing architecture > Delivery links to SaaS, DaaS, DaaS, PaaS, IaaS: https://en.wikipedia.org/wiki/Cloud_computing_architecture

Cloud-computing comparison: https://en.wikipedia.org/wiki/Cloud-computing_comparison

Category:Cloud_platforms: https://en.wikipedia.org/wiki/Category:Cloud_platforms

awesome-selfhosted has a serverless / FaaS category that just links to awesome-sysadmin > PaaS: https://github.com/awesome-selfhosted/awesome-selfhosted#sof...

emilsedgh · 3 months ago
https://dokku.com/docs/deployment/schedulers/k3s/

This is a more featureful version.

emilsedgh commented on Waymo's market share in San Francisco exceeds Lyft's   underscoresf.com/in-san-f... · Posted by u/namanyayg
standardUser · 3 months ago
Waymo and Uber have partnerships in some cities, like Phoenix, where you can only order a Waymo through the Uber app. So they don't view each other only as competitors, though I have no clue what Uber's thinking long-term.
emilsedgh · 3 months ago
I've heard this argument again but just because you can hail a Waymo through Uber doesn't mean Uber can continue as-is. In a world where Uber is just the app, Uber's margins would be extremely thin and it wouldn't justify the market price it has now.

Also, why would Waymo, in the long term, use Uber for this?

They have the car, the driver, the app/software. They are not gonna share a big chunk of the profit with Uber in long term. The current partnership is probably just a tactical thing for both, not a strategic one.

emilsedgh commented on Waymo's market share in San Francisco exceeds Lyft's   underscoresf.com/in-san-f... · Posted by u/namanyayg
emilsedgh · 3 months ago
Why is Uber's price not affected by Waymo is a puzzle to me.

I use Waymo's all the time. There are still some quirks they need to figure out and polish the experience, but it really is happening and it appears that Uber's head is in the sands or I'm missing something here.

emilsedgh commented on Heroku Is Down   status.heroku.com/... · Posted by u/cornfieldlabs
emilsedgh · 3 months ago
Our Enterprise Account manager was denying there's an issue. Claiming it's only us, I should open up a ticket, etc.

u/emilsedgh

KarmaCake day5788July 5, 2010
About
irc:emilsedgh:irc

[ my public key: https://keybase.io/emilsedgh; my proof: https://keybase.io/emilsedgh/sigs/o8NMyYnVffMkRTHjiNnCtvSnswvOxnD9ykbt7GI3rKU ]

hnchat.com:AQAD4YPRs8sNjUSoCZy8

View Original