<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: ibarrajo</title><link>https://news.ycombinator.com/user?id=ibarrajo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 01:21:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ibarrajo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ibarrajo in "The Case Against Formal Verification, 50 Years Later"]]></title><description><![CDATA[
<p>I’ve been vibe coding a lot of Lean this year.<p>What i found is that it is amazing once you determine and the invariants that are essential to the guarantees you want to keep.<p>I built my own formally verified workflow engine, it was easy but mostly because i already knew the pitfalls and the foundational pillars of Cadence and Temporal.<p>Also, it doesnt seem like common knowledge, but you can export libraries that compile to C from lean. With them you do get performant code that that has been verified and easily call them as C bindings from elsewhere.<p>Lean itself does not have a good IO stack in general but its good enough for small projects.<p>There is a caveat to exporting libs or native_decide in general. Once you export into C, ABI its now outside of the scope of the Lean kernel which means that bugs can creep in from the compiler itself.</p>
]]></description><pubDate>Sun, 16 Aug 2026 22:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49324349</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=49324349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49324349</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (August 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right team)
  Technologies: Go, Python, Rust, TypeScript, Kotlin | LLM agents, multi-agent orchestration, MCP, RAG | Postgres, Redis, Kafka, gRPC, Kubernetes | AWS, GCP, Cloudflare | Cadence/Temporal, Playwright/CDP
  Résumé: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  GitHub: https://github.com/ibarrajo
  Email: alex [at] elninja.com
</code></pre>
I build agent systems. A decade in production distributed systems (Uber, DoorDash, Jobscan); the last year spent designing and shipping autonomous, LLM-driven infrastructure. Looking for a hands-on senior IC role on an AI-infra / agent-platform / applied-AI team.<p>Background: at Uber, worked on Cadence (open-source workflow engine, 12B+ workflows/month internally) — executed multi-region failovers on domains doing billions of ops/day, shipped non-determinism detection via shadow replay, rebuilt cadenceworkflow.io, onboarded 50+ teams. At DoorDash, refund rules engine for McDonald's/Chipotle (500K refunds/month). At Jobscan, Senior Software Engineer: 97% → 99.99% uptime through an AWS migration, $475K/yr recovered via payment A/B testing. I've operated durable-execution systems at scale and have opinions about where that paradigm earns its keep and where autonomous agents are the better tool — which is what I build now.</p>
]]></description><pubDate>Tue, 04 Aug 2026 03:09:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49164000</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=49164000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49164000</guid></item><item><title><![CDATA[New comment by ibarrajo in "Claude Fable produced a counterexample to the Jacobian Conjecture"]]></title><description><![CDATA[
<p>I’m doing this by working all logical steps into lean (formal verification) the quick feedback loop between the AI prose and the Lean verification errors and warnings ensures that its logically consistent.<p>The issue that remains are two things, ensuring the idea of the proof is actually the thing you want to prove and the interpretation of the results you get. But besides that, everything inside of the kernel checked code is logically consistent</p>
]]></description><pubDate>Mon, 20 Jul 2026 07:55:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48975530</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48975530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48975530</guid></item><item><title><![CDATA[New comment by ibarrajo in "Claude Fable produced a counterexample to the Jacobian Conjecture"]]></title><description><![CDATA[
<p>I’ve been math-vibe coding a few months now.<p>It’s surprisingly easy to do with AI. The hard part has been manually verifying and validating the results. I took one of the smaller findings (disproving a conjecture) and wrote a paper as my first endeavor into publishing.<p>Because the next few findings i have in the pipeline are substantial in the field of quantum topology and physics im taking some time to publish them with a ton of scrutiny. And verification has taken more time than it did to make the discoveries.<p>Here’s my first piece if anybody is interested in number theory: <a href="https://arxiv.org/abs/2607.09793" rel="nofollow">https://arxiv.org/abs/2607.09793</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 07:46:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48975474</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48975474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48975474</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (July 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right team)
  Technologies: Go, Python, Rust, TypeScript, Kotlin | LLM agents, multi-agent orchestration, MCP, RAG, evals, GPTQ/quantization, Triton | Postgres, Redis, Kafka, gRPC, Kubernetes | AWS, GCP, Cloudflare | Cadence/Temporal, Playwright/CDP
  Résumé: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  GitHub: https://github.com/ibarrajo
  Email: alex [at] elninja.com
</code></pre>
I build agent systems. A decade in production distributed systems (Uber, DoorDash, Jobscan); the last year spent designing and shipping autonomous, LLM-driven infrastructure. Looking for a hands-on senior IC role on an AI-infra / agent-platform / applied-AI team.<p>Background: at Uber, worked on Cadence (open-source workflow engine, 12B+ workflows/month internally) — executed multi-region failovers on domains doing billions of ops/day, shipped non-determinism detection via shadow replay, rebuilt cadenceworkflow.io, onboarded 50+ teams. At DoorDash, refund rules engine for McDonald's/Chipotle (500K refunds/month). At Jobscan, Senior Software Engineer: 97% → 99.99% uptime through an AWS migration, $475K/yr recovered via payment A/B testing. I've operated durable-execution systems at scale and have opinions about where that paradigm earns its keep and where autonomous agents are the better tool — which is what I build now.</p>
]]></description><pubDate>Thu, 02 Jul 2026 01:00:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48755076</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48755076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48755076</guid></item><item><title><![CDATA[New comment by ibarrajo in "Anonymous GitHub account mass-dropping undisclosed 0-days"]]></title><description><![CDATA[
<p>I’m sitting on a 0-day rce on the tizen browser (smart tv)<p>Didn’t bother submitting since who actually uses tizen?</p>
]]></description><pubDate>Sat, 27 Jun 2026 19:06:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48700811</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48700811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48700811</guid></item><item><title><![CDATA[New comment by ibarrajo in "Think of the children: How to force real ID for all internet traffic (2023)"]]></title><description><![CDATA[
<p>You can already do this, it’s called reticulum.<p>Essentially it’s encrypted internet/networking over any type of network including LoRa.<p>Issue is the size of the community and linking up to actually serve internet or surface public services there.</p>
]]></description><pubDate>Sat, 20 Jun 2026 03:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48606159</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48606159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48606159</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right team)
  Technologies: Go, Python, Rust, TypeScript, Kotlin | LLM agents, multi-agent orchestration, MCP, RAG, evals, GPTQ/quantization, Triton | Postgres, Redis, Kafka, gRPC, Kubernetes | AWS, GCP, Cloudflare | Cadence/Temporal, Playwright/CDP
  Résumé: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  GitHub: https://github.com/ibarrajo
  Email: alex [at] elninja.com
