• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • I think it means client-server basically. You can host a server in “the cloud” then access a frontend to it via your browser.

    Might also mean it has features relevant to debugging/deploying cloud services.

    Cloud is often a BS marketing word, but I’m sure there’s ways to make it justifiable in this case. (Not that any of us has to like these features. I for once can’t stand the idea of having my editor run inside a browser…)



  • Be aware there are basically two different things called Owncloud. There’s still the original php version, which is similar to nextcloud but worse (not open source, smaller plugin ecosystem I think)

    On the other hand is owncloud “infinite scale” (or ocis). This is the thing entirely written in go. But as others have pointed out, it’s little more than a file server at this point.

    IMO the self-hosting community is really missing a self-contained “all the DAVs” server (files, calendar, contacts). Baikal etc seem like a great start, but it would be great to have somewhere to get those parts pre-assembled. Until then, nextcloud works for me.


  • The Koru is a 416-foot masterpiece with three towering masts, each standing 230 feet tall, that harness kinetic energy to propel the vessel. The yacht is so massive that, for it to leave the shipyard after completion, a historic bridge in Rotterdam had to be dismantled. Bezos even offered to fund the dismantling and reconstruction of the 95-year-old De Hef bridge but later abandoned the plan amid public outcry. Eventually, Koru was towed away without her masts, which were later assembled.

    The tone of this article is astonishing. “He even offered to pay to vandalise a historic building”, how selfless…



  • Reading time 105 minutes…

    And worth every second!

    I decided to have another go at learning C++ given all the recent work that I had heard about regarding memory safety and support for functional programming. This gives me a lot less confidence that my efforts will be worth it in the long run.

    Time to check out rust I guess 🤷.


  • The big downside is that, for backwards compatibility, the default must still be unsafe code. Ideally this could be toggled with a compiler flag, rather than having to wrap most code in “safe” blocks (like rust, but backwards).

    One potential upside that people don’t seem to be discussing is that the safe subset could also be the place to finally start cutting down the bloat of C++. We could encourage most developers to write exclusively in the safe subset, and aim to make that the “much smaller and cleaner language” trying to get out of C++.







  • Isn’t production JavaScript usually minified/obfuscated to make it hard to read?

    Also wasm is actually bytecode, which I believe has a 1:1 conversion into a text-based format called wat.

    I agree with your main point though, it’s kinda creepy when you realise just how much we are expected to allow other people’s code to run on our machines.






  • This seems like a false dichotomy. Maxwell’s equations don’t say anything about where the charge comes from, only how the electromagnetic field behaves if charge (be it electric or magnetic) is present.

    And if you’re talking about the standard model, well we’ve known that that’s incomplete since its inception, but I’m not aware of any argument that says anything beyond the standard model must have either monopole or a fundamentally different conception of magnetic dipoles.