• 2 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: November 23rd, 2022

help-circle

  • Kajika@lemmy.mltoLinux@lemmy.mlLadybird announcement
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    2 days ago

    I’m not sure why people keep pushing that myth on C++. It’s been a decade we have smart pointers. There’s no memory management to be done ever.

    Using the old ‘new’ is like typing ‘unsafe’ in rust. Even arrays/vectors have safe accessor.

    Am I missing something?














  • Yes indeed. For now you can just use wine registry option (from the up arrow next to the wine glass) to open the windows registry.

    The you go in CURRENT_USER (don’t remember the full name, on my phone right now) and something like software/windows/current_version/internet_settings . There you should have a “ProxyEnable” you can switch the value from 0 to 1 (just double click). Then right click to add a “string value” and name it “ProxyServer”. Once created double click on it to change its value to something wrong like “http://bla.local:80”.

    You can check internet by running exe from the wine environment (up arrow next to play) and start internet explorer from c_drive/Program Data



  • Kajika@lemmy.mltoLinux@lemmy.mlBuilding a NAS
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    10 months ago

    Spending 3000$ to assemble a PC and installing TrueNas as is not new nor informative to me. I’m not a huge fan of rich people spending thousand of dollars building a power hog a call it a nice NAS.

    The post would be more interesting if, at least, it would show the assembling (not stolen photos) and the software settings. For a really interesting post I would like to see a before/after benchmark of performance and power consumption.

    I don’t think any server, especially self hosting should be CISC based like x86 architecture but RISC like arm or RiSC-V. The power usage is a order of magnitude less. Also really building yourself would probably cost hundreds and not thousands of dollars.