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
    Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:00:06 JST Punished Crab Punished Crab
    I guess I'm gonna have to learn rust at some point because there doesn't seem to be a viable successor for a systems language. I have no idea what the shit I would make for a project though. I don't think it has enough of a technology base to build anything serious yet.
    In conversation Sunday, 01-Jan-2023 03:00:06 JST from sleepy.cafe permalink
    • Embed this notice
      Zero :zt_think: :artix: (zero@strelizia.net)'s status on Sunday, 01-Jan-2023 03:00:01 JST Zero :zt_think: :artix: Zero :zt_think: :artix:
      in reply to
      @RustyCrab you can turn gc completely off, google says it was made to be a system language either way :marseyshrug:
      In conversation Sunday, 01-Jan-2023 03:00:01 JST permalink
    • Embed this notice
      d (deprecated_ii@poa.st)'s status on Sunday, 01-Jan-2023 03:00:01 JST d d
      in reply to
      • Zero :zt_think: :artix:
      @zero @RustyCrab I would use Go any day of the week over Rust :02_shrug:
      In conversation Sunday, 01-Jan-2023 03:00:01 JST permalink
      grumbulon likes this.
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:00:02 JST Punished Crab Punished Crab
      in reply to
      • Zero :zt_think: :artix:
      @zero not appropriate to use on systems level
      In conversation Sunday, 01-Jan-2023 03:00:02 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:00:03 JST Punished Crab Punished Crab
      in reply to
      • Zero :zt_think: :artix:
      @zero
      >garbage collection
      nah
      In conversation Sunday, 01-Jan-2023 03:00:03 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:00:03 JST Punished Crab Punished Crab
      in reply to
      • Zero :zt_think: :artix:
      @zero I'm not inherently against garbage collection but it's a permanent barrier to high performance no matter what benchmarks say
      In conversation Sunday, 01-Jan-2023 03:00:03 JST permalink
    • Embed this notice
      Zero :zt_think: :artix: (zero@strelizia.net)'s status on Sunday, 01-Jan-2023 03:00:04 JST Zero :zt_think: :artix: Zero :zt_think: :artix:
      in reply to
      @RustyCrab yeah should be
      In conversation Sunday, 01-Jan-2023 03:00:04 JST permalink
    • Embed this notice
      Zero :zt_think: :artix: (zero@strelizia.net)'s status on Sunday, 01-Jan-2023 03:00:05 JST Zero :zt_think: :artix: Zero :zt_think: :artix:
      in reply to
      @RustyCrab use go
      In conversation Sunday, 01-Jan-2023 03:00:05 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:00:05 JST Punished Crab Punished Crab
      in reply to
      • Zero :zt_think: :artix:
      @zero is that a systems language?
      In conversation Sunday, 01-Jan-2023 03:00:05 JST permalink
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:06:12 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka

      @sam @RustyCrab @zero it depends on what you are actually wanting to build that would determine if Go is a good language to use; there are ways to manually manage memory in Go using CGo (sinful) https://pkg.go.dev/cmd/cgo

      I personally don’t recommend using CGo but if manual memory management is a requirement then its possible to benefit from the modern features of Go with the C stuff, if its really necessary.

      In conversation Sunday, 01-Jan-2023 03:06:12 JST permalink

      Attachments


    • Embed this notice
      Rinvers Cuosaka (sam@froth.zone)'s status on Sunday, 01-Jan-2023 03:06:14 JST Rinvers Cuosaka Rinvers Cuosaka
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      @RustyCrab @zero :shrug_kon: Go works really well for anything having to do with networking (what the Plan9/Google people made it for)

      t. have made stuff both professionally and for fun in Go

      cc @grumbulon he gets paid to write Go code
      In conversation Sunday, 01-Jan-2023 03:06:14 JST permalink
    • Embed this notice
      Miss Pasture :monapat: (pasture@pl.gamers.exposed)'s status on Sunday, 01-Jan-2023 03:06:22 JST Miss Pasture :monapat: Miss Pasture :monapat:
      in reply to
      @RustyCrab https://www.amazon.com/dp/B073XMNQC2
      In conversation Sunday, 01-Jan-2023 03:06:22 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: images-na.ssl-images-amazon.com
        Womens Thigh High Socks Cotton Striped Over the Knee Socks Long Knee High Socks for Women(Black White) at Amazon Women’s Clothing store
        Buy Womens Thigh High Socks Cotton Striped Over the Knee Socks Long Knee High Socks for Women(Black White) and other Leg Warmers at Amazon.com. Our wide selection is elegible for free shipping and free returns.
      grumbulon likes this.
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:12:43 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      @RustyCrab @sam @zero Manually managing memory, in general, is a bad idea
      In conversation Sunday, 01-Jan-2023 03:12:43 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:12:44 JST Punished Crab Punished Crab
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      @grumbulon @sam @zero I don't know anything about Go but my experience makes my gut say that trying to manage memory in it is probably a very bad idea.
      In conversation Sunday, 01-Jan-2023 03:12:44 JST permalink
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:25:39 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      @RustyCrab @sam @zero Bad things will happen regardless in a corporate setting because software quality isn't the reason companies exist, they exist to generate money. If that means hire 10 retards for every guy that cares about performance for the end users then they'll do it, the bottom line is generally what matters. As long as its "good enough"
      In conversation Sunday, 01-Jan-2023 03:25:39 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:25:40 JST Punished Crab Punished Crab
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      @grumbulon @sam @zero yeah people argue about that but like, when your program hits half a million lines and management starts throwing retards at it that you have no control over, bad shit will happen (and happen constantly).
      In conversation Sunday, 01-Jan-2023 03:25:40 JST permalink
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:26:18 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @straw @sam @RustyCrab @zero I tried Rust because I thought there might be something there, but there isn't
      In conversation Sunday, 01-Jan-2023 03:26:18 JST permalink
    • Embed this notice
      straw (straw@rdrama.cc)'s status on Sunday, 01-Jan-2023 03:26:19 JST straw straw
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      @grumbulon @sam @RustyCrab @zero not with Rust™
      In conversation Sunday, 01-Jan-2023 03:26:19 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:28:22 JST Punished Crab Punished Crab
      in reply to
      • Zero :zt_think: :artix:
      • MischievousTomato
      @MischievousTomato @zero everything is network stuff anymore
      In conversation Sunday, 01-Jan-2023 03:28:22 JST permalink
    • Embed this notice
      shitpisscum (shitpisscum@social.mrhands.horse)'s status on Sunday, 01-Jan-2023 03:28:22 JST shitpisscum shitpisscum
      in reply to
      • Zero :zt_think: :artix:
      • MischievousTomato
      @RustyCrab @MischievousTomato @zero
      In conversation Sunday, 01-Jan-2023 03:28:22 JST permalink

      Attachments


      1. https://social.mrhands.horse/media/977906db-b88d-40a3-8b5a-b0627da579f5/perniaAPshitting.png
      Doughnut Lollipop 【記録係】:blobfoxgooglymlem: likes this.
    • Embed this notice
      MischievousTomato (mischievoustomato@beefyboys.win)'s status on Sunday, 01-Jan-2023 03:28:23 JST MischievousTomato MischievousTomato
      in reply to
      • Zero :zt_think: :artix:
      @zero @RustyCrab :retrothink: isnt it for network stuff
      In conversation Sunday, 01-Jan-2023 03:28:23 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:34:05 JST Punished Crab Punished Crab
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @grumbulon @sam @straw @zero I don't know enough about it to make that judgment call but my gut tells me it looks more like a novelty than a serious long term solution.

      The idea of unique ownership IS GOOD however and I want to see that expanded upon.
      In conversation Sunday, 01-Jan-2023 03:34:05 JST permalink
      grumbulon likes this.
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:36:23 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @RustyCrab @sam @straw @zero > unique ownership IS GOOD

      yeah that was the coolest thing, but everything else was just kind of annoying to mess with. Also I hate to be that guy ? but there isn't a language spec which sucks, they (unironically) help when you want to know things (source: read stuff from the Go language spec for reasons) like The Rust Reference "book" is ok but then you have pages like this: https://doc.rust-lang.org/stable/reference/lexical-structure.html
      In conversation Sunday, 01-Jan-2023 03:36:23 JST permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        Lexical structure - The Rust Reference
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:39:20 JST Punished Crab Punished Crab
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @grumbulon @sam @straw @zero is my browser not loading or is that actually fucking blank
      In conversation Sunday, 01-Jan-2023 03:39:20 JST permalink
      grumbulon likes this.
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:39:51 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @RustyCrab
      @sam @straw @zero
      it is actually blank lmao, I also thought my browser was fucking up but no, this page is unintentionally left blank
      In conversation Sunday, 01-Jan-2023 03:39:51 JST permalink
    • Embed this notice
      Punished Crab (rustycrab@sleepy.cafe)'s status on Sunday, 01-Jan-2023 03:41:11 JST Punished Crab Punished Crab
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @grumbulon @sam @straw @zero and the next place says "rust is in utf-8" and stops. Uhmazin.
      In conversation Sunday, 01-Jan-2023 03:41:11 JST permalink
      grumbulon likes this.
    • Embed this notice
      MischievousTomato (mischievoustomato@beefyboys.win)'s status on Sunday, 01-Jan-2023 03:52:04 JST MischievousTomato MischievousTomato
      in reply to
      • grumbulon
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      @grumbulon @sam @straw @RustyCrab @zero it's like a chapter title in books
      In conversation Sunday, 01-Jan-2023 03:52:04 JST permalink
    • Embed this notice
      grumbulon (grumbulon@freecumextremist.com)'s status on Sunday, 01-Jan-2023 03:52:04 JST grumbulon grumbulon
      in reply to
      • Zero :zt_think: :artix:
      • Rinvers Cuosaka
      • straw
      • MischievousTomato
      @MischievousTomato
      @sam @straw @RustyCrab @zero

      the next page is still one sentence and it's a website not a book so that sucks regardless
      In conversation Sunday, 01-Jan-2023 03:52:04 JST permalink

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.