Viewing profile — kpgiskpg
kpgiskpg
HN member- Joined
- Fri, Nov 22, 2019, 4:57 PM UTC
- HN karma
- 31
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About kpgiskpg
No profile information was provided.
Recent public activity
-
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…
-
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!…
-
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…
-
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…
-
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…
-
comment
Comment #25857481
This looks awesome! I wonder why I haven't heard about it before.
-
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…
-
comment
Comment #25799111
I didn't realise that popes getting poisoned was a common occurrence at any time in history.
- comment
-
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…
- story
-
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…
-
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…
-
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 …
-
comment
Comment #23269734
Calculus Made Easy has a heap of exercises at the end of each chapter, it's not bad in that respect.
-
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…
-
comment
Comment #22713841
That's fun, thanks!
- story
-
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…
- story