frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Expression Problem and its solution

https://eli.thegreenplace.net/2016/the-expression-problem-and-its-solutions
1•ibobev•53s ago•0 comments

AI Mode Is Good

https://simonwillison.net/2025/Sep/7/ai-mode/
1•xnx•1m ago•0 comments

Life Cycle Assessment of Glass Cullet Recycling by Alkaline Activation

https://www.mdpi.com/2571-6131/8/3/109
1•PaulHoule•2m ago•0 comments

Vic 20 Ultima I – The First Age of Darkness

https://vic20ultima1.wordpress.com/
1•ibobev•2m ago•0 comments

Ask HN: Have you tried any such thing like Coursera's "Vibe Coding" course?

1•DrNosferatu•3m ago•0 comments

The canonical agent architecture: A while loop with tools

https://www.braintrust.dev/blog/agent-while-loop
1•tosh•4m ago•0 comments

Chrome extension that replaces occurrences of 'the cloud' with 'my butt'

https://github.com/panicsteve/cloud-to-butt
2•yakshaving_jgt•8m ago•0 comments

Security Patches for AOSP (Android Open Source Project) Delayed

https://twitter.com/grapheneos/status/1964561043906048183
3•transpute•8m ago•0 comments

Content Is King

https://mattpalmer.io/posts/content-is-king/
1•mattpal•9m ago•0 comments

80% of AI Projects Fail–LLMs Hallucinate 86%: Hybrid or Go Home. Now Act Today

https://lightcapai.medium.com/beyond-llms-the-next-frontier-of-ai-ddf54e6cb531
1•WASDAai•10m ago•0 comments

Carlo Acutis, a programmer being canonized as a saint

https://www.independent.co.uk/news/world/europe/saint-carlo-acutis-millennial-canonisation-b28217...
2•diegoholiveira•10m ago•0 comments

Engineers design origami structures that change shape and stiffness on demand

https://techxplore.com/news/2025-09-origami-stiffness-demand.html
1•Brajeshwar•11m ago•0 comments

Why Earth's Pacific Side Is Cooling So Much Faster

https://modernengineeringmarvels.com/2025/08/14/why-earths-pacific-side-is-cooling-so-much-faster/
1•Brajeshwar•11m ago•0 comments

GDPR-Compliant Email Finder

https://findforce.io/blog/gdpr-email-finder-2025
1•meysamazad•12m ago•0 comments

Russia Invaded Wikipedia

https://foreignpolicy.com/2024/10/04/russia-ukraine-putin-wikipedia-ruwiki-disinformation/
3•CaptainZapp•18m ago•0 comments

Cecil B. DeMille and the Google Android Gmail App

2•chrisjj•20m ago•0 comments

Engineering Excellence Starts on Edge

https://world.hey.com/dhh/engineering-excellence-starts-on-edge-c36e4c59
1•Bogdanp•20m ago•0 comments

This is the world's biggest animal migration: Few outsiders have seen it

https://www.wsj.com/world/africa/worlds-biggest-animal-migration-great-nile-b67e3c0b
1•bookofjoe•22m ago•1 comments

Using domain inspired ML for embedded DSP

https://buchanan.one/blog/micro-ml-transient-detector/
1•boscillator•23m ago•0 comments

Why is chat GPT suddedly DUMB?

1•OOvsuOO•24m ago•0 comments

The Internet Goes to School; Educators Debate Value of Surfing (1996)

https://www.nytimes.com/1996/03/07/nyregion/the-internet-goes-to-school-bellwether-or-bust-educat...
1•djoldman•24m ago•3 comments

Whatever Happened to ¡No Pasarán!?

https://www.powerlineblog.com/archives/2025/09/whatever-happened-to-no-pasaran.php
2•smitty1e•25m ago•0 comments

U.S. announces ATOM Project: $100M, 10k GPUs for open-source AI to counter China

https://www.washingtonpost.com/politics/2025/08/05/atom-project-open-source-ai-china/
1•Cermank•27m ago•0 comments

Integrate any translation service into the browser

https://linguister.io/blog/2025/09/04/user-modules/
1•vitonsky•28m ago•0 comments

Is StartupSchool.org inbox feature broken?

1•geeg•29m ago•0 comments

