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
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?
It’s a fork of Vim but the codebase has been cleaned up to remove complexity due to legacy hardware support. It allows the use of Lua for configuration and plugin implementation instead of VimScript, which allows plugins to be written in a sanely designed, high performance scripting language, allowing plugin developers to build more complex plugins more easily without dragging down editor performance (VimScript comparability is maintained though). It has a built in implementation of LSP. Plugins written in other languages can communicate with the application via a msgpack API so deciding to support other programming languages for plugin development at compile time is not necessary.
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.
Finding new ways webshits fuck up the most basic development principles boggles my mind. It’s like they intentionally stay ignorant.
Monetization plan might be to sell prints of platformed artists work, with out any need for pesky royalties.
IMO the syntax is fine except for the borrow checker shit that just looks arcane. The fact that everything cargo drags in is statically linked really turns me off the language for anything serious. It’s really unfortunate because I’d otherwise put some time into learning it, but it seems like the rust foundation is fine with this (ridiculous IMO) workflow.
Tbf, does anyone actually “like” C++?
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.
I wouldn’t recommend it. The Git documentation itself doesn’t recommend rebase for more than moving a few unpushed commits to the front of a branch you are updating. Using it by default instead of merge requires you to use --force-push as part of your workflow which can lead to confusing situations when multiple developers end up commiting to the same branch, and at worst can lead to catastrophic data loss. The only benefit is a cleaner history graph, which is rarely used anyway, and you can always make the history graph easier to read with a gui without incuring any of the problems of rebase.
Under this explanation, the AGPL wouldnt qualify as an open source license, since you must distribute the source if you provide a modified version as a network service.
No voice chatrooms so it’s not similar. The most similar open source solution I’ve seen is Mumble
If you want to share a set of feeds between devices, and sync read/unread, organization, etc.
I got a set off ebay, Jesus christ they’re loud. I ended up returning them cause I could hear the grinding through my whole house
Kagi is the same as ddg 99% of the time.