Viewing profile — Goopplesoft
Goopplesoft
HN member- Joined
- Sat, Oct 06, 2012, 3:07 PM UTC
- HN karma
- 877
- Public activity
- 353 items
- HN profile
- View on Hacker News ↗
About Goopplesoft
GAuthify.com - OTP/2FA as a service.
github.com/pnegahdar
Email: pnegahdar gmail
Recent public activity
-
comment
Comment #16871326
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.
- comment
-
comment
Comment #16668882
https://en.wikipedia.org/wiki/Happy_number
-
comment
Comment #16612656
> ..., 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 wo…
-
comment
Comment #16573892
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+…
-
comment
Comment #16550304
> 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 pack…
-
comment
Comment #16502285
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]…
-
comment
Comment #16325537
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 uptak…
-
comment
Comment #16279848
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 …
-
comment
Comment #16180606
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]. …
-
comment
Comment #16081196
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 indica…
-
comment
Comment #15994626
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 exa…
-
comment
Comment #15614111
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…
-
comment
Comment #15388141
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 …
-
comment
Comment #15366865
> 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…
-
comment
Comment #15308510
> 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,…
-
comment
Comment #15214189
> 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 indicato…
-
comment
Comment #15213381
> 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 imple…
-
comment
Comment #15194673
It is owned by Hashicorp. Hashicorp was a company built around Vagrant initially.
- story
-
comment
Comment #14915638
> equally (un)readable Means they're the same to them regardless of whether its readable or not (they aren't even opining here).
-
comment
Comment #14828972
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 …
-
comment
Comment #14828951
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.
-
comment
Comment #14498784
> There is probably a lot of good ideas to take from it. They might actually be robinhood.
-
comment
Comment #14458202
https://github.com/yudai/gotty is a good place to start figuring out how they're implemented (tty streaming server + termjs type thing).