kannangce

↗ HN profile [ 57.8 ms ] full profile
Karma
8
Created
January 24, 2017 (9y ago)
Submissions
0
  1. I'm trying out a code generation problem using open-source transformer models. With almost all of the models, the context window size seems to be a problem. I had a thought that, instead of generating the code for the…

  2. It's being mentioned that Io language is homoiconic. To me homoiconic means "Expressing the language in the data-structure of the same langage" . For exp, LISP, is all LISP list. I'm trying to understand Io is…

  3. For one of my use case, we have to render pages generated from almost a static data available in DB. I'm wondering if we can have hugo(/any static site) to use DB as a datasource to get the data from DB for site…

  4. I was going through the paper [Password Security: A Case History][1] By Robert Morris and Ken Thompson on authentication. It has been mentioned in the First Scheme that the first encryption used m209, in which they used…

  5. I'm playing around with Kerberos SSO. As experimented so far, -When I open a web app that is configured with Kerberos, from the browser, it prompts me for the username and credential, once I enter, I'm logged into the…

  6. I am in the process of choosing data storage for my event-series DB. There are various opinions on using RDMS, NoSQL or Columnar. Was there any exploration done on using Time-series DB for event-sourcing other than…