</code></pre>
I build agent systems. A decade in production distributed systems (Uber, DoorDash, Jobscan); the last year spent designing and shipping autonomous, LLM-driven infrastructure. Looking for a hands-on senior IC role on an AI-infra / agent-platform / applied-AI team.<p>Background: at Uber, worked on Cadence (open-source workflow engine, 12B+ workflows/month internally) — executed multi-region failovers on domains doing billions of ops/day, shipped non-determinism detection via shadow replay, rebuilt cadenceworkflow.io, onboarded 50+ teams. At DoorDash, refund rules engine for McDonald's/Chipotle (500K refunds/month). At Jobscan, Interim Head of Eng: 97% → 99.99% uptime through an AWS migration, $475K/yr recovered via payment A/B testing. I've operated durable-execution systems at scale and have opinions about where that paradigm earns its keep and where autonomous agents are the better tool — which is what I build now.<p>Shipped this past year:<p>- Maquina: a structured "cognitive language" + control plane for coordinating heterogeneous LLM agents. Full EBNF grammar, an evaluation harness, and a runtime that treats multi-agent coordination as a first-class protocol instead of glue code.<p>- Meridian: 29k-line TypeScript autonomous goal-graph executor (Postgres + MCP) that decomposes high-level charters into plan nodes and runs LLM-backed agents on a live dashboard, with budget circuit-breakers and governance enforcement.<p>- Pursuit (co-founder, AI Scalathon Seattle 2026): agent-to-agent recruiting — a 3-min structured interview producing ranked multi-dimensional match scores. Ran live: 51 reports + 120 real matches against Microsoft, JPMorgan, Uber, CoreWeave, Adobe, Block, Boeing, Lululemon, SpaceX.<p>- ApplyPilot (OSS, github.com/ibarrajo/ApplyPilot): multi-provider LLM orchestration with cost-aware routing across Gemini/OpenAI/Anthropic; Claude Code + Playwright automation across 40+ ATS workflows.<p>- OpenAI Parameter Golf: 14+ PRs to the 16MB / 10-min / 8×H100 LLM-training challenge (best valid submission val_bpb 1.1354). Hands-on with Int5/6 GPTQ, score-first test-time training, Triton kernels, and Hessian-based calibration.<p>I want a team where the hard problems are agents, evals, and inference — and shipping daily is the norm.</p>
]]></description><pubDate>Tue, 02 Jun 2026 06:58:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48366930</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=48366930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48366930</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right team)
  Technologies: Go, Python, Kotlin, TypeScript, Rust | Cadence/Temporal, Kafka, gRPC, Postgres, Redis, Kubernetes | AWS, GCP, Cloudflare | LLM agents, MCP, Playwright/CDP, RAG
  Résumé: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  GitHub: https://github.com/ibarrajo
  Email: alex [at] elninja.com
