HackerTrans
TopNewTrendsCommentsPastAskShowJobs

user2994cb

no profile record

Submissions

New Manuscript Leaves and the Printing of Principia Mathematica

mulpress.mcmaster.ca
2 points·by user2994cb·5 năm trước·0 comments

Skateboard Tricks and Topological Flips

arxiv.org
113 points·by user2994cb·5 năm trước·66 comments

Finally, someone put a Greggs in Far Cry 5

pcgamer.com
2 points·by user2994cb·5 năm trước·1 comments

Peter Zinovieff, British composer and synth pioneer, dies aged 88

theguardian.com
1 points·by user2994cb·5 năm trước·0 comments

comments

user2994cb
·2 năm trước·discuss
Interesting date on that Max Newman paper - 2nd September 1942. Newman started working at Bletchley Park on 31st August, where he was deeply involved in the decryption of the Lorenz cipher and the development of Colossus.
user2994cb
·3 năm trước·discuss
I like this Python3 quine, which doesn't use repr printing:

  (lambda s,q,b,k,c,e:print(b+s+k+b+q+s+q+c+q+e+q+q+c+q+b+q+c+q+k+q+c+q+c+q+c+q+e+e+q+k))("lambda s,q,b,k,c,e:print(b+s+k+b+q+s+q+c+q+e+q+q+c+q+b+q+c+q+k+q+c+q+c+q+c+q+e+e+q+k)","\"","(",")",",","\\")
user2994cb
·5 năm trước·discuss
If you don't like those hard-coded character constants, lack of newlines, and compiler warnings, here's a C quine on similar lines:

  #include<stdio.h>
  int main(){
    char q='"',n='\n',b='\\';
    char*f="#include<stdio.h>%cint main(){%c  char q='%c',n='%cn',b='%c%c';%c  char*f=%c%s%c;%c  printf(f,n,n,q,b,b,b,n,q,f,q,n,n,n);%c}%c";
    printf(f,n,n,q,b,b,b,n,q,f,q,n,n,n);
  }
user2994cb
·5 năm trước·discuss
Interesting paper here: https://mulpress.mcmaster.ca/russelljournal/article/view/208...
user2994cb
·5 năm trước·discuss
VRML is still used as an input format for colour 3d printing, eg. https://www.stratasysdirect.com/resources/design-guidelines/...
user2994cb
·5 năm trước·discuss
I'm sure there are some creative uses in C-style comments for U+2215, Division Slash: ∕
user2994cb
·5 năm trước·discuss
Lots of interesting details here: http://www.cl.cam.ac.uk/~mr10/cpl2bcpl.pdf
user2994cb
·5 năm trước·discuss
And BCPL was a cut down version of CPL: https://en.wikipedia.org/wiki/CPL_(programming_language)
user2994cb
·5 năm trước·discuss
A nice run through of the recent Met production here: https://vimeo.com/39374902
user2994cb
·5 năm trước·discuss
How about a 3d model of the universe, inverted, say, in the (model) earth's surface?
user2994cb
·6 năm trước·discuss
Sassoon is designed for that purpose, this version seems OK: https://www.wfonts.com/font/sassoon
user2994cb
·6 năm trước·discuss
Raspbian used to have a hilarious implementation of memcmp that temporarily switched to big endian mode in a (probably misguided) attempt at speeding things up. Valgrind didn't like this very much: https://bugs.kde.org/show_bug.cgi?id=322935
user2994cb
·6 năm trước·discuss
A useful reference: https://en.wikipedia.org/wiki/List_of_tunnels_of_the_Faroe_I...
user2994cb
·6 năm trước·discuss
They have tunnels through a lot of the islands as well - mostly single track with passing places (looked pretty terrifying when I was there a couple of decades ago, though I was never the one driving).