HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trashymctrash

no profile record

Submissions

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

arstechnica.com
11 points·by trashymctrash·3 months ago·1 comments

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

60 points·by trashymctrash·4 months ago·44 comments

Manage for Success, Not Comfort

terriblesoftware.org
6 points·by trashymctrash·last year·2 comments

16B Apple, Facebook, Google and Other Passwords Leaked

forbes.com
17 points·by trashymctrash·last year·0 comments

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

9 points·by trashymctrash·2 years ago·13 comments

CoinStats Security Breach: 1,590 Wallets Compromised

twitter.com
9 points·by trashymctrash·2 years ago·1 comments

comments

trashymctrash
·4 months ago·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 months ago·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 months ago·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 months ago·discuss
Is „Dyehoe“ in the title a typo? Otherwise I don’t get it
trashymctrash
·7 months ago·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 months ago·discuss
I think you are misreading the parent comment here.
trashymctrash
·10 months ago·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
·last year·discuss
this maybe? https://liveswebench.ai/
trashymctrash
·2 years ago·discuss
[flagged]
trashymctrash
·2 years ago·discuss
looks useful. thanks
trashymctrash
·2 years ago·discuss
If you are curious, here is how you can integrate it into a Jetbrains IDE: https://glyphy.com/a/2022/structural-diff-with-difftastic-an...

I tried it, but unfortunately it's not as seamless as it could be, so I reverted back to Jetbrain's native diffing, which is quite good anyway.
trashymctrash
·2 years ago·discuss
> You're effectively attempting to bully people out of their own opinions for the sake of your convenience.

Maybe it's just me, but "bully" seems like a very exaggerated choice of words here.