frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How the ClientAuth Crackdown Is Pushing Finance Toward X9 PKI

https://www.digicert.com/blog/how-the-clientauth-crackdown-is-pushing-finance-toward-x9-pki
1•Sami_Lehtinen•5m ago•0 comments

Free Chapter of AI/ML Encyclopedia with Comics and Case Studies

https://github.com/Rezar/MLBook
1•rrawasi•6m ago•0 comments

Outlook stores email in Microsoft Cloud – what you need to know

https://blog.runbox.com/2025/05/outlook-stores-email-in-microsoft-cloud-what-you-need-to-know/
1•Sami_Lehtinen•7m ago•0 comments

Big Tech takes a harder line against worker activism, political dissent

https://www.washingtonpost.com/technology/2025/05/16/silicon-valley-workers-dissent-employment-layoffs-whistleblowers/
3•spenvo•10m ago•0 comments

Using unwrap() in Rust is Okay

https://burntsushi.net/unwrap/
1•todsacerdoti•11m ago•0 comments

My favourite fonts to use with LaTeX (2022)

https://www.lfe.pt/latex/fonts/typography/2022/11/21/latex-fonts-part1.html
1•todsacerdoti•11m ago•0 comments

Cold War Missile Silo for Sale in Washington

https://boundlessestates.com/underground-bunker-missile-silo-for-sale-washington/lGoBDCkw_aem__Uzi_pnKElUN1WMNy73V5A
1•gscott•12m ago•0 comments

A Linux kernel developer plays with Home Assistant: general impressions

https://lwn.net/SubscriberLink/1017720/7155ecb9602e9ef2/
1•pabs3•14m ago•0 comments

The Airbnb 2025 Summer Release

https://www.youtube.com/watch?v=wMo0IOsxU_8
1•Brysonbw•16m ago•0 comments

Behind Silicon Valley and the GOP's campaign to ban state AI laws

https://www.bloodinthemachine.com/p/de-democratizing-ai
3•spenvo•18m ago•0 comments

Ask HN: Anyone working in traditional ML/stats research instead of LLMs?

1•itsmekali321•21m ago•0 comments

Shit's Gonna Get So Fucking Weird and Terrible

https://sonderuncertainly.substack.com/p/shits-gonna-get-so-fucking-weird
2•unstatusthequo•21m ago•1 comments

Show HN: A Hybrid Multi-Model AI Platform

https://www.supergo.ai
1•snappyleads•23m ago•0 comments

DeepSeek-V3: Scaling Challenges and Reflections on Hardware for AI Architectures

https://arxiv.org/abs/2505.09343
1•nsoonhui•40m ago•0 comments

Moody's downgrades United States credit rating, citing growth in government debt

https://www.cnbc.com/2025/05/16/moodys-downgrades-united-states-credit-rating-on-increase-in-government-debt.html
2•donsupreme•41m ago•1 comments

Postman for MCP

https://usetexture.com/##
2•andes314•41m ago•0 comments

Laser Scarecrows [pdf]

https://rvpadmin.cce.cornell.edu/uploads/doc_1193.pdf
2•mmh0000•47m ago•0 comments

Fort Worth surpasses 1M residents, Princeton fastest-growing nationwide

https://www.nbcdfw.com/news/local/fort-worths-population-surpasses-1-million-residents-according-to-new-census-report/3841383/
2•geox•50m ago•0 comments

Getting Answers from a Big PDF with RubyLLM

https://max.engineer/giant-pdf-llm
1•hakunin•54m ago•0 comments

XTool – Cross-platform Xcode replacement

https://github.com/xtool-org/xtool
7•TheWiggles•54m ago•3 comments

It's Official: US Bans Huawei Ascend AI Chips – Criminal Penalties Threatened [video]

https://www.youtube.com/watch?v=w64wUZK2knc
1•xbmcuser•1h ago•1 comments

Wow@Home – Network of Amateur Radio Telescopes

https://phl.upr.edu/wow/outreach
4•visviva•1h ago•0 comments

Show HN: Kokoro TTS – Free Text to Speech Converter with Multilingual AI Voices

https://kokoroai.org
13•sudofoo•1h ago•1 comments

The Synthesizer – A Blessing or a Curse? (1983)

https://www.youtube.com/watch?v=91NCoDRadlg
2•m_kos•1h ago•0 comments

Good enough ten-second sum types for Postgres

https://duckrabbit.tech/articles/pg-epoch.html
2•Shorn•1h ago•0 comments

Cut down your Sales and Marketing costs by 90%- Use Neo

https://www.aistaff.co/
1•neocortex666•1h ago•1 comments

A Linux kernel developer plays with Home Assistant: case studies

https://lwn.net/SubscriberLink/1017945/93d12d28178b372e/
14•pabs3•1h ago•5 comments

Williams Syndrome: The people who are too friendly

https://www.bbc.com/future/article/20250515-williams-syndrome-the-people-who-are-too-friendly
3•bookofjoe•1h ago•0 comments

Labeling a root cause is predicting the future, poorly

https://surfingcomplexity.blog/2025/05/15/labeling-a-root-cause-is-predicting-the-future-poorly/
1•azhenley•1h ago•0 comments

Perfect Recession Predictors

https://www.perfectpredictors.com/
5•gscott•1h ago•1 comments
Open in hackernews

Show HN: Alfa, always up-to-date code docs when using AI code editors

https://www.alfahq.ai/
2•72736379•8h ago
My friend and I have been working on Alfa, which allows people to bring in the latest code docs into their prompts when using AI code editors like Cursor, Windsurf, and any editor that supports MCP (model context protocol).

Alfa maintains a database of code docs that we scrape and embed and make it available to user via MCP. Currently focused on rapidly growing out our code docs coverage but we have a few up right now so users can test it out.

We made this after running into lack of context issues when using Cursor with claude 3.5 (and 3.7), as well as gemini 2.5 pro. For example, I was working on a side project that used better-auth (an authentication package) but claude 3.5 suggested using NextAuth (a more popular package that I'm not a fan of), and when I prompted that I specifically wanted to use better-auth, it told me it's not familiar with it [1]. I know that Cursor adds stuff like web search calls and sometimes it does correctly fetch the necessary context, but I wanted something to just work always, no matter the LLM by providing the necessary context.

Would appreciate any feedback. Thanks!

[1] https://i.imgur.com/sjVIeDs.png