HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trashymctrash

no profile record

Submissions

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

arstechnica.com
11 points·by trashymctrash·3 tháng trước·1 comments

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

60 points·by trashymctrash·4 tháng trước·44 comments

Manage for Success, Not Comfort

terriblesoftware.org
6 points·by trashymctrash·năm ngoái·2 comments

16B Apple, Facebook, Google and Other Passwords Leaked

forbes.com
17 points·by trashymctrash·năm ngoái·0 comments

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

9 points·by trashymctrash·2 năm trước·13 comments

CoinStats Security Breach: 1,590 Wallets Compromised

twitter.com
9 points·by trashymctrash·2 năm trước·1 comments

comments

trashymctrash
·4 tháng trước·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
·5 tháng trước·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
·5 tháng trước·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
·6 tháng trước·discuss
Is „Dyehoe“ in the title a typo? Otherwise I don’t get it
trashymctrash
·7 tháng trước·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
·10 tháng trước·discuss
I think you are misreading the parent comment here.
trashymctrash
·10 tháng trước·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
·năm ngoái·discuss
this maybe? https://liveswebench.ai/
trashymctrash
·2 năm trước·discuss
[flagged]
trashymctrash
·2 năm trước·discuss
looks useful. thanks