Viewing profile — varik77
varik77
HN member- Joined
- Sat, Jun 06, 2020, 4:52 PM UTC
- HN karma
- 49
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About varik77
Socials: - github.com/var77 - linkedin.com/in/varik-matevosyan-99200a108
Interests: Open Source, Hacking, Programming
---
Recent public activity
- story
-
comment
Comment #48059868
My RDS postgres instance in us-east-1c suddenly stopped and is unreachable for ~7h now, anyone else experiencing outage in RDS?
- story
- story
-
comment
Comment #46740328
I have used https://github.com/SaynaAI/sayna . What I like the most is that you can switch between the providers easily and see what works for you the best. It also supports local …
-
comment
Comment #45696591
Thanks! Yes you should be root in order to edit the memory of other programs, so I think before running anything as root users should think they know what they’re doing ;)
-
story
Show HN: CheatEngine-Rs – A Cheat Engine Rewritten in Rust for the Terminal
A terminal version of Cheat Engine written in Rust. It lets you explore and change live process memory right from the command line. You can search for 4-byte or 8-byte integers, st…
-
story
Show HN: Minimal CheatEngine TUI Implementation in Rust
CheatEngineRS is minimal implementation of CheatEngine written in Rust with ratatui for TUI. Currently it supports limited data types (u32/64, i32/64) and works only on MacOS and L…
- story
-
comment
Comment #41454568
Thank you! Haven’t done it yet, but afaik the pgvectorscale uses StreamingDiskANN which should have different layout than HNSW.
-
comment
Comment #41454471
Thanks for the feedback, we slightly increased the contrast if it helps.
- story
-
story
Show HN: Dynamically loaded extensions in Postgres in the browser
We made extensions dynamically loadable (via dlopen) into a wasm-compiled postgres, on top of pglite. The demo app showcases a restaurant search by name, and by nearest neighbor. d…