Hacker News .hnnew | past | comments | ask | show | jobs | submit | HackerThemAll's commentslogin

The amount of b.s. in this article is staggering.

My Google account is 21 years old already. Is that enough of a proof?

NoScript detected a potential Cross-Site Scripting attack

from https://kolistat.com to https://bedeverewise.app.

Suspicious data:

(URL) https://bedeverewise.app/embed?autorun=1&query=WITH pois AS (

SELECT k, dpois(k, 3) AS pmf

FROM range(0, 11) AS t(k)

)

VISUALIZE

k AS x

, pmf AS y

FROM pois

DRAW bar

;

so... no, thanks.


Both sites are from the same guy.

Thank you for clarifying that! I don't think they got that and they also trusted NoScript a bit too blindly

Yeah, for many clerks the purpose of their lives is only to improve and enhance bureaucracy, and make the applicant's life miserable.

I have used the DJB's stralloc library a lot. Not a single vulnerability, binary string safe. Good enough for 99% of applications.

https://cr.yp.to/lib/stralloc.html


France over 85%, Germany 75%, and on the other side of the scale Italy 20%, Poland and Turkey 18%, Spain 11%, former Yugoslavia bloc from 0 to at most 9. Slovenia at 7.5%...

https://docs.deno.com/runtime/desktop/#hello%2C-desktop

Yeah, hello desktop.

D:\source\DenoTest>deno desktop main.ts

error: Module not found "file:///D:/source/DenoTest/desktop".


  deno desktop ships in Deno v2.9.0 and is not in a stable release yet. To try it now, run deno upgrade canary to install the canary build. The command, configuration keys, and TypeScript APIs may still change before the feature is stable.

Is that post written by people who think a degree in IT is a waste of time, or is it written for just those people?

One day you'll maybe discover ACID properties of RDBMS systems, and all the puzzles will fall into place.


I tried to sign up to Hetzner services once. They wanted photo of my government ID, and almost all my personal data, full dossier. So I abstained.

None of OVH, GCP, AWS, Azure wanted so much data about me, and I run my services in all of them successfully. Not in Hetzner.

Sorry Hetzner, you're too data-hungry. Nothing you say justifies that.


SQLite benchmarks are deeply flawed. Somebody has proven that it can sustain 4M queries per second on bare metal, 1.5M qps on a cloud VM, and it happened over 7 years ago. Therefore I do not believe any number from SurrealDB.

https://use.expensify.com/blog/scaling-sqlite-to-4m-qps-on-a...


I concur. I had Claude try it out on a project I'm working on:

  Headline so far (nested, 10k, p50/p95/p99 µs):

  ┌─────────────────────┬─────────────┬────────────────┐
  │         op          │   SQLite    │   SurrealKV    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ getattr             │ 1.1/1.4/1.5 │ 65/92/120      │
  ├─────────────────────┼─────────────┼────────────────┤
  │ lookup              │ 1.4/1.5/1.8 │ 73/102/138     │
  ├─────────────────────┼─────────────┼────────────────┤
  │ readdir_page        │ 45/51/59    │ 1458/1678/1843 │
  ├─────────────────────┼─────────────┼────────────────┤
  │ create_child        │ 34/55/74    │ 190/272/339    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ record_write        │ 8/14/19     │ 124/157/183    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ apply_remote_object │ 9/12/17     │ 137/172/206    │
  └─────────────────────┴─────────────┴────────────────┘

  SQLite is ~15–60× faster on every op — and SurrealKV's reads are properly indexed, so this isn't a setup artifact.


The repo is open source, so why not raise a PR to https://github.com/surrealdb/crud-bench and point out any misconfigurations you find? It's good that they've made it open source, so can easily point out if there are any misconfiguration.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: