This is precisely why we need projects like Grsecurity.
German equivalent, must read if you're a climber and know the language: http://www.bergundsteigen.at/ Austria, Switzerland and Germany have a very long rock climbing history (unsurprisingly), and their respective…
Different story, then.
But YubiKeys are built on a hardened hardware security module instead of a general purpose phone operating system with full network connectivity and a huge attack surface. Having a UI does not increase security in a…
You don't need either Kubernetes or OpenShift if all you need is 2-3 instances. Just write an Ansible playbook. That being said, I do run a few 2-3 node OpenShift clusters and the additional complexity was well worth it.
For anyone interested in Kubernetes: Red Hat's OpenShift is worth taking a look at. It's upstream Kubernetes + a PaaS framework built in top of it. It takes care of role-based access control, has a secured Docker…
It resulted in random, hard to reproduce ENOSPC errors down the line without either data or metadata being anywhere close to full. Neither us nor the btrfs developers that took a look at it were able to figure out what…
Streaming means parsing a bunch of untrusted data. What if ffmpeg/gstreamer/Clementine has a security issue? It happened before. With a Chrome App, it sits in a (really strong) sandbox and would need to escape the…
Red Hat is trying to address this with their Debezium project: http://debezium.io/
JetBrains DataGrip comes close and supports many different SQL dialects (it's also comes with IntelliJ as the SQL plugin).
You can do that with regular web apps - just create a desktop shortcut in the Chrome menu ("More").
Signal Desktop and Cleanflight are open source. And sometimes, you have no choice - there's no FOSS alternative to TeamViewer, and thanks to it running inside Chrome, I no longer have to run a Windows VM. The web based…
Hah, that's a funny thread. I've heard that Google is using Chromebooks for engineers with production access. Makes a lot of sense sense since Chrome OS is much easier to secure than a normal Linux distribution.
But that's only Chrome OS. Chrome Apps were great because they worked on all (desktop) platforms.
Agreed, the SSH client is a bit of an outlier since you have that natively. I still listed it for completeness, I do use it, after all.
Chrome OS has no native SSH client, but Google published a NaCL based SSH client: https://chrome.google.com/webstore/detail/secure-shell/pnhec... It's useful outside of Chrome OS if you have a security perimeter based…
I'm running btrfs in production with a very heavy workload with millions of files and all sorts of different access patterns. Regular deduplication runs, too. We're probably one of the largest btrfs users. Had a LOT of…
This one I'm fine with since WebAssembly is a worthy replacement, but I'm still annoyed at Google discontinuing Chrome Apps. Some examples of specialized apps I use all the time that would require a native app…
Can anyone recommend this? https://github.com/bitly/oauth2_proxy
Now that's it's open source, it should be easy to fix it.
Facebook in Germany doesn't have those alt tags.
Google Trends chart: https://www.google.com/trends/explore?date=all&q=python%203
Can confirm. Ported our internal stuff and it was much easier and faster than expected.
Lots of incentives for us: - clean Unicode support which prevents mistakes which used to bite us in production - native async syntax, compatible with Tornado - asynchronous generators (yield from a coroutine!) - pathlib…
This is precisely why we need projects like Grsecurity.
German equivalent, must read if you're a climber and know the language: http://www.bergundsteigen.at/ Austria, Switzerland and Germany have a very long rock climbing history (unsurprisingly), and their respective…
Different story, then.
But YubiKeys are built on a hardened hardware security module instead of a general purpose phone operating system with full network connectivity and a huge attack surface. Having a UI does not increase security in a…
You don't need either Kubernetes or OpenShift if all you need is 2-3 instances. Just write an Ansible playbook. That being said, I do run a few 2-3 node OpenShift clusters and the additional complexity was well worth it.
For anyone interested in Kubernetes: Red Hat's OpenShift is worth taking a look at. It's upstream Kubernetes + a PaaS framework built in top of it. It takes care of role-based access control, has a secured Docker…
It resulted in random, hard to reproduce ENOSPC errors down the line without either data or metadata being anywhere close to full. Neither us nor the btrfs developers that took a look at it were able to figure out what…
Streaming means parsing a bunch of untrusted data. What if ffmpeg/gstreamer/Clementine has a security issue? It happened before. With a Chrome App, it sits in a (really strong) sandbox and would need to escape the…
Red Hat is trying to address this with their Debezium project: http://debezium.io/
JetBrains DataGrip comes close and supports many different SQL dialects (it's also comes with IntelliJ as the SQL plugin).
You can do that with regular web apps - just create a desktop shortcut in the Chrome menu ("More").
Signal Desktop and Cleanflight are open source. And sometimes, you have no choice - there's no FOSS alternative to TeamViewer, and thanks to it running inside Chrome, I no longer have to run a Windows VM. The web based…
Hah, that's a funny thread. I've heard that Google is using Chromebooks for engineers with production access. Makes a lot of sense sense since Chrome OS is much easier to secure than a normal Linux distribution.
But that's only Chrome OS. Chrome Apps were great because they worked on all (desktop) platforms.
Agreed, the SSH client is a bit of an outlier since you have that natively. I still listed it for completeness, I do use it, after all.
Chrome OS has no native SSH client, but Google published a NaCL based SSH client: https://chrome.google.com/webstore/detail/secure-shell/pnhec... It's useful outside of Chrome OS if you have a security perimeter based…
I'm running btrfs in production with a very heavy workload with millions of files and all sorts of different access patterns. Regular deduplication runs, too. We're probably one of the largest btrfs users. Had a LOT of…
This one I'm fine with since WebAssembly is a worthy replacement, but I'm still annoyed at Google discontinuing Chrome Apps. Some examples of specialized apps I use all the time that would require a native app…
Can anyone recommend this? https://github.com/bitly/oauth2_proxy
Now that's it's open source, it should be easy to fix it.
Now that's it's open source, it should be easy to fix it.
Facebook in Germany doesn't have those alt tags.
Google Trends chart: https://www.google.com/trends/explore?date=all&q=python%203
Can confirm. Ported our internal stuff and it was much easier and faster than expected.
Lots of incentives for us: - clean Unicode support which prevents mistakes which used to bite us in production - native async syntax, compatible with Tornado - asynchronous generators (yield from a coroutine!) - pathlib…