You probably just misread, but just to note that SFTP is different from SMB. They’re similar in purpose, but basically competing protocols…
You probably just misread, but just to note that SFTP is different from SMB. They’re similar in purpose, but basically competing protocols…


What we expect from candidates:
[…]
- Easily breaks software, deliberately or by accident
😆
Well, bullet bras were a thing for quite a while, too:



Yeah, this should be equivalent to interpolation search, which has an average performance of O(log(log(n))).
It helps that the months are separately indexed, so instead of a search on 365 input elements, you can do two searches with much lower input size, i.e. 12 and 31.
But yeah, you’re still in the larger O(log(log(n))) category with that.


From the article:
Before Nova, there was Firefox Proton, an update focusing on removing visual clutter with simplified menus back in June 2021 alongside Firefox 89. Going back even further, we saw the 2017 “Photon” redesign land with Firefox 57.
(The design that landed alongside the Quantum update was called “Photon”.)


Believe it or not, they make the browser not just for you. I don’t use the sidebar either, but a colleague uses nothing but the sidebar.


Well, their main problem is attention. And we are looking at a news article right now.


I’m seeing this trend towards rounded corners in quite a few places, though. Certainly feels like early days of a larger design trend…


Well, you certainly have more of a dictionary available than I do. For me, it looks like this:

(Which, again, might actually be broken on my distro by excessive minimalism. No idea.)
My About→Components section in Kate says this:
Kate: 25.12.2
KDE Frameworks: 6.23.0
Qt: Using 6.10.1 and built against 6.10.1
NixOS 26.05 (Yarara) (Wayland)
Build ABI: x86_64-little_endian-lp64
Kernel: linux 6.19.2
You could try setting the “Default language” in the Spellcheck settings to something else and see, if it still completes the same words, just to try to find out whether these dictionaries are connected.
But yeah, might be worth filing a bug report with the Kubuntu devs. At the very least, it would tell them this behavior may not be wanted by everyone, if it is intentional…


Hmm, that’s strange. Don’t think, it’s supposed to work like that, but that does not either seem like behavior that would manifest from a simple bug.
The words in your screenshot do seem to all be in the English dictionary, well, except for “trotz”, but that’s a German word, so might still be that it somehow takes a dictionary into account.
There might be some dictionary package installed through apt, which might enable that.
Can you check in the Kate settings under Editing→Spellcheck, if any languages show up there? On my system, I actually have none there. Perhaps, if I “fixed” that for me, I might end up with similar completions as you have there…
Also, sidenote: To my knowledge, the T+ icon means that it is a word completion (normally based on words in the document), and not a keyword completion or similar.


Oh man, I don’t want to get deep into all the politics involved, but man, this reads like complete non-sense:
The outage comes following Iranian attacks on the UAE as retaliation for US and Israeli strikes on Iran.
If they did specifically target US corporations in UAE, that would make some amount of sense as direct retaliation.
I guess, you can also attack UAE and hope that they pressure the US to stop invading.
But in any case, this seems like a really good way to drag more nations into the conflict, or at least to force them to become active, which is not in the interest of Iran.
Yeah, extremely cheesy way of putting it: The best work position is the next one.
I.e. don’t stay in one position for a long time, but rather switch it up regularly.
I mean, yeah, this shouldn’t be seen as an announcement or whatever, but rather as a thing to discuss and potentially get involved in. KDE is a community project after all.
I mean, I do like the idea, but syncing such a database file is by far the smallest challenge about this (and could be easily achieved today with e.g. Syncthing or Rsync).
The far harder part is getting RSS readers to support the same file format. There is actually a small project (by basically a singular guy), which tries to accomplish this: https://github.com/39aldo39/DecSync
The desktop RSS reader it supports is GTK, though.
Somewhat of a technologically simpler solution might be to self-host FreshRSS.
Unfortunately, it is of course less simple to actually use, unless you have a home server and some sysadmin skills…
Well, I have it bound to Super+X, but you could do any of those. I just create a .desktop file for it and then it can be used like a normal application. And well, it is intentionally built so you don’t have to pass command-line flags or see the command output for creating the file.
So, this is the program I use: https://codeberg.org/trem/jot
It has basically three larger features, which is adding a file, removing empty files (because you sometimes might end up creating a file, but not using it) and then searching through empty files.
Honestly, none of these are particularly difficult to throw together in a Bash script yourself, if you don’t feel like using a random program off the internet.
Basically, for adding a file, this is a crappy version of it:
data_dir="$HOME/.local/share/notes"
mkdir -p $data_dir
date=$(date +%s)
file_name="$data_dir/${date}.md"
touch $file_name
xdg-open $file_name
And for searching through the created files, grep -iR -C2 $data_dir is virtually just as good, too. 🫠
Well, I assume they had other concerns, too. For example, it adds a bunch of complexity for reformatting a JSON from single-line to pretty-print, if comments can appear in there. I’m certainly not saying that I’m always best friends with the decision to remove comments, just that I can somewhat understand it.
Hmm, if I understand you correctly, this is about Windows blocking access to files while they’re being accessed by other processes. Kate is primarily built for Linux where this would not be a problem to begin with, so it is well-possible that it does not handle this gracefully.
But it does actually keep its own buffer for files. By default, you have to actively click in the UI before it will load the changes from the file. It does watch the file for file changes, but I don’t think, it has to keep the file open for that, since there’s kernel APIs to be notified for file changes on all mainstream operating systems these days.
So, uh, TL;DR: I don’t actually know, but I’m somewhat optimistic. 🫠
I have a tiny program/script that creates a file in a folder underneath ~/.local/share with basically just a timestamp in the file name and then it opens it in Kate. Certainly somewhat of a workaround, but it works quite well for me.
I can understand the sentiment and would 100% agree for programming languages.
But personally I actually like that it encourages a flat structure, because you do not want to be yakshaving the structure of your config file. Too much nesting means you will sooner or later run into configuration keys being nested under the wrong category, because your project context changed over time.
And well, as I’ve argued in a few other comments already, I think non-techie users have a disproportionally simpler time when no nesting is used. They understand the concept of a heading and then just adding a line underneath the appropriate heading is really intuitive.
You can just tell them to add the line certificate="/tmp/cert.crt" under [] and they will find a line in their config file which actually reads [] and they can just paste that line as-is.
With nesting, they’d need to add it under here:
network: {
tls: {
certificate: "/tmp/cert.crt"
}
}
Which means:
It’s not even that I’m completely enamored with TOML, but this aspect is certainly growing on me…
I just saw this on F-Droid, will need to test it, but sounds like it could be really good: https://f-droid.org/packages/lu.knaff.alain.saf_sftp
I’m hoping, it works like mounting or FUSE on proper Linux, where you can just use normal applications to transparently access network files. Then you’d be able to use any old file manager app to actually work with the files…