</code></pre>
Senior backend / platform IC, 10+ years on distributed systems at Uber, DoorDash, Jobscan. Looking for a hands-on senior IC role — infrastructure, developer platforms, or applied AI systems.<p>At Uber, Developer Advocate for Cadence — the open-source workflow engine running 12B+ workflows/month internally. Onboarded 50+ teams, executed multi-region failovers on domains processing billions of daily ops, rebuilt cadenceworkflow.io, and shipped non-determinism detection via shadow replay. Before Uber: refund rules engine for McDonald's/Chipotle at DoorDash (500K refunds/month), and Interim Head of Engineering at Jobscan (97% → 99.99% uptime on AWS migration, $475K/yr recovered via payment A/B testing).<p>Currently shipping (June 2025 → now):<p>- Pursuit (co-founder, AI Scalathon Seattle 2026): agent-to-agent recruiting — a 3-min structured candidate/employer interview producing ranked multi-dimensional match scores. Ran live: 51 reports + 120 real matches against Microsoft, JPMorgan, Uber, CoreWeave, Adobe, Block, Boeing, Lululemon, SpaceX.<p>- Meridian: 29k-line TypeScript autonomous goal-graph executor (Postgres + MCP) that decomposes high-level charters into plan nodes and runs LLM-backed agents on a real-time dashboard.<p>- ApplyPilot (OSS, github.com/ibarrajo/ApplyPilot): multi-provider LLM orchestration with cost-aware routing across Gemini/OpenAI/Anthropic; Claude Code + Playwright integration across 40+ ATS workflows.<p>- OpenAI Parameter Golf: 14+ PRs opened to the 16MB / 10-min / 8xH100 LLM-training challenge. Hands-on with Int5/6 GPTQ, test-time training with score-first backprop, Triton kernels, Hessian-based calibration.<p>Looking for a team where shipping daily is the norm.</p>
]]></description><pubDate>Sat, 02 May 2026 00:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47981975</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=47981975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47981975</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (April 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right role)
  Technologies: Go, Python, Kotlin, TypeScript | Cadence/Temporal, Kubernetes, Kafka, Postgres, Redis | GCP, AWS | LLM agents, workflow orchestration
  Résumé/CV: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  Email: alex [at] elninja.com
  GitHub: https://github.com/ibarrajo
