Live data from Hacker News

Viewing profile — varik77

varik77

HN member
Joined
Sat, Jun 06, 2020, 4:52 PM UTC
HN karma
49
Public activity
13 items

About varik77

meet.hn/city/am-Yerevan

Socials: - github.com/var77 - linkedin.com/in/varik-matevosyan-99200a108

Interests: Open Source, Hacking, Programming

---

Recent public activity

  1. story
  2. 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?

  3. story
  4. story
  5. 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 …

  6. 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 ;)

  7. 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…

  8. 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…

  9. story
  10. comment
    Comment #41454568

    Thank you! Haven’t done it yet, but afaik the pgvectorscale uses StreamingDiskANN which should have different layout than HNSW.

  11. comment
    Comment #41454471

    Thanks for the feedback, we slightly increased the contrast if it helps.

  12. story
  13. 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…