frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Micro-JavaScript: A pure Python JavaScript engine, inspired by MicroQuickJS

https://github.com/simonw/micro-javascript
1•nz•1m ago•0 comments

Rashidieh

https://en.wikipedia.org/wiki/Rashidieh
1•vinnyglennon•3m ago•0 comments

AI agent startup uses agent to lead 100M round

https://techcrunch.com/2026/07/09/an-ai-agent-startup-just-let-its-agent-run-its-100-million-fund...
1•noashavit•8m ago•0 comments

Lindsey Graham Dead at 71

https://www.economist.com/united-states/2026/07/12/lindsey-graham-represented-the-arc-of-his-party
2•andsoitis•9m ago•1 comments

Show HN: Hologram, photo management and culling built with Tauri

https://github.com/ThatXliner/Hologram
1•thatxliner•13m ago•0 comments

2028 Could Bring the Most Mind-Bendingly Expensive Apple Product of All Time

https://gizmodo.com/2028-could-bring-the-most-mind-bendingly-expensive-apple-product-of-all-time-...
2•megamike•15m ago•1 comments

The cost of AI-assisted development: cognitive fatigue

https://warpedvisions.org/blog/2025/hitting-the-wall-at-ai-speed/
3•winter_blue•18m ago•0 comments

How to Get What You Want

https://andys.blog/how-to-get-what-you-want/
2•andytratt•19m ago•0 comments

Amicro: Micro-Transitions Library

https://amicro.vercel.app/
2•handfuloflight•23m ago•0 comments

Argocd-AI-Assistant

https://github.com/saidsef/argocd-ai-assistant
2•saidsef•23m ago•0 comments

Physicists recreate black hole energy extraction in the lab

https://www.sciencedaily.com/releases/2026/07/260711010120.htm
3•stonlyb•26m ago•0 comments

Grok 4.6 and GPT5.6 beat Anthropic for finding security vulnerabilities in PRs

https://docs.damsecure.ai/blog/pr-review-security-benchmark/
4•pcollins123•27m ago•1 comments

Designing and assembling my first PCB

https://vilkeliskis.com/b/2026/0711.html
4•tadasv•27m ago•0 comments

Prescryb – an MCP server for CVE and config remediation

https://github.com/konstruktoid/prescryb
2•konstruktoid•28m ago•0 comments

Privacy-First PDF Tools

https://cleanvault.github.io/
2•audit-mate•28m ago•1 comments

Dither Kit: Make your charts dither

https://www.tripwire.sh/dither-kit
2•handfuloflight•29m ago•0 comments

Architecture Description Languages [pdf]

https://ics.uci.edu/~taylor/documents/2000-ADLs-TSE.pdf
5•ascent817•30m ago•0 comments

Why Vanilla JavaScript

https://guseyn.com/html/posts/why-vanilla-js.html
2•guseyn•30m ago•0 comments

Energy Engineer Explains: "AI Will Take Your Job" Is Laughably Wrong [video]

https://www.youtube.com/watch?v=sQGZXrzykpU
2•4lx87•30m ago•0 comments

Cyberpunk Comics, Manga and Graphic Novels

https://shellzine.net/cyberpunk-comics/
13•zdw•38m ago•1 comments

Mastodon, the Only Good Choice

https://www.tbray.org/ongoing/When/202x/2026/07/05/Choose-Mastodon
4•zdw•39m ago•1 comments

Show HN: Cpulse – See why your Docker Compose stack is stuck

https://github.com/hyturing/compose-pulse
2•hyturing•40m ago•0 comments

How to build a circular LCD clock

https://blinry.org/lcd-clock/
3•zdw•43m ago•1 comments

We taught our platform to learn its own pricing decisions

https://avriz.io/eng/paper
2•rezat•44m ago•2 comments

LLMs and Shaders

https://amitp.blogspot.com/2026/07/llms-and-shaders.html
2•bobbiechen•49m ago•0 comments

SK Hynix CEO sees worst memory shortage in 2027, with high demand beyond 2030

https://www.reuters.com/world/asia-pacific/sk-hynix-ceo-sees-worst-ever-memory-supply-shortage-20...
3•jnord•50m ago•1 comments

A Speed Limit for Computers

https://caolan.uk/notes/2026-07-02_a_speed_limit_for_computers.cm
5•zdw•54m ago•0 comments

Show HN: Collaborative context-sharing memory platform for agents and teams

https://xysq.ai/
2•ximihoque•55m ago•0 comments

A Technology for Free Will

https://ziyzhu.com/a-technology-for-free-will
2•ziyzhu•56m ago•0 comments

You can now create and chat with an AI Mommy on Chatbrat

https://chatbrat.ai/bratlog/chat-with-ai-mommy-free
2•henrypissler•58m ago•1 comments
Open in hackernews

Ask HN: How do you use LLMs for private discussions?

5•emerongi•1h ago
I sometimes have things to discuss with LLMs, which are more private than usual. I was thinking how to do it in a way that doesn't reveal my identity.

  1. Use Tor to access the provider?
  2. Create a random account?
  3. Use some form of untraceable payment (which one?)
  4. Scrub all information provided to the LLM from personally identifiable information?
It seems like a lot of effort. So is running a local LLM, for which I don't even have the hardware. How do you do it?

Comments

blinded•1h ago
I spin up a gpu instance in a cloud, run my model via vllm, connect to it via an ssh tunnel. done.
stuxnet79•8m ago
Can you elaborate on the first step? Which cloud and which service? What's the cost outlay if you are just having a convo and not doing anything 'agentic'?
downbad_•1h ago
Can't you do it logged out?