- 6 Posts
- 25 Comments
It compares everything first (scan, diff, hash), then halts before any changes are made. You see a full summary of what will happen, and approve each category separately (copies, deletes). It’s designed to be very transparent. Every change must be approved before anything is written.
Conflicts get their own interactive screen where you pick per-file: keep A, keep B, or skip. Nothing is written until you’ve resolved all of them.
If you want to skip the prompts, --yes flag auto-approves, but conflicts still halt for user input. Flags --force root_a or --force root_b are used for mirrors one way here conflicts are not possible.
jak0b@lemmy.mltoHacker News@lemmy.bestiver.se•Apple Announces New Mac Sales Record Following MacBook Neo LaunchEnglish
1·19 hours agoI’m still not convinced why buy Neo instead of M1 or M2 macbook air? Same story as with smartphones, old flagships are always better than new budget ones imo. And on top, laptops age 10 times better than phones do.
jak0b@lemmy.mlto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
50·5 days agoI love everything he has been doing recently. He is a master of story telling and goes surprisingly far into solving technology challenges, while keeping it fun and real. What an amazing transformation really
You can check out LabLog app on f-droid.
You save key value pairs, where you define keys yourself. And values can be text or photos.
I made the app, so if you have any questions I will be happy to help.
Yes, but most of these national apps I mentioned are already phone number based.
I also hate this. Phone numbers get recycled by operators, they are not owned by user, they just get assigned.
Not to mention sim swapping and privacy leakage by design.
Please correct me if I am wrong, but I understand it like this: Wero is just a UX layer and to identify the user and their bank. It uses “SEPA Instant Credit Transfer (SCT Inst)” as the protocol. This was made mandatory to support for all EU banks in October 2025.
So wero is not the only app, there are plenty other national apps, which again, are just UX for SCT Inst protocol.
Examples: Poland - Blik, Netherlands - iDeal, Sweden - Swish, Slovenia - Flik, Spain - Bizum…
I guess wero tries to replace all this so people can send money across eu countries.
I completely understand, and this kind of feedback is very helpful. Can i help you with anything else?
I really want to make the first impression better and simpler to understand. I guess some kind of tutorial or walk-through could also be added.
You read me like a book. 😅 Exactly how the project started.
It’s similar on the surface, but the 24h cake part is the core idea.
The entire day is visualized as a 24-hour circle, so both work and breaks are visible.
Psychologically, that makes it very obvious how the day was actually spent, not just how much time an activity took.
And no, there’s no enforced structure. You’re free to work however you want. You can follow pomodoro or whatever best suits you.
Edit:
If you are interested, check out the screenshots on GitHub readme or give it a try :)
No haha, that would be alot xd. The 24 hours represent the day. Each focus session is a slice on a 24-hour circle, not a single 24h session. (you start/stop the sessions to log them) Does it really read like 24-hour focus sessions? If so, I should probably rewrite the info. :) thanks for the feedback!
jak0b@lemmy.mlOPto
Linux@lemmy.ml•autoredshift: Automatically adjust screen temperature
2·3 months agoThanks for the reminder! Just added it.
jak0b@lemmy.mlOPto
Linux@lemmy.ml•autoredshift: Automatically adjust screen temperature
8·3 months agoJust a little bit maybe XD
jak0b@lemmy.mlOPto
Linux@lemmy.ml•autoredshift: Automatically adjust screen temperature
5·3 months agoHaha thanks! I don’t think so, no, at least not with this tool directly. But what you can do is build on top of it, since the points are stored in a config.json. Code that reads a light sensor value could then edit the graph by updating that config.
jak0b@lemmy.mlOPto
Linux@lemmy.ml•autoredshift: Automatically adjust screen temperature
5·3 months agoNope, currently just temperature. But it can definitely be added, since redshift supports it.
jak0b@lemmy.mlOPto
Linux@lemmy.ml•autoredshift: Automatically adjust screen temperature
9·3 months agoYes very similar, but I dont think you can have more than 2 points there? Here you can set as many points as you want and it calculates a Catmull-Rom curve.
I think using major distros like Fedora, Ubuntu, or Debian is fine, because corporate backing often supports faster security fixes and better infrastructure.
jak0b@lemmy.mlto
Open Source@lemmy.ml•Discovered Joplin yesterday, it's a nice little not taking app that's able to sync using NextCloud (or any webdav).
2·5 months agoI love it. I used it alot in uni because it also allows for Latex.Pasting images is super simple too.
I would go with Arch and i3. Dont use archinstall. Do it the hard way and you will learn alot about linux.
I also prefer i3 with minimal visual changes. I hate gaps, the rounded corners and animations when opening/moving windows. Sure it might look pretty on a screenshot, but using it is worse than a simple i3 that gets out of the way and you don’t see it.






It doesn’t work that way. Conflicts are resolved before any transfer starts. The flow is:
Scan both sides and compare (compute file hashes or just compare mtime, no data transferred)
Show conflicts if any → you resolve them
Show copy/delete summary → you approve
Only then does the actual transfer begin. So you never come back to find it halted mid-transfer. All decisions happen upfront while it’s just reading metadata, which is fast even for large trees.