This would be solved if coin op washers locked. You could take the key like in a gym locker room. They’d probably have to charge per cycle + time to keep people from leaving them all day.
This would be solved if coin op washers locked. You could take the key like in a gym locker room. They’d probably have to charge per cycle + time to keep people from leaving them all day.
Kagi is the same as ddg 99% of the time.
Is that the case for the AMD boards as well?
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
I think they might be using it as a beta testing ground for their back end features, the brand is also pretty valuable in and of itself. The traffic avoidance is much more aggressive than Google maps
There’s no reason Gmail should be included in search of it’s broken up. Otherwise agree though.
Buyouts shouldn’t be allowed by default. The only cases where it should be allowed are when the business being bought out is struggling to the point where a buyout is really the only way to prevent bankruptcy. It should never be a good deal for the selling company and only a last resort to stop closing doors completely.
If they forced them to split Waze off and make it independent again it probably could, it’s probably the only non default app I see people use regularly
I’m not sure Logitech can build a forever mouse anymore with the way their QA’s gone. Who’s buying new mice regularly anyway?
I pretty much never use Bluetooth since all my connectivity is either wired or WiFi, but my damn phone keeps turning it back on automatically.
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.
Finding new ways webshits fuck up the most basic development principles boggles my mind. It’s like they intentionally stay ignorant.
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.
Monetization plan might be to sell prints of platformed artists work, with out any need for pesky royalties.
I don’t really think it’s any of those things in particular. I think the problem is there are quite a few programmers who use OOP, especially in Java circles, who think they’re writing good code because they can name all the design patterns they’re using. It turns out patterns like Factory, Model View Controller, Dependency Injection etc., are actually really niche, rarely useful, and generally overcomplicate an application, but there is a subset of programmers who shoehorn them everywhere. I’d expect the same would be said about functional programming if it were the dominant paradigm, but barely anyone writes large applications in functional languages and thus sane programmers don’t usually come in contact with design pattern fetishists in that space.
Yeah, for this reason I would pretty much never encourage exceptions in Python over some other form of error handling. It’s so frustrating when called code throws some random exceptions that are completely undocumented. This is one of the few things Java got (sort of) right
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.