Viewing profile — Goranek
Goranek
HN member- Joined
- Wed, Nov 07, 2012, 3:11 PM UTC
- HN karma
- 914
- Public activity
- 233 items
- HN profile
- View on Hacker News ↗
About Goranek
Recent public activity
-
comment
Comment #49120209
Kimi K3 (instead of Opus) for expensive stuff, DSV4 Flash for tasks (instead of Sonnet)? Does this make sense?
-
comment
Comment #11839770
I thought everybody does that..who the hell would type space 4 times?
-
comment
Comment #11607389
use go install to cache packages
-
comment
Comment #10177808
It doesn't matter if you are big or small, you're always wasting resources.. Just count how many servers you have using <50% cpu. By having thousands of users, amazon can organize …
-
comment
Comment #10166894
I'm currently in a phase of life when i don't want to reinvent wheel and just focus on building stuff using tools i know (go || python).
-
comment
Comment #10166569
I used sqlx for a while and it's definitely an improvement over std sql, but still isn't full orm.
-
comment
Comment #10166327
I'm missing them more and more. Faster development cycle > performance for most apps.
-
comment
Comment #10166311
handling m2m is especially painful. I just hate writing same long code for fetching old members, checking if members are changed and then updating/inserting new members. Joins are …
-
comment
Comment #10166291
writing raw queries for crud seems like too much effort, especially when performance is not important
-
comment
Comment #10166280
i'm using beego orm(can be used without using whole framework)
-
comment
Comment #10166050
Last 2 years I've been using Go (instead of Python), even for webpages & apis. I'm actually considering going back to Python(for webpages and apis) because dealing with database in…
- story
-
comment
Comment #10117811
I know that hating angular is popular these days, but i'm still using it, and it serves me well. Looking forward to Angular 2!
-
comment
Comment #10091634
really love the design, and how it shows the whole language on the frontpage.
-
comment
Comment #10086240
this feels so much faster than the angular material :/
-
comment
Comment #10049932
Is Python library ready for usage? Will there ever be Go library?
-
comment
Comment #9885929
also supports pypy
-
comment
Comment #9833526
go, python, javascript
-
comment
Comment #9501528
Believe it or not, it appears gcloud-golang package already contains go bigtable library :) https://github.com/GoogleCloudPlatform/gcloud-golang/commit/...
-
comment
Comment #9498819
Well that's up to you to decide :)
-
comment
Comment #9497773
I suppose you should be able to use any Go Hbase client.
-
comment
Comment #9497769
You can always move to Hbase ... Google BigTable uses Hbase api.
-
comment
Comment #9497544
DynamoDB competitor is more likely Datastore(because of indexes, and way of pricing)
-
comment
Comment #9497497
datastore is a copy of Google Megastore service. It has indexes, sql like queries, transactions.. and you don't need to run servers like with BigTable (you pay for documents and ap…
-
comment
Comment #9460711
works now