frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: A search engine for VPS servers with an automatic crawler pipeline

https://vpspricetracker.com
1•davidebaldini•1h ago
This pet project of mine is a web search engine for discovering virtual private server (VPS) offers starting from a search query that the user can incrementally specialize to iteratively add constraints and narrow the corpus of results. Thru the past years I added 120 service providers to the data acquisition pipeline, which is run every 24 hours to refresh the entirety of the corpus and to index the VPS services in a custom C++17 database that is made searchable thru the web interface. Service add-on such as extra storage or extra memory are also indexed in the database and priced correctly. The project is split in two major halves, a backend and a web server:

1. Backend: a computer in my basement executes a ~10,000 lines Nodejs program that implements the data acquisition pipeline, the majority of these lines deal with web scraping and API fetches, followed in line count by regex and LLM processing, and finally by database indexing. The language models that I use are all large 200B+ parameters and are called via SaaS APIs; they can execute web searches to integrate missing data from the product description pages or from the APIs exposed by the VPS providers; the models are queried multiple times for each question and their responses "vote" for the correct answer until a quorum is reached; this almost completely eliminates data inaccuracies. The final product of this Nodejs program is an SQLite database file that contains the indexed data for the VPS services, which I manually copy to the web server computer (a VPS).

2. Web server: this is a lightweight VPS that runs two processes: a thin Nodejs web application that I quickly wrote without frameworks and runs off simple HTML templates, and a basic C++17 database that serves the web application. Originally the Nodejs application incorporated its own search functions that would linearly swipe thru the data arrays to produce SERPs, but as the number of indexed services grew past 300,000 VPS, the latency became unacceptable (> 1s) and easily DoS-able so I rewrote the search functions in C++17, dropping the query time to ~10ms. This custom DB allows me to easily control low-level details, such as:

2.1 to quantize numerical data to 1 or 2 bytes using a quadratic lossy compressor; the compressor is bijective and totally ordered, so the stored quantized data can be compared as-is against the quantized query parameters, reducing memory use and throughput;

2.2 to compress long strings using a trained ZSTD dictionary, which is convenient for storing millions of offer URLs in memory on a tiny VPS avoiding disk access (URLs are largely repetitive across offers from the same providers, and compress to a 1:10 ratio with a 2kB dictionary);

2.3 to swipe thru presorted indexes, each presorted by a specific criterion, so that the matched data requires no runtime sorting; in comparison tests, MariaDB would consume half of its query time on sorting;

2.4 to efficiently avoid disk access: the SQLite file produced by the backend is read only once, fully, at the start of the process, and subsequent queries are served from memory. The database is read-only and no API permits file write access or memory modification.

A few users query the search engine every day, and it currently generates snack money thru affiliate links. It is a proof of concept more than anything, and I had a lot of fun profiling the database trying out different algorithms to squeeze some decent performance out of my tiny VPS with a shared CPU.

Linux 7.3 Expected to Drop the FreeVxFS File-System Driver

https://www.phoronix.com/news/Linux-Retiring-FreeVxFS
1•Bender•28s ago•0 comments

Our top agent latency optimisations

https://lexifina.com/blog/top-10-agent-optimisations-for-latency
1•alansaber•1m ago•0 comments

BMW's in-car Spider-Man ad is villain behavior

https://www.theverge.com/transportation/975172/bmw-spider-man-movie-infotainment-ad
2•cebert•1m ago•0 comments

Nixpkgs has a due-process problem

https://domenkozar.com/2026/08/04/nixpkgs-has-a-due-process-problem/
1•JustSkyfall•1m ago•0 comments

Pi's Minimalism Is Its Advantage

https://earendil.com/posts/pi-autoresearch-and-databricks/
2•luispa•1m ago•0 comments

AI stock sell-off slams hedge funds as Whale Rock loses 21.7% in July

https://www.bloomberg.com/news/articles/2026-08-04/whale-rock-sank-22-as-ai-selloff-crippled-hedg...
1•mapping365•2m ago•0 comments

Salad Fingers 1: Spoons (original upload) [video]

https://www.youtube.com/watch?v=M3iOROuTuMA
1•doener•3m ago•0 comments

