You said if you have a son then you should encourage them to kill themselves. That’s not a “little overboard”.
- 0 Posts
- 7 Comments
feddylemmy@lemmy.worldto
Technology@lemmy.world•China’s ‘land aircraft carrier’ charges flying drone with microwave beamEnglish
3·1 month agoI think it’s worth saying that while not ionizing, high power high gain RF can cause damage via burns. Not sure how much power/gain is used in this situation though. Staying away from unfamiliar transmitting antennas is in general a good thing.
feddylemmy@lemmy.worldto
Ask Lemmy@lemmy.world•Why don't I care about the Artemis mission/program?
2·2 months agoThis is just the start of the Artemis program, so the flyby was just testing things and a few science missions flying past the moon farther than we have before. Future Artemis flights will land and stay on the moon for longer.
Ah yes the Catnip Aficionados Scratching Totem!
feddylemmy@lemmy.worldto
Technology@lemmy.world•At 25, Wikipedia faces a double threat: the rise of AI and the decline of local media— Human visitors declined in 2025, while AI crawlers are on the riseEnglish
9·3 months agoThis is what frustrates me. Wikipedia is one of the last places where sources are cited. I understand that sometimes the sources are not that great, but at least the claim comes with a source to verify. That’s a far cry from the nonsense spewed on say facebook.
feddylemmy@lemmy.worldto
Technology@lemmy.world•Microsoft’s Windows Hello fingerprint authentication has been bypassedEnglish
0·3 years agoIf your interview involves telling me a username is “something you are” rather than “something you know”, I’m running away from that job as fast as I can.

Also using cat to review a script before running it. Cat by default will interpret ANSI escape codes and it’s possible to overwrite a line and hide it. Use the -v or -A option with cat to show the ANSI escape codes rather than interpret them. Or use less, vi, nano.