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/)O
Posts
89
Comments
1467
Joined
3 yr. ago

  • Rewrite in zig? But why? What advantages would it have over the current SSH implementation?

  • This sounded like it would be for CPUs and other chips in PCs but from the sound of it, it'll be for low power chips that dont heat up much.

  • Deleted

    Permanently Deleted

    Jump
  • That makes sense. Congrats on getting it up and running. I need to finish at least one project I started! Much respect for doing so.

  • Deleted

    Permanently Deleted

    Jump
  • Why not GrayJay?

  • Corporate loves it! Free, unpaid work means no opensource spirit can stop them in court. Pushover license is a perfect name for it.

  • Every year? What in the world are you doing with your hardware and software?

  • On the phoronix forums there are people seething about Rust nonstop. Rust in the linux kernel is their favorite enemy and they will have very strong opinions about it without ever having written rust nor a line of code in the kernel.

    Rust won't 100% replace C++ code in old code bases but I'm convinced that in 5-10 years the amount of new C++ code will fall behind Rust code.

  • With that logic there's no need to even encrypt your partitions 🤷

  • Sure, but unencrypted means it can be tampered with. The bootloader can be modified to write your password to disk and once you boot, submit that to a server somewhere - or worse.

  • Why not have the BIOS decrypt the disk then continue the boot process as normal?

  • They'll somehow get Google to pay them to make it the default search engine for the alliance.

  • Yeah, the second he started talking about computer architecture, I thought "he's going to align the data and keep it close to each in memory for better caching and faster access, isn't he?".

    At the moment, it looks like an interesting way to optimise an existing program. I'm not sure if thinking about it right from the beginning will speed up programming as, IMO, first something functional has to be written with somewhat good architecture, then the architecture improved to make sense and more features added, and once a v1 exists that's satisfactory, then optimisation starts.

    Maybe I'm wrong though and this is something that can be considered from the getgo, but it feels more like a latestage kind of thing. Some if it can definitely be taken care of by the compiler and the developer made aware of with warnings.

  • It can begin to compete if more centrals are built and RnD is invested. Solar and wind had billions invested in them and continuous construction. Nuclear just stalled and the knowledge was kinda lost. The same investment could lead to a very stable network for base load.

  • Could nuclear still is the best option we have? How many deaths can be attributed to it?

  • Are you a ragebot? Getting awfully worked up about a keypad.

  • This was much more pleasurable than the Lunduke - DHH interview. Boy, is this one relaxing.

  • @Zoomboingding@lemmy.world, @JubilantJaguar@lemmy.world is right. You stumbled onto an extremely hot topic on the fediverse. Blahaj is extremely sensitive to it, that's just how the community is.

    If they dont want your identity (the current account you are using), just create a new one and use that one to learn their ways and become a good member of their community.

    However, and I'm saying this out of completeness not because I actually believe this is what you want, if you just want to debate their points and break their rules knowingly, please don't. Just accept that they have different preferences than you do. Life is too short to willingly spend time where you aren't wanted.

  • There are linux compatible kernels in the works. There are some written in Rust too (although, at least one is MIT licensed). My prediction is that the linux kernel will die in its current form and be replaced by an alternative, probably an MIT one because industry loves that licence. Then we will have another Mac clone but based on Linux not BSD.