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
    feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 05:11:16 JST feld feld
    > The RAID paper was used by many startups and storage companies as the foundation of their development, among them NetApp, and EMC (via Data General’s Clariion Disk Array)

    So I guess that means our modern networking, storage, and Unix OS designs are all thanks to the same research philosophy

    Open research / copyfree (BSD/MIT) leads to standards and industry-wide adoption of foundational technologies. Copyleft (GPL) does not.

    e.g., a GPL reference implementation is not going to spawn an industry of companies trying to push the technology to its limits.

    Strictly relying on the open source community to supply all innovation doesn't work. There are too many financial/resource challenges.
    In conversation Friday, 07-Mar-2025 05:11:16 JST from friedcheese.us permalink
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem: and Johnny Peligro like this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 05:39:32 JST Phantasm Phantasm
      in reply to
      @feld On a similar note, it still sort of holds to this day.

      ZFS originally made by Sun and later released under a non-GPL compatible license is still used a lot for archival storage. Its GPL replacement originally made by an Oracle employee is mostly in maintenance mode after Oracle mostly abandoned the project. SUSE still maintains it and uses it as the default filesystem in SLES, but it's still half-developed after years with many pitfalls.

      XFS - originally made by SGI, now developed by Red Hat

      ext* - possibly the only GPL filesystem that is used a lot outside of specialized needs (inspired by the MINIX filesystem and UFS)

      JFFS2 - updated version of a filesystem made by Axis communications

      F2FS - developed by Motorola, Samsung, Huawei, Google

      All of the examples except one, or maybe two, wouldn't exist without a company developing it for their own commercial needs first.

      LVM is the same. If it weren't for Red Hat's use of it everywhere, it definitely wouldn't be as usable as it is today.
      In conversation Friday, 07-Mar-2025 05:39:32 JST permalink
      ✙ dcc :pedomustdie: :phear_slackware: likes this.
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 05:46:22 JST Pawslut420 Pawslut420
      in reply to
      • Phantasm

      @phnt @feld on the other hand, does anyone use illumos or bsd aside from Sony license dodging?

      In conversation Friday, 07-Mar-2025 05:46:22 JST permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 05:46:22 JST Phantasm Phantasm
      in reply to
      • Pawslut420
      @sendpaws @feld

      BSD? Do you want a storage appliance with support. You go to iX Systems or Oracle. One uses primarily FreeBSD, the other bought the company that built the FS in the first place.
      Other users: Netflix, literally every enterprise firewall that doesn't use purpose built hardware for high-speed throughput.

      Illumos: Nobody, same with all the other operating systems made to replace discontinued proprietary ones (ArcaOS and alike)
      In conversation Friday, 07-Mar-2025 05:46:22 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 05:50:48 JST feld feld
      in reply to
      • Phantasm
      • Pawslut420
      @sendpaws @phnt lots, it's just never talked about publicly. A few off the top of my head for BSD:

      Cisco
      Juniper
      Dell/EMC
      Netapp
      Netflix
      Limelight
      Nintendo

      Illumos is something I am less familiar with. It probably lives on in some industrial controls type companies.

      I wouldn't call Sony's usage "license dodging". They have taken FreeBSD and completely transformed it for their console's OrbOS. It still has jails which are used to launch games, they ripped out a bunch of syscalls from the kernel and added new ones, plumbed in changes to optimize it for gaming, etc. Even if they released the source it would be pretty much unusable by anyone else.

      One thing people don't realize is that videogame consoles don't behave like a PC -- they don't have graphics drivers. That architecture actually makes the GPU usage slower / less efficient. Although my knowledge about this is aging and it's possible modern PCs have done things to close this gap...
      In conversation Friday, 07-Mar-2025 05:50:48 JST permalink
      :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans:, Phantasm and Johnny Peligro like this.
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 05:57:38 JST Pawslut420 Pawslut420
      in reply to
      • Phantasm

      @feld @phnt >One thing people don't realize is that videogame consoles don't behave like a PC -- they don't have graphics drivers. That architecture actually makes the GPU usage slower / less efficient. Although my knowledge about this is aging and it's possible modern PCs have done things to close this gap...

      It hasn't been that way for a while, especially not after the whole "SDK on the console" approach that Sega and Microsoft used with the DC and Xbox. You just never have to ever touch the GPU driver part unless you're writing an SDK for it. That's why the DC has it's own open SDK for it.
      https://github.com/KallistiOS/KallistiOS

      The PS4/Xbox One definitely run OSes. The Xbox runs a NT kernel, the PS4 runs BSD.

      As for license dodging, it's so they never have to release a single line of code back.

      In conversation Friday, 07-Mar-2025 05:57:38 JST permalink

      Attachments



      ✙ dcc :pedomustdie: :phear_slackware: likes this.
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 06:02:45 JST Pawslut420 Pawslut420
      in reply to
      • Phantasm

      @phnt @feld I'd argue illumos has slightly more solely based on being an *nix based OS that's more complete than Hurd.

      In conversation Friday, 07-Mar-2025 06:02:45 JST permalink
      Phantasm likes this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 06:05:03 JST feld feld
      in reply to
      • TTimo
      • Phantasm
      • Pawslut420
      @sendpaws @phnt You're misunderstanding. I don't mean that they don't have an OS, it's that they don't have the same type of "driver" and that you would install on Windows or Linux (or FreeBSD) to expose an API (DirectX, Vulkan, etc) for talking to the GPUs.

      I'm trying to think of who I know that can speak with some authority on this. I suspect @TTimo can clarify and correct me on the major differences that go beyond hardware
      In conversation Friday, 07-Mar-2025 06:05:03 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 06:09:03 JST feld feld
      in reply to
      • Terry Hendrix II 🏹
      • Ryan C. Gordon
      I know @thendrix has done plenty with consoles and so has @icculus but dunno if they have time to chime in on this rabbit hole we've gone down (how you access the GPU in a console vs PC at a low level)
      In conversation Friday, 07-Mar-2025 06:09:03 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 06:30:06 JST feld feld
      in reply to
      • TTimo
      • Phantasm
      • Pawslut420
      @sendpaws @phnt @TTimo When you use DX you're not talking directly to the GPU, you're talking to a library that then figures out how to do that for you.

      Pulling a random comment from an old HN thread because the forum links with more details are dead, sadly:

      > But you are also wrong in the larger picture. Direct3D and OpenGL are first and foremost abstraction layers to access the GPU. Since in a console the hardware is immutable, you can gain a lot of performance by skipping (or trimming the fat of) these abstractions.
      > The XBox 360 version of DirectX is very different from the PC version: it's much much closer to the metal and exposes pretty much all the GPU functionalities.

      also:

      > "Sony is building its CPU on what it's calling an extended DirectX 11.1+ feature set, including extra debugging support that is not available on PC platforms. This system will also give developers more direct access to the shader pipeline than they had on the PS3 or through DirectX itself. "This is access you're not used to getting on the PC, and as a result you can do a lot more cool things and have a lot more access to the power of the system," Norden said. A low-level API will also let coders talk directly with the hardware in a way that's "much lower-level than DirectX and OpenGL," but still not quite at the driver level."

      https://arstechnica.com/gaming/2013/03/sony-dives-deep-into-the-ps4s-hardware-power-controller-features-at-gdc/

      On the PS4 there was an API called the GNM; PS3 had one called the GCM.

      > "At the lowest level there's an API called GNM. That gives you nearly full control of the GPU. It gives you a lot of potential power and flexibility on how you program things. Driving the GPU at that level means more work."

      https://www.eurogamer.net/digitalfoundry-how-the-crew-was-ported-to-playstation-4


      Could you make all of this possible on a PC? Yes. But since a PC is a general purpose computer/OS you are opening a can of security worms
      In conversation Friday, 07-Mar-2025 06:30:06 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: cdn.arstechnica.net
        Sony dives deep into the PS4’s hardware power, controller features at GDC
        New tidbits on PlayStation 4 Eye camera and user interface as well.
      2. Domain not in remote thumbnail source whitelist: assetsio.gnwcdn.com
        How The Crew was ported to PlayStation 4
        from @eurogamer
        Ubisoft Reflections tells the story of how it brought the new Ivory Tower driving game to PS4.
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 06:30:07 JST Pawslut420 Pawslut420
      in reply to
      • TTimo
      • Phantasm

      @feld @phnt @TTimo you use the same DX APIs on the Xbox One family for sure

      In conversation Friday, 07-Mar-2025 06:30:07 JST permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 06:43:12 JST Phantasm Phantasm
      in reply to
      • TTimo
      • Pawslut420
      @feld @TTimo @sendpaws Regarding DirectX and Windows/Xbox, there are multiple abstractions at play. There's the DirectX API with a library, there's the userspace driver that handles the DirectX calls made from the Windows runtime and translates them into something the NT GPU driver can understand and then there's kernel driver which finally talks to the GPU. That's how this works on PCs and I doubt that Microsoft reengineered this whole behemoth specifically for Xbox since they use the same kernel since Windows 10.

      Incidentally that's how Intel was able to emulate Dx9 on the first gen Arc GPUs. The userspace driver advertised Dx9 support and emulated it completely in software. The kernel driver had no idea what Dx9 was.

      For Playstation 4, I remember reading a post or maybe watching a video about how the games have more-or-less direct access to GPU memory, but I'm also likely misremembering that since that was years ago when the first PS4 jailbreaks popped up.

      https://www.youtube.com/watch?v=Qp3BGu3vixk
      In conversation Friday, 07-Mar-2025 06:43:12 JST permalink

      Attachments

      1. Fixing Intel's Arc Drivers: "Optimization" & How GPU Drivers Actually Work | Engineering Discussion
        from Gamers Nexus
        We sponsored ourselves! Buy one of our metal emblem badge pint glasses! https://store.gamersnexus.net/products/gn-3d-emblem-glasses or our ultra comfortable ...
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 06:44:40 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Pawslut420
      @feld @phnt @sendpaws XBox uses DirectX, you have to get special permission to make a game that doesn't use DirectX
      In conversation Friday, 07-Mar-2025 06:44:40 JST permalink
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 06:45:06 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @feld @phnt @sendpaws btw Illumos was being used by one hosting company Joyent but it was sold to Samsung in 2016
      In conversation Friday, 07-Mar-2025 06:45:06 JST permalink
      Phantasm likes this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 06:45:59 JST feld feld
      in reply to
      • TTimo
      • Phantasm
      • Pawslut420
      @phnt @TTimo @sendpaws

      > That's how this works on PCs and I doubt that Microsoft reengineered this whole behemoth specifically for Xbox since they use the same kernel since Windows 10.

      I suspect they were able to change the driver model in the Xbox's forked NT kernel to remove some barriers that affect performance on PC as you don't need security features here. Untrusted code is not executed on the XBox, only games.
      In conversation Friday, 07-Mar-2025 06:45:59 JST permalink
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 06:46:04 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @feld @phnt @sendpaws There was a second company selling Illumos VMs too but I checked it out one time and it was nonfunctional, nobody writing articles about it ever actually tried it
      In conversation Friday, 07-Mar-2025 06:46:04 JST permalink
      Phantasm likes this.
    • Embed this notice
      ixe0321 (ixe0321@mugicha.club)'s status on Friday, 07-Mar-2025 06:47:47 JST ixe0321 ixe0321
      in reply to
      • Phantasm
      What about the file system that killed its wife? What license was that?
      In conversation Friday, 07-Mar-2025 06:47:47 JST permalink
      Phantasm and feld like this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 06:50:25 JST feld feld
      in reply to
      • Phantasm
      • ixe0321
      @ixe0321 @phnt
      In conversation Friday, 07-Mar-2025 06:50:25 JST permalink

      Attachments


      1. https://media.friedcheese.us/uploads/99/be/fa/99befa8679b29508d972f1282b85f1ab9dddac6e84c85b6f2a84256ef76b08f8.png
      Phantasm and Johnny Peligro like this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 06:51:47 JST Phantasm Phantasm
      in reply to
      • TTimo
      • Pawslut420
      @feld @TTimo @sendpaws Maybe, it's possible, but also the whole OS and games run in a VM (two VMs actually) which probably affects performance more than removing security barriers in the render pipeline.
      In conversation Friday, 07-Mar-2025 06:51:47 JST permalink
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:04:36 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      @phnt @feld companies pretty much push stuff
      In conversation Friday, 07-Mar-2025 07:04:36 JST permalink
      Phantasm likes this.
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:06:49 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      • Pawslut420
      @feld @phnt @sendpaws > Even if they released the source it would be pretty much unusable by anyone else.

      It's something that it's been on the back of my mind but never really thought of it directly
      In conversation Friday, 07-Mar-2025 07:06:49 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 07:07:04 JST feld feld
      in reply to
      • Phantasm
      • Johnny Peligro
      @mischievoustomato @phnt they also destroy a lot of good stuff by taking it to the grave with them. It's sad but this is the cost of business.

      You want investment into groundbreaking technologies you have to accept that they're going to patent them and squeeze as much as they can from them. If nobody wants to pay they just disappear forever.
      In conversation Friday, 07-Mar-2025 07:07:04 JST permalink
      Phantasm likes this.
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:08:54 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      @feld @phnt pretty much. People do great things because they wanna make cash dolla.
      In conversation Friday, 07-Mar-2025 07:08:54 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 07:12:02 JST feld feld
      in reply to
      • Phantasm
      • Johnny Peligro
      @mischievoustomato @phnt capitalism is an incredible human motivator to solve problems. It can also completely destroy people and cause massive inequality, but it doesn't *have* to.

      We can have a healthy society AND still reap the benefits capitalism.
      In conversation Friday, 07-Mar-2025 07:12:02 JST permalink
      Phantasm, Another Linux Walt Alt and Johnny Peligro like this.
      Doughnut Lollipop 【記録係】:blobfoxgooglymlem: repeated this.
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:12:51 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      @feld @phnt

      Completely correct.
      In conversation Friday, 07-Mar-2025 07:12:51 JST permalink
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:13:05 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      • dick
      @dick @phnt @feld might makes right
      In conversation Friday, 07-Mar-2025 07:13:05 JST permalink
    • Embed this notice
      dick (dick@annihilation.social)'s status on Friday, 07-Mar-2025 07:13:06 JST dick dick
      in reply to
      • Phantasm
      • Johnny Peligro
      @feld @phnt @mischievoustomato there is not realy any benefits to capuitalism because what capitalism actualy means is rich guys can own capital wich basicaly means they control the world
      In conversation Friday, 07-Mar-2025 07:13:06 JST permalink
      Doughnut Lollipop 【記録係】:blobfoxgooglymlem: likes this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 07:15:32 JST feld feld
      in reply to
      • Phantasm
      • dick
      • Johnny Peligro
      @dick @phnt @mischievoustomato this entire conversation is happening because of a technical foundation laid down by capitalism
      In conversation Friday, 07-Mar-2025 07:15:32 JST permalink
      Doughnut Lollipop 【記録係】:blobfoxgooglymlem:, Another Linux Walt Alt and Johnny Peligro like this.
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 07:16:12 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • dick
      • Johnny Peligro
      @feld @dick @phnt @mischievoustomato arguably world war 2!
      In conversation Friday, 07-Mar-2025 07:16:12 JST permalink
      Doughnut Lollipop 【記録係】:blobfoxgooglymlem:, Phantasm and feld like this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 07:19:42 JST feld feld
      in reply to
      • Phantasm
      • dick
      • Johnny Peligro
      @dick @phnt @mischievoustomato the advanced processors, the electronics components, pretty much all consumer electronics, the entire network infrastructure, etc that we are using would not have been built in a fantasy world of communists because duplication of efforts and risk of potential waste from failed experiments is not exactly something that fits the communist world view.
      In conversation Friday, 07-Mar-2025 07:19:42 JST permalink
      Phantasm and Another Linux Walt Alt like this.
    • Embed this notice
      dick (dick@annihilation.social)'s status on Friday, 07-Mar-2025 07:19:43 JST dick dick
      in reply to
      • Phantasm
      • Johnny Peligro
      @feld @phnt @mischievoustomato only because capitalism was the leading thing at the tie it means nothing wat it was
      In conversation Friday, 07-Mar-2025 07:19:43 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 07:32:32 JST feld feld
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @sendpaws @phnt @sun I love his energy so much, he's brilliant.

      But his public "have you ever even kissed a girl?" comment will live forever in my brain as one of the funniest fuckups a famous tech guy could make. He just needs to wear it as a badge of honor and admit youth comes with consequences
      In conversation Friday, 07-Mar-2025 07:32:32 JST permalink
      Phantasm likes this.
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 07:32:33 JST Pawslut420 Pawslut420
      in reply to
      • Phantasm
      • Blurry Moon

      @sun @phnt @feld Bryan (ex sun and joyent) now runs oxide and was the founder of joyent

      In conversation Friday, 07-Mar-2025 07:32:33 JST permalink
      Phantasm likes this.
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 07:33:43 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Pawslut420
      @feld @phnt @sendpaws he's apologized for it repeatedly but he's said actually-detestable stuff since then that I won't go into because I don't have proof on hand
      In conversation Friday, 07-Mar-2025 07:33:43 JST permalink
      Phantasm and feld like this.
    • Embed this notice
      Johnny Peligro (mischievoustomato@tsundere.love)'s status on Friday, 07-Mar-2025 07:34:43 JST Johnny Peligro Johnny Peligro
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @feld @phnt @sendpaws @sun > have you ever even kissed a girl?
      no i have not

      t. nearly 24 year old man
      In conversation Friday, 07-Mar-2025 07:34:43 JST permalink
    • Embed this notice
      Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Friday, 07-Mar-2025 07:59:49 JST Pawslut420 Pawslut420
      in reply to
      • Phantasm
      • Blurry Moon

      @sun @phnt @feld this one caused a shitshow too
      https://archive.fo/tlu6G

      In conversation Friday, 07-Mar-2025 07:59:49 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: archive.md
        Joyent | The Power of a Pronoun
        Long ago in my technical writing, I sought to eliminate gendered pronouns when referring to unnamed people or entities.
      Phantasm likes this.
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 07:59:49 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Pawslut420
      @sendpaws @phnt @feld lmfao I forgot about the "he doesn't work for us but IF HE DID, he would be FIRED" post
      In conversation Friday, 07-Mar-2025 07:59:49 JST permalink
      Phantasm and feld like this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 08:04:20 JST feld feld
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @sun @phnt @sendpaws demanding a pronoun MUST be gendered is pretty psychotic

      rejecting a pronoun change because it provides zero value to the codebase (e.g., relevant code wasn't refactored so there is no need to update the code comments) is fine IMO.
      In conversation Friday, 07-Mar-2025 08:04:20 JST permalink
    • Embed this notice
      Blurry Moon (sun@shitposter.world)'s status on Friday, 07-Mar-2025 08:07:10 JST Blurry Moon Blurry Moon
      in reply to
      • Phantasm
      • Pawslut420
      @feld @phnt @sendpaws I actually personally prefer to use they even when I know someone's gender, so I agree. But you might be surprised how many people consider using "they" instead of their preferred "she" is "transphobic". No, you're just not special, and lack of gendered pronoun is not "misgendering" you
      In conversation Friday, 07-Mar-2025 08:07:10 JST permalink
      Phantasm likes this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 08:09:08 JST feld feld
      in reply to
      • Phantasm
      • Blurry Moon
      • Pawslut420
      @sun @phnt @sendpaws

      > "they" instead of their preferred "she" is "transphobic".

      this one drives me bonkers
      In conversation Friday, 07-Mar-2025 08:09:08 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 08:22:03 JST feld feld
      in reply to
      • Phantasm
      • dick
      • Johnny Peligro
      @dick @phnt @mischievoustomato I know that material and I also know this material: there'a purity test and the other communism wasn't pure enough. A pure communisum would surely succeed :mmmhmm:
      In conversation Friday, 07-Mar-2025 08:22:03 JST permalink
      Phantasm likes this.
    • Embed this notice
      dick (dick@annihilation.social)'s status on Friday, 07-Mar-2025 08:22:04 JST dick dick
      in reply to
      • Phantasm
      • Johnny Peligro
      @feld @phnt @mischievoustomato what i also say to you is it easily could happen under Communism but as you should know if you are actualy educated all "communist" countries have not been communist at all but only socialist. there is a difference if you actualy know the material
      In conversation Friday, 07-Mar-2025 08:22:04 JST permalink
    • Embed this notice
      deutrino (deutrino@mstdn.io)'s status on Friday, 07-Mar-2025 08:41:29 JST deutrino deutrino
      in reply to
      • Phantasm
      • Johnny Peligro

      @feld @phnt @mischievoustomato

      > You want investment into groundbreaking technologies you have to accept that they're going to patent them and squeeze as much as they can from them. If nobody wants to pay they just disappear forever.

      Optane 😩

      In conversation Friday, 07-Mar-2025 08:41:29 JST permalink
      Phantasm and feld like this.
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 08:45:26 JST Phantasm Phantasm
      in reply to
      • deutrino
      • Johnny Peligro
      @deutrino @feld @mischievoustomato

      >>If nobody wants to pay they just disappear forever.
      >Optane 😩
      Yeah, Optane was a misunderstood product by many. I still cherish the few functioning drives at work for meaningful usage.
      In conversation Friday, 07-Mar-2025 08:45:26 JST permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 08:45:51 JST feld feld
      in reply to
      • deutrino
      • Phantasm
      • Johnny Peligro
      @deutrino @phnt @mischievoustomato didn't HP have some groundbreaking RAM designs that went nowhere?
      In conversation Friday, 07-Mar-2025 08:45:51 JST permalink
    • Embed this notice
      Phantasm (phnt@fluffytail.org)'s status on Friday, 07-Mar-2025 08:56:39 JST Phantasm Phantasm
      in reply to
      • deutrino
      • Johnny Peligro
      @feld @deutrino @mischievoustomato
      Memristors from "The Machine" project?

      https://en.wikipedia.org/wiki/The_Machine_(computer_architecture)
      In conversation Friday, 07-Mar-2025 08:56:39 JST permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        The Machine (computer architecture)
        The Machine is an experimental computer made by Hewlett Packard Enterprise. It was created as part of a research project to develop a new type of computer architecture for servers. The design focused on a “memory centric computing” architecture, where NVRAM replaced traditional DRAM and disks in the memory hierarchy. The NVRAM was byte addressable and could be accessed from any CPU via a photonic interconnect. The aim of the project was to build and evaluate this new design. Hardware overview The Machine was a computer cluster with many individual nodes connected over a memory fabric. The fabric interconnect used VCSEL-based silicon photonics with a custom chip called the X1. Access to memory is non-uniform and may include multiple hops. The Machine was envisioned to be a rack-scale computer initially with 80 processors and 320 TB of fabric attached memory, with potential for scaling to more enclosures up to 32 ZB. The fabric attached memory is not cache coherent and requires software to be aware of this property. Since traditional locks need cache coherency, hardware was added to the bridges to do atomic operations at...
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Friday, 07-Mar-2025 08:57:22 JST feld feld
      in reply to
      • deutrino
      • Phantasm
      • Johnny Peligro
      @phnt @deutrino @mischievoustomato yeah that's it! seemed cool anyway
      In conversation Friday, 07-Mar-2025 08:57:22 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.