frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Creating custom kernels for the AMD MI300

https://huggingface.co/blog/mi300kernels
1•skidrow•1m ago•0 comments

Implementing a Fast Tensor Core Matmul on the Ada Architecture

https://www.spatters.ca/mma-matmul
1•skidrow•1m ago•0 comments

Matrix Core Programming on AMD GPUs

https://salykova.github.io/matrix-cores-cdna
1•skidrow•2m ago•0 comments

$912 energy independence, without the red tape

https://sunboxlabs.com/
1•nikodunk•2m ago•0 comments

New California law restricts HOA fines to $100 per violation

https://calmatters.org/politics/2025/10/california-hoas-fines-capped/
2•JumpCrisscross•9m ago•0 comments

C3 Language 0.7.6 adds generic inference and shebang compatibility

https://c3-lang.org/blog/c3-language-at-0-7-6-shebang,-generic-inference-and-lengthof()/
2•lerno•12m ago•1 comments

Show HN: Melony – Stream AI-generated React UIs in real-time

https://www.melony.dev/
1•ddaras•14m ago•0 comments

From Data to Reports – Instantly with AI

https://www.speedylytics.com
1•itrummer•14m ago•0 comments

Prevalence of left-handers and their role in antagonistic sports

https://royalsocietypublishing.org/doi/10.1098/rsos.250303
1•PaulHoule•14m ago•0 comments

Anduril and Palantir communication system 'high risk,' says US Army memo

https://www.reuters.com/business/aerospace-defense/anduril-palantir-battlefield-communication-sys...
1•1vuio0pswjnm7•15m ago•0 comments

Join the Committee for the First Amendment

https://www.committeeforthefirstamendment.com/join
1•mistersquid•18m ago•0 comments

The E-Commerce Trap: How ChatGPT Tracks You

https://msukhareva.substack.com/p/you-are-being-tracked-openais-e-commerce
2•msukhareva•21m ago•1 comments

YOLOv8 Image Recognition on RPi 5 with 26 TOPS M.2 Hailo AI Hat+

https://doleron.substack.com/p/deploying-a-custom-yolov8-model-on
1•walterbell•23m ago•0 comments

Why Data Is the New Gold

https://estimateproperty.blogspot.com/2025/10/why-data-is-new-gold.html
1•cerumopazuali•25m ago•1 comments

Rare fossil reveals ancient leeches weren't bloodsuckers

https://news.ucr.edu/articles/2025/10/01/rare-fossil-reveals-ancient-leeches-werent-bloodsuckers
1•gmays•31m ago•0 comments

Llmswap: Avoid LLM vendor lock-in – 10 providers with top LMArena models

https://github.com/sreenathmmenon/llmswap
2•sreenathmenon•33m ago•1 comments

Eyelid Closure at Death

https://pmc.ncbi.nlm.nih.gov/articles/PMC2902109/
3•thunderbong•36m ago•0 comments

Bad Apple [video]

https://www.youtube.com/watch?v=FtutLA63Cp8
2•joebig•38m ago•0 comments

Show HN: 100% vibe-coded JSON-validator

https://github.com/vanhumbeecka/json-validator
1•avh3•39m ago•0 comments

Measuring CPU instruction reorder buffer capacity. (2013)

https://blog.stuffedcow.net/2013/05/measuring-rob-capacity/
1•fanf2•42m ago•0 comments

OpenAI's GDPval: Why the 66% in Automated Grading Matters More Than 48% Win Rate

https://medium.com/@pranil.dasika/openais-gdpval-why-the-66-automated-grading-problem-matters-mor...
5•pdasika•42m ago•2 comments

Show HN: Hlsrecord

https://github.com/zzo38/tvrecord
1•zzo38computer•43m ago•0 comments

SPVs, Credit, and AI Datacenters

https://paulkedrosky.com/weekend-reading-plus-spvs-meta-and-fiber-buildout-2-0/
2•davedx•43m ago•0 comments

Ask HN: What is the best intro to SLAM?

3•delbronski•44m ago•0 comments

VSCode Extensions showing as "No longer available"

https://github.com/microsoft/vscode/issues/269737
2•Alupis•45m ago•0 comments

AnywhereMesh – a lightweight ingress for AWS ECS Anywhere on prem workloads

https://github.com/kloudcover/anywhere-mesh
1•ktruck•45m ago•1 comments

Man buys used Tesla only to discover it's banned from Supercharger network

https://www.cbsnews.com/chicago/news/used-tesla-banned-supercharger-network-daniel-boycott/
16•toomanyrichies•46m ago•22 comments

"Vous me testez, n'est-ce pas?" les chercheurs ne peuvent plus évaluer Claude4.5

https://www.lesnumeriques.com/intelligence-artificielle/vous-me-testez-n-est-ce-pas-l-ia-claude-4...
1•inclusus•47m ago•0 comments

Zero Trust becomes the foundation of cyber security

https://www.militaryaerospace.com/trusted-computing/article/55303981/zero-trust-becomes-the-found...
2•mxschumacher•50m ago•0 comments

I Built GoForge to automate Go project setup

https://github.com/tz3/goforge
2•xmoutaz•50m ago•1 comments
Open in hackernews

Show HN: Imbi-Automations

https://aweber-imbi.github.io/imbi-automations/
2•crad•1h ago
At AWeber our move from GitLab to GitHub demanded a tool that could migrate hundreds of repositories and automatically transform CI pipelines. That effort produced imbi-automations, a workflow engine capable of applying coordinated changes that leverage AI across our entire codebase.

Imbi is our operational source of truth. As an open-source system, it maps every project, service, database, and dependency into an interconnected graph. It tracks technical debt, enforces standards, and serves as a single control plane for configuration, project state, deployments, and operational change.

Imbi Automations leverages this graph to target projects by language, version, or type, executing workflows that combine AI with traditional tooling to enforce consistency at scale. It updates project metadata, identifies deficiencies, and monitors compliance with our standards.

We've used Imbi Automations to:

- Migrate several hundred projects from GitLab to GitHub, automating the transition from GitLab CI to GitHub Actions. Finish our Python 3.9 to 3.12 migration by updating all projects to use the latest syntax, tooling, and project standards.

- Scan all projects leveraging Claude Code, creating comprehensive AGENTS.md files for every project to ensure Agent readiness to work on project related tasks.

- Automate the scanning of our projects for standards compliance, updating Imbi project facts with the results.

- Update base Docker images across all projects in minutes instead of months.

What we're focused on next:

- Python 3.14 upgrade (January 2026): one to two sprints instead of months

- JavaScript → TypeScript: bulk migration instead of individual rewrites

- AWS infrastructure, security scanning, automated incident response: all candidates for AI-driven workflows

- Standards compliance: continuous reporting and remediation