Live data from Hacker News

Viewing profile — westoque

westoque

HN member
Joined
Wed, Feb 03, 2010, 9:27 PM UTC
HN karma
1,115
Public activity
277 items

About westoque

Name: William Estoque

Site: http://westoque.com/?utm_source=yc

Twitter: https://twitter.com/westoque

Github: https://github.com/westoque

[ my public key: https://keybase.io/westoque; my proof: https://keybase.io/westoque/sigs/vVLSc3GKrt7o0jbD9gg2jeWTOaIm1TdtDXPjt-_MWRg ]

Recent public activity

  1. comment
    Comment #49097972

    I don't think random blogs should be ruled out. Just because a blog is random doesn't mean its untrue.

  2. comment
    Comment #48549201

    > Comparing agentic Qwen3.6 35b to Claude Opus is like a junior with knowledge across the board, that you really need to guide, versus a senior that thinks with you on architecture…

  3. comment
    Comment #48520648

    There's a formula I've bookmarked from someone to help you get better social capital. In order to increase your surface for social capital you need to expand your influence, theref…

  4. story
    Ask HN: Has Multi-AZ (AWS or others) helped you stay up during downtime?

    I've been setting up Multi-AZ for companies throughout my life. There were a handful of times that us-east-1 went down and I never remember Multi-AZ saving us from those downtimes.…

  5. comment
    Comment #48357720

    i've been thinking about this as well. but having built a startup, i've learned that users don't care as long as they are given the value and most convenience. they don't really ca…

  6. comment
    Comment #47506618

    my takeaway from this is that it should now be MANDATORY to have an LLM do a scan on the entire codebase prior to release or artifact creation. do NOT use third party plugins for t…

  7. comment
    Comment #47462288

    > The problem for me is that the development practices of the people that are working on it are suboptimal at best; they're constantly releasing at an extremely high cadence, where…

  8. comment
    Comment #47061568

    one thing it did massively for me was save me time from questions like should i go with X or Y option questions. before i used to just think longer about tradeoffs but with AI it b…

  9. comment
    Comment #46735648

    > I simply booted up a VM with an H100, ssh’d into it with Cursor, and prompted the agent to set up an inference server that I could ping from my web generation app. What used to t…

  10. comment
    Comment #46126218

    i really think this is part of the pitch deck for bun's funding. that a bigger company would acquire it for the technology. the only reason an AI company or any company for that ma…

  11. comment
    Comment #46101005

    > Current AI image models can't understand grid-based pixel art. sounds like a good use case to fix this problem from the model layer. an image gen model that is trained to make pi…

  12. comment
    Comment #46050623

    i like how claude code currently does it. it asks permission for every command to be ran before doing so. now having a local model with this behavior will certainly mitigate this b…

  13. comment
    Comment #46032683

    a concern i have is that it's only a matter of time before a similar attack is done to electron based apps (which also have packages installed using npm). probably worse because it…

  14. comment
    Comment #45874950

    Recently launched an AI cafe ordering app https://www.hellocafe.ai using chat and voice. We wanted to make concept for an app using all local models for chat (llama 3.1 8B) and voi…

  15. story
    Show HN: Hellocafe.ai – open-source voice and chat enabled AI ordering system

    we wanted to experiment on how feasible it is to build a cafe ordering system using chat and voice with 100% local models. we were able to build this demo using llama 8B for the ll…

  16. comment
    Comment #45470648

    Refreshing that it's built using the vue framework vs the typical react.

  17. comment
    Comment #44567425

    > They're getting my $200 a month and it's easily the best money I spend Can you explain? I don't see how $200 makes that much difference than what I get from paying $20/month with…

  18. comment
    Comment #44192186

    Came here to say this. What makes a great general purpose language is not only in the programming part but also in transportability. I think Go takes the cake here. If only Elixir …

  19. comment
    Comment #44105974

    Such a great quote. Mostly true if viewed especially from a business standpoint. I for one also see code as creative expression, a form of art. I like coding because I can express …

  20. comment
    Comment #43956728

    Must be my ignorance but everytime I see explainers for LLMs similar to the post, it’s hard to believe that AGI is upon us. It just doesn’t feel that “intelligent” but again might …

  21. comment
    Comment #43819783

    > This weekend I’m working on mobile app that allows you to upload photos and it turns everything into a stitched anime (ghibli or not) with movements and eventually sound and scri…

  22. comment
    Comment #43527712

    This weekend I’m working on mobile app that allows you to upload photos and it turns everything into a stitched anime (ghibli or not) with movements and eventually sound and script…

  23. comment
    Comment #43458156

    not to hijack this thread but my dad did extensive research in sea breeze and rainfall modeling and he would have loved to see these AI and machine learning advancements in weather…

  24. comment
    Comment #43156802

    working on cursor for desktop. why rely on AI agent that’s self-contained when it’s limited, can’t access the browser, can’t open apps or click around. i simply want mine to be abl…

  25. comment
    Comment #43081940

    i've worked on many legacy code bases and i think an underrated skill that you need is courage. courage to be able to push changes you think could be breaking changes but always be…