Hacker Newsnew | past | comments | ask | show | jobs | submit | coolwanglu's commentslogin

The UI is mostly finished. How does the current version look?


Try typing this in the browser console (might need to reload the game first)

nethack.apply_tileset('http://cook.web.eschelon.com/pictures/geoduck20x12.bmp', 12, 20)

I felt that a complete ASCII port worth a separate project, yet it might not be that interesting as we've already got NAO.

But if you guys feel that a ASCII tileset is ok, I'm happy to add it. How about this smaller version?


Pretty neat! And I see you have included that tileset natively. I think that making "pure ASCII image-less tileset" should be piece of cake as well:

  .tile:after {
    display: block;
    text-align: center;
    font: bold 30px/30px monospace;
  }
  .tile158:after {
    content: '@';
    color: yellow;
  }


Hi, this could be what you need :) https://github.com/kripken/emscripten/wiki/Asyncify


Hmm, the signature looks interesting.


  E  M  A  C  S
  s  e  l  o  h
  c  t  t  n  i
  a  a     t  f
  p        r  t
  e        o
           l


ha ha, love it.


Come on , there is room for both VIM and Emacs , but i must say VIM seems more popular today.


Maybe on r/vim, but on r/emacs it seems that Emacs is, by far, the most used text editor in the whole world!

What I mean is that it's hard to know which editor is the most popular, it really depends on the communities you visit


MF uses pdf2htmlEX :) And it also provides public folder and public dropbox <- I really like that.

This means that you can create one of your own.


It's for embedding, when you want to control the document or access the content.

Say you have a resume written in LaTeX and you want to insert Google Analytics inside?


Hey thanks for the info!

2nd & 3rd are in the future plan, as I'm still working on accuracy and speed. And #115(https://github.com/coolwanglu/pdf2htmlEX/issues/115) is about the 2nd issue.

About the first one, I've not got an elegant solution yet, maybe a CSS file per page?

Please file new issues at GitHub if you think it's necessary :)


I love this! Kudos for this awesome app.


Right, that is in the schedule, just heard enough complains, in a good way.


It's still a startup, so currently it's focused on accurate rendering, and fast speed(which is not achieved yet so far).

Features about recognition would be planned in the future, usually PDF viewers do not recognize too many things, do they? :)


You don't want to rely on the computing power at the client side, do you? :)


I guess one possible setup would be pdf.js running on server-side and having its output captured. One advantage of this, from what I can see, is that there would probably be fewer external dependencies than this setup.


Yes, actually they had this kind of plan, but I am not sure how it has been going.

It would be definitely interesting in that way, but in that case it may not be worth it to rewrite everything in JS.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: