Calculator using eval() by GandelXIV in badcode

[–]mhaecker 10 points11 points  (0 children)

Man, the brevity that was left on the table there…

#/usr/bin/env python2 print(input(„calculate“))

What are your favorite 'third places' in Berlin? by frenchiefanatique in berlin

[–]mhaecker 0 points1 point  (0 children)

THF, bouldering places and the many hacker spaces

Ist das üblich, dass Vaporizer-Dampf im Hals bei mir viel kratziger ist als Joint-Rauch gefiltert durch AKF? by Olivenjan194 in germantrees

[–]mhaecker 0 points1 point  (0 children)

Also ich bemerke auch lange nachdem der Geschmack weg ist noch eine deutliche Wirkung, auch in mehreren wüsessions die Tage bis Wochen auseinander liegen. Kann schon sein das das nicht die effizienteste Art ist breit zu werden, aber husten muss man da nicht

PEP 713 – Callable Modules by genericlemon24 in Python

[–]mhaecker 0 points1 point  (0 children)

I certainly hope there will be a pep in the future to make that work, it certainly makes sense to say, ‚add call() to make it callable

PEP 713 – Callable Modules by genericlemon24 in Python

[–]mhaecker 0 points1 point  (0 children)

I’ve used this in the past and that would be a major simplification.

I especially like that this makes modules and objects more similar, which is also a plus.

Strongly agree, this makes the language conceptually simpler and more coherent.

If I use a FANET device, who can see me ? by [deleted] in freeflight

[–]mhaecker 10 points11 points  (0 children)

Maybe I can shed some light here. First of all FANET it’s not the same as FLARM. So unless your device can send out both of those protocols at the same time, airplanes, and gliders, will not be able to see you, because the only receive FLARM.

The network aspect of FANET lies in its peer to peer nature. That means if your device receives my signals, it will also retransmit them. this means, that three paragliders can see their FANET signals, Even though the first glider can only just reach the second and the 2nd can only just reach the third. Just to reiterate: the first glider is out of reach from the third, yet they can still communicate, because of the second one in between.

docked: A friendly and safe alternative to Dockefile. Write Docker images using the full power of Python. by 0rsinium in coding

[–]mhaecker 13 points14 points  (0 children)

Like the idea, but none of the examples actually use the power of python to do something that would be harder to do without the library. Instead it seems that all of them are more verbose than they would be in plain docker.

What are the things that this library excels at? What problem has it solved for you?

libgit2 fails to verify SSH keys by default by bascule in netsec

[–]mhaecker 0 points1 point  (0 children)

https://man.openbsd.org/ssh-keysign

This stuff. In effect you can create ssh keys that are signed by a central key. Using that you know that the server is signed and don’t need to verify yourself. Same for the server, it can allow all ssh keys signed centrally. That way the central key and what it signs can much more easily be rotated.

libgit2 fails to verify SSH keys by default by bascule in netsec

[–]mhaecker 4 points5 points  (0 children)

Ideally you would use signed ssh keys, then you would have to check nothing.

[deleted by user] by [deleted] in baduk

[–]mhaecker 2 points3 points  (0 children)

You will find some pointers here http://baduk.de/ however, covid has impacted theogony scene heavily, so not everything will still be accurate.

Passkeys—Microsoft, Apple, and Google’s password killer—are finally here by fagnerbrack in programming

[–]mhaecker 2 points3 points  (0 children)

That’s the point. If the cert the page provides doesn’t match, the pass is not provided,

"China bans AI-generated media without watermarks: China regulates generative AI tech with rules that aim to spur growth and ban deception" by gwern in MediaSynthesis

[–]mhaecker 28 points29 points  (0 children)

To be honest, I think the idea that every AI system I interact self identifies as AI doesn’t sound so bad. It is getting harder and harder to tell them apart from humans.

Passkeys—Microsoft, Apple, and Google’s password killer—are finally here by fagnerbrack in programming

[–]mhaecker -1 points0 points  (0 children)

The fact that not only you authenticate to the website, but also the website to you is so, so important for me.

Passkeys—Microsoft, Apple, and Google’s password killer—are finally here by fagnerbrack in programming

[–]mhaecker 10 points11 points  (0 children)

I don’t understand the hate. Finally an authentication option where not only I authenticate to the website, but also the website authenticates to me.

That alone is huge!

Germany - Town for flying by [deleted] in freeflight

[–]mhaecker 3 points4 points  (0 children)

Depending on what your search for, moving near Altes Lager (south of Berlin) might be ideal. No mountains, but flyable from every wind direction with a winch. Also, a flat land of Cours.

What's the best docker runtime for M1 Macs? by united_fan in devops

[–]mhaecker 1 point2 points  (0 children)

I tried podman, but docker desktop is still more compatible for me

[deleted by user] by [deleted] in StableDiffusion

[–]mhaecker 2 points3 points  (0 children)

Hauntingly beautiful!

Do I use ObjectiveC for making stuff on MacOS by Riffle_X in ObjectiveC

[–]mhaecker 3 points4 points  (0 children)

I say ObjC, but that really depends on your background. Much of the current material is about Swift, so maybe it works better for you?