HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samgaw

no profile record

Submissions

The future of hardware is better software

anneal.co.uk
4 points·by samgaw·4년 전·0 comments

Creating a full text search engine in PostgreSQL 14

bigmachine.io
3 points·by samgaw·4년 전·0 comments

comments

samgaw
·2년 전·discuss
I'm grossly over simplifying but I've always thought a cut down version of Replicache[1] functionality would be an amazing logical progression for LiveView. With Phoenix.Component[2] introducing attributes it's perhaps closer to being feasible.

[1] https://replicache.dev [2] https://hexdocs.pm/phoenix_live_view/Phoenix.LiveComponent.h...
samgaw
·2년 전·discuss
You might appreciate https://github.com/oracle/bpftune which does just that.
samgaw
·3년 전·discuss
From my initial 5 minutes of getting setup with an existing install, it's all fairly easy.

# Requirements

  - lz4
  - zstd
# Building

  git clone https://github.com/hydradatabase/hydra
  cd hydra/columnar
  ./configure
  make
  make install
# Install

  CREATE EXTENSION IF NOT EXISTS columnar;
The actual extension docs are at https://docs.hydra.so/concepts/using-hydra-columnar
samgaw
·4년 전·discuss
> FWIW, I wouldn't be surprised if the high-performance RDMA networks being put together for AI workloads were the thing that grew into the "next" thing.

Maybe we were just early in giving (HFT) customers RDMA back in ~2007[1][2] but I don't see it entering the mainstream anytime soon. And after a relatively short 20 years of adoption, the "next" thing for hyperscalers is not going to be the next thing for everyone else.

[1] https://downloads.openfabrics.org/Media/IB_LowLatencyForum_2...

[2] https://www.thetradenews.com/wombat-and-voltaire-break-milli...
samgaw
·4년 전·discuss
Onivim (https://onivim.io) solved input latency for anyone that felt VSCode was too slow while keeping plugin compatibility. Sadly though the project stalled when the dev had to pay bills (https://github.com/onivim/oni2/issues/3811).