Earlier quoted context omitted.
why are you assuming there would be no proper verification in this scenario?
If you're doing formal verification, why are you JIT generating Code? Is the formal verification also being JITd? How do you know the agent wrote a good spec?
Building my own network stack
31–40 of 103 posts
Re: Building my own network stack
#32Re: Building my own network stack
#33"Please don't"
Re: Building my own network stack
#34Everyone should build their own ** is the general advise I would give just about anything. Otherwise it is hard to appreciate how much effort it goes into things that we take for granted. Everything looks simple from the outset until you try to build it yourself.
if you have time, money, energy, attention to do it then yes but unfortunately not everyone have same opprtunities
Re: Building my own network stack
#35I disagree
So do I. According to today’s prevalent tech/science culture, “everyone” should - write their own network stack, compiler, text editor, operating system - learn 3-5 foreign languages - travel extensively - learn how computers work from the silicon principles to the userspace - have a complete understanding of algorithms and data structures before even attempting to build anything, because nothing else will do - read…
Re: Building my own network stack
#36Re: Building my own network stack
#37Everyone should build their own ** is the general advise I would give just about anything. Otherwise it is hard to appreciate how much effort it goes into things that we take for granted. Everything looks simple from the outset until you try to build it yourself.
Re: Building my own network stack
#38Everyone should build their own ** is the general advise I would give just about anything. Otherwise it is hard to appreciate how much effort it goes into things that we take for granted. Everything looks simple from the outset until you try to build it yourself.
I also think there is an incredible transference of skills from one domain to another. This is a risk (everything looks like nail when you have hammer), but there are many domains that are very mature where you can learn a trick and apply it to a new domain over and over again.
Re: Building my own network stack
#39Re: Building my own network stack
#40Earlier quoted context omitted.
Proper verification would be deterministic rules the JIT-ed code would be checked against, so it would have to be non-JIT. Since the comment is talking about using more & more JIT for security reasons, I assumed it extended to verification too. I don't get why you'd generally switch to JIT for security reasons.
Why can’t you JIT- generate the code and then run the verification?