Viewing profile — coverup
coverup
HN member- Joined
- Thu, Nov 20, 2014, 5:17 PM UTC
- HN karma
- 296
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About coverup
Recent public activity
-
comment
Comment #33888146
Where's the fallacy? She's saying the only systems that are beautiful are the ones that haven't been forced by massive spontaneous adoption to scale faster than the developer(s) ca…
-
comment
Comment #32289107
Larkin is a poet who "comforts the disturbed and disturbs the comfortable." I often return to his poem Aubade [0], in particular the idea that "death is no different whined at than…
-
comment
Comment #31607605
I find these types of questions invaluable as an interviewer, at least for mid-level to senior roles. And you're right, I am looking for an actual story, not just the lessons learn…
-
comment
Comment #31284887
While it makes sense that the police would unionize for the same reason any other workers would, your second paragraph seems to contradict your first. Your proposal to shift respon…
-
comment
Comment #30807803
¯\_(ツ)_/¯
-
comment
Comment #30136499
I like this. Here are a few more: "We maintain a lot of BAZ we think no one needs anymore but we don't know for sure" is called a Yikes . "You just have to know which alerts matter…
-
comment
Comment #27247054
Just to add some color to your comment as I think the idea that philosophy can be therapeutic is counterintuitive for a lot of people: consider the loneliness of depression, a big …
-
comment
Comment #26889394
It seems more likely to me that it's not a misspelling of "monjita" but rather just a naive application of the Spanish -ito/-ita diminutive suffix to "Mongo".
-
comment
Comment #24324995
This is great! I recently built a similar thing because I wanted to learn more about WebRTC. Fun to see someone else's take. https://tmpch.at
-
comment
Comment #23948278
The US will suffer if its international students can't get an education here without being told by the government to pack up and head for their favorite Caribbean island because we…
- comment
-
comment
Comment #23847493
> This mentality leads to systems that are a mess of callbacks, don't scale, and practically impossible to maintain. Why would it? I can put the same types of abstractions into my …
-
comment
Comment #23845235
Sure! To start, just fundamentally—why assume workflows are DAG-shaped? Why no cycles? Lots of real-world processes contain unscheduled repetition that arises at "runtime." Or what…
-
comment
Comment #23844749
I'm gonna go out on a limb and say any purported workflow tool that comes with a data model you have to memorize (i.e. "Before we start building a workflow, let’s learn a little ab…
-
comment
Comment #23747085
Dunno if it was you or someone else who clicked your link but it was nice chatting with a couple folks just now :)
-
comment
Comment #23746870
Source for the curious: server https://github.com/nmyk/nmyk.io/blob/master/pkg/tmpchat.go client https://github.com/nmyk/nmyk.io/blob/master/web/assets/tmpch...
- story
-
comment
Comment #23713300
By "issues" I mean software defects.
-
comment
Comment #23713208
Fair enough. I would say if the way someone uses the Go "enum pattern" is causing them to have issues with type safety then their code could probably use a refactor, but the point …
-
comment
Comment #23712988
FWIW, there's a slightly more concise way of expressing this in Go: type state int const ( on state = iota off )
-
comment
Comment #23701524
A somewhat related idea: the discovery that light is an electromagnetic wave falls right out of Maxwell's equations in a vacuum. Simply rearranging terms yields two wave equations …
-
comment
Comment #23531387
Yeah this is where it would have helped if I had discussed what I meant by "new". AlphaGo is a supervised learner that outputs optimal Go moves given opposing play. It yields new d…
-
comment
Comment #23526449
Yep, you and the user you're replying to are both right in different ways. One thing's for sure - machines don't generate "insights" on their own. Let's define an "insight" as "new…
-
comment
Comment #23493014
Reminds me of a quote from Picasso: "When art critics get together they talk about Form and Structure and Meaning. When artists get together they talk about where you can buy cheap…
-
comment
Comment #23465900
Welcome to NeverPivot.mvp! We're thrilled you decided to take the next step in your career as a NeverPivoter. Your job is to add features to the product, period. More features, bet…