Live data from Hacker News

Viewing profile — mcdow

mcdow

HN member
Joined
Thu, Jun 27, 2024, 1:24 AM UTC
HN karma
200
Public activity
74 items

About mcdow

website: emmettmcdow.com X: x.com/mcd0w

Recent public activity

  1. comment
    Comment #49214304

    y’all seem to be missing the fact that Java is a mature product. it has left the “move fast and break things” era of it’s development. code is a liability, and they likely have mor…

  2. comment
    Comment #48851454

    “no open source project will succeed with this level of unprofessionalism” y’all clearly are not acquainted with some of the things Linus has said on the LKML

  3. comment
    Comment #48700027

    Haven't done any research into this, but I wonder how tough it would be to build a decent 3D printer. Maybe there are open-source designs out there.

  4. comment
    Comment #48648533

    there’s another thing that started to get quite popular in the late 2000s… smartphones

  5. comment
    Comment #47951232

    Chrome, Android, and Gmail are optional to use.

  6. comment
    Comment #47827638

    They might be buying time to sell the relevant stock

  7. comment
    Comment #47755301

    I’m working on a combination of a semantic embedder and vector database with a focus on Apple devices https://github.com/emmettmcdow/dve It should be drop in semantic search for an…

  8. comment
    Comment #47722807

    I’m looking forward to using a RISC-V computer in 20 years

  9. story
    Show HN: On-device embedding and vector search for Apple Devices, built in Zig

    dve handles embedding, vector storage, and search all in one library with a simple interface. This last year I was working on an app for Macs which required doing vector search. Th…

  10. story
  11. story
  12. comment
    Comment #46639497

    It's the phones dude. It's literally just the phones. Get rid of the phones and you fix it.

  13. comment
    Comment #46621651

    https://emmettmcdow.com

  14. comment
    Comment #46516639

    This is awesome! I’ve been looking for a way to batch export my notes out of Apple notes, will this work for that purpose? I totally agree with you that most notes apps miss the ma…

  15. comment
    Comment #46469058

    Is any company actually doing this? I haven’t heard of anyone that has this setup. Maybe contract work, but never a full time employee working 4 days.

  16. comment
    Comment #46221841

    This is tangential but the whole Tiananmen Square thing is kind of odd. When I visited China many people were more willing to discuss it than I had imagined. Some spoke about it un…

  17. comment
    Comment #46128659

    From the comments here it sounds like most people think the amount Anthropic paid for the company was probably not much more than the VC funding which Bun raised. How would the pay…

  18. story
    Ask HN: Have you ever seen a perfect codebase?

    In my experience even the best software projects have a few skeletons in their closet, blemishes on an otherwise well-built project. At the end of the day, we all have to build thi…

  19. comment
    Comment #45937771

    Super cool!

  20. comment
    Comment #45905226

    Why does Steam/Valve care so much about Linux? I know as devs we all would prefer to use Linux/Unix. But developer experience isn’t a good business justification.

  21. comment
    Comment #45892928

    This is true but there is another cost. If you carelessly write you can end up with a system which is a mountain of bandaid fixes; an incoherent and unmaintainable mess.

  22. comment
    Comment #45892656

    I’ve used both approaches and I can’t disagree more. Writing code first might feel faster but it isn’t. It’s great for surface level issues but just muddies the waters for any cons…

  23. comment
    Comment #45607952

    Oh ok. Is it still worth learning without LiveView? E.g. in my case I’m much more proficient in Python. Is it worth the jump, over something like Django?

  24. comment
    Comment #45606893

    I really want to choose Phoenix, but I can't get over the fact that LiveView is front-and-center. The whole web-socket model just seems so brittle to me.

  25. comment
    Comment #45457783

    This is the primary reason Lua is interesting to me. As high level as JS/Python but embeddable. Only problem is I have language ADHD. I use way too many to pick up another like Lua…