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

I did something similar with a spreadsheet years ago. It's lkudgy, but it works. You have to tab away from the input box and refresh the page, iirc.

https://gabrielsroka.github.io/webpages/calc.htm#a1:=Rate=3....

  https://gabrielsroka.github.io/webpages/calc.htm#a1:=Rate=3.875;a2:=Years=30;a3:=NPer=Years*12;a4:=PV=644000;a5:=Pmt=Math.round(Math.pmt(Rate/12/100,NPer,PV)*100+1)/100;rows:5;cols:1
More examples https://gabrielsroka.github.io/webpages/

It's about 130 js loc


Wozmon in C64 BASIC.

  C000=A9 0 to set data, not :
  C000-C00F to examine a range, not .
  C000 r to run



Mods have never shared an account - that never felt right to me. But Tom was working on HN for years before he started posting publicly as a mod. That change happened with the announcement you linked to.

Your link is 404 (is that what you meant?)

Their page uses https://jgthms.com/picknplace.js/picknplace.js


> 3,000 loc

I cloned the repo and ran `wc -l` on the src directory and got closer to 9,500. Am i missing something?

Edit: maybe you meant just the parser


Better to use something like `cloc` which excludes blank and comment lines.


> Python is installed on pretty much every machine

> Python 3 is installed on basically every machine out there.

> Python will work the same on all the machines you run your script on

No, no, and no.


More like, "no, but installation is easy", "yes, if the machine is safe", "depends on what you do"

At work my machine has probably ten or more installations of Python hidden in various tools. I'm certainly not alone. So we could say "on average Python is installed on every machine". /s

Mac no longer ships with Python



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

Search: