Live data from Hacker News

Viewing profile — thatgurjot

thatgurjot

HN member
Joined
Wed, Feb 07, 2024, 4:03 PM UTC
HN karma
124
Public activity
46 items

About thatgurjot

No profile information was provided.

Recent public activity

  1. comment
    Comment #47381087

    Love it! The name, the design, the concept, the open source codebase, everything! It’s less like a note taking app and more like a diary writing app. I think that’s very neat and h…

  2. comment
    Comment #42423658

    That’s fair. I was offering Buzee for free! The inertia is real. As much as they appreciated the speed, it seemed like they didn’t really want to find their files faster.

  3. comment
    Comment #42423097

    Did you download from the link on this page? [1] That should download the v0.1.1 build. So long as you install it with admin privileges and ignore the security warnings, it shouldn…

  4. comment
    Comment #42423089

    You make my day. Thank you. This sort of validation makes my inner child really happy. :)

  5. comment
    Comment #42422587

    Used the operating system’s native OCR APIs for parsing text from PDFs and images. Does that count? :)

  6. comment
    Comment #42422579

    Yes. That is the standard business model to follow. But I never reached that point because of my novice programming skills and the fact that this was a hobby project. My intention …

  7. comment
    Comment #42422204

    The only product I have seen do well is Glean [1] but they are B2B so not exactly consumer-grade software. I think the everyday person works better with the separation of concerns …

  8. comment
    Comment #42422158

    Haha very cute! You can see Buzo’s mugshot here: https://buzo.tools/ :D

  9. comment
    Comment #42418978

    Getting everything to work reliably. This was my first time handling a software with so many moving parts. If I could get the search query to work, I would break the date range fil…

  10. comment
    Comment #42418885

    I feel I gave up early too but oh well, I sat on it for too long. I hope somebody else can make something good out of it! Once I had a more reliable foundation, I planned on adding…

  11. comment
    Comment #42418742

    Makes sense! I’d presume they’re referring to boozy (like booze/liquor) but not sure if that’d qualify as “colorful slang”

  12. comment
    Comment #42418731

    Yeah, it’s weird on Windows. I paid Apple $99/year for code signing on Mac but at least it worked seamlessly. On Windows it seemed like the code signing process varies depending on…

  13. comment
    Comment #42418720

    Omg hi Simon! Big fan. Your work on datasette and generally using SQLite for solving problems was one of my main motivations behind Buzee. Thank you for all your work and for docum…

  14. comment
    Comment #42418695

    I tried Parallels with like three different accounts :) But I also found that a native Windows machine throws a lot more errors than a VM. For example, having a sqlite3.dll ended u…

  15. comment
    Comment #42418676

    I named Buzee after my pet dog. I guess I am unaware of what you’re referring to, English isn’t my native language after all. Hope it isn’t a slur or something!

  16. comment
    Comment #42418598

    Funny you say that. Legal and invoice were actually the two avenues I actually explored! There definitely is an opportunity there but I found that there is an intense status quo to…

  17. comment
    Comment #42418582

    Thanks! Search wasn’t the most difficult problem here. I found SQLite’s FTS5 to be quite powerful. Later combined with Tantivy, I think it’s a superb combination to tackle pretty m…

  18. comment
    Comment #42418540

    I just read “I like Buzee’s UX” and giggled. Thank you for the kind words, stranger!

  19. comment
    Comment #42418403

    You are 100% correct. I focused on Mac because my personal machine is a MacBook :) That was part of my failure. I wanted to solve a problem for Windows but didn't have a decent Win…

  20. comment
    Comment #42418374

    Of course, Alfred and Everything are more mature products. My motivation was: (1) Build something on my own (2) Build a dedicated full-text search only product I was trying to scra…

  21. comment
    Comment #42418370

    Honestly, the story isn't that interesting. When I started I barely new JavaScript. Over the course of development, I learned Rust and TypeScript, and grappled with so many edge-ca…

  22. comment
    Comment #42418307

    That's pretty cool! What you're building is kind of what my vision with Buzee was. Wishing you good luck!

  23. comment
    Comment #42418303

    Haha you are right! The releases were actually hosted on a separate public repository to handle automatic app updates since the source code was private. I have updated the readme w…

  24. comment
    Comment #42418294

    Hi, I am sure Buzee could be of great help to you! It certainly helps me out with my work which is quite similar to your scenario. For Windows, you should try this link [1]. Unfort…

  25. comment
    Comment #42417570

    Spotlight didn’t quite work for me for file search. But yes, there is not much value add here other than a GUI. The main motivation was that Windows Search is often slow and terrib…