HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trashymctrash

no profile record

Submissions

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

arstechnica.com
11 points·by trashymctrash·3 mesi fa·1 comments

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

60 points·by trashymctrash·4 mesi fa·44 comments

Manage for Success, Not Comfort

terriblesoftware.org
6 points·by trashymctrash·anno scorso·2 comments

16B Apple, Facebook, Google and Other Passwords Leaked

forbes.com
17 points·by trashymctrash·anno scorso·0 comments

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

9 points·by trashymctrash·2 anni fa·13 comments

CoinStats Security Breach: 1,590 Wallets Compromised

twitter.com
9 points·by trashymctrash·2 anni fa·1 comments

comments

trashymctrash
·4 mesi fa·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 mesi fa·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 mesi fa·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 mesi fa·discuss
Is „Dyehoe“ in the title a typo? Otherwise I don’t get it
trashymctrash
·7 mesi fa·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 mesi fa·discuss
I think you are misreading the parent comment here.
trashymctrash
·10 mesi fa·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
·anno scorso·discuss
this maybe? https://liveswebench.ai/
trashymctrash
·2 anni fa·discuss
[flagged]
trashymctrash
·2 anni fa·discuss
looks useful. thanks