GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    waff (waff@eientei.org)'s status on Tuesday, 06-May-2025 08:14:13 JST waff waff
    • 夜化
    @Yoruka you gonna get on mc some time today?
    In conversation about 13 days ago from eientei.org permalink
    • Embed this notice
      waff (waff@eientei.org)'s status on Tuesday, 06-May-2025 08:14:04 JST waff waff
      in reply to
      • Zergling_man
      • Protoss
      • 夜化
      @Cyrillic @Yoruka @Zergling_man I don't even need to see it to know its gay. Just look at the mascot
      In conversation about 13 days ago permalink

      Attachments


      1. https://eientei.org/media/4f/72/e0/4f72e0fe6d80cd8428fbb8265ca0e2f6bc6459de01a2e2fcf6539d487dd4df4a.jpeg?name=download%20%281%29.jpeg
    • Embed this notice
      Protoss (cyrillic@lab.nyanide.com)'s status on Tuesday, 06-May-2025 08:14:05 JST Protoss Protoss
      in reply to
      • Zergling_man
      • 夜化
      @Zergling_man @Yoruka @waff yeah saw a code snippet, it was the ugliest tranny shit I had ever seen and I never considered the language again
      In conversation about 13 days ago permalink
      Forest of Enchantment repeated this.
    • Embed this notice
      Zergling_man (zergling_man@sacred.harpy.faith)'s status on Tuesday, 06-May-2025 08:14:06 JST Zergling_man Zergling_man
      in reply to
      • 夜化
      @Yoruka @waff My favourite thing about rust is the bit where, for no fucking reason at all, it chose to have ugly fucking syntax, just to make sure that no matter what, your first exposure to it is guaranteed to be unpleasant.
      In conversation about 13 days ago permalink
    • Embed this notice
      夜化 (yoruka@eientei.org)'s status on Tuesday, 06-May-2025 08:14:07 JST 夜化 夜化
      in reply to
      • Zergling_man
      @waff @Zergling_man I guess maybe I dunno depends, runtime sucks by default but rust made itself suck
      In conversation about 13 days ago permalink
    • Embed this notice
      waff (waff@eientei.org)'s status on Tuesday, 06-May-2025 08:14:08 JST waff waff
      in reply to
      • Zergling_man
      • 夜化
      @Yoruka @Zergling_man better than rust
      In conversation about 13 days ago permalink
    • Embed this notice
      夜化 (yoruka@eientei.org)'s status on Tuesday, 06-May-2025 08:14:10 JST 夜化 夜化
      in reply to
      • Zergling_man
      @Zergling_man @waff total python death but still its a common dependency
      In conversation about 13 days ago permalink
    • Embed this notice
      Zergling_man (zergling_man@sacred.harpy.faith)'s status on Tuesday, 06-May-2025 08:14:11 JST Zergling_man Zergling_man
      in reply to
      • 夜化
      @Yoruka @waff >python3.13/site-packages/portage
      ........
      In conversation about 13 days ago permalink
    • Embed this notice
      夜化 (yoruka@eientei.org)'s status on Tuesday, 06-May-2025 08:14:12 JST 夜化 夜化
      in reply to
      @waff compiling shit for my new system and these packages take forever
      In conversation about 13 days ago permalink

      Attachments


      1. https://eientei.org/media/76/91/5a/76915ae79ec32ee236ec6ca758560866005ed8be0c4e69ba2a81d807cbcbb1f3.png?name=image.png
    • Embed this notice
      夜化 (yoruka@eientei.org)'s status on Tuesday, 06-May-2025 18:08:00 JST 夜化 夜化
      in reply to
      • Zergling_man
      • Protoss
      @Cyrillic @waff @Zergling_man In case anyone doesn't know, its really bad
      use rand::Rng;
      use std::io;
      use std::cmp::Ordering;

      fn main() {
      let generated_number = rand::thread_rng().gen_range(1..101);
      let mut tries: u32 = 0;

      println!("{}", generated_number);

      println!("I generated a number, now guess what it is.\n");

      loop {
      tries += 1;

      println!("Input a number:");

      let mut guessed_number = String::new();
      io::stdin()
      .read_line(&mut guessed_number)
      .expect("failed to read line.");

      let guessed_number: u32 = match guessed_number.trim().parse() {
      Ok(num) => num,
      Err(_) => continue,
      };

      match guessed_number.cmp(&generated_number) {
      Ordering::Less => println!("too small"),
      Ordering::Greater => println!("too big"),
      Ordering::Equal => {
      println!("you win!");
      println!("You made {} attempts.", tries);
      break;
      }
      }
      }
      }
      In conversation about 13 days ago permalink
      Phantasm likes this.
    • Embed this notice
      menherahair (menherahair@eientei.org)'s status on Tuesday, 06-May-2025 18:08:21 JST menherahair menherahair
      in reply to
      • Zergling_man
      • Protoss
      • 夜化
      @waff @Cyrillic @Yoruka @Zergling_man look buddy you get either emotionally discharged critter people keep drawing with toothpaste flags or sudo sandwich and I dunno about you but I'd like to get some sleep tonight
      In conversation about 13 days ago permalink
      Phantasm likes this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.