</code></pre>
Senior backend/platform engineer, 10+ years building distributed systems at scale (Uber, DoorDash). Looking for a hands-on senior/staff IC role — infrastructure, developer platforms, or applied AI systems.<p>At Uber I was Developer Advocate for Cadence, an open-source workflow orchestration engine powering 12B+ workflows/month. Drove adoption across dozens of teams, debugged production issues at scale, and integrated Cadence into Uber's Michelangelo ML platform. Fine-tuned LLMs on internal corpora and built classification systems for developer support triage.<p>Currently building: an autonomous personal operating system with LLM-driven agent orchestration (graph-based scheduling, MCP integrations), an AI-powered job application pipeline, and a consumer AI product. Shipping code daily and looking for a team where that energy is the norm.</p>
]]></description><pubDate>Thu, 02 Apr 2026 23:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621678</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=47621678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621678</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (March 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes (SF, NYC for the right role)
  Technologies: Go, Python, Kotlin, TypeScript | Cadence/Temporal, Kubernetes, Kafka, Postgres, Redis | GCP, AWS | LLM integrations, workflow orchestration
  Résumé/CV: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  GitHub: https://github.com/ibarrajo
  Email: alex [at] elninja.com
</code></pre>
Senior backend/platform engineer with 10+ years building distributed systems at scale (Uber, DoorDash). Looking for a hands-on IC role on a strong team — infrastructure, developer platforms, or applied AI systems.<p>Most recently at Uber as Developer Advocate for Cadence, an open-source workflow orchestration engine powering 12B+ workflows/month. Partnered with engineering teams across the org to drive adoption, debug production issues, and scale fault-tolerant pipelines — including integration with Uber's Michelangelo ML platform. Fine-tuned LLMs on internal corpora and built classification systems for developer support triage.<p>Since then I've been building: a self-orchestrating workflow engine with LLM-driven agents, AI-powered job automation pipelines, and a couple of side projects — El Minarete (<a href="https://elminarete.com" rel="nofollow">https://elminarete.com</a>), a Lotería card game generator, and Lomito (<a href="https://lomito.org" rel="nofollow">https://lomito.org</a>), a civic platform for animal welfare in Mexico. Recently pitched Pursuit at the Venture Mechanics' AI Scalathon — an agent-to-agent recruiting platform where AI interviews AI to match candidates to roles.<p>Previously: Kotlin microservices migration and refund rules engine at DoorDash. NLP resume-matching pipelines at Jobscan. Founded a healthtech startup (CTO).<p>Interested in: infrastructure, developer tooling, workflow orchestration, applied ML/AI — especially in healthcare, logistics, finance, or defense. I want to build systems that matter with people who care about craft.</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:32:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225814</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=47225814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225814</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (February 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes, open to SF, NYC for the right role
  Technologies: Go, Kotlin, Python, TypeScript, PHP, Java, Cadence Workflows, Kubernetes, GCP, AWS, Postgres, Redis, Kafka, Docker
  Résumé/CV: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  Email: josue [at] elninja.com
</code></pre>
I'm a backend/platform engineer and developer advocate with over 10 years of experience building systems at scale across startups and growth-stage companies like Uber and DoorDash.<p>Until earlier this year, I worked at Uber as a Developer Advocate for Cadence — an open-source workflow orchestration engine powering 12B+ workflows/month. I partnered with dozens of teams to support adoption, scale distributed systems, and troubleshoot production issues. Cadence is a key component of Uber's Michelangelo ML platform, and I worked closely with AI/ML teams to integrate it into fault-tolerant pipelines. I also supported internal model training efforts, including fine-tuning LLMs to answer Cadence-related questions and building systems to classify and prioritize developer support.<p>At DoorDash, I contributed to the migration from Django to Kotlin microservices on the Drive Merchant Services team, focusing on customer support endpoints. I also designed and implemented a modular refund rules engine for our largest partners, enabling flexible refund logic and supporting internal tooling.<p>I’ve previously built NLP pipelines at Jobscan to match résumés to job descriptions and score resume strength, and earlier, trained models to predict ad performance based on copywriting—my first foray into ML back in 2016.<p>After wrapping up at Uber, I'm now excited to return to a hands-on engineering role with a collaborative, technically strong team and a path toward engineering leadership (EM or CTO). I'm particularly interested in infrastructure, developer platforms, and applied ML systems in domains like healthcare, logistics, finance, or defense.<p>Outside of work, I enjoy navigating Puget Sound on my sailboat, wrenching on my motorcycle, and getting curious about obscure systems and trivia. Let’s build something meaningful.</p>
]]></description><pubDate>Tue, 03 Feb 2026 00:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46864786</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=46864786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46864786</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (December 2025)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: Yes, open to SF, NYC for the right role
  Technologies: Go, Kotlin, Python, TypeScript, PHP, Java, Cadence Workflows, Kubernetes, GCP, AWS, Postgres, Redis, Kafka, Docker
  Résumé/CV: https://elninja.com/resume
  LinkedIn: https://www.linkedin.com/in/elninja
  Email: josue [at] elninja.com
