Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
0
Comments
153
Joined
3 yr. ago

  • As is tradition tuvok. And be sure to be extra on Harry, can’t let him think another pip is in his future. Be sure to lead with that, gotta crush his spirit before crushing bones. Now let’s find a planet I can break the prime directive on!

  • This page intentionally left blank.

  • It’s definitely interesting, America fighting nazis means America bad. Alrighty then.

  • It’s in the footer html, nothing JavaScript about it. If your Adblock is blocking regular footer divs that’s on your Adblock setup not mpr nor it’s JavaScript.

  • It says © 2026 Minnesota Public Radio. All rights reserved. Right at the bottom of the page, how is that not communicated?

  • Killer

    Jump
  • Doesn’t do much if the process is in uninterruptible I/o. Kill can’t do much against syscalls that aren’t returning, you’ll be rebooting. You can try this https://github.com/mitchty/nix/blob/shenanigans/src/evilkill.sh but it’s not guaranteed to work. It’s just trying to force the process to exit(), but it doesn’t always work and can’t. All that script amounts to is attaching a debugger and executing assembly to mimic exit. I’ll say 60% of the time it works 100% of the time when kill doesn’t.

  • Calm down Satan

  • So Americans alone are at fault for using the term German in English then? The chain of logic here is impressive I’ll say that.

  • Sigh, you missed the obvious pun: would you like some cheese with your wine?

  • There’s nothing in these bars but worthless gold!

  • Been a while, coulda been a cougar just happy it announced its presence versus decided my neck looked tasty.

  • Fuego

    Jump
  • You gotta iocaine powder your way to tolerance. Also helpful eat a banana beforehand. Drinking a cup of milk helps too when you’re developing tolerance.

  • Yep being 20 feet away from a bobcat will probably make you reassert things. Also having a handgun pointed at you as well. And hearing a ricochet of a bullet right in front of you.

    I’m not saying a gun helps in all those situations but it definitely changes your available options.

  • What if they’re mountain bats and can’t drink regular dew?

  • Memory leaks are more than possible in rust. Rust type system prevents things like free being called on an already free resource. It very much also allows not calling free even when nothing references things. It also makes things like arena allocation a fun endeavor compared to other systems languages. It’s not impossible just trickier. Rust isn’t a panacea, you would need something more like idris with its type system to programmatically enforce resources are freed at runtime during the compilation phase. But a fully dependent type system is very much a bleeding edge thing.

  • Word.

    Jump
  • Overfull hbox has left the chat un formatted

  • Moopsy?

  • Not sure these definitions are any better. Why is hardware proper by definition? And where is the software delineation? Would an fpga be hardware or software? How would this differ from our own neurons in that how they fire versus what they do is ill defined? I think trying to pin down where computational work is done biologically is a bit of a pointless exercise right now. Similarly trying to pin out definitions we use in computer science to match those ill understood biological constraints is also premature general ai using non biological computation may end up being vastly different from biology.

    And traditionally we just call things a neural network artificial is implied give we are running on a digital computer.

    Also the statement everything humanity does being artificial is needlessly broad. I don’t think you could argue reproduction of humans is artificial.