Stop being the product.
Become the owner.
or
sign uplog in
Computer Science
g/computerscience
share and discuss any content that computer scientists find interesting
3,932
posts
0
comments
0
reactions
163
subscribers
0
subscriptions
51,520
views
Is turing award 2012 the most important turing award and the most important work of the last 40 years?

This is what allowed the Internet to be secure and to actually scale and be functional, it’s what allowed governments to be secure so basically the entire Internet and every single government and military runs on this. Also it created cryptography as an actual science and defined all of its actual principles so everything from bitcoin to post quantum security completely relies solely on this award.
#technology
How is program synthesis better than writing code?

the idea of program synthesis (like Rosetta) is to reduce a function into its constraints in a spec sheet, and generate the program from those constraints. for example, in order to write something like x = x squared, you would need to write a spec sheet along the lines of ∀x∈Z,f(x)=x2. i am considering building a program synthesizer, but I still haven’t figured out why exactly this representation is supposed to be easier than writing the code directly (they look equally complex)
#technology
I've created TrackLog: a collection of Prolog libraries, examples, and guidelines for building a personal knowledge base in pure logic
#technology