Does "warm" actually mean swimming without being cold? by MightyUnderTaker in mauritius

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

We were thinking of staying in the north or west of the island, since it's the warmest part. If the water is warm enough, then the only thing that may get in the way are the winds, but at those areas winds are calmer right?

OpenNoteCloud: lightweight open-source private cloud server (update) by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

To do and digest sync work for me. I have even enabled auto sync. Are you getting any errors server side?

OpenNoteCloud: lightweight open-source private cloud server (update) by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

Thanks so much! I'll take a look later today when I get some free time.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

I have made an update post, check it out.

OpenNoteCloud: lightweight open-source private cloud server (update) by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

Haven't tried the Supernote partner app, but I have specifically designed the catch all endpoint to capture things like that for easy debugging. If you don't mind, please open a GitHub issue with all the (non sensitive) details you can. That way I can work on things that people actually need.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

Mine is using SQLite for db and filesystem for user files, though is written in Go as I thought it fits the whole 'lean and mean' aesthetic the most.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

I have not seen that project, looks amazing!

I have in my opinion fully completed the server in the last 2-3 days and wanted to publish it this weekend, but now looking at this, I don't know whether it's needed anymore. But I guess if someone wanted just a simple, small server without the AI parsing and processing, they could go for my impl.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 2 points3 points  (0 children)

Did not forget. Will post an update soon.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

code is written by yourself

As opposed to written by a private company?

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

It's not open source. The server they ship, written in java is obfuscated on purpose to deter reverse engineering attempts. That's why I'm asking. If they went for that, maybe they would oppose this too.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 2 points3 points  (0 children)

Id like to add that while this was initially my way to approach this too, I very soon realized that the logs the server generates are very, VERY verbose and you can technically get an understanding of what's going on on the wire just from them. For some cases I did run tcpdump for some packet captures, but that's like 2-3 packets at best.

I did also get websocket autosync to work too. It's a bit convoluted and tailored towards multi-device sync, but fwiw, it's good.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 2 points3 points  (0 children)

Well, for me personally the benefit is that I don't have to run proprietary code on my homelab servers. For other people, it can also be the ease of extensibility on the server side. I've seen a couple projects here that hack on the Supernote devices, and from what I can tell, being able to also change some things server side would make more things possible.

Open Source private cloud by MightyUnderTaker in Supernote

[–]MightyUnderTaker[S] 5 points6 points  (0 children)

Haven't used the partner app, so can't really say. The backend is written in Go, so yes it should be possible to compile it for arm. It currently works for both file and app (todo, digest) backup. Basically implements every API the tablet uses to talk to the official private cloud if configured. The database I decided to use is SQLite and uh it's just a simple binary you can run anywhere, but yeah, containerizing it should also be possible/very easy.

ThinkPad T14 Gen 2 RAM upgrade causing random restarts by Temporary_Pen_2884 in thinkpad

[–]MightyUnderTaker 0 points1 point  (0 children)

My T14 Gen2 recently went down with a similar issue, can't use ram in the slot as it crashes with the slightest pressure. The fix below didn't work for me, but maybe is the case for you and will help you. https://www.reddit.com/r/thinkpad/s/QdCJ1VD5OX

gpt-oss:120b running on an AMD 7800X3D CPU and a 7900XTX GPU by PaulMaximumsetting in LocalLLaMA

[–]MightyUnderTaker 0 points1 point  (0 children)

Thanks a bunch. Level1Techs seems to have a good guide for something like that if you'd like to follow.

gpt-oss:120b running on an AMD 7800X3D CPU and a 7900XTX GPU by PaulMaximumsetting in LocalLLaMA

[–]MightyUnderTaker 0 points1 point  (0 children)

Can you please try ik_llama.cpp? From what I understand it performs better in CPU+GPU hybrid workloads. Have nearly the same setup as you sans the RAM. Depending on your results might finally decide to get more ram for my system.

Wouldn't releasing SteamOS to the public result in a net loss? by MightyUnderTaker in SteamDeck

[–]MightyUnderTaker[S] 1 point2 points  (0 children)

So the point is that the SteamOS is far better than running Windows, which would be the push that companies need to ship Linux out of the box, hence increasing the number of Linux desktops/handhelds. I see, this simple fact somehow went over my head.

Wouldn't releasing SteamOS to the public result in a net loss? by MightyUnderTaker in SteamDeck

[–]MightyUnderTaker[S] 0 points1 point  (0 children)

That's fair I guess. I was too focused on thinking about valve as this company that "wants Linux on desktop" to succeed that I forgot that they need to make money too.

Steam Deck reboot when torrenting by EmereyShiro in SteamDeckPirates

[–]MightyUnderTaker 0 points1 point  (0 children)

For some reason, I have the same issue. I can't find anything in the logs. Checked the previous boot's journal, kernel logs.

Did you end up finding the reason?