</code></pre>
I'm a backend/platform engineer and developer advocate with over 10 years of experience building systems at scale across startups and growth-stage companies like Uber and DoorDash.<p>Until earlier this year, I worked at Uber as a Developer Advocate for Cadence — an open-source workflow orchestration engine powering 12B+ workflows/month. I partnered with dozens of teams to support adoption, scale distributed systems, and troubleshoot production issues. Cadence is a key component of Uber's Michelangelo ML platform, and I worked closely with AI/ML teams to integrate it into fault-tolerant pipelines. I also supported internal model training efforts, including fine-tuning LLMs to answer Cadence-related questions and building systems to classify and prioritize developer support.<p>At DoorDash, I contributed to the migration from Django to Kotlin microservices on the Drive Merchant Services team, focusing on customer support endpoints. I also designed and implemented a modular refund rules engine for our largest partners, enabling flexible refund logic and supporting internal tooling.<p>I’ve previously built NLP pipelines at Jobscan to match résumés to job descriptions and score resume strength, and earlier, trained models to predict ad performance based on copywriting—my first foray into ML back in 2016.<p>After wrapping up at Uber. I'm now excited to return to a hands-on engineering role with a collaborative, technically strong team and a path toward engineering leadership (EM or CTO). I'm particularly interested in infrastructure, developer platforms, and applied ML systems in domains like healthcare, logistics, finance, or defense.<p>Outside of work, I enjoy navigating Puget Sound on my sailboat, wrenching on my motorcycle, and getting curious about obscure systems and trivia. Let’s build something meaningful.</p>
]]></description><pubDate>Tue, 02 Dec 2025 01:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46115944</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=46115944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46115944</guid></item><item><title><![CDATA[New comment by ibarrajo in "Gallery of wonderful drawings our little thermal printer received"]]></title><description><![CDATA[
<p>I just had to try, got a bitmap and set it directly on the canvas using js, I wonder if it will print.<p>Canvas is 348x348.<p><a href="https://gist.github.com/ibarrajo/d5dc106cf226a0f2286e7e959ce75bfb" rel="nofollow">https://gist.github.com/ibarrajo/d5dc106cf226a0f2286e7e959ce...</a></p>
]]></description><pubDate>Mon, 03 Nov 2025 21:28:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45804671</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=45804671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45804671</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who wants to be hired? (December 2023)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Seattle, WA
  Remote: Yes
  Willing to relocate: No
  Technologies: Python, Kotlin, Java, PHP, Laravel, Postgresql, Mysql, AWS (EC2, RDS, ECS, Lambda, etc..), Linux, Kubernetes, Kafka, VueJS, Angular, Node, Typescript, Javascript, full stack
  Résumé/CV: https://docs.google.com/document/d/1tYBr4v7HUme1bL7p_ksiFljiEM21Jccs/edit?usp=sharing&ouid=106145294552267002206&rtpof=true&sd=true
  Email: ibarra.josue91 at gmail
  LinkedIn: https://www.linkedin.com/in/elninja/</code></pre>
