Live data from Hacker News

Viewing profile — trevinhofmann

trevinhofmann

HN member
Joined
Sun, Feb 02, 2020, 7:37 PM UTC
HN karma
15
Public activity
17 items

About trevinhofmann

Software engineer currently working on mysticode.ai, an intelligent software development automation service.

Recent public activity

  1. comment
    Comment #44231176

    This doesn't contribute much to the discussion. Use whatever language works well for you and the task at hand, but many enjoy fullstack JS/TS.

  2. comment
    Comment #44231162

    I've been considering good ways to use a task queue for this, and might just settle for a rudimentary one in a Postgres table. The upside is that agent subtasks can be load balance…

  3. comment
    Comment #44186108

    Others have given some decent advice based on your comment, but would you be interested in a ~30 minute (video) call to dive a bit deeper so I can give more tailored suggestions?

  4. comment
    Comment #44165166

    Location: Wisconsin, US Remote: Yes Willing to relocate: No Technologies: TypeScript, Node.js, React, Express, ESLint, PostgreSQL, AI Prompting / Agents, Solidity, HTML, CSS (Sass,…

  5. comment
    Comment #44104101

    There are some demos in the Docs [1] linked from the README, but I believe that's still very useful feedback. I will pass it along. Thank you! [1] https://github.com/cybersemics/em…

  6. comment
    Comment #44097054

    Might be worth trying this free and open source note-taking app (disclaimer: client of mine). https://github.com/cybersemics/em/ "em is a beautiful, minimalistic note-taking app fo…

  7. comment
    Comment #44092218

    I recently launched Early Access for my AI-powered service for automated bug reporting, PR review, fearure implementation, a difficult test/documentation/refactor suggestion PRs. I…

  8. comment
    Comment #43974893

    I'm also having a difficult time getting the first users for my AI software development service. I decided to start with a high-touch Early Access model to understand the users and…

  9. comment
    Comment #41975577

    This is not very concrete, but I've been thinking about the parallels between software development and Factorio and how to tie the two together to be (personally) beneficial. This …

  10. comment
    Comment #30815966

    I personally recommend joining a local Toastmasters club. They can help you with speed, tone, volume, etc. It can benefit your conversational speech as well, not only public speaki…

  11. comment
    Comment #30683288

    The same service kept the screenshots in its file system, and served them along with with the web pages that displayed them.

  12. comment
    Comment #30680106

    I used pixelmatch + puppeteer at a previous job to automate this. The service would screenshot each page on the master branch and the PR branch, then comment on the PR with a link …

  13. comment
    Comment #29173063

    Check if your language has a pipe operator. You may be able to do something like this: my $baz = GetFoo() |> GetBar |> GetBaz;

  14. comment
    Comment #29172889

    Added to my own ESLint config: https://github.com/trevinhofmann/eslint-config-principled/pu...

  15. comment
    Comment #28110395

    Change the CI to test that every commit builds and every merge request passes tests. If we don't enforce the tests to pass for every commit, that solves the problem. Right?

  16. comment
    Comment #28110196

    I've been enforcing every commit to both build and pass tests, but now I might only require each commit to build and each merge request to pass tests. In that case, you can have a …

  17. comment
    Comment #25612267

    You might be remembering `Google PDF Search: “not for public release”` from 2015 [1] and 2019 [2]. [1] https://news.ycombinator.com/item?id=10154527 [2] https://news.ycombinator.co…