Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dineshgowda24
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dineshgowda24
1y ago
Yeah my bad. @ will show configurations. So you can set up your configurations to point a specific project(gcloud config set project PROJECT_ID) and then when you use @ and select a specific config and access the resources the project is au
2.
▲
by
dineshgowda24
1y ago
Thanks for the feedback. It does mean a lot.
3.
▲
by
dineshgowda24
1y ago
Thanks for the feedback. Actually, for AWS[0], it's already there. Being a prior user of it, that's where I got the idea to build for GCP after shifting to GCP. You may want to consider adding new features to it or exploring the
4.
▲
by
dineshgowda24
1y ago
Both of them are already supported. To select the project you can type @ and it will show you the list of available project. The fuzzy search is also already supported.
5.
▲
by
dineshgowda24
1y ago
Thank you for the feedback! Hopefully, someone will do it, or perhaps you can try replicating the same approach for Keypirinha.
6.
▲
by
dineshgowda24
1y ago
Alfred is a Spotlight replacement for macOS. https://www.alfredapp.com/ You can build any workflow based on your use case, and you can execute those right from your keyboard. Workflows are limited only by your imagination,
7.
▲
Show HN: An Alfred workflow to open GCP services and browse resources within
(github.com)
54 points
by
dineshgowda24
1y ago
|
16 comments
8.
▲
by
dineshgowda24
2y ago
Good point. I didn't give much attention to this part. I run some benchmarks and move these to compile only once. Thank you.
9.
▲
by
dineshgowda24
2y ago
Yes, it does right. Honestly, I couldn't find a better name. `Parse` sounds nice, so let me think about it.
10.
▲
by
dineshgowda24
2y ago
Yes, it makes sense. Thanks for the input. I have updated the documentation now.
11.
▲
Go Browser Package
(browser.dineshgowda.com)
56 points
by
dineshgowda24
2y ago
|
27 comments
12.
▲
Ask HN: Alternatives to Mixpannel
1 points
by
dineshgowda24
3y ago
|
1 comments
13.
▲
Aria: A Fast and Practical Deterministic OLTP Database
(muratbuffalo.blogspot.com)
1 points
by
dineshgowda24
4y ago
|
0 comments
14.
▲
by
dineshgowda24
4y ago
More often than not, during the development cycle. I keep looking at my AWS ECS cluster and services to check what all environment variables have been set. Some ENVs were not readily available in the project repository since they were confi
15.
▲
Tic Tac Toe implementation over network
(github.com)
1 points
by
dineshgowda24
4y ago
|
0 comments
16.
▲
by
dineshgowda24
4y ago
Just went through the course syllabi. This is something I have been looking for a long time. Thank you.
17.
▲
by
dineshgowda24
4y ago
I have read this book. The hands-on section is what I loved about the book. In our previous org, we had a state machine that implemented consensus using Raft.
18.
▲
by
dineshgowda24
4y ago
Noted. Updated the title.
19.
▲
by
dineshgowda24
4y ago
Hey, thank you. If you are blocked on anything, check out the GitHub repo I have added to the article. It has all the working code. TIL about code crafters. Looks promising; I will check it out.
20.
▲
Build your own fast, persistent KV store
(dinesh.wiki)
176 points
by
dineshgowda24
4y ago
|
48 comments
21.
▲
by
dineshgowda24
4y ago
I am unable to open the link. Do you mind sharing a working one? Thanks.
22.
▲
by
dineshgowda24
4y ago
TIL, this is amazing. Thanks for the link
23.
▲
by
dineshgowda24
4y ago
For us, real-time refreshes weren't necessary. So we ended up refreshing it every 12 hours through application crons.
24.
▲
Materialized View: SQL Queries on Steroids
(dinesh.wiki)
71 points
by
dineshgowda24
4y ago
|
33 comments
25.
▲
A Log-Structured Hash Table for Fast Key/Value in Ruby
(github.com)
3 points
by
dineshgowda24
4y ago
|
1 comments
26.
▲
by
dineshgowda24
4y ago
Fast, Persistent key/value store based on bitcask paper written in Ruby. An attempt to understand and build your own persistent key/value store.