it could also be a real advance, a valuable tool, lead to a bunch of great ideas and products, and still not be a good return on the trillions that have been dumped into it mindlessly.
I certainly see that the OS interface is limit to language innovation in that it assumes a lot the things I mentioned, and these tend to get shoehorned in and turn into a series layer violations to poke through all the…
that's really unlikely. in the 80s the US military had several AI labs and was working with academia...I worked with some. the focus was nearly exlucsively on logic programming and 'expert systems', a path which failed…
that seems backwards to me. one of the primary constraints in language development is the OS api. programs that don't interact with the world are increasingly less interesting, and you really have to work hard and be…
just wait. the current gold rush has left any consideration of efficiency or price-performance at the side of the road. the entire enterprise is structured as a 'whoever can spend the most money wins the game for all…
that's still comes up far short of the total bill. the US never talks about the destruction to civilian infrastructure, the number of innocents killed, the loss of any ability to claim to be on the 'right side'. these…
what would consider to be the essential characteristics of a third way?
I know a lot about kernel programming. and the last thing as I would ever suggest as being core to kernel programming is that is a specialized discipline that uses different rules and shouldn't be accessible to…
sorry, I meant for a systems programmer the parts where there is a kind of dual correspondence developed between statements in a language and transistors on a board I think would probably open some mental doors for a…
addendum: actually I think the case for SICP in systems programming is stronger than that. There are several places in the material where the gap between 'high level programming' and 'construction of machines using…
these talks distill out the core questions of topics like mutability and state management and abstraction. almost uniquely so. so I consider them deeply relevant to systems programming in as much that its primarily…
consider the alternatives. it could have been written in PL-1 and rapidly become dated. or it could have been written in a slightly higher level custom language and that would also have to be taught and would be less…
we completely fail to run a marathon by turning the notion of distance covered into completely fictional metric, and anathematize the idea of setting targets beyond that two weeks since that requires collaboration and…
that sounds pretty related to Kolgomorov complexity, which is uncomputable in general. https://en.wikipedia.org/wiki/Kolmogorov_complexity I too would be interested in approximations or heuristics if anyone has any
concurrent programs enable parallel evaluation. concurrency is necessary but not sufficient for parallelism.
or go up a diameter if that's feasible.
that seems very unlikely. margins are already quite thin, and the airlines are making most of their money with the higher fare tiers. if you remove some of those customers, then its entirely possible that the base fare…
in CS we define a complexity class as a set of problems that have the same growth characteristic. that is for a problem size N, how long does it take in the worst case to find the solution for that problem. one such…
eventual consistency as generally used doesn't guarantee that events are presented in the same order. I use 'monotonic consistency' for that, but idk how common that is.
or, we could just wait a hot second, get GPU and associated hardware over the 30% utilization mark, develop a fault tolerance strategy that recovers more useful work, and spend a bit more time researching how models…
no, they want a questionnaire, a coding sample, and an example of technical writing. there's a reasonable interpretation of that that doesn't involve writing a distributed unix.
I've gone through the same process, not so much that I don't think I would be worth considering, but serious code and documentation examples aren't something I can really give out given that they're proprietary. this…
as someone who actually worked at the NSA pointed out earlier in this thread, they have plenty of resources, but also plenty of politics and some execution problems. so I wouldn't put money on them making a great model,…
NSA has had their own supercomputing program for decades. they design and produce their own large scale machines. chips, fabrics, arithmetic units, all of it. they also employ quite a number of hardcore mathematicians,…
idk how old you are, but there there was a style in the 70s where goto was the only control flow operator used in a lot of codebases, and it was absolutely horrible.
it could also be a real advance, a valuable tool, lead to a bunch of great ideas and products, and still not be a good return on the trillions that have been dumped into it mindlessly.
I certainly see that the OS interface is limit to language innovation in that it assumes a lot the things I mentioned, and these tend to get shoehorned in and turn into a series layer violations to poke through all the…
that's really unlikely. in the 80s the US military had several AI labs and was working with academia...I worked with some. the focus was nearly exlucsively on logic programming and 'expert systems', a path which failed…
that seems backwards to me. one of the primary constraints in language development is the OS api. programs that don't interact with the world are increasingly less interesting, and you really have to work hard and be…
just wait. the current gold rush has left any consideration of efficiency or price-performance at the side of the road. the entire enterprise is structured as a 'whoever can spend the most money wins the game for all…
that's still comes up far short of the total bill. the US never talks about the destruction to civilian infrastructure, the number of innocents killed, the loss of any ability to claim to be on the 'right side'. these…
what would consider to be the essential characteristics of a third way?
I know a lot about kernel programming. and the last thing as I would ever suggest as being core to kernel programming is that is a specialized discipline that uses different rules and shouldn't be accessible to…
sorry, I meant for a systems programmer the parts where there is a kind of dual correspondence developed between statements in a language and transistors on a board I think would probably open some mental doors for a…
addendum: actually I think the case for SICP in systems programming is stronger than that. There are several places in the material where the gap between 'high level programming' and 'construction of machines using…
these talks distill out the core questions of topics like mutability and state management and abstraction. almost uniquely so. so I consider them deeply relevant to systems programming in as much that its primarily…
consider the alternatives. it could have been written in PL-1 and rapidly become dated. or it could have been written in a slightly higher level custom language and that would also have to be taught and would be less…
we completely fail to run a marathon by turning the notion of distance covered into completely fictional metric, and anathematize the idea of setting targets beyond that two weeks since that requires collaboration and…
that sounds pretty related to Kolgomorov complexity, which is uncomputable in general. https://en.wikipedia.org/wiki/Kolmogorov_complexity I too would be interested in approximations or heuristics if anyone has any
concurrent programs enable parallel evaluation. concurrency is necessary but not sufficient for parallelism.
or go up a diameter if that's feasible.
that seems very unlikely. margins are already quite thin, and the airlines are making most of their money with the higher fare tiers. if you remove some of those customers, then its entirely possible that the base fare…
in CS we define a complexity class as a set of problems that have the same growth characteristic. that is for a problem size N, how long does it take in the worst case to find the solution for that problem. one such…
eventual consistency as generally used doesn't guarantee that events are presented in the same order. I use 'monotonic consistency' for that, but idk how common that is.
or, we could just wait a hot second, get GPU and associated hardware over the 30% utilization mark, develop a fault tolerance strategy that recovers more useful work, and spend a bit more time researching how models…
no, they want a questionnaire, a coding sample, and an example of technical writing. there's a reasonable interpretation of that that doesn't involve writing a distributed unix.
I've gone through the same process, not so much that I don't think I would be worth considering, but serious code and documentation examples aren't something I can really give out given that they're proprietary. this…
as someone who actually worked at the NSA pointed out earlier in this thread, they have plenty of resources, but also plenty of politics and some execution problems. so I wouldn't put money on them making a great model,…
NSA has had their own supercomputing program for decades. they design and produce their own large scale machines. chips, fabrics, arithmetic units, all of it. they also employ quite a number of hardcore mathematicians,…
idk how old you are, but there there was a style in the 70s where goto was the only control flow operator used in a lot of codebases, and it was absolutely horrible.