What do you mean “not supported by the platforms”? And do you mean that or “removed”?
- 0 Posts
- 10 Comments
what if pip didn’t support 0.112.4 anymore?
What do you mean by that? If new versions of Python didn’t run that version of fastapi? If PyPI removed it?
remram@lemmy.mlto Open Source@lemmy.ml•Any AI tool to analyse a git repo for malicious code?4·10 months agoIf you’re one of those people that think every product is better if there’s “AI” on the box then sure. What you’re describing is static analysis though, it is not new.
remram@lemmy.mlto Open Source@lemmy.ml•Any AI tool to analyse a git repo for malicious code?3·10 months agoProbably not. Obfuscation works, and might even depend on remote code being downloaded at either build time or run time.
There are a lot of heuristics you can use (e.g. disallowing some functions/modules) to check a codebase, but those already exist no AI required. Unless you call static analysis “AI”, who knows.
remram@lemmy.mlto Self Hosted - Self-hosting your services.@lemmy.ml•[Question] Simple task management for small teamsEnglish0·2 years agoThere’s focalboard (if you can get past the weird license): https://www.focalboard.com/
Or you can use Gitea: https://gitea.io/ It’s mostly meant for collaboration on source code but it has a ticketing system with boards.
remram@lemmy.mlto Programmer Humor@lemmy.ml•It's older than a lot of new developers at this point.English4·2 years agoHard disagree there. It is a tunnel, it is plenty fast if the intermediate node is close enough, and why would you want encryption at the IP layer.
It works great and gives me IPv6 that I otherwise wouldn’t have with my ISP (Optimum), allowing me to connect to native IPv6 site and use all the IPv6 functionality I want (dedicated IPs for containers/VMs etc).
remram@lemmy.mlto Programmer Humor@lemmy.ml•It's older than a lot of new developers at this point.English2·2 years agoMy side works fine, Google just doesn’t like the address. It’s a tunnelbroker address, maybe they consider that bots… but only for some of their servers? It’s weird
remram@lemmy.mlto Programmer Humor@lemmy.ml•It's older than a lot of new developers at this point.English4·2 years agoI have IPv6, Google just doesn’t like my address.
remram@lemmy.mlto Programmer Humor@lemmy.ml•It's older than a lot of new developers at this point.English172·2 years agoFor whatever reason, to this day I get a 403 error on
http://google.com/
from IPv6.https://www.google.com/
works through.Sometimes it’s not your side that is broken.
“It” being the PyPI server not finding it? Pip not supporting the API? Or it downloads correctly but the setup.py prints that error?