Phone numbers are no longer required iirc
Phone numbers are no longer required iirc
You can’t e2e the to and from headers in an email. that’s a problem with the protocol, not with proton. I’d assume the subject line falls into a similar bucket, because mailservers probably want to use it to filter spam
The fediverse could pose a threat to the market dominance of the Facebook platform and instagram, as there are applications that aim to be direct competitors (frendica, plemora, pixelfed) already in the fediverse. If the fediverse grows, there will be no reason for people to stay on Meta’s platforms without them reducing advertisement and increasing user privacy, which is obviously not something they want to do.
Wish the URL bar, etc would move up into the titlebar, that’s kind of the whole point
I had no idea this was the case, in a sane legal system this should be an open and shut antitrust case.
The company i was with was still using clearcase when those were popular. I’ve used github, gitlab, and bitbucket as git based software forges professionally. In fairness Github is way better than the clearcase process we used.
I’ve used several different forges over my career and github is the worst by far. The navigation is clunky, the search never searches the stuff you want to look at without menu hopping, the recent repos doesn’t include half the stuff you made a PR to recently, CI integration kinda sucks compared to gitlab or bitbucket.
The problem is the Gnome team doesn’t give a flying rat’s ass about maintaining a stable api. I’ve never bothered with extensions because even the most basic stuff only works for one or two versions. The neovim team is pretty committed to backwards compatibility and following standards for interoperability like LSP these days, so it’s much easier for third parties to maintain a large set of extended functionality at this point. If they acted like the gnome team, your status bar plugin would break every other update.
Will you need your own account for the proprietary ones? Mozilla paying for these feels like it couldn’t be sustainable long term, which is worrying.
Windows only PWA’s 😮💨
Nothing that isn’t subjective, but the comparability issues are a complete dealbreaker, because interoperability is so necessary. This is definitely something that can be fixed since Google Slides is no where near as bad about this.
Yes the PowerPoint ui is much better. It takes more space but it’s much easier to find features you might not use as frequently.
I haven’t done much switching between calc and excel. Formatting issues come up when making or editing a document in libreoffice and opening it in MS office. Especially with impress, the position and sizes of objects will be very different between the two programs. This makes opening a presentation from impress with PowerPoint on a different computer impractical.
I think it comes down to 2 main reasons, and some members of the libreoffice suite definitely do a better job than others.
Comparability with MS Office, it’s really difficult to use these programs when you can’t reliably collaborate with people using the de-facto standard office software. Impress is exceptionally bad at this.
User interface clunkines, the ribbon ui Microsoft uses in modern office versions is really nice, and makes finding the actions you need really easy. This is coming from someone who used office 03 and 07, it’s not just a learning thing, it’s a better design.
These issues are definitely a bigger deal on some parts of the suite than others. I’ve found Calc to be a solid replacement for Excel, but when I’m making spreadsheets I’m not fiddling with complex formatting at all. Impress is on the opposite end of the spectrum. It has horrible comparability with PowerPoint, and I need to get things looking just right when I make a presentation. It’s difficult to find even basic formatting options. I could probably solve the usability issues by reading a few tutorials, but the comparability issues hold me back from putting the time in, since I have no idea how a presentation will look when someone loads it in PowerPoint anyway.
Gitlab’s AGPL so I don’t think there’s anything stopping you from moving to a self managed instance.
Are there any companies making discrete laptop graphics that don’t have proprietary drivers? I don’t think I’ve ever seen an AMD powered laptop unless it used an APU. I shudder to think of what proprietary Linux drivers from a company less resourced than Nvidia are like.
Isn’t a huge part of the point of copy left licences that an author can’t change the license without rewriting the code entirely?
A dedicated server is needed because something needs to keep a catalog of the smart devices available on your network and ideally be accessible to many people in one household. You could make a system that went phone -> device but you would need to set up each device on each phone you wanted to use, which isn’t a great user experience. You could also run into issues where devices would need to handle multiple conflicting commands from different users coming in at once. Since smart devices are usually trying to use as little power as possible, that extra complexity would hurt you in that department. The third reason is that having a separate server enables automated workflows that would depend on an always online server that orchestrates multiple devices. For example, let’s say you have some automatic insulating blinds, a smart thermostat. You want to raise and lower the blinds to maximize your energy efficiency. Since you have the dedicated server, that server can check the temperature set point of your thermostat, current weather, and sunrise\sunset times. If it’s sunny out, and your set point is higher than the outdoor temperature, the server can raise the blinds to let warm sunlight in, and vice versa. If only your phone could control the devices a workflow like this couldn’t work when you were out of the house.
My theory is that Google wants to move towards vector symbolic representations for pages in search rather than page caching. It would make index storage and retrival orders of magnitude cheaper for them if they can design a scheme that works well.
If you want to share a set of feeds between devices, and sync read/unread, organization, etc.
This is basically just a way nicer, more flexible cron syntax being dressed up as something ridiculous. There are legitimate reasons for wanting something like this, like running some sort of resource heavy disk optimization the first Friday evening of every month or something.