Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Goopplesoft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Goopplesoft
8y ago
https://cloud.google.com/sql/docs/postgres/extensions Looks like a preset list of extensions. I'd assume custom extensions would be very difficult to support in managed postgres.
2.
▲
by
Goopplesoft
8y ago
https://en.wikipedia.org/wiki/Happy_number
3.
▲
by
Goopplesoft
9y ago
> ..., not to mention wasting enormous amounts of hardware and electricity. I wonder how legitimate this concern is from an environmental angle. On one hand a lot of code in the world probably has much worse performance ratios than than
4.
▲
by
Goopplesoft
9y ago
I usually don't defend Windows, but, rename not overwriting (without an argument) seems safer as a low level API, no? Given it takes a 2 line helper to achieve the same thing in C++ [1], doesn't seem that bad. [1] https:/&#x
5.
▲
by
Goopplesoft
9y ago
> I think encouraging a culture of distributing software in such a fashion is an incredibly bad idea It isn't obvious to me how that is dramatically different from traditional package managers as far as the update process goes. Upgr
6.
▲
by
Goopplesoft
9y ago
Is anyone else using golang dep[1] as their vendor/dependency tool? I’ve used it and it works great (much better than glide, gb et al) but I don’t see it in the wild too often. [1] https://github.com/golang/dep
7.
▲
by
Goopplesoft
9y ago
By building a phenomenal chat app and gradually (deliberately) building features around it to create a complete WeChat-like ecosystem, Telegram will probably improve people's uptake of chat-centric utilities in the markets they're
8.
▲
by
Goopplesoft
9y ago
A while back I wrote a little test snippet[1] to see how good such an interface can get in python. _("ls -la") | _(lambda x: x.split()[-1]) | _(lambda x: os.path.splitext(x)[1]) I wonder if there's a complete version
9.
▲
by
Goopplesoft
9y ago
Northern Virgina has quite a few areas including Tysons that would 'fit' (it is HQ to "Intelsat, Gannett, Hilton Worldwide, Freddie Mac, Capital One and Booz Allen Hamilton") [1]. Montgomery County, on the other hand, is
10.
▲
by
Goopplesoft
9y ago
Foremost, it was written by a human and unintended language contradictions are common. With that said, what you're suggesting isn't necessarily true -- the language can also indicate potential false positives, again because of the
11.
▲
by
Goopplesoft
9y ago
I can easily think of a few good reasons (it is actually a pretty good database for the right use-cases). Can you actually not find a good reason or are you just continuing the exaggerating echo chamber around mongodb's earlier failure
12.
▲
by
Goopplesoft
9y ago
This reads like a case study in one of Nassim Taleb's books. > stress, competition, and choice involved in trading financial instruments naturally give rise to illusions of control > I’d never really experienced the extreme tail
13.
▲
by
Goopplesoft
9y ago
What sort of compression do the blocks undergo? E.g. does periodicity of the timeseries help reduce the the space of the 64/128bit timestamp? Gorilla[1] style compression would be great, although it'd likely make sub block level r
14.
▲
by
Goopplesoft
9y ago
> requiring you to have a strong JS frontend background in the first place Is that a high bar for a JS frontend framework? Serious question, as it doesn't seem that way to me. This seems analogous to saying "Django docs require
15.
▲
by
Goopplesoft
9y ago
> Russ discovered—that's the right word—that the generality of Go's methods meant that a function could have methods, leading to the http.HandlerFunc idea...more general ideas too, like the the io.Reader and io.Writer interface
16.
▲
by
Goopplesoft
9y ago
> Just do some small spot checks to make sure they aren't taking credit for the work of others. Agreed, asking tough technical questions on this front gives a really solid indicator of a 'bullshitter'. For example, I often
17.
▲
by
Goopplesoft
9y ago
> 5 minutes of resume discussion > 45 minutes of coding As anyone else found that a good resume discussion is often much better than the coding component? I've concluded that implementation difficulties, decisions made (tradeoffs
18.
▲
by
Goopplesoft
9y ago
It is owned by Hashicorp. Hashicorp was a company built around Vagrant initially.
19.
▲
Show HN: Electro – a dynamic Git static file server (like GitHub pages)
(github.com)
2 points
by
Goopplesoft
9y ago
|
0 comments
20.
▲
by
Goopplesoft
9y ago
> equally (un)readable Means they're the same to them regardless of whether its readable or not (they aren't even opining here).
21.
▲
by
Goopplesoft
9y ago
They include a video of a parking garage being opened after just a few iterations. The code used in commercial applications could often be lower bits given criminal prosecution is a larger deterrent than code security. Although, OP may have
22.
▲
by
Goopplesoft
9y ago
This made me wonder if iOS 11's CoreNFC API can be used in similar ways. It would be cool to consolidate my tags (building and office) if they speak NFC.
23.
▲
by
Goopplesoft
9y ago
https://github.com/yudai/gotty is a good place to start figuring out how they're implemented (tty streaming server + termjs type thing).
24.
▲
OneLogin data breach, all users in US datacenter affected
(support.onelogin.com)
14 points
by
Goopplesoft
9y ago
|
1 comments
25.
▲
by
Goopplesoft
9y ago
Thanks. Also, this site also seems to have args from man pages: https://explainshell.com/explain?cmd=gcc+-C+-E+-H+-P+-nostdi...
26.
▲
by
Goopplesoft
9y ago
There will be interesting community impacts from python's asyncio -- I'd venture its going to create a lot of fragmentation in the realtime application ecosystem. The issue seems to be that there isn't an agreed way to consum
27.
▲
by
Goopplesoft
9y ago
Thats an interesting bet. If they isolated to the subnets they sell off to ISPs (i.e exclude datacenters and such) what do you think would contribute to the cost/benefit difference of the two?
28.
▲
by
Goopplesoft
9y ago
A heads up: theres a really nice project called Streisand[1] which provides a multi-protocol VPN with very little effort. You can launch one on a cheap cloud provider (like DO, if their policy allows). [1] https://github.com/
29.
▲
by
Goopplesoft
10y ago
Note: Ladon can be run as a service to use in your main application should you want to avoid learning go.
30.
▲
by
Goopplesoft
10y ago
I have the following aliased to gbl: git for-each-ref --sort=-committerdate refs/heads/ With formatting: git for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:s
More ›