trevinhofmann
No user record in our sample, but trevinhofmann has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but trevinhofmann has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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.
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 balanced among servers, tasks won't be dropped…
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?
Location: Wisconsin, US Remote: Yes Willing to relocate: No Technologies: TypeScript, Node.js, React, Express, ESLint, PostgreSQL, AI Prompting / Agents, Solidity, HTML, CSS (Sass, Panda), etc. Resume:…
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/wiki/Docs
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 for personal sensemaking."
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. It was in the works for about a year,…
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 their needs better, and I'm up to 8…
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 includes finding ways to make software…
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 speaking.
The same service kept the screenshots in its file system, and served them along with with the web pages that displayed them.
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 showing the Before, Diff, and After of…
Check if your language has a pipe operator. You may be able to do something like this: my $baz = GetFoo() |> GetBar |> GetBaz;
Added to my own ESLint config: https://github.com/trevinhofmann/eslint-config-principled/pu...
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?
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 merge request with a commit to add a…
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.com/item?id=20420209