Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Goranek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Goranek
2mo ago
Kimi K3 (instead of Opus) for expensive stuff, DSV4 Flash for tasks (instead of Sonnet)? Does this make sense?
2.
▲
by
Goranek
10y ago
I thought everybody does that..who the hell would type space 4 times?
3.
▲
by
Goranek
10y ago
use go install to cache packages
4.
▲
by
Goranek
11y ago
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 servers in a way, no cpu is wasted.
5.
▲
by
Goranek
11y ago
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).
6.
▲
by
Goranek
11y ago
I used sqlx for a while and it's definitely an improvement over std sql, but still isn't full orm.
7.
▲
by
Goranek
11y ago
I'm missing them more and more. Faster development cycle > performance for most apps.
8.
▲
by
Goranek
11y ago
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 also problematic (i like how beego orm is handling it,
9.
▲
by
Goranek
11y ago
writing raw queries for crud seems like too much effort, especially when performance is not important
10.
▲
by
Goranek
11y ago
i'm using beego orm(can be used without using whole framework)
11.
▲
by
Goranek
11y ago
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 Go is really ugly. Currently available orms a
12.
▲
GoPy generates a CPython extension module from a go package
(github.com)
1 points
by
Goranek
11y ago
|
0 comments
13.
▲
by
Goranek
11y ago
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!
14.
▲
by
Goranek
11y ago
really love the design, and how it shows the whole language on the frontpage.
15.
▲
by
Goranek
11y ago
this feels so much faster than the angular material :/
16.
▲
by
Goranek
11y ago
Is Python library ready for usage? Will there ever be Go library?
17.
▲
by
Goranek
11y ago
also supports pypy
18.
▲
by
Goranek
11y ago
go, python, javascript
19.
▲
by
Goranek
11y ago
Believe it or not, it appears gcloud-golang package already contains go bigtable library :) https://github.com/GoogleCloudPlatform/gcloud-golang/commit/...
20.
▲
by
Goranek
11y ago
Well that's up to you to decide :)
21.
▲
by
Goranek
11y ago
I suppose you should be able to use any Go Hbase client.
22.
▲
by
Goranek
11y ago
You can always move to Hbase ... Google BigTable uses Hbase api.
23.
▲
by
Goranek
11y ago
DynamoDB competitor is more likely Datastore(because of indexes, and way of pricing)
24.
▲
by
Goranek
11y ago
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 api calls only)
25.
▲
by
Goranek
11y ago
works now
26.
▲
by
Goranek
11y ago
this sounds like joyent manta service.
27.
▲
Go 1.5 Bootstrap Plan
(docs.google.com)
134 points
by
Goranek
12y ago
|
51 comments
28.
▲
iOS support in Go 1.5
(groups.google.com)
1 points
by
Goranek
12y ago
|
0 comments
29.
▲
Minimal Acyclic Finite State Automata in Go
(github.com)
39 points
by
Goranek
12y ago
|
2 comments
30.
▲
by
Goranek
12y ago
Simple scales better than complex. What they need is key->value caching and for that memcached is a perfect match. I'm not saying that Redis is bad, but when all you need is key-value memory caching, redis isn't needed.
More ›