Show HN: AI product evaluation methodoloy at huby

1•dd-sharma•5m ago•0 comments

What are credit default swaps and why are they spooking AI investors?

https://www.reuters.com/business/finance/global-markets-cds-explainer-2026-07-29/
1•mapping365•6m ago•0 comments

Ghostgrid AI

https://ghostgridai.com
1•mouhamad215•6m ago•0 comments

Missouri election chief rejects bid to hold vote on congressional districts

https://apnews.com/article/redistricting-congress-missouri-trump-petition-vote-election-5cfa5294a...
1•petethomas•6m ago•0 comments

Show HN: Collab Word in Web – Collaborative MS Word Parity Docx Editor

https://collab.word-in-web.com/
1•theRealestAEP•6m ago•0 comments

Credit Braces for Fallen Angels as $100B Trades Like Junk

https://financialpost.com/pmn/business-pmn/credit-braces-for-fallen-angels-as-100-billion-trades-...
1•mapping365•7m ago•0 comments

Missouri Is Latest State to Vote on Abolishing Income Tax

https://www.wsj.com/politics/policy/missouri-is-latest-state-to-vote-on-abolishing-income-tax-bd7...
1•JumpCrisscross•7m ago•0 comments

Big Tech Is Finally Paying for the AI Disaster It Created [video]

https://www.youtube.com/watch?v=XB55jZAYifQ
1•Jazgot•10m ago•0 comments

VibeMathed - Math Problems Solved by AI

https://vibemathed.com
1•frozenseven•11m ago•0 comments

DuckDB – Data power tools for your laptop, now in Clojure (2023)

https://techascent.com/blog/just-ducking-around.html
2•sourdecor•14m ago•0 comments

Luna Forge

https://github.com/RealAhmedOsama/Luna-Forge
1•handfuloflight•15m ago•0 comments

Kimi K3 Inference self hosting study

https://ramshankar07.substack.com/p/kimi-k3-tokenomics-i-spent-300-so
1•Ramshankar07•15m ago•1 comments

Tricki – a repository of mathematical know-how (2020)

https://www.tricki.org/
1•sendes•15m ago•0 comments

Open VSX extensions found harvesting developer info

https://www.bleepingcomputer.com/news/security/77-open-vsx-extensions-found-harvesting-developer-...
2•sbulaev•17m ago•0 comments

Tabtrail: park your unused tabs and save on memory

https://addons.mozilla.org/en-GB/firefox/addon/tabtrail/
1•batmnnn•17m ago•0 comments

I Tried to Make AI Writing Sound Human by Banning AI Words Through Logit_bias

https://www.vincentschmalbach.com/make-ai-writing-sound-human-logit-bias/
2•gmays•18m ago•0 comments

Amiga clarifies Commodore rights and the future of AmigaOS

https://amiga.com/news/20260804-amiga-update
4•odomus•19m ago•0 comments

Self-Serve E-Prescribing Integration with Photon

https://photonhealth.com/blog/introducing-photon-self-serve
1•arunchaudhuri_•21m ago•0 comments

AI fuels more than half of cybercrime in Africa as digital scams surge: INTERPOL

https://www.africanews.com/2026/08/04/ai-fuels-more-than-half-of-cybercrime-in-africa-as-digital-...
11•bookofjoe•22m ago•3 comments

AVX-512 support is reportedly returning with Intel's next-gen Nova Lake CPUs

https://www.tomshardware.com/pc-components/cpus/avx-512-support-is-reportedly-returning-with-inte...
1•kristianp•23m ago•0 comments

A Civilian Plane Crashed in New Mexico. Was the Military's Tech to Blame?

https://www.wired.com/story/a-civilian-plane-crashed-in-new-mexico-was-the-militarys-tech-to-blame/
4•embedding-shape•23m ago•1 comments

Show HN: Pleasantries

https://github.com/QAInsights/pleasantries
2•qainsights•24m ago•0 comments

As of August 3, 2026, T-Mobile's 2G GSM network will be retired

https://www.t-mobile.com/support/coverage/t-mobile-network-evolution
3•pudgywalsh•25m ago•1 comments