The mainframe industry IS profitable.
HN user
albuic
Nothing
Indeed security and usability do contradict each other but in that case, I prefer Firefox approach for more security/privacy
Most people accept without reading and thinking about the consequences. Firefox refused WebUSB to protect those people.
No, native app is not platform lock-in... You just need to choose the OS correctly and also the app. The SDK for advertising can be present in both. The sandboxing does exist in OS. And you clearly loose control over the App when the website is taken down while you can still use the native app. If native platform remove support for USB or BLE, your web browser cannot use it either so no USB/BLE at all. Users can choose but native is a lot better for privacy and security if the OS and the app are chosen correctly.
It bas been and that's why Firefox refused to implement it. It's good that this is done with a plugin as it is not on by default as mist people do not understand the risks. Making it more difficult offers a bit more protection for most people. Google is known for launching stuff in the webbrowser without thought from a security and privacy standpoint. They are business oriented, not privacy oriented.
Agreed. Not much differences between new phones and couple years older phones if you are not doing crazy gaming on phones. At least for me but maybe some of you might have good reasons to upgrade and can tell us ?
Yes you can! It was done with many phones in the past...
Obviously... They are not made for safety critical systems. It's for hobbyists.
You don't need long cables, just a local power source
Which means batteries that have to be replaced and maintained or cables... So ethernet with PoE or even better SPE (single pair Ethernet) with PoDL (power over data lines which is PoE for SPE) is the best from my point of view
SPE with multidrop and PoDL would be awesome ! They are working on that and it will be everywhere.
And it is not stopping people from steal IPhones as they can resell parts as usual.
I do but shitty web devs don't
Europe has good software companies. It's just that the US has bigger VC funding which makes European companies unable to compete when US/EU companies are "fighting".
So should the tools.
French laws... A warrant is needed !
Using multiple vehicles also increase maintenance. It totally makes sense to use the right tool. You might not want to learn how to use a screw driver instead of a hammer but both have their use.
His exemple makes sense... Loading 100kb for a simple page that should/could be static is not fine.
Most people do not understand any of the authorizations they give to apps and don't want to have to understand it. They will be interested in it only after they got burned. They just want a thing that "works and do x, y and z" without having to worry about it. I think the problem is that big corp got them used to easy security because nobody cared before but now that security is getting harder, big corp has no choice but to gave a sense of security they promised but cannot give anymore.
Can you explain ?
So you had to learn IPv6 the same way you learned IPv4. The question is: was it harder ? It seems you wanted to know IPv6 without learning it because you thought it would be the same as IPv4. And yes the Free boxes are hard to work with if you don't want to mess with vlan and still have TV services.
Sharedrop or p2p sharing site like this one.
On the contrary, I would say that this is a garage you rent on a public space. The internet is open and I can do requests to any server. If you don't want your system to answer me, make sure it does not. If I am in front of an ATM on the public street, it doesn't give me money without authorization. Make sure your server does the same.
If the encryption info is derived from the password it can be done without visual encryption keys for the user. It is the case with Firefox Sync. They have no way to recover the data if you forget the password.
It has made lots of impacts but just not publicly (in embedded like hard drives, eytc...). Also there is not as much spent in advertisement in comparison to "the brand new Apple chip" which is backed by a company with deep pockets (and which evidently is also more powerful)
Those might not be common in the US or in your place but are very common in others and are at least in the country I live in, because they are just an investment.
I have always thought that we need a way to add firewall rules on ISP side so that we can block abuse at the origin without impacting the last device.
For me, it's wired with any technology that gives power and network over the same wire so that I can forget the thing when setup (no wireless issue and connection problem) and it doesn't stop working because your router is down.
The only thing kind of clunky is that you have to keep track of which branch is open in which directory since you can't checkout the same branch in two different directories.
"git worktree list" is your friend ;-)
I would love to have this workflow locally.
You too should check worktree. (See my other comment)
In one branch I could work on something that has some database migrations, and then I can still switch to other branches without having to roll back the migrations.
This is a good use case of git worktree.
I didn't know about git worktrees though! I'm going to read up on this.
Indeed, you will like it.
The only limitation is that you cannot checkout the same branch in multiple worktree.