HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trashymctrash

no profile record

Submissions

Perplexity's "Incognito Mode" is a "sham," lawsuit says

arstechnica.com
11 points·by trashymctrash·vor 3 Monaten·1 comments

Ask HN: Have you successfully treated forward head posture ("nerd neck")?

60 points·by trashymctrash·vor 4 Monaten·44 comments

Manage for Success, Not Comfort

terriblesoftware.org
6 points·by trashymctrash·letztes Jahr·2 comments

16B Apple, Facebook, Google and Other Passwords Leaked

forbes.com
17 points·by trashymctrash·letztes Jahr·0 comments

Ask HN: Is there a way to block Trump on all my devices?

9 points·by trashymctrash·vor 2 Jahren·13 comments

CoinStats Security Breach: 1,590 Wallets Compromised

twitter.com
9 points·by trashymctrash·vor 2 Jahren·1 comments

comments

trashymctrash
·vor 4 Monaten·discuss
If you read the next couple of paragraphs, the author addresses this:

> That said, Steam's policy has been recently updated to exclude dev tools used for "efficiency gains", but which are not used to generate content presented to players.

I only quoted the first paragraph, but there is more.
trashymctrash
·vor 5 Monaten·discuss
If you squash your PR before merging, then this alternative worked really well for me:

  git fetch --prune && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D
trashymctrash
·vor 5 Monaten·discuss
i was initially confused because i couldn’t find it in the article, but then i found what you quoted here: https://martinfowler.com/articles/expert-generalist.html
trashymctrash
·vor 6 Monaten·discuss
Is „Dyehoe“ in the title a typo? Otherwise I don’t get it
trashymctrash
·vor 7 Monaten·discuss
What I liked about GraphQL was the fact that I only have to add a field in one place (where it belongs in the schema) and then any client can just query it. No more requests from Frontend developers like „Hey, can you also add that field to this endpoint? Then I don’t have to make multiple requests“. It just cuts that discussion short.

I also really liked that you can create a snapshot of the whole schema for integration test purposes, which makes it very easy to detect breaking changes in the API, e.g. if a nullable field becomes not-nullable.

But I also agree with lots of the points of the article. I guess I am just not super in love with REST. In my experience, REST APIs were often quite messy and inconsistent in comparison to GraphQL. But of course that’s only anecdotal evidence.
trashymctrash
·vor 10 Monaten·discuss
I think you are misreading the parent comment here.
trashymctrash
·vor 10 Monaten·discuss
never used the web app, but never noticed any sluggishness with the desktop app.

now my company „forces“ me to us Microsoft Teams and i’m thinking back to the good old days with Slack.
trashymctrash
·letztes Jahr·discuss
this maybe? https://liveswebench.ai/
trashymctrash
·vor 2 Jahren·discuss
[flagged]
trashymctrash
·vor 2 Jahren·discuss
looks useful. thanks