• 2 Posts
  • 330 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle








  • “Slippery slope” does not apply here

    Most definitely applies here. Who determines what is not appropriate for children? Today it’s sex, drugs and rock’n’roll. Tomorrow it could be helpful information related to LGBTQ+++ subjects. And so on.

    Computer systems have had parental controls forever already. They are the once that should be used. Not to implement another expansion of surveillance.

    About 20 years ago it was terrorism. Now it’s “think of the children” as terrorism went out of fashion as a reason to implement fascist surveillance state.




  • Based on the readme this basically brings some Kotlin null handling and immutability as an add-on to Java projects. For a fresh project I recommend Kotlin. For an existing project this might add some value.

    As for immutability Java already has options for that like the final keyword or immutable collections.

    Overall an interesting idea. NPEs are way too common in Java code. Even the original creator of null feels it was a mistake to begin with.









  • Did u run

    rocm-smi
    

    It gives:

    ========================================== ROCm System Management Interface ==========================================
    ==================================================== Concise Info ====================================================
    Device  Node  IDs              Temp    Power    Partitions          SCLK    MCLK     Fan  Perf  PwrCap  VRAM%  GPU%
    (DID,     GUID)  (Edge)  (Avg)    (Mem, Compute, ID)
    ======================================================================================================================
    0       1     0x73df,   60335  40.0°C  8.0W     N/A, N/A, 0         500Mhz  96Mhz    0%   auto  220.0W  19%    0%
    1       2     0x164e,   6110   39.0°C  29.047W  N/A, N/A, 0         N/A     3000Mhz  0%   auto  N/A     4%     0%
    ======================================================================================================================
    ================================================ End of ROCm SMI Log =================================================