Readit News logoReadit News
renatovico commented on RubyMine is now free for non-commercial use   blog.jetbrains.com/ruby/2... · Posted by u/bartekpacia
renatovico · 9 days ago
I’ve been paying for JetBrains for the past 10 years, and I want to keep supporting them. For a long time, I used Vim (about 5 years straight). Then one day, JetBrains introduced IdeaVim (Vim emulation). After that, I tried Neovim, but LazyVim didn’t really click with me. Maybe I’m just getting older and don’t feel like spending so much time fine-tuning my setup anymore.
renatovico commented on Supabase MCP can leak your entire SQL database   generalanalysis.com/blog/... · Posted by u/rexpository
renatovico · 2 months ago
> 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.

It has the packet header, exactly the code part that directs the traffic. In reality, everything has a "code" part and a separation for understanding. In language, we have spaces and question marks in text. This is why it’s so important to see the person when communicating, Sound alone might not be enough to fully understand the other side.

renatovico · 2 months ago
in digital computing, we also have the "high" and "low" phases in circuits, created by the oscillator. With this, we can distinguish each bit and process the stream.
renatovico 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.

renatovico · 2 months ago
> 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.

It has the packet header, exactly the code part that directs the traffic. In reality, everything has a "code" part and a separation for understanding. In language, we have spaces and question marks in text. This is why it’s so important to see the person when communicating, Sound alone might not be enough to fully understand the other side.

renatovico commented on I could not convince my k8s team to go AWS serverless   medium.com/@dnsearching/h... · Posted by u/gpi
aduwah · 2 months ago
I think what happened is:"Chatgpt generate me a ragebait for HN about serverless and a k8s-engineer"
renatovico · 2 months ago
kkk, busted, trying a new shine thing :)
renatovico commented on I could not convince my k8s team to go AWS serverless   medium.com/@dnsearching/h... · Posted by u/gpi
renatovico · 2 months ago
it’s not about collaboration or finding the right tool for the job, but rather about “my tech is better than yours.”

K8s and Lambda serve different scopes and use cases. You can adopt a Lambda-style architecture using tools like Fargate. But if a company has already committed to a k8s, and this direction has been approved by engineering leadership, then pushing a completely different serverless model without alignment is a recipe for friction.

IHMO, the author seems to genuinely want to try something new and that’s great. But they may have overlooked how their company’s architecture and team dynamics were already structured. What comes across in the post isn’t just a technical argument — it reads like venting frustration after failing to get buy-in.

I’ve worked with “Lambda-style” architectures myself. And yes, while there are limitations (layer size, deployment package limits, cold starts), the real charm of serverless is how close it feels to the old CGI-bin days: write your code, upload it, and let it run. But of course, that comes with new challenges: observability, startup latency, vendor lock-in, etc...

On the other side, the engineer in this story could have been more constructive. There’s clearly a desire from the dev team to experiment with newer tools. Sometimes, the dev just wants to try out that “cool shiny thing” in a staging environment — and that should be welcomed, not immediately shut down.

The biggest problem I see here is culture. The author wanted to innovate, but did it by diminishing the current status quo. The engineer felt attacked, and the conversation devolved into ego clashes. When DevOps loses the trust of developers, it creates long-term instability and resentment within teams.

Interestingly, K8S itself was born from that very tension. If you read Beautiful Code or the original Borg paper (which inspired), you’ll see it was designed to abstract complexity away from developers — not dump it on their heads in YAML format.

At the end of the day, this shouldn’t be a religious debate. Good architecture comes from understanding context, constraints, and cooperation, not just cool tech.

renatovico commented on Run a C# file directly using dotnet run app.cs   devblogs.microsoft.com/do... · Posted by u/soheilpro
renatovico · 3 months ago
very cool, but only one thing come in mind, the new .VBS !
renatovico commented on Cloudflare CEO: Football piracy blocks will claim lives   torrentfreak.com/cloudfla... · Posted by u/reynaldi
renatovico · 4 months ago
I live in Spain and love LaLiga games, but I dislike the executives. There's no straightforward way to stream all matches. The Cloudflare/piracy issue is the lack of clear streaming options. Even with DAZN, Movistar Plus, and TVBar, none offer complete coverage.
renatovico commented on MCP is the coming of Web 2.0 2.0   anildash.com//2025/05/20/... · Posted by u/freediver
arbuge · 4 months ago
"describe your resources for us to exploit them"

What you want to do is offer resources that make you money when they're "exploited".

renatovico · 4 months ago
i think the problem is in business process, it´s created for no work automatic, the people need be on control OR need have block because well if all people try cancel your subscription and can go in one step with a simple prompt, this is a huge revenue loss.

look how all companies have super system for crm/sales but when you go to backoffice all run in sheets and sometimes in real paper.

renatovico commented on Chip-8 Archive   johnearnest.github.io/chi... · Posted by u/volemo
renatovico · 6 months ago
Yesterday I tried to power up my pocket chip, but after years in dust of my dad basement the screen does not light, now try sshing and see if anything is running or die

The pocket chip it been revolutionary but waiting 2 years to receive lost all the time to been completive with other plataforms

renatovico commented on When your last name is Null, nothing works   wsj.com/lifestyle/null-la... · Posted by u/impish9208
renatovico · 7 months ago
my have a ç and during first 10-15 years all system broken and my "vat" first letter is 0 same problem, if the dba genius use integer random bugs happen :(

u/renatovico

KarmaCake day37June 23, 2019
About
meet.hn/city/es-Pontevedra

Socials: - github.com/renatovico

---

View Original