<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: seanobannon</title><link>https://news.ycombinator.com/user?id=seanobannon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 17:16:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=seanobannon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by seanobannon in "DeepSeek v4"]]></title><description><![CDATA[
<p>Weights available here: <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro" rel="nofollow">https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro</a></p>
]]></description><pubDate>Fri, 24 Apr 2026 03:44:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47885255</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=47885255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47885255</guid></item><item><title><![CDATA[New comment by seanobannon in "SWE-Grep and SWE-Grep-Mini: RL for Fast Multi-Turn Context Retrieval"]]></title><description><![CDATA[
<p>This link redirects to <a href="https://cognition.ai/blog/swe-grep" rel="nofollow">https://cognition.ai/blog/swe-grep</a> now?</p>
]]></description><pubDate>Thu, 16 Oct 2025 23:36:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45611953</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=45611953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45611953</guid></item><item><title><![CDATA[New comment by seanobannon in "Liquid Glass in the Browser: Refraction with CSS and SVG"]]></title><description><![CDATA[
<p>Don’t blame the author for the chrome only demo, blame Apple, and this bug from 2014! <a href="https://bugs.webkit.org/show_bug.cgi?id=127102" rel="nofollow">https://bugs.webkit.org/show_bug.cgi?id=127102</a></p>
]]></description><pubDate>Tue, 09 Sep 2025 13:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45181444</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=45181444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45181444</guid></item><item><title><![CDATA[Show HN: I built an AI Chess Coach w/o4-mini and Stockfish]]></title><description><![CDATA[
<p>I built a simple chess bot that pairs o4-mini w/reasoning grounded in Stockfish’s engine analysis. It explains moves clearly, suggests tactics, and helps you understand why moves are good (or bad).<p>Try it out here: <a href="https://www.chesscoachgpt.com/" rel="nofollow">https://www.chesscoachgpt.com/</a><p>Would love feedback.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44571797">https://news.ycombinator.com/item?id=44571797</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 15 Jul 2025 14:56:19 +0000</pubDate><link>https://www.chesscoachgpt.com/</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44571797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44571797</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Has anyone managed to implement OAuth on an MCP server?"]]></title><description><![CDATA[
<p>Yep, I ran into a few issues wiring up OAuth over the last few weeks building a ChatGPT connector so built this library to help folks get up and running quickly.<p><a href="https://github.com/mcpauth/mcpauth/">https://github.com/mcpauth/mcpauth/</a><p>Let me know if you have any questions on it</p>
]]></description><pubDate>Thu, 26 Jun 2025 22:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44392096</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44392096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44392096</guid></item><item><title><![CDATA[Show HN: Self-Hosted OAuth Authentication Library for MCP Servers]]></title><description><![CDATA[
<p>Hey HN,<p>The latest MCP spec (<a href="https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization" rel="nofollow">https://modelcontextprotocol.io/specification/2025-06-18/bas...</a>) requires MCP Servers implement OAuth for authenticating users and authorizing access to tools and resources. I spent way too long wiring up OAuth to build a ChatGPT connector and decided to wrap the pain into a library: @mcpauth/auth.<p>What it is:<p>- Self-hosted OAuth server, built for  Model-Context-Protocol<p>- Single authenticateUser() hook, so you plug in whatever session logic you already have (NextAuth, Auth.js, plain cookies, JWT, you name it)<p>- Adapters: Next.js and Express; stores: Drizzle or Prisma<p>- ISC licensed, no calls home<p>Quick start is ~5 min: npm i @mcpauth/auth, add two route handlers, set three env vars.<p>Live demo: <a href="https://mcpauth-nextjs.vercel.app/" rel="nofollow">https://mcpauth-nextjs.vercel.app/</a><p>If you’re building an MCP server or any internal AI tool that needs proper OAuth, I’d love feedback — especially on edge cases or new functionality.<p>Repo: <a href="https://github.com/mcpauth/mcpauth">https://github.com/mcpauth/mcpauth</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44388932">https://news.ycombinator.com/item?id=44388932</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Jun 2025 16:31:11 +0000</pubDate><link>https://github.com/mcpauth/mcpauth</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44388932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44388932</guid></item><item><title><![CDATA[New comment by seanobannon in "MCP Specification – version 2025-06-18 changes"]]></title><description><![CDATA[
<p>Completely agree - and yet auth is still surprisingly difficult to set up, so I built a library to simplify the setup. In this repo, there is:<p>- a Typescript library to set up ChatGPT-MCP compatible auth<p>- Source code for an Express & NextJS project implementing the library<p>- a URL for the demo of the deployed NextJS app that logs ChatGPT tool calls<p>Should be helpful for folks trying to set up and distribute custom connectors.<p><a href="https://github.com/mcpauth/mcpauth">https://github.com/mcpauth/mcpauth</a></p>
]]></description><pubDate>Wed, 25 Jun 2025 19:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44380815</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44380815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44380815</guid></item><item><title><![CDATA[New comment by seanobannon in "Show HN: A MCP server and client implementing the latest spec"]]></title><description><![CDATA[
<p>I couldn’t find any great examples of MCP auth, so  made this demonstrate an oauth flow recently - <a href="https://github.com/OBannon37/chatgpt-deep-research-connector-example">https://github.com/OBannon37/chatgpt-deep-research-connector...</a></p>
]]></description><pubDate>Tue, 10 Jun 2025 12:19:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44235900</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44235900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44235900</guid></item><item><title><![CDATA[Show HN: Custom OAuth Connector Example for ChatGPT Deep Research]]></title><description><![CDATA[
<p>I subscribe to a ton of newsletters and always wanted to include them as sources with ChatGPT Deep Research. With the launch of Custom Connectors last week, this is finally possible. This repo is a minimal working example of a Deep Research connector with OAuth, built to hook up your custom data sources.<p>The official docs for custom MCP connectors are sparse, and there wasn't a complete example at launch. I figured sharing this Next.js demo (built using Auth.js and node-oauth2-server) could help others get started quicker.<p>Security hasn't been thoroughly vetted, so definitely proceed with caution.<p>Hope it helps folks hacking on MCP integrations!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44229625">https://news.ycombinator.com/item?id=44229625</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Jun 2025 21:19:32 +0000</pubDate><link>https://github.com/OBannon37/chatgpt-deep-research-connector-example</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=44229625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44229625</guid></item><item><title><![CDATA[Deregulated energy markets accelerate solar adoption]]></title><description><![CDATA[
<p>Article URL: <a href="https://seanobannon.substack.com/p/renewable-energy-adoption-and-the">https://seanobannon.substack.com/p/renewable-energy-adoption-and-the</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43462593">https://news.ycombinator.com/item?id=43462593</a></p>
<p>Points: 71</p>
<p># Comments: 180</p>
]]></description><pubDate>Mon, 24 Mar 2025 16:05:47 +0000</pubDate><link>https://seanobannon.substack.com/p/renewable-energy-adoption-and-the</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=43462593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43462593</guid></item><item><title><![CDATA[Show HN: Clau-Perator – Computer Use Demo with Claude 3.7]]></title><description><![CDATA[
<p>I built Clauperator (No affiliation with Anthropic/OpenAI) as a demo to explore how Anthropic’s Claude 3.7 model can handle browser based tasks. For example, data entry, web research, or other workflows that typically require manual toil. It’s free to try, still definitely a demo, and I’d love feedback from the HN community.<p>It can persist cookies from logins (and we don't store passwords!), which is really interesting to try out how Claude works with your current business tools like HubSpot, Google Sheets, etc. but be cautious with entering real credentials (monitor it and make sure you don't send it down websites where it can get prompt injected!)<p>Behind the scenes, this uses K8s as orchestration w/Websockets for realtime messaging, and [Browserbase](<a href="https://www.browserbase.com/" rel="nofollow">https://www.browserbase.com/</a>) for hosting a Chromium instance.<p>If you’re curious, or have ideas for improvement, I’d be grateful to hear your thoughts.<p>Depending on interest, I'm open to open-sourcing this or consulting with folks that need more domain/business-specific browser-based agents. There's a lot of infrastructure behind the scenes that goes in to making something like this work! I might do a write-up on that next week.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43271490">https://news.ycombinator.com/item?id=43271490</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Mar 2025 19:57:11 +0000</pubDate><link>https://clauperator.com</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=43271490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43271490</guid></item><item><title><![CDATA[Regulatory gridlock in the U.S. risks losing the drone arms race]]></title><description><![CDATA[
<p>Article URL: <a href="https://seanobannon.substack.com/p/drone-delivery-for-defense">https://seanobannon.substack.com/p/drone-delivery-for-defense</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43242921">https://news.ycombinator.com/item?id=43242921</a></p>
<p>Points: 80</p>
<p># Comments: 101</p>
]]></description><pubDate>Mon, 03 Mar 2025 15:53:16 +0000</pubDate><link>https://seanobannon.substack.com/p/drone-delivery-for-defense</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=43242921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43242921</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (June 2024)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote (US time zones) | Full-time | <a href="https://rematter.com/careers" rel="nofollow">https://rematter.com/careers</a><p>We're the leading software platform for Metal Recyclers. We help recyclers keep track of purchases, sales, inventory, and more so they can make better business decisions. The $100B+ Metal Recycling industry has a tremendous amount of untapped value that we're unlocking with better data.<p>We run on TypeScript, React, Node, GraphQL, GitHub Actions, Kubernetes, and Docker, on AWS. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly. The team is ~30 people excited about the industry and moving fast with competent, scrappy colleagues.<p>Join us to create a meaningful impact on sustainability, carbon neutrality, and supply chain robustness goals. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events. We're hiring multiple roles for the following positions:<p>Apply at:<p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Wed, 05 Jun 2024 17:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40587955</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=40587955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40587955</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (April 2024)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote (US time zones) | Full-time | <a href="https://rematter.com/careers" rel="nofollow">https://rematter.com/careers</a><p>We're the leading software platform for Metal Recyclers. We help recyclers keep track of purchases, sales, inventory, and more so they can make better business decisions. The $100B+ Metal Recycling industry has a tremendous amount of untapped value that we're unlocking with better data.<p>We run on TypeScript, React, Node, GraphQL, GitHub Actions, Kubernetes, and Docker, on AWS. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly. The team is ~30 people excited about the industry and moving fast with competent, scrappy colleagues.<p>Join us to create a meaningful impact on sustainability, carbon neutrality, and supply chain robustness goals. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events. We're hiring for the following positions:<p>Apply at:<p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- Product Marketer: <a href="https://rematter.com/careers/?ashby_jid=b93cfbe0-3954-49c0-805a-04af58498c89" rel="nofollow">https://rematter.com/careers/?ashby_jid=b93cfbe0-3954-49c0-8...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Tue, 02 Apr 2024 16:02:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39907301</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=39907301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39907301</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (March 2024)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote (US time zones) | Full-time | <a href="https://rematter.com/careers" rel="nofollow">https://rematter.com/careers</a><p>We're the leading software platform for Metal Recyclers. We help recyclers keep track of purchases, sales, inventory, and more so they can make better business decisions. The $100B+ Metal Recycling industry has a tremendous amount of untapped value that we're unlocking with better data.<p>We run on TypeScript, React, Node, GraphQL, GitHub Actions, Kubernetes, and Docker, on AWS. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly. The team is ~25 people excited about the industry and moving fast with competent, scrappy colleagues.<p>Join us to create a meaningful impact on sustainability, carbon neutrality, and supply chain robustness goals. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events. We're hiring multiple roles for the following positions:<p>Apply at:<p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Fri, 01 Mar 2024 18:47:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39565247</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=39565247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39565247</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (February 2024)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote (US time zones) | Full-time | <a href="https://rematter.com/careers" rel="nofollow">https://rematter.com/careers</a><p>We're the leading software platform for Metal Recyclers. We help recyclers keep track of purchases, sales, inventory, and more so they can make better business decisions. The $100B+ Metal Recycling industry has a tremendous amount of untapped value that we're unlocking with better data.<p>We run on TypeScript, React, Node, GraphQL, GitHub Actions, Kubernetes, and Docker, on AWS. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly. The team is ~25 people excited about the industry and moving fast with competent, scrappy colleagues.<p>Join us to create a meaningful impact on sustainability, carbon neutrality, and supply chain robustness goals. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events.<p>Apply at:<p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Thu, 01 Feb 2024 19:34:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=39220179</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=39220179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39220179</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (January 2024)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote | Full-time | <a href="https://rematter.com/careers" rel="nofollow">https://rematter.com/careers</a><p>Our mission is to enhance the sustainability, resilience, and robustness of the global metal supply chain while minimizing its carbon footprint. ReMatter is a scrap metal recycling software company founded by Forbes 30 Under 30 Stanford grads, building modern solutions for the $100B+ scrap metal industry.<p>Our stack includes TypeScript, React, Node, GraphQL, AWS (Lambda, Cognito, S3, RDS), GitHub Actions, and Docker. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly.<p>Join us to create a meaningful impact on the lives of recyclers. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events.<p>Apply at:<p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Wed, 03 Jan 2024 14:44:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=38854620</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=38854620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38854620</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (December 2023)"]]></title><description><![CDATA[
<p>ReMatter | Engineering | Remote | Full-time | <a href="https://rematter.com/careers" rel="nofollow noreferrer">https://rematter.com/careers</a><p>Our mission is to enhance the sustainability, resilience, and robustness of the global metal supply chain while minimizing its carbon footprint. ReMatter is a scrap metal recycling software company founded by Forbes 30 Under 30 Stanford grads, building modern solutions for the $100B+ scrap metal industry.<p>Our stack includes TypeScript, React, Node, GraphQL, AWS (Lambda, Cognito, S3, RDS), GitHub Actions, and Docker. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly.<p>Join us to create a meaningful impact on the lives of recyclers. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events.<p>Apply at:<p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Fri, 01 Dec 2023 23:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=38494045</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=38494045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38494045</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (November 2023)"]]></title><description><![CDATA[
<p>ReMatter | Product & Engineering | Remote (Optional Hybrid in Los Angeles, CA) | Full-time | <a href="https://rematter.com/careers" rel="nofollow noreferrer">https://rematter.com/careers</a><p>Our mission is to enhance the sustainability, resilience, and robustness of the global metal supply chain while minimizing its carbon footprint. ReMatter is a scrap metal recycling software company founded by Forbes 30 Under 30 Stanford grads, building modern solutions for the $100B+ scrap metal industry.<p>For engineers, our stack includes TypeScript, React, Node, GraphQL, AWS (Lambda, Cognito, S3, RDS), GitHub Actions, and Docker. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly.<p>Join us to create a meaningful impact on the lives of recyclers. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events.<p>Apply at:<p>- Sr. Product Manager: <a href="https://rematter.com/careers/?ashby_jid=99e79271-47d0-415b-a066-65a624831547" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=99e79271-47d0-415b-a...</a><p>- Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9c80-3efc0df49335" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Wed, 01 Nov 2023 19:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38103248</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=38103248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38103248</guid></item><item><title><![CDATA[New comment by seanobannon in "Ask HN: Who is hiring? (October 2023)"]]></title><description><![CDATA[
<p>ReMatter | Product & Engineering | Remote (Optional Hybrid in LA) | Full-time | <a href="https://rematter.com/careers" rel="nofollow noreferrer">https://rematter.com/careers</a><p>Our mission is to enhance the sustainability, resilience, and robustness of the global metal supply chain while minimizing its carbon footprint. ReMatter is a scrap metal recycling software company founded by Forbes 30 Under 30 Stanford grads, building modern solutions for the $100B+ scrap metal industry.<p>Our stack includes TypeScript, React, Node, GraphQL, AWS (Lambda, Cognito, S3, RDS), GitHub Actions, and Docker. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly.<p>Join us to create a meaningful impact on the lives of recyclers. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events.<p>Apply at:<p>- Sr. Product Manager: <a href="https://rematter.com/careers/?ashby_jid=99e79271-47d0-415b-a066-65a624831547" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=99e79271-47d0-415b-a...</a><p>- Mobile Software Engineer: <a href="https://rematter.com/careers/?ashby_jid=e78089d3-542c-4c6b-96c4-a919c00b749a" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=e78089d3-542c-4c6b-9...</a><p>- DevOps Engineer: <a href="https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9865-e7e9be9d65ce" rel="nofollow noreferrer">https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...</a><p>If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com</p>
]]></description><pubDate>Mon, 02 Oct 2023 17:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=37741508</link><dc:creator>seanobannon</dc:creator><comments>https://news.ycombinator.com/item?id=37741508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37741508</guid></item></channel></rss>