Viewing profile — trevinhofmann
trevinhofmann
HN member- Joined
- Sun, Feb 02, 2020, 7:37 PM UTC
- HN karma
- 15
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About trevinhofmann
Recent public activity
-
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.
-
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…
-
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?
-
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,…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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.
-
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 …
-
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;
-
comment
Comment #29172889
Added to my own ESLint config: https://github.com/trevinhofmann/eslint-config-principled/pu...
-
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?
-
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 …
-
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…