Live data from Hacker News

Viewing profile — kpgiskpg

kpgiskpg

HN member
Joined
Fri, Nov 22, 2019, 4:57 PM UTC
HN karma
31
Public activity
20 items

About kpgiskpg

No profile information was provided.

Recent public activity

  1. comment
    Comment #43791709

    I think a recent update (March 3rd, version 2.5.3) to SBCL added this sorta breakpoint debugging functionality. Hopefully we'll see it integrated with SLIME soon. > enhancement: br…

  2. comment
    Comment #26683941

    Oh wait, Hackernews seems to have removed one of the astericks symbols. It should be Python's exponentiation operator (2 astericks symbols), ya. (edit: fixed now). That's cool too!…

  3. comment
    Comment #26683408

    That's a question of interface design. You can also create ugly, ambiguous interfaces with functions (10 arguments, it mutates some of them, etc), or any other language feature. If…

  4. comment
    Comment #26683303

    (Author here). Here's a not-so-mathy application that I had recently. I was implementing a units system in Python. Operator overloading allowed me to define joules like so: `J = KG…

  5. comment
    Comment #25857751

    My favourite illustration of this is in The Wire. The city wants to crack down on crime and increases the target number of arrests. The police chief sends out the word and police o…

  6. comment
    Comment #25857481

    This looks awesome! I wonder why I haven't heard about it before.

  7. comment
    Comment #25814485

    The previous user said that you can do "literally anything" in VSCode that you can do in Emacs, I think these examples were chosen to prove that statement wrong. It doesn't mean th…

  8. comment
    Comment #25799111

    I didn't realise that popes getting poisoned was a common occurrence at any time in history.

  9. comment
  10. comment
    Comment #25502271

    I actually started working on a CLI calculator a few days ago that sounds exactly like what you're looking for: https://github.com/Kevinpgalligan/ka So far it just has variables an…

  11. story
  12. comment
    Comment #23418729

    Beauty is in the eye of the beholder, I guess. I wouldn't put matplotlib graphs in a paper without tweaking the style, and it gets frustrating when you have to do this for every si…

  13. comment
    Comment #23418633

    Getting the job done is the main point, of course, but I think a visualisation library should also handle common cases gracefully and have defaults that don't make me want to gouge…

  14. comment
    Comment #23414841

    I've always hated matplotlib, even though it gets the job done. The graphs are ugly by default, and the API would be unusable if it weren't for StackOverflow. Maybe I just need to …

  15. comment
    Comment #23269734

    Calculus Made Easy has a heap of exercises at the end of each chapter, it's not bad in that respect.

  16. comment
    Comment #23266970

    Funnily enough, I'm working through this book right now. The writing amuses me to no end, from the anachronism of calling it "the calculus" to the chain rule being referred to as a…

  17. comment
    Comment #22713841

    That's fun, thanks!

  18. story
  19. comment
    Comment #21613573

    Cool! I love projects involving colour, because they always have nice visualisations. Would you mind explaining your project in more detail? I'm intrigued by your site! Not sure if…

  20. story