<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: joefreeman</title><link>https://news.ycombinator.com/user?id=joefreeman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 03:23:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=joefreeman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by joefreeman in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I've been building a text editor. It uses a server-client model, with native/terminal/web clients using a shared (local) server instance. It integrates LSP/tree-sitter/ripgrep/Git/etc, and has a concept of 'workspaces' to easily switch between projects.<p>I spend less time in an editor now, but it's been satisfying being able to take features I've enjoyed from other editors and customise - and it's oriented a bit more towards exploring code than editing. Key-bindings are arranged such that bare letters are for motions, Shift- variants are then used to extend selections, Ctrl- bindings are for buffer mutations, and leader-prefixed bindings are application level (e.g., opening pickers).<p><a href="https://github.com/joefreeman/aether" rel="nofollow">https://github.com/joefreeman/aether</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 07:13:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48888986</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=48888986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48888986</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>The workflow orchestration tools I've used over the past have been consistently unsatisfying, so I've been building my own. With Coflux (<a href="https://coflux.com" rel="nofollow">https://coflux.com</a>), workflows are defined declaratively in plain Python with decorated functions (tasks). Workers connect to the orchestration server and get assigned work - calls to other tasks get intercepted and then re-scheduled by the server onto (potentially different) workers. Tasks are executed in pre-warmed, isolated processes, with low latency.<p>Beyond standard features (retries, caching, timeouts - enabled with attributes on the decorator), Coflux supports more novel features - like suspense (where a task can choose to go to sleep and get restarted when a result it depends on becomes available), memoisation (where steps within a run are aggressively cached so that you can re-run steps in a workflow without re-running upstream steps), and the ability to re-run a step in a different workspaces (with updated code, or in a different environment).<p>It turns out this works great for implementing agentic systems - you can provide references to tasks as tools to an LLM call and have the AI drive - tasks can be easily sandboxed. And Claude is very capable of using the CLI to interact with the orchestration server to submit workflows, investigate failed runs, make updates to workflows and re-run steps.<p>I'm trying to make sure it's easy to try out - there's a self-contained CLI that can be used to start the server (a single Docker container), run worker processes, and then interact with the server. The dev mode automatically restarts the workers as you make local changes. There's also a hosted UI for observing runs in real-time, where you can see the execution graph, access logs/metrics/assets/etc - it works without creating an account - the browser interacts with your orchestration server directly.</p>
]]></description><pubDate>Mon, 13 Apr 2026 07:01:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748628</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=47748628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748628</guid></item><item><title><![CDATA[Show HN: Topical – Elixir library for synchronising state to web clients]]></title><description><![CDATA[
<p>Hi HN. I've been working on an Elixir library for synchronising state, maintained by the server, to connected web clients. I found this was something I kept implementing for side-projects, so I've extracted it into a library.<p>It solves a similar problem to Phoenix LiveView, but aimed at a different level of abstraction: rather than synchronising HTML and UI events, this just synchronises (JSON-serialisable) state.<p>Topics can be shared between connected users, and each client can subscribe to multiple topics. The library takes care of starting topic instances (GenServer processes) as needed, then shuts them down when they're no longer in use. A topic is defined with an initialisation function (which can be used to load the initial state and/or subscribe to updates from a database/etc), and can then respond to requests/notifications from clients, or arbitrary BEAM messages, to efficiently update (and synchronise) state.<p>The library can be used directly from Elixir, or there's a Cowboy adapter that can be used along with the JavaScript client or React hook.<p>I've put together a few very basic examples. Some use cases I think this works great for are, a) synchronising ephemeral state (e.g., cursor positions); b) as a layer over a database for synchronising real-time updates to persisted state. In particular, this works pretty well for event-sourcing-type scenarios - you can load events from the database, subscribe to updates, and (if needed) periodically take snapshots of the state.<p>Please let me know what you think.<p><a href="https://github.com/joefreeman/topical">https://github.com/joefreeman/topical</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37692438">https://news.ycombinator.com/item?id=37692438</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 Sep 2023 16:58:15 +0000</pubDate><link>https://github.com/joefreeman/topical</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=37692438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37692438</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (September 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow noreferrer">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced full-stack (/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges throughout the stack. We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>Ideal candidates would:<p><pre><code>  - Have an interest in working in BioTech/HealthTech (experience not necessary)
  - Have a strong academic background
  - Be based in/around London
  - Be self-motivated, and have experience working in a high-output team
  - Mention these things when getting in touch (and not be CC-ing every e-mail address on this page!)
</code></pre>
£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Sat, 02 Sep 2023 07:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=37359255</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=37359255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37359255</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: What are the big/important problems to work on?"]]></title><description><![CDATA[
<p>I think Maslow's Hierarchy of Needs is good place to get inspiration for this. It's guided my last two job roles in agritech and biotech. But I'm becoming aware that there seems to be an (inverse) correlation between how much money/funding is available as you go down the triangle.</p>
]]></description><pubDate>Mon, 07 Aug 2023 13:27:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=37034154</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=37034154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37034154</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (August 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow noreferrer">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced full-stack (/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges throughout the stack. We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>Ideal candidates would:<p><pre><code>  - Have an interest in working in BioTech/HealthTech (experience not necessary)
  - Have a strong academic background
  - Be based in/around London
  - Be self-motivated, and have experience working in a high-output team
  - Mention these things when getting in touch (and not be CC-ing every e-mail address on this page!)
</code></pre>
£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Tue, 01 Aug 2023 16:13:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=36958025</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=36958025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36958025</guid></item><item><title><![CDATA[New comment by joefreeman in "TypeChat"]]></title><description><![CDATA[
<p>>  It's unfortunately easy to get a response that includes { "name": "grande latte" }<p><pre><code>    type Item = {
        name: string;
        ...
        size?: string;
</code></pre>
I'm not really following how this would avoid `name: "grande latte"`?<p>But then the example response:<p><pre><code>    "size": 16
</code></pre>
> This is pretty great!<p>Is it? It's not even returning the type being asked for?<p>I'm guessing this is more of a typo in the example, because otherwise this seems cool.</p>
]]></description><pubDate>Thu, 20 Jul 2023 18:33:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=36804682</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=36804682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36804682</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (July 2023)"]]></title><description><![CDATA[
<p><a href="https://strawberry.rocks" rel="nofollow noreferrer">https://strawberry.rocks</a> ;)</p>
]]></description><pubDate>Wed, 05 Jul 2023 08:24:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=36597396</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=36597396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36597396</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (July 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/frontend/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow noreferrer">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced frontend (or full-stack/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges here (and throughout the stack). We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Mon, 03 Jul 2023 20:42:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=36578511</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=36578511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36578511</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (April 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/frontend/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced frontend (or full-stack/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges here (and throughout the stack). We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Mon, 03 Apr 2023 16:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=35427065</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=35427065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35427065</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (March 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/frontend/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced frontend (or full-stack/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges here (and throughout the stack). We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Wed, 01 Mar 2023 16:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34984386</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=34984386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34984386</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (February 2023)"]]></title><description><![CDATA[
<p>Genpax | Full-stack/frontend/product engineer | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>We're building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens.<p>Our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and appropriate responses to more dangerous or more antibiotic resistant strains. We have developed a unique solution to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>I'm looking for an experienced frontend (or full-stack/'product') engineer to join our small engineering team - initially to focus on building out a novel interactive tree-based UI. There are some interesting challenges here (and throughout the stack). We're using Python, GraphQL, React/TypeScript, Postgres and AWS, but open minded to adopting technologies that make sense.<p>£55-100k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Wed, 01 Feb 2023 16:46:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=34613223</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=34613223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34613223</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (January 2023)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and the bioinformatics algorithms we use; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. At the moment we're using Python, GraphQL, React/TypeScript, Postgres and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Mon, 02 Jan 2023 17:30:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=34220735</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=34220735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34220735</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (December 2022)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and the bioinformatics algorithms we use; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. At the moment we're using Python, GraphQL, React/TypeScript, Postgres and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Thu, 01 Dec 2022 23:44:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=33824751</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=33824751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33824751</guid></item><item><title><![CDATA[New comment by joefreeman in "Consider working on genomics"]]></title><description><![CDATA[
<p>Thanks for posting this, and your learngenomics.dev resource looks great - I'm looking forward to reading this though. I recently started working as an engineering manager/lead in a genomics startup (<a href="https://www.genpax.co" rel="nofollow">https://www.genpax.co</a>), and I've been picking this up as I go. I've also started working my way through the 'Micro binfie' podcast, which is great.<p>Our company values software quality and we're very product focussed. We're actively hiring in London: <a href="https://news.ycombinator.com/item?id=33423547" rel="nofollow">https://news.ycombinator.com/item?id=33423547</a></p>
]]></description><pubDate>Sat, 19 Nov 2022 20:44:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=33674473</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=33674473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33674473</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (November 2022)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | Notting Hill, London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and the bioinformatics algorithms we use; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. At the moment we're using Python, GraphQL, React/TypeScript, Postgres and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Tue, 01 Nov 2022 16:33:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33423547</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=33423547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33423547</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (October 2022)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | Notting Hill, London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>We already have a world-class scientific team of bioinformaticians, and we're building out an engineering team to match. There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and the bioinformatics algorithms we use; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. We're still in early stages - so far we’re using Python, GraphQL, React/TypeScript, Postgres and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Mon, 03 Oct 2022 19:55:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=33072794</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=33072794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33072794</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (September 2022)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | Notting Hill, London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can help hospitals take early and effective action against outbreaks of MRSA and other pathogens. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>We already have a world-class scientific team of bioinformaticians, and we're building out an engineering team to match. There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and the bioinformatics algorithms we use; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. We're still in early stages - so far we’re using Python, GraphQL, React/TypeScript, Postgres and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Thu, 01 Sep 2022 16:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32679078</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=32679078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32679078</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Who is hiring? (August 2022)"]]></title><description><![CDATA[
<p>Genpax | Engineers (full stack, frontend/backend, product, devops) | Notting Hill, London, UK | ONSITE (hybrid/flexible) | <a href="https://www.genpax.co/" rel="nofollow">https://www.genpax.co/</a><p>Genpax is building a game-changing bacterial analysis platform. Using bioinformatics, we can, for example, help hospitals take early and effective action against outbreaks of MRSA. This is an opportunity to have a real-world impact on thousands of lives each year.<p>At Genpax our goal is to radically increase the utility, scalability, and speed with which whole genome sequencing (WGS) data delivers infection control solutions for human and animal healthcare worldwide. This will enable proactive control at early stages of outbreaks, and to respond appropriately to more dangerous or more antibiotic resistant strains. We have developed unique solutions to address the challenges and our goal is to provide access to these solutions in a fully scalable system.<p>We already have a world-class scientific team of bioinformaticians, and we're building out an engineering team to match. There are really interesting engineering problems to be solved: scaling and optimising our analysis pipeline and bioinformatics algorithms; building out our interactive graph-based user-facing product; developing cryptographic techniques for analysis of anonymised data. We’re still in early stages - so far we’re using Python, GraphQL, React/TypeScript and AWS.<p>£45-95k + equity, based on experience.<p>jfreeman+hn@genpax.co</p>
]]></description><pubDate>Mon, 01 Aug 2022 18:11:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=32309980</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=32309980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32309980</guid></item><item><title><![CDATA[New comment by joefreeman in "Ask HN: Are there any software jobs in nature/animal conservation?"]]></title><description><![CDATA[
<p>I'm about to start at Optimal (in London). It's not exactly conservation, but I like to think it's not far from it. Some details on the Who's Hiring post [1]. Best of luck otherwise.<p>[1] <a href="https://news.ycombinator.com/item?id=23702401" rel="nofollow">https://news.ycombinator.com/item?id=23702401</a></p>
]]></description><pubDate>Fri, 24 Jul 2020 16:29:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=23941422</link><dc:creator>joefreeman</dc:creator><comments>https://news.ycombinator.com/item?id=23941422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23941422</guid></item></channel></rss>