iOS 14 running on PostmarketOS Linux phone, emulated with QEMU

https://social.project-insanity.org/@pi_crew/115161439381552015
4•thenthenthen•30m ago•0 comments

Chat GPT Feedback?

1•OOvsuOO•30m ago•0 comments

Waze for Parking

https://parkremark.com/map
1•benlimner•35m ago•1 comments

Show HN: Games123.net, games with homemade 2D engine

https://games123.net/
1•samiv•37m ago•0 comments

Why is an Amazon-backed AI startup making Orson Welles fan fiction?

https://techcrunch.com/2025/09/06/why-is-an-amazon-backed-ai-startup-making-orson-welles-fan-fict...
1•rntn•37m ago•0 comments
Open in hackernews

Show HN: Semantic grep for Claude Code (RUST) (local embeddings)

https://github.com/BeaconBay/ck
42•Runonthespot•3h ago

Comments

dprophecyguy•2h ago
this is so cool, is there any other tool which is more mature?
redhale•2h ago
I recently saw SemTools [0], but have not tried it out yet myself.

[0] https://github.com/run-llama/semtools

fakebizprez•1h ago
LlamaIndex is batting a thousand since their inception. Can't go wrong with this tool, either.
Runonthespot•1h ago
Agreed - Logan is a legend, this is similar but simpler - no dependency on external models (might add it)
fakebizprez•1h ago
We really are living in the golden age of the terminal. I thought this would take a chunk out of Typescript/node marketshare of young coders, but i'm starting to see more and more of these animals building TUIs using nothing but npm packages.

Have they no shame?

floydnoel•1h ago
Last week I built my own CLI coding agent tool using just nodejs and zero dependencies! It is a lot of fun to build, really, I think everyone should try it out
Runonthespot•1h ago
help make it mature :D Add any issues
ayhanfuat•1h ago
Isn't Claude Code's selling point that it doesn't use embeddings?
joshuanapoli•1h ago
I don’t think that “Claude Code” is relevant to this semantic grep tool.
Runonthespot•1h ago
bear in mind that Claude Code by default uses grep - if you watch you'll see if it's looking for something it doesn't know the name of, it flails around with different patterns. Try this tool, tell CC to take a look using ck --help and take it for a spin.

CC in my case likes it so much, it started using it to debug the repo rather than grep and suggesting its own additions

Runonthespot•1h ago
Note that it’s grep AND semantic - so Claude can start with a grep strategy and if it finds nothing can switch to semantic, and since it’s local and fast, it keeps in sync easily enough
brookst•1h ago
How do you tell CC to use it? Just as an entry in Claude.md?
Runonthespot•50m ago
To start with just tell it- but yes Claude.md works too.

“We have a new grep semantic hybrid tool installed called ck - check it out using ck --help and take it for a spin”

Alifatisk•1h ago
At this point, we aren't even saying it's written in Rust anymore, we just mention it in the title whenever possible.

I did look into the core features and I gotta say, that looked quite cool. It's like Google search, but for the codebase. What does it take to support other languages?

Runonthespot•25m ago
It supports most languages but needs a bit of tree-sitter setup to do semantic chunking. Let me know what languages you’d like added
benzible•8m ago
I'd love to see elixir support.
skybrian•48m ago
This looks very useful.

Looks like you have to build an index. When should it be rebuilt? Any support for automatic rebuilds?

Runonthespot•18m ago
Yes- files are hashed and checked whenever you search so index should always remain up to date. Only changed files are reindexed. You can also inspect the metadata (chunking semantics, embeddings). It’s all in the .ck sidecar
ozten•33m ago
This generalizes to a whole new category of tools: UX which requires more thought and skill, but is way more powerful. Human devs are mostly too lazy to use, but LLMs will put in the work to use them.
0x696C6961•20m ago
This is cool, but I don't understand why it tries to re-implement (a subset of) grep. Not only that, but the grep-like behaviour is the default and I need to opt-in to the semantic search using the --sem flag. If I want grep I can use grep/ripgrep.
Runonthespot•8m ago
Fair comment- the initial thinking was to have both and in fact a hybrid mode too which fuses results so you can get chunks that match both semantically and on keyword search in one resultset. Later could add a reranker too.