Live data from Hacker News

Viewing profile — jonaf

jonaf

HN member
Joined
Wed, Feb 05, 2014, 5:02 AM UTC
HN karma
527
Public activity
149 items

About jonaf

Senior Engineer in Austin, Tx. Reach me at slightlyremarkable.com. Email is "jona" at my domain.

Recent public activity

  1. comment
    Comment #33942510

    We own an HP printer. The other day my wife told me the printer refused to print unless she renewed her subscription. I told her no way in disbelief. That can't be legal. She renew…

  2. comment
    Comment #33857261

    I purchased the ThinkPad P1 mobile workstation in 2018. It's a great machine but it's about as loud as a vacuum cleaner.

  3. comment
    Comment #33261801

    Agree with this 100%, as a father of 5. I have 2 sped kiddos that are aseverely handicapped and even at 7 and 8 years of age they cant do many so-called mundane tasks. Also no one …

  4. comment
    Comment #32795840

    I purchased new construction once. They were putting up a thousand cookie cutter houses like ours in that neighborhood. And even that estimate missed the mark by more than 3 months…

  5. comment
    Comment #26333705

    I have never looked this up, but anytime I'm checking out at a brick and mortar store, I'm asked, casually, "Phone number?" Or "Zip code?" As if thats information that is necessary…

  6. comment
    Comment #22283056

    Parent of 4 here, ages 6, 5, 2, and 8 months. My oldest two are special needs. Some thoughts from my POV... My oldest wasnt trained until about 4.5 years. It took around 6 months t…

  7. comment
    Comment #21412715

    This looks like a great case-study. Basically, it seems that if the licensing isn't in Amazon's favor (take the OSS project, put it into operation, sell it as a service), then Amaz…

  8. comment
    Comment #21409356

    New business model idea: write open source software with a license that requires, well, a license to _operate_. It's free in all the typical APL2 senses, except that you can't sell…

  9. comment
    Comment #19975663

    Yeah, I am a fan of Arch on the desktop, but the P1 runs Nvidia's P1000 chip and Arch doesn't seem to like that, so I went with Ubuntu+i3 for now. Updating the firmware first is de…

  10. comment
    Comment #19973868

    Thanks, this makes me feel better about my decision a couple months ago to switch to Lenovo's ThinkPad P1 Mobile Workstation. I don't have any regrets switching from Apple hardware…

  11. comment
    Comment #19957007

    Ha, I like this one! Actually these algorithms may approximate one another when generalized. Pirsig explores the philosophy more deeply, though; for example, generating a hypothesi…

  12. comment
    Comment #19956998

    This was the one, a facetious version of Pirsig’s algorithm: https://xkcd.com/627/

  13. comment
    Comment #19956765

    I have also experienced this phenomenon. Why do you suppose we come to these surprises, and why do you suppose we experience them? Is it because we are confident? Or because we lac…

  14. comment
    Comment #19956739

    This is a very interesting philosophy. A few years ago, a former coworker and good friend of mine introduced me to an algorithm for solving problems. This is a slightly different p…

  15. comment
    Comment #19924366

    I have been in search of what you’ve put together. My wife and I have tried unsuccessfully various strategies along these lines that were more lofi, but always come back to the spr…

  16. comment
    Comment #19346101

    PSA: if you take TripleByte's online quiz, they don't have the capability of giving you the results of the quiz. At least, that's what I was told when I took the online quiz -- the…

  17. story
  18. comment
    Comment #17289159

    I couldn't find this on your product page, but does Hazelcast Jet support "global windows"? I've found 90% of stream processing systems I've come across only work within a window, …

  19. comment
    Comment #14856357

    It's interesting to me that, before I learned about databases (circa 2004), I built 3 distinct software products based on flat files (no database). They were all written in PHP (th…

  20. comment
    Comment #14682647

    Please tell me that the referenced C# dialect used in Midori is available in some form for use, research or general learning? This would really make my week!!

  21. comment
    Comment #14628489

    Cool! I authored a web based accessibility tool called Graybit some years ago. It allowed you to enter a web address and browse the web through its proxy, which converted all CSS, …

  22. comment
    Comment #14583010

    Something else people should know: AWS ES is on the Internet. You can't deploy it to a vpc yet, and you can only lock it down using IAM, which may or may not be good enough for you…

  23. comment
    Comment #14545280

    Yeah, I should have clarified I was talking with my operations hat on. From a development perspective, you might call it a "deploy-time" or "scale up" dependency.

  24. comment
    Comment #14545256

    Speaking from an operations perspective, yes, it's a runtime dependency. From a development perspective, you might think of it as a "deploy-time" dependency. Think of it in contras…

  25. comment
    Comment #14545206

    You can speed up AMI baking by using chroot + a mounted EBS volume on a running instance. It should drastically reduce the time it takes to produce a new image. Also be sure that y…