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

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

Notices by konstruct (konstruct@woof.tech)

  1. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Monday, 24-Aug-2026 21:55:43 JST konstruct konstruct

    Alt text is good for everyone

    In conversation about 16 hours ago from woof.tech permalink

    Attachments


    1. https://cdn.woof.tech/media_attachments/files/115/859/607/786/500/477/original/0665c29ecbcfcf10.jpg
  2. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 31-May-2026 01:49:38 JST konstruct konstruct
    in reply to
    • Church of Jeff

    @jeffowski it's not that deep, this just a random post I saw and enjoyed but didn't feel like copying manually in the moment, and I thought I'd let you know why, at least. Now I definitely don't want to because I'm getting attacked for it and that is scary and exhausting.

    Just leave me be, like damn, just calm down. I often make more posts about the erosion of democracy anyway, so really there is no issue here.

    Do you realize how low the stakes are here?

    Politics isn't "hmm today I will boost this image because it will get seven likes on mastodon", politics is about showing up, protesting, contacting politicians, proposing solutions, deconstructing evil, and so much more than callout posts or senseless toxic arguing over the internet.
    Do you want to be correct, or do you just want to Win? This isn't about being truthful, you're just bashing away not wanting to hear anything back! I can't even contsructively criticize your posts without getting flamed!

    I like the images and videos you post, but this is just toxic, and very far from what I expect from allies. "Be excellent to each other" goes out the window whenever someone slightly displeases you? I will not share media that I get from people like you, who extrapolate someone's entire worth and political value like you do, to any of my friends, because I want to be excellent to them, and this, this is downright dangerous. I hope you see what you are doing wrong now, because I can't point it out more obviously for you.

    In conversation about 3 months ago from gnusocial.jp permalink

    Attachments


  3. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 31-May-2026 00:51:39 JST konstruct konstruct
    in reply to
    • Church of Jeff

    @jeffowski it's just screen reader unfriendly. And overwhelming for some.
    Do you think blind people don't exist ?

    Ableist.

    In conversation about 3 months ago from woof.tech permalink
  4. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 31-May-2026 00:37:16 JST konstruct konstruct
    in reply to
    • Church of Jeff

    @jeffowski if there weren't so many hashtags I would boost

    In conversation about 3 months ago from woof.tech permalink
  5. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Friday, 27-Feb-2026 04:15:46 JST konstruct konstruct

    whyyyy do videogame companies think it is okay to replace voice actors with AI, at first it was the finals, now it's everywhere, fucking pay human artists instead of maximizing profits fuck

    In conversation about 6 months ago from woof.tech permalink
  6. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Saturday, 27-Dec-2025 11:58:15 JST konstruct konstruct
    in reply to
    • prettygood
    • vozer 🎀

    @prettygood @vozercozer great idea!

    In conversation about 8 months ago from woof.tech permalink
  7. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Saturday, 27-Dec-2025 11:57:02 JST konstruct konstruct
    in reply to
    • prettygood
    • vozer 🎀

    @prettygood @vozercozer time to cancel my reccurent donation, at least it'll make them reach the peak and downfall of funding earlier, the sooner, the safer

    In conversation about 8 months ago from woof.tech permalink
  8. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 14-Dec-2025 04:14:30 JST konstruct konstruct
    in reply to
    • prettygood
    • vozer 🎀

    @vozercozer @prettygood you know nudes are fine too but I really wanted pizza pics :(

    In conversation about 8 months ago from gnusocial.jp permalink
  9. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Saturday, 13-Dec-2025 16:45:53 JST konstruct konstruct
    in reply to
    • vozer 🎀

    @vozercozer hungry for some pizza now, send pics :blobcatlul:

    In conversation about 8 months ago from woof.tech permalink
  10. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Thursday, 04-Dec-2025 06:12:43 JST konstruct konstruct
    • hor32

    @hor32 I love that youtube channel fr

    In conversation about 9 months ago from woof.tech permalink
  11. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Monday, 01-Dec-2025 04:11:39 JST konstruct konstruct
    • Matthew Lyon

    @mattly what is that need if I may ask ?

    In conversation about 9 months ago from woof.tech permalink
  12. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Monday, 01-Dec-2025 02:13:27 JST konstruct konstruct
    • Matthew Lyon

    @mattly the mathematical process for genAI to create images is called diffusion. To my knowledge, all image generation models are diffusion models. It's basically a mix of adding and removing complex noise until it reaches a certain result. Some models use tricks like inline generation to generate part of the image at a time, similar to rendering quadrants of a 3D scene on a CPU, instead of doing it all at once to yield more coherent results. When you ask chatGPT to generate an image, your prompt can be processed by an LLM to make it work better with the diffusion model's dataset of labelled imagery. It's also the method for video generation, although other transformer models are used to improve object permanence and other flaws on recent models like Sora and Veo 3. But yeah, you have LLMs for text and Diffusion models for imagery.
    Highly recommend the wikipedia article and its linked articles to get a good technical overview : https://en.wikipedia.org/wiki/Diffusion_model

    In conversation about 9 months ago from woof.tech permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
      Diffusion model
      In machine learning, diffusion models, also known as diffusion-based generative models or score-based generative models, are a class of latent variable generative models. A diffusion model consists of two major components: the forward diffusion process, and the reverse sampling process. The goal of diffusion models is to learn a diffusion process for a given dataset, such that the process can generate new elements that are distributed similarly as the original dataset. A diffusion model models data as generated by a diffusion process, whereby a new datum performs a random walk with drift through the space of all possible data. A trained diffusion model can be sampled in many ways, with different efficiency and quality. There are various equivalent formalisms, including Markov chains, denoising diffusion probabilistic models, noise conditioned score networks, and stochastic differential equations. They are typically trained using variational inference. The model responsible for denoising is typically called its "backbone". The backbone may be of any kind, but they are typically U-nets or transformers. As of 2024, diffusion models are mainly used...
  13. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Saturday, 15-Nov-2025 07:29:49 JST konstruct konstruct
    • Hollow Cанëк

    @solidsanek so mischevious-looking :blobcatevil:

    In conversation about 9 months ago from woof.tech permalink
  14. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 02-Nov-2025 08:02:59 JST konstruct konstruct
    in reply to
    • kaia

    @kaia saltnotes zero 2 spotted :blobcat3c:

    In conversation about 10 months ago from woof.tech permalink
  15. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Tuesday, 14-Oct-2025 22:04:13 JST konstruct konstruct
    • lainy

    @lain despite all parties disagreeing, .mp3 is just a really shitty, lossy .zip

    In conversation about 10 months ago from woof.tech permalink
  16. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Wednesday, 24-Sep-2025 22:18:31 JST konstruct konstruct
    • Quixoticgeek

    @quixoticgeek I really don't get why people make their beds. You're literally going to use the blanket every night. It serves absolutely no purpose except make it pretty? And you have to do it every single morning for it to stay that way... There are less expensive ways to make your room pretty.

    In conversation about a year ago from woof.tech permalink
  17. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Monday, 22-Sep-2025 19:38:50 JST konstruct konstruct
    • buffet
    • Jesse 🇫🇷

    @jessew @buffet can you content warn math please :blabcat:

    In conversation about a year ago from woof.tech permalink
  18. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Sunday, 21-Sep-2025 06:07:41 JST konstruct konstruct
    in reply to
    • Jesse 🇫🇷

    @jessew https://mastodo.neoliber.al/@jenbanim/115238130585834588

    In conversation about a year ago from woof.tech permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: s3-us-west-1.amazonaws.com
      jenbanim quooted your post (@jenbanim@mastodo.neoliber.al)
      from Attached: 1 video If you mash the audio example buttons on the wikipedia page for the IPA vowel sounds you can create a choir of mildly disgusted men
      Attached: 1 video If you mash the audio example buttons on the wikipedia page for the IPA vowel sounds you can create a choir of mildly disgusted men
  19. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Friday, 19-Sep-2025 00:15:47 JST konstruct konstruct
    in reply to
    • Jesse 🇫🇷

    @jessew the UK is a SHITHOLE

    In conversation about a year ago from woof.tech permalink
  20. Embed this notice
    konstruct (konstruct@woof.tech)'s status on Thursday, 18-Sep-2025 06:46:18 JST konstruct konstruct
    in reply to
    • Jesse 🇫🇷

    @jessew meteor browser

    In conversation about a year ago from woof.tech permalink

    Attachments


    1. https://cdn.woof.tech/media_attachments/files/115/221/199/331/870/801/original/afd3f8a38bd24261.jpg
  • Before

User actions

    konstruct

    konstruct

    PHAGE relay unit with AuDHD :BlobhajFlagAutism:pan :BlobhajFlagPansexual: aro :BlobhajFlagAromantic: poly :BlobhajFlagPolytricolor: genderfluid :BlobhajFlagGenderfluid: UTC+2 🇨🇵 anarchist 🏴<18 can interact SFW≥18 can interact NSFWIf found, please return to @daedalouserosmore about it in pinned ::3Opt-out : #NoBot (except cool ones) #NoScrape #NoIndex #NoBridge #NoArchive

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          336215
          Member since
          20 Mar 2025
          Notices
          63
          Daily average
          0

          Feeds

          • 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.