That people who bought it can hopefully continue using it after the money runs out.
That people who bought it can hopefully continue using it after the money runs out.
And you don’t have your notification bar on the phone full of upload errors?
I get a bunch of upload errors for photos that I delete or move before nextcloud has a chance to upload them, those are safe to ignore. Not sure which errors you’re getting…
Can you get to older photos in under an hour, while Nextcloud slowly loads one thumbnail per second?
Forget about the plain nextcloud photos app, use the Memories app (incl. the android app).
Not as good as immich, from what I understand, but if you already have nextcloud, or need more than just photos, it works well.
It is really unbeleviable how there are some people for whom Nextcloud just works, and the rest of us.
It’s definitely not perfect, but since I was able to set it up to work well for me, I’m keeping it, at least until I have time to install immich and figure out how to sync the two (and maybe get a more powerful server to use its ML features). I’m currently running it off of a decade old chromebox …
I have years worth of photos backed up from my phone (android) on Nextcloud, it’s working pretty well… but it matters how you set up the auto upload and a few other things, and I’mnot claiming it’s without issues.
For example, I set it to move files into Nextcloud’s folder after uploading, so they appear as locally synced, and can be deleted to free up space if needed (maybe even automatically, not sure). Also, I set it to also upload existing files, because since they get moved, anything that’s still there clearly needs to be uploaded.
There are a few issues viewing media from the app, sometimes, but I use the Memories app :)
I’ve been meaning to try immich, looks pretty good, but I use Nextcloud for much more than just photos, so I’d have to keep both and have them sync somehow, and I’m not sure how to do that.
I’m pretty sure it’s impossible to transmit bits “instantly” i.e. faster than light under the current quantum theory or relativity theory, you can’t transmit information faster than the speed of light. If somebody found a way to do that, we’d be rewriting the laws of physics, and that would be a big deal for sure.
The second one, of course:
the new research proposes that the breakthrough could make these communications super secure and nearly instantaneous – limited only by the speed of light.
(enphasis mine)
So, yeah, we didn’t break any laws of physics.
There is a difference between computer programmer and software engineers.
Ah, by the way, Edsger W Dijkstra referred to himself as a programmer. Good times.
They are considering it making it open source, among other options to keep the robots alive
Why not just open-source Moxie?” We hear you. We are not dismissing the idea, but this would be a complex undertaking, tied up in legal, technical, and contractual knots. With limited resources, transitioning to open-source is no simple step. However, given your passionate input, we are exploring every avenue—from potential acquisitions and philanthropic support to community-driven models—that could allow Moxie’s mission to live on.
Edit: source: linkedin
This is sad. I know personally many people that worked there and they’re some of the best engineers. Never cared for an AI robot for kids myself, but it seemed to work well…
The group was private and they created fake profiles … did I miss something?
Exactly this: highly paid engineers are usually PHDs or otherwise researchers focusing on difficult problems. Their output can’t be measures in lines of code commits on github. Nevermind time spent mentoring younger engineers, reviewing pull requests, advising management, etc. Ask me how I know.
That said … at my previous job for a while near the end they were paying me to do very little indeed. I was not happy. Eventually the company ran into trouble, laid a bunch of people off (including me) and now I’m a lot busier at my new job… also happier.
I had a forum account from long ago that I barely use and even I was able to vote … so if you had an account there, give it a try and vote!
Was this with podman or rootless docker?
I also would like to switch to rootless, I have some experience with podman and, while I generally like it, it’s not 100% compatible with (rootful) docker, and can have performance issues if you’re not careful, especiallt with certain file systems like btrfs. I wonder if rootless docker is now better than podman, or preferred for some other reason.
It’s the video games makers really, not video games as a whole. There are ways to make video games without getting kids to spend their parents’ money.
I think the big deal is if they support wayland, which I think was supposed to come in 4.20
I could be wrong, but I think Qualcomm designs its own chips and only licenses the “API”, so it would be no difference for them.
I was finally able to find some technical detail on passkeys on FIDO website, and yeah, it actually looks like it’s a real improvement over passwords: it’s simple, uses proven technology (public/private keys), and should be much more secure than passwords.
Also, nothing in the “specs” says I need to entrust my private key with the OS or a third party, which is good.
That said, it seems some OS support is required nonetheless, to show the pin / biometrics prompt (or is it?), and on android at least, I’d need to buy a new device with Android 14 to use a non-Google passkey provider…
I use KeePassXC on desktop and Keepass2Android on, well, android, and sync via nextcloud. They all seem to handle syncing correctly, merging changes made on one side, or showing a notification about a conflict, and KeePassXC can definitely merge the two “conflicted copies” together reliably with a couple of clicks (yes, a no-click solution would be better, I know, but it’s not “manual”). Keepass2Android integrates directly with nextcloud and seems to handle it fine.
The situation can definitely be improved but it’s not so bad for me. Also, two different people should probably use two different database files and not share passwords ;)
Not sure how syncthing handles conflicts, it’s been many years since I tried it.
I use KeePassXC’s browser integration daily and it works pretty well with Firefox (linux), well enough that I’m not complaining, but I cannot compare it with Bitwarden cause I never used it. On Android I use Keepass2Android and works well with autofill, but again, I can’t really compare it.
Something tells me Bitwarden works better, just by virtue of being a commercially supported product, but I have no complaints with KeePassXC & Keepass2Android (KeePassDX works well on android too). Original KeePass desktop client was never great though.
Same, I use the fpm-alpine image with mariadb, though if I had to start today I’d probably pick postgres instead. Other images are probably fine too.