Live data from Hacker News

Viewing profile — pixelmonkey

pixelmonkey

HN member
Joined
Fri, Oct 05, 2007, 4:57 PM UTC
HN karma
6,103
Public activity
828 items

About pixelmonkey

Founder of PX Systems, which ships a daily developer tool to go from code to cloud cluster in seconds. More info @ https://px.app

Formerly the founding CTO of Parse.ly. Coding in: Python, JavaScript, Zig. Pleased to be a Pythonista and UNIX lover.

Parse.ly was acquired by Automattic (creators of WordPress.com) in February 2021; more here: https://www.techmeme.com/210208/p12#a210208p12

My essays & technical blog: https://amontalenti.com

My AngelList profile: https://angel.co/p/amontalenti

My occasional tweets: https://twitter.com/amontalenti

Recent public activity

  1. comment
    Comment #47819506

    This seems cool. For going from Markdown to slides I’ve often used Marp: https://marp.app/ — It doesn’t require much specialized syntax, it mostly does the right thing to turn plai…

  2. comment
    Comment #47801605

    Huh. I don’t doubt you, but I guess this is a sign pervasive AI/LLM generative artwork is messing with my brain’s pattern matching at a deep level.

  3. comment
    Comment #47800627

    The BlueSky post has another interesting clue. The pencil sketch on the right. Seems possible a human artist drew the sketch, then had an AI model "colorize" it. And in so doing, m…

  4. comment
    Comment #47800570

    It'll be interesting to learn whether it was AI-generated. It certainly SEEMS like it is. It has a few "tells": - two belts and two Clojure logo belt buckles - same code repeated o…

  5. comment
    Comment #47292663

    Nice find. Check out shykes commenting here on that thread! https://news.ycombinator.com/item?id=5409678

  6. comment
    Comment #47292432

    Makes sense! Thanks for working on it -- truly a wonderful paper!

  7. comment
    Comment #47291440

    The math of “a decade” seemed wrong to me, since I remembered Docker debuting in 2013 at PyCon US Santa Clara. Then I found an HN comment I wrote a few years ago that confirmed thi…

  8. comment
    Comment #47289630

    Hey, I am just reaching out to say: "thank you." When I was in high school, I played a lot of UO. It was actually the last computer/video game I ever played regularly, because I co…

  9. story
  10. comment
    Comment #47224379

    If you were utterly confused, like I was, how the iPad Air M4 compares to the iPad Pro M5 and the iPad Pro M4, this 3-column comparison table from Apple's website might help: https…

  11. comment
    Comment #47060899

    Someone named Ashley Blewer did such a deep dive on this show that she produced a full online course and syllabus centered around it. https://bits.ashleyblewer.com/halt-and-catch-f…

  12. comment
    Comment #47035393

    Glad I could be helpful! They are great plugins.

  13. comment
    Comment #47034637

    I've used vim as a prose editor in addition to a code editor for a long time. For me, Goyo was the plugin that always matched what I wanted vim to become when I was in "prose writi…

  14. comment
    Comment #46975224

    “Email is a wonderful thing for people whose role in life is to be on top of things. But not for me; my role is to be on the bottom of things. What I do takes long hours of studyin…

  15. comment
    Comment #46627312

    https://amontalenti.com - website/blog homepage https://amontalenti.com/feed - rss+atom feed https://amontalenti.com/archive - full archive of posts/essays https://amontalenti.com/…

  16. comment
    Comment #46588594

    I'm working on startup #2 and we recently came out of stealth. PX is a daily developer tool that helps backend engineers go from working code on a laptop to deployed code in a fres…

  17. comment
    Comment #46568620

    Agreed. I wrote a post about the history and power of plain text in computing here: Simple and Universal: A History of Plain Text, and Why It Matters https://amontalenti.com/2016/0…

  18. comment
    Comment #46453875

    As someone who thinks a lot about how best to use one's limited time; is child-free by choice; and, who is also interested in the societal value of good parenting... this article d…

  19. comment
    Comment #46423374

    That's cool. I've wanted to track my movie watch history for awhile but just couldn't find the right software to do it. I really dislike Letterboxd. I also agree with your point th…

  20. comment
    Comment #46421720

    Wow, this is cool. I had COMPLETELY forgotten about Delicious Library. That is such a nice look-and-feel for this sort of app.

  21. comment
    Comment #46421384

    Digitizing my physical bookshelf was one of the first fun “vibe coding” projects I did with ChatGPT4o in 2024. First, I took photographs of all my physical books simply by photogra…

  22. comment
    Comment #46279976

    Cool to stumble upon this in the wild! Congrats again!

  23. comment
    Comment #45712856

    This reminded me of another discussion on HN a few months ago. Wherein I was reflecting on how the entire culture of internet standards has changed over time: "In the 80s and 90s (…

  24. comment
    Comment #45553230

    A cool thing about Doug Lea's java.util.concurrent (received a 10/10 rating here) is that its design also inspired Python's concurrent.futures package. This is explicitly acknowled…

  25. comment
    Comment #45307846

    I just did a small programming side project with a friend in Elixir and I was pretty impressed with the language, especially how it approaches functional programming, concurrency, …