> You can just make the tool calls restricted/scoped to whatever the calling account has access to (or in this case the repo) Which is treating the symptom, not the cause. I agree in principle that this is the minimum…
> What is the use case? It's primarily just an experimental system. Demonstrating that fixed infrastructure isn't actually necessary to communicate. Beyond that, it's a mixture of HAM radio for communicating with people…
To be fair, the hop limit has to die somewhere. It's an intricate balancing act of causing packet storms vs failure to deliver messages. 6 degrees of separation is probably the intended design constraint, assuming there…
And when the system fails for whatever reason? Just because AI exists doesn't mean we can neglect basic design principles. If we throw everything out the window, why don't we just name every file as a hash of its…
> Why does AI need that folder structure? Why not a flat list of files and let the AI agent explore with BM25 / grep, etc. It doesn't. The human creating the files needs it, to make it easier to traverse in future as…
Why not think of it a different way; why do we need to put up with breaking changes at all? I'd much rather stand up a replacement system adjacent to the current one, and then switch over, than run the headache of…
> They are no longer able to process the requested commercials with due diligence no longer able? or no longer willing to, because it impacts their bottom line?
> But let's ignore that web API worst case. Imagine that you have some semi-trusted software and because you don't want to take any risks, you run in nested VMs three layers deep. The software has some plausible excuse…
It's absolutely a good thing, and arguably not a security issue at all. It needs access to the command interface of the chip, which means you need to either have physical access to the device or compromise whatever is…
I would say `narrator voice` in this context is distinctly different from internal dialogue. Obviously the internal voice can narrate to yourself, but that voice tends to be slightly different in my experience. Narrator…
I have a narrator voice when reading code. It's the same narrator voice as when reading technical reports and white papers. I do sometimes struggle to process code that doesn't read well, likely because the cadence of…
...you can mark all the books you've checked with a hole so you know you've checked them. Work harder, not smarter. /s Jokes aside, I still agree with GP, in that there are more practical skills that are left out of…
But the only differing cost in that scenarios is the 2 extra conductors to the local transformer, and more likely just to the edge of the property. The 3-phase power is still present in the area, as ideally alternating…
Certainly an interesting one. IANAL, but I believe the terms of the purchased license would be to use the product with only the license key provided. Therefore using an alternative key would be a breach of the license…
Commonplace books, reading reflection, daily log, zettelkasten are all alternative techniques that achieve much the same as a log book, with various pros and cons to each. Building a Second Brain is also an interesting…
So the equivalent of: iptables -N eth0toeth1; iptables -P eth0toeth1 DROP; iptables -A FORWARD -i eth0 -o eth1 -j eth0toeth1; iptables -A eth0toeth1 -m tcp -p 80 -j ACCEPT; # add any more rules Or, as you say to avoid…
except vbash drives those tools by generating configs. But this is my point; why is VyOS a distro when vbash could just be a package available to other distros?
define zone based? If wanting internal and external subnets as "zones", iptables/nftables lets you match against incoming and outgoing interfaces. It would be trivial to make match against an incoming interface and jump…
If you want a web GUI, then pfSense or OPNSense are the general go tos. However, if you're comfortable with CLI and modifying configs in /etc/ then just running a bare metal Alpine Linux box is perfectly doable on a…
Petition IEEE to change the title. Hacker news just parrots the original title. Them's the rules, always has been.
Modern Effective C++ by Scott Meyers is my go to for people in this situation. I'm not sure if there's an even more recent edition that covers C++17 and C++20, but C++11/14 is definitely a great head start over C++03…
Somewhat agree, however I think it's because building redstone actually requires some materials science type knowledge. i.e. how different materials and physical structures affect the redstone signal. Redstone blocks vs…
Pin all you want, if the repo/vendor/maintainer pulls the release then you're not getting access to your dependencies at all. If anything, this is the reason you use pull-through proxies. Your proxy will hold the…
> when developers also think about how the app will run, the outcomes will be the best Absolutely agree, but that becomes "engineering" in my view. I'm talking specifically about implementing functionality, not long…
>Kubernetes isn't always the right tool for the job, with which i agree, especially for smaller teams I think this is the key point. Kubernetes is great when used correctly, in the right scenario. And I feel that most…
> You can just make the tool calls restricted/scoped to whatever the calling account has access to (or in this case the repo) Which is treating the symptom, not the cause. I agree in principle that this is the minimum…
> What is the use case? It's primarily just an experimental system. Demonstrating that fixed infrastructure isn't actually necessary to communicate. Beyond that, it's a mixture of HAM radio for communicating with people…
To be fair, the hop limit has to die somewhere. It's an intricate balancing act of causing packet storms vs failure to deliver messages. 6 degrees of separation is probably the intended design constraint, assuming there…
And when the system fails for whatever reason? Just because AI exists doesn't mean we can neglect basic design principles. If we throw everything out the window, why don't we just name every file as a hash of its…
> Why does AI need that folder structure? Why not a flat list of files and let the AI agent explore with BM25 / grep, etc. It doesn't. The human creating the files needs it, to make it easier to traverse in future as…
Why not think of it a different way; why do we need to put up with breaking changes at all? I'd much rather stand up a replacement system adjacent to the current one, and then switch over, than run the headache of…
> They are no longer able to process the requested commercials with due diligence no longer able? or no longer willing to, because it impacts their bottom line?
> But let's ignore that web API worst case. Imagine that you have some semi-trusted software and because you don't want to take any risks, you run in nested VMs three layers deep. The software has some plausible excuse…
It's absolutely a good thing, and arguably not a security issue at all. It needs access to the command interface of the chip, which means you need to either have physical access to the device or compromise whatever is…
I would say `narrator voice` in this context is distinctly different from internal dialogue. Obviously the internal voice can narrate to yourself, but that voice tends to be slightly different in my experience. Narrator…
I have a narrator voice when reading code. It's the same narrator voice as when reading technical reports and white papers. I do sometimes struggle to process code that doesn't read well, likely because the cadence of…
...you can mark all the books you've checked with a hole so you know you've checked them. Work harder, not smarter. /s Jokes aside, I still agree with GP, in that there are more practical skills that are left out of…
But the only differing cost in that scenarios is the 2 extra conductors to the local transformer, and more likely just to the edge of the property. The 3-phase power is still present in the area, as ideally alternating…
Certainly an interesting one. IANAL, but I believe the terms of the purchased license would be to use the product with only the license key provided. Therefore using an alternative key would be a breach of the license…
Commonplace books, reading reflection, daily log, zettelkasten are all alternative techniques that achieve much the same as a log book, with various pros and cons to each. Building a Second Brain is also an interesting…
So the equivalent of: iptables -N eth0toeth1; iptables -P eth0toeth1 DROP; iptables -A FORWARD -i eth0 -o eth1 -j eth0toeth1; iptables -A eth0toeth1 -m tcp -p 80 -j ACCEPT; # add any more rules Or, as you say to avoid…
except vbash drives those tools by generating configs. But this is my point; why is VyOS a distro when vbash could just be a package available to other distros?
define zone based? If wanting internal and external subnets as "zones", iptables/nftables lets you match against incoming and outgoing interfaces. It would be trivial to make match against an incoming interface and jump…
If you want a web GUI, then pfSense or OPNSense are the general go tos. However, if you're comfortable with CLI and modifying configs in /etc/ then just running a bare metal Alpine Linux box is perfectly doable on a…
Petition IEEE to change the title. Hacker news just parrots the original title. Them's the rules, always has been.
Modern Effective C++ by Scott Meyers is my go to for people in this situation. I'm not sure if there's an even more recent edition that covers C++17 and C++20, but C++11/14 is definitely a great head start over C++03…
Somewhat agree, however I think it's because building redstone actually requires some materials science type knowledge. i.e. how different materials and physical structures affect the redstone signal. Redstone blocks vs…
Pin all you want, if the repo/vendor/maintainer pulls the release then you're not getting access to your dependencies at all. If anything, this is the reason you use pull-through proxies. Your proxy will hold the…
> when developers also think about how the app will run, the outcomes will be the best Absolutely agree, but that becomes "engineering" in my view. I'm talking specifically about implementing functionality, not long…
>Kubernetes isn't always the right tool for the job, with which i agree, especially for smaller teams I think this is the key point. Kubernetes is great when used correctly, in the right scenario. And I feel that most…