Recently added role sync for Saml, oidc and ldap. These auth protocols are complicated though.
Ask HN: What are you working on? (January 2026)
521–530 of 914 posts
Re: Ask HN: What are you working on? (January 2026)
#522input output -> report
Example summary:
================================================================================
TOTAL
================================================================================
-20 insns, -40 bytes (c.insn→insn +40b) [spill -22, cmov +3, call -2, br -1] mem +13, alu -6, mv -4, bitmanip -1
Added/Removed: +0 / -220 bytes
Functions: 4 better (-20 insns), 0 worse (+0 insns), 1 removed, 1062 unchangedRe: Ask HN: What are you working on? (January 2026)
#523A suite of productivity tools for Claude Code, Codex CLI and similar CLI agents. These solve pain points for me, and I build and share them in the repo[1]. I’ll highlight a couple: - an “aichat” command group that enables continuing work from a session that is at full context usage, by creating a new session and injecting session lineage pointers so the agent/sub-agent can recover arbitrary full details from ancestor…
I’ll take a look at the others you have.
Re: Ask HN: What are you working on? (January 2026)
#524So I've been building a distributed AI inference platform where you can run models on your own hardware and access it from anywhere privately. Keep your data on infrastructure you control, but also leverage a credit system to tap into more powerful compute when you need it.
We're planning a closed beta in February for folks on the email list – testing the core flow of running your own node, accessing it remotely, and participating in the credit economy. Looking for developers and teams who want to kick the tires on this before we open it up more widely.
If you're interested in the beta: https://sporeintel.com/
Re: Ask HN: What are you working on? (January 2026)
#525Re: Ask HN: What are you working on? (January 2026)
#526Spent about 2 years improving printing and scanning stack of Linux: CUPS, SANE, AirSane, as well as some legacy drivers, and also x86 proprietary driver emulation on ARM with Box86. Even that "modern" printing stack in Linux is 20+ years old, there's still such an unbelievable amount of basic bugs and low-hanging-fruit optimizations, that it's kinda sad. Not to mention that it still maintains ALL its legacy compatibi…
Great initiative. I wonder, how likely is it for a complete beginner to break their own printer or scanner by making a mistake in driver implementation? Or is it possible to work on hardware support without having a physical device? I assume it is impossible to test each and every one printer and scanner, so there is probably some clever tricks there, right?
A printer driver is something like a protocol converter. Roughly speaking, it binds some printing API's in the some kind of printer framework or service on the host to the right language (which may have vendor-specific nuances even if it is some kind of standard0.
Re: Ask HN: What are you working on? (January 2026)
#527I've spent the past ~year compiling a US nationwide land parcel dataset. I posted it to kaggle a few days ago: https://www.kaggle.com/datasets/landrecordsus/us-parcel-laye... . I'm around 99% coverage of the US. Learned a lot about land records and GIS along the way.
This is really cool. What do you think the remaining ~1% is?
Re: Ask HN: What are you working on? (January 2026)
#528This is something I built over the holidays to support people having a hard time with the short days and early sunsets: https://sunshineoptimist.com . For the past several years I would look up the day lengths and sunset times for my location and identify milestones like “first 5pm sunset”, “1 hour of daylight gained since the winter solstice”, etc. But that manual process also meant I was limited to sharing updates…
Re: Ask HN: What are you working on? (January 2026)
#529Re: Ask HN: What are you working on? (January 2026)
#530https://github.com/sastrophy/siteiq
I am a student and fascinated by physics and cybersecurity. So to understand more about the field of cybersecurity and web-development, I started this project few months back. Any feedback from all of you will be really helpful in taking this project forward.