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/)
Posts
0
Comments
202
Joined
2 yr. ago

  • The problem for me is portability. Flatpak, Snap, Appimage, docker, podman, lxc, they all do the same thing, but they’re splitting the market into “servers” and “desktops”.

    We need a portable container runtime we can build from a compose file, run cli or gui apps, and migrate to a server with web app capability displaying the UI. There are too many build targets, and too much virtual market segmentation.

    Nix tries to solve the issue, but the problem is you have to use Nix.

  • The high frequency traders have specialized hardware that executes trades on nanosecond scale directly connected to exchange DRAM. They can make a trade on an asset and reverse it before anyone even knows it was a bad trade. Meanwhile the dumb money waits.

  • So you’re not working and collecting money for it so that you have more free time to yourself that you use for your own personal interests.

    You then make sure the people you rent to don’t have that free time, and raise the overall property prices by taking an available unit off the market.

    Got it.

  • The bottom line. We devised a system (note, it’s not some natural system, people made this) that allows a finite resource to be claimed indefinitely.

    A developer comes and builds an apt complex, then collects rent on it FOREVER. The initial value they added to housing flexibility and additional housing expires, but the value they extract does not.

    As available land disappears over time (which all finite resources do when being consumed), wealth inevitably coalesces to the owners. It seems fair at first, but it ignores what makes an economy work. It allows people to not work and extract value from others over time. It is not sustainable.

    You can own an entire forest just so you can enjoy a stroll by yourself, while an entire group of people are left on the outside owning nothing. If you can’t use your land and block access, you’re hurting society more than helping.

    It’s somewhat like an insidious monopoly growing slowly. Rent to own as an option is a much better system.

  • I’m starting to come around to big corps running their custom enhanced versions while feeding their open source counterparts with the last gen weights. As much as I love open source, people need to eat.

    As was mentioned, if they start doing something egregious, they’re not the only game in town, and can also be forked. Love it or hate it, a big corp sponsor makes Joe six-pack feel a little more secure in using a product.

  • I don’t think it should be championed while legal though. I’ve seen two delusional breaks correspond to heavy usage. It also doesn’t help your IQ.

    Legal sure, but careful please. Make sure you know why you’re using the drug. The withdrawals, while not as bad as Alcohol (which can be fatal), are real and difficult. Cannabis abuse is also a real disorder.

    I’m happy it’s legal, but let’s not forget our common sense. https://americanaddictioncenters.org/withdrawal-timelines-treatments/post-acute-withdrawal-syndrome

  • The interesting thing about the web is the push to WASM. You don’t need to use JavaScript anymore. You can prep normal Java/Python/Rust to run on the WASM base with no JS.

    Look into Rust if you haven’t. A lot of focus is pushing it for web apps. If you use it like a dumb Java at first it’s not difficult to start up. It’s also very marketable due to the security and concurrency problems rust gets closer to solving.

  • Take it further. Convert all of your data into forward or simple formats. Don’t encode your images as gif, keep them raw. Store word docs as markdown. Don’t use proprietary formats (duh).

    Linux will be around for a long time, which is convenient. Everything is a file, that counts, right?

    Also be thankful for VMs and the push towards distroless containers.

  • The issue is the blurry interface between client and server in today’s “web”. I can create a local html file with js running applications, but the second it wants to do anything like run a server, big bad protocol blocks. It’s almost like these big web companies use security as a guise for ensuring they hold your data.