

3·
1 month agoI didn’t watch the video but theres like software that can identify you based on how you walk. So if you walk completely differently than you normally do, like by putting rocks in your shoes and limping, you can hide who you are


I didn’t watch the video but theres like software that can identify you based on how you walk. So if you walk completely differently than you normally do, like by putting rocks in your shoes and limping, you can hide who you are


I enjoy lisp and emacs but nothing will convince me to use guix over nixos. At most I guess I would switch to arch and use the guix package manager there.
def even(n: int) -> bool:
code = ""
for i in range(0, n+1, 2):
code += f"if {n} == {i}:\n out = True\n"
j = i+1
code += f"if {n} == {j}:\n out = False\n"
local_vars = {}
exec(code, {}, local_vars)
return local_vars["out"]
scalable version
more legible than a ssd for humans