I'm a software engineer with 10 years of experience in software development. I've designed and built solutions as an entrepreneur, as a consultant, IC and lead engineer in companies big and small. I have a knack for backend development and strong product management intuition.</p>
]]></description><pubDate>Fri, 01 Dec 2023 19:37:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38491184</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=38491184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38491184</guid></item><item><title><![CDATA[New comment by ibarrajo in "Square Is Down"]]></title><description><![CDATA[
<p>Small businesses such as mine have been unable to process payments nor log in. Disappointing in such a critical service. This is now 10 hours in.</p>
]]></description><pubDate>Fri, 08 Sep 2023 04:43:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37429426</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=37429426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37429426</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Has anyone switched from a professional job to a more manual one?"]]></title><description><![CDATA[
<p>Coffee engineer? You’ll still be working with Java I bet</p>
]]></description><pubDate>Wed, 24 May 2023 14:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=36058971</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=36058971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36058971</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who is hiring right now?"]]></title><description><![CDATA[
<p>Jobscan.co | Seattle | Full time / Onsite | Director of Engineering and Senior Software Engineer Roles
Jobscan is a fast-growing start-up in the heart of historic Pioneer Square, Seattle, WA. Jobscan is web service that helps job seekers land more interviews by using AI to analyze one’s resume or LinkedIn profile against any job description. We're building the next generation of job search tools to make job search easier. We’re user-funded, profitable, and growing exponentially.<p>We are looking for a Full-Stack Engineer to help build the next generation of job search tools. Our agile development team develops and supports our products top-to-bottom and ship software on a regular basis. A successful candidate will thrive in a fast paced, start-up team environment and is passionate about building software the right way. You’ll be working alongside our engineers, CEO and CTO collaborating on the various layers of the infrastructure to help scale and grow the company.<p>Director of Engineering:<p><a href="https://jobs.lever.co/jobscan-2/2de25aed-aed2-460d-8a09-b11693050421?lever-via=ljtPbezMuO" rel="nofollow">https://jobs.lever.co/jobscan-2/2de25aed-aed2-460d-8a09-b116...</a><p>Senior Software Engineer:<p><a href="https://jobs.lever.co/jobscan-2/dc22f8bc-571b-45df-9a63-46149f31a752?lever-via=ljtPbezMuO" rel="nofollow">https://jobs.lever.co/jobscan-2/dc22f8bc-571b-45df-9a63-4614...</a></p>
]]></description><pubDate>Mon, 23 Mar 2020 17:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=22666344</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=22666344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22666344</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who is hiring? (March 2020)"]]></title><description><![CDATA[
<p>Jobscan.co | Seattle | Full time / Onsite | Director of Engineering and Senior Software Engineer Roles<p>Jobscan is a fast-growing start-up in the heart of historic Pioneer Square, Seattle, WA. Jobscan is web service that helps job seekers land more interviews by using AI to analyze one’s resume or LinkedIn profile against any job description. We're building the next generation of job search tools to make job search easier. We’re user-funded, profitable, and growing exponentially.<p>We are looking for a Full-Stack Engineer to help build the next generation of job search tools. Our agile development team develops and supports our products top-to-bottom and ship software on a regular basis. A successful candidate will thrive in a fast paced, start-up team environment and is passionate about building software the right way. You’ll be working alongside our engineers, CEO and CTO collaborating on the various layers of the infrastructure to help scale and grow the company.<p>Director of Engineering:<p><a href="https://jobs.lever.co/jobscan-2/2de25aed-aed2-460d-8a09-b11693050421?lever-via=ljtPbezMuO" rel="nofollow">https://jobs.lever.co/jobscan-2/2de25aed-aed2-460d-8a09-b116...</a><p>Senior Software Engineer:<p><a href="https://jobs.lever.co/jobscan-2/dc22f8bc-571b-45df-9a63-46149f31a752?lever-via=ljtPbezMuO" rel="nofollow">https://jobs.lever.co/jobscan-2/dc22f8bc-571b-45df-9a63-4614...</a></p>
]]></description><pubDate>Tue, 03 Mar 2020 06:56:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=22472406</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=22472406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22472406</guid></item><item><title><![CDATA[New comment by ibarrajo in "Ask HN: Who is hiring? (December 2019)"]]></title><description><![CDATA[
<p>Jobscan.co | Seattle | Full time / Onsite | Senior Software Engineer, Software Engineer<p>Jobscan is a fast-growing start-up in the heart of historic Pioneer Square, Seattle, WA. Jobscan is web service that helps job seekers land more interviews by using AI to analyze one’s resume or LinkedIn profile against any job description. We're building the next generation of job search tools to make job search easier. We’re user-funded, profitable, and growing exponentially.<p>We are looking for a Full-Stack Engineer to help build the next generation of job search tools. Our agile development team develops and supports our products top-to-bottom and ship software on a regular basis. A successful candidate will thrive in a fast paced, start-up team environment and is passionate about building software the right way. You’ll be working alongside our engineers, CEO and CTO collaborating on the various layers of the infrastructure to help scale and grow the company.<p><a href="https://jobs.lever.co/jobscan-2/70306af6-7f25-428c-8635-a3ff6f181f0e?lever-via=ljtPbezMuO" rel="nofollow">https://jobs.lever.co/jobscan-2/70306af6-7f25-428c-8635-a3ff...</a></p>
]]></description><pubDate>Mon, 02 Dec 2019 19:52:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=21686145</link><dc:creator>ibarrajo</dc:creator><comments>https://news.ycombinator.com/item?id=21686145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21686145</guid></item></channel></rss>