- 1 Post
- 219 Comments
grandel@lemmy.mlto
Showerthoughts@lemmy.world•Big tech should release some privacy friendly productsEnglish
1·7 天前Doesn’t Apple (claim) to already do this? The problem is that companies have and will lie. If there were such a thing, I wouldn’t trust it.
grandel@lemmy.mlto
Showerthoughts@lemmy.world•If Apple developed a satellite to explore space it would only be able to transmit data back to earth with an iCloud accountEnglish
1·9 天前I think OP is making a very reasonable assumption here.
grandel@lemmy.mlOPto
Ask Lemmy@lemmy.world•People who stick the apple logo on their car: Why?
91·18 天前What other places have you noticed them? I only found them on cars so far and thought there must be a reason for it
grandel@lemmy.mlOPto
Ask Lemmy@lemmy.world•People who stick the apple logo on their car: Why?English
2·18 天前That is correct!
Hatte Russland nicht der Ukraine Frieden im Gegenzug zu derem Nuklearem Arsenal schon geboten?
grandel@lemmy.mlto
Ask Lemmy@lemmy.world•What is something only you and two other people know?
1·26 天前What if the same person opened both links?
grandel@lemmy.mlto
Ask Lemmy@lemmy.world•What's something you've done that you're proud of? English
10·28 天前I built a web app for managing wishes: https://wishthis.online/
Probably Alcohol and/or Tabacco
grandel@lemmy.mlto
iiiiiiitttttttttttt@programming.dev•We put the Thing That Can't Do Numbers™ in your spreadsheetsEnglish
131·1 个月前You forgot: destroys the only known habitat for humans 👌🏼
As in: You cooked lunch or got take out? For me either could apply.
grandel@lemmy.mlto
aww@lemmy.world•Drone captures an elephant family sleeping togetherEnglish
11·1 个月前AFAIK, they dont usually unless they are utterly exhausted.
Und keine Nebenjobs, erstrecht nicht bei DAX Unternehmen.
grandel@lemmy.mlto
No Stupid Questions@lemmy.world•Why do people say "as sweet as canned beans"?
2·1 个月前Same reason they say bone apple tea
grandel@lemmy.mlto
Programming@programming.dev•Would you use a service that automatically identifies refactoring opportunities in your code?English
2·1 个月前Im not OP but I use VS Code and it’s setup to:
- perform a static code analysis
- auto format code according to my defined code style
- highlight unused variables, namespaces, etc.
- make some suggestions to improve code quality
Which is what I think OP is trying to say. Your idea sounds like what IDEs should do (and mostly do).
I stopped asking because I usually just get downvoted too without any answers






If the API does not use versioning or document changes, your only option is to use defensive programming and good error handling to figure out what breaks.