major, to random

azure-cli 2.48.1 should be rolling out to @fedora 38 soon for testing! Enjoy!

💙 ☁️

futureechoes, to photography
HHPhotographyofFlorida, to photography

This beautiful shelf cloud is just one of the many dramatic formations we see here on the Florida Gulf coast when the afternoon storms roll in. Beautiful and scary at the same time and they always bring a lot of rain with them. Taken on a sultry summer afternoon.

Approaching Shelf Cloud is available here: https://hhphotography.pixels.com/featured/approaching-shelf-cloud-hh-photography-of-florida.html

itnewsbot, to random
@itnewsbot@schleuss.online avatar

Cloud Profits May Be Slowing at Microsoft and Amazon - "Once-booming demand for cloud-computing services is slowing..." reports Bloomberg... - https://slashdot.org/story/23/04/23/222200/cloud-profits-may-be-slowing-at-microsoft-and-amazon?utm_source=rss1.0mainlinkanon&utm_medium=feed

metaphil, to OpenAI
@metaphil@chaos.social avatar
itnewsbot, to random
@itnewsbot@schleuss.online avatar

Best Cloud Deployment Models and its Definition - What is Cloud Deployment Model?
In simple terms, “Cloud” indicates the internet, a... - https://readwrite.com/best-cloud-deployment-models-and-its-defination/

juulcat, to random
@juulcat@mastodon.gamedev.place avatar

Experimenting with clouds in , starting with Minecraft style slabs.
Minecraft map Lisrina by Dannypan.

juulcat,
@juulcat@mastodon.gamedev.place avatar

More flat square clouds I added and rendered in Avoyd with the "dawn" light preset for the pink sky.

The landscape is imported Minecraft map Lisrina by Dannypan https://www.planetminecraft.com/project/continent-of-lisrina-a-free-19k-x-16k-map-for-creative-and-adventure-players-1-18/

juulcat,
@juulcat@mastodon.gamedev.place avatar

Clouds shadowing a mountain peak

Rendered in by me, map Lisrina by Dannypan, clouds by Kr0wn

ajsadauskas, (edited ) to tech
@ajsadauskas@aus.social avatar

So Google is now preventing people from removing location data from photos taken with Pixel phones.

Remember when Google's corporate motto was "don't be evil?"

Obviously, accurate location data on photos is more useful to a data mining operation like Google.

From Google: "Important: You can only update or remove estimated locations. If the location of a photo or video was automatically added by your camera, you can't edit or remove the location."

It's enshitification in action.

Source: https://support.google.com/photos/answer/6153599?hl=en&sjid=8103501961576262529-AP

@technology @pluralistic

katzenberger,
@katzenberger@social.tchncs.de avatar

@ajsadauskas
In the long run, only running or renting your own, private solves this (and a few other problems). Happily using and photo editors - will never go back to Google.

@technology @pluralistic

fortera, to music

New account, new post.

Hey there, I'm Andrew. I'm a network engineer doing internal IT for a managed IT company.

I've got a homelab as well that I constantly break in my spare time (and that runs this instance, better keep that up).

I also enjoy , and see more concerts than my bank account likes!

Also interested in , and other topics.

to3k, to linux Polish
@blog.tomaszdunia.pl avatar
edwiebe, to random
@edwiebe@mstdn.ca avatar
junwin, to nature
Hawk1291, to opensource
@Hawk1291@fosstodon.org avatar

So with Akamai swallowing up Linode im left wonderibg how to proceed.
Is Akamai decent? Do they have similar values and approach as Linode? If so shoukd is stick with them? Should i move to another provider? What are some of your favorite options?

junwin, to photography
Vadim, to Futurology
kuketzblog, to Cryptomator German
@kuketzblog@social.tchncs.de avatar

Es gibt zahlreiche Cloud-Anbieter, in denen man seine Daten ablegen kann - für ganz unterschiedliche Zwecke (zB. Backup). Welchen Anbieter haltet ihr für empfehlenswert und weshalb? Nutzt ihr eine zusätzliche Verschlüsselung wie bspw. für sensible Daten? Ich bin gespannt auf eure Nutzung/Antworten.

epixoip, to bitwarden

I recently wrote a post detailing the recent breach from a cracker's perspective, and for the most part it was well-received and widely boosted. However, a good number of people questioned why I recommend ditching LastPass and expressed concern with me recommending people jump ship simply because they suffered a breach. Even more are questioning why I recommend and , what advantages they hold over LastPass, and why would I dare recommend yet another cloud-based password manager (because obviously the problem is the entire , not a particular company.)

So, here are my responses to all of these concerns!

Let me start by saying I used to support LastPass. I recommended it for years and defended it publicly in the media. If you search Google for "jeremi gosney" + "lastpass" you'll find hundreds of articles where I've defended and/or pimped LastPass (including in Consumer Reports magazine). I defended it even in the face of vulnerabilities and breaches, because it had superior UX and still seemed like the best option for the masses despite its glaring flaws. And it still has a somewhat special place in my heart, being the password manager that actually turned me on to password managers. It set the bar for what I required from a password manager, and for a while it was unrivaled.

But things change, and in recent years I found myself unable to defend LastPass. I can't recall if there was a particular straw that broke the camel's back, but I do know that I stopped recommending it in 2017 and fully migrated away from it in 2019. Below is an unordered list of the reasons why I lost all faith in LastPass:

  • LastPass's claim of "zero knowledge" is a bald-faced lie. They have about as much knowledge as a password manager can possibly get away with. Every time you login to a site, an event is generated and sent to LastPass for the sole purpose of tracking what sites you are logging into. You can disable telemetry, except disabling it doesn't do anything - it still phones home to LastPass every time you authenticate somewhere. Moreover, nearly everything in your LastPass vault is unencrypted. I think most people envision their vault as a sort of encrypted database where the entire file is protected, but no -- with LastPass, your vault is a plaintext file and only a few select fields are encrypted. The only thing that would be worse is if...

  • LastPass uses shit (or "encraption", as @sc00bz calls it). Padding oracle vulnerabilities, use of ECB mode (leaks information about password length and which passwords in the vault are similar/the same. recently switched to unauthenticated CBC, which isn't much better, plus old entries will still be encrypted with ECB mode), vault key uses AES256 but key is derived from only 128 bits of entropy, encryption key leaked through webui, silent KDF downgrade, KDF hash leaked in log files, they even roll their own version of AES - they essentially commit every "crypto 101" sin. All of these are trivial to identify (and fix!) by anyone with even basic familiarity with cryptography, and it's frankly appalling that an alleged security company whose product hinges on cryptography would have such glaring errors. The only thing that would be worse is if...

  • LastPass has terrible secrets management. Your vault encryption key always resident in memory and never wiped, and not only that, but the entire vault is decrypted once and stored entirely in memory. If that wasn't enough, the vault recovery key and dOTP are stored on each device in plain text and can be read without root/admin access, rendering the master password rather useless. The only thing that would be worse is if...

  • LastPass's browser extensions are garbage. Just pure, unadulterated garbage. Tavis Ormandy went on a hunting spree a few years back and found just about every possible bug -- including credential theft and RCE -- present in LastPass's browser extensions. They also render your browser's sandbox mostly ineffective. Again, for an alleged security company, the sheer amount of high and critical severity bugs was beyond unconscionable. All easy to identify, all easy to fix. Their presence can only be explained by apathy and negligence. The only thing that would be worse is if...

  • LastPass's API is also garbage. Server-can-attack-client vulns (server can request encryption key from the client, server can instruct client to inject any javascript it wants on every web page, including code to steal plaintext credentials), JWT issues, HTTP verb confusion, account recovery links can be easily forged, the list goes on. Most of these are possibly low-risk, except in the event that LastPass loses control of its servers. The only thing that would be worse is if...

  • LastPass has suffered 7 major breaches (malicious actors active on the internal network) in the last 10 years. I don't know what the threshold of "number of major breaches users should tolerate before they lose all faith in the service" is, but surely it's less than 7. So all those "this is only an issue if LastPass loses control of its servers" vulns are actually pretty damn plausible. The only thing that would be worse is if...

  • LastPass has a history of ignoring security researchers and vuln reports, and does not participate in the infosec community nor the password cracking community. Vuln reports go unacknowledged and unresolved for months, if not years, if not ever. For a while, they even had an incorrect contact listed for their security team. Bugcrowd fields vulns for them now, and most if not all vuln reports are handled directly by Bugcrowd and not by LastPass. If you try to report a vulnerability to LastPass support, they will pretend they do not understand and will not escalate your ticket to the security team. Now, Tavis Ormandy has praised LastPass for their rapid response to vuln reports, but I have a feeling this is simply because it's Tavis / Project Zero reporting them as this is not the experience that most researchers have had.

You see, I'm not simply recommending that users bail on LastPass because of this latest breach. I'm recommending you run as far way as possible from LastPass due to its long history of incompetence, apathy, and negligence. It's abundantly clear that they do not care about their own security, and much less about your security.

So, why do I recommend Bitwarden and 1Password? It's quite simple:

  • I personally know the people who architect 1Password and I can attest that not only are they extremely competent and very talented, but they also actively engage with the password cracking community and have a deep, deep desire to do everything in the most correct manner possible. Do they still get some things wrong? Sure. But they strive for continuous improvement and sincerely care about security. Also, their secret key feature ensures that if anyone does obtain a copy of your vault, they simply cannot access it with the master password alone, making it uncrackable.

  • Bitwarden is 100% open source. I have not done a thorough code review, but I have taken a fairly long glance at the code and I am mostly pleased with what I've seen. I'm less thrilled about it being written in a garbage collected language and there are some tradeoffs that are made there, but overall Bitwarden is a solid product. I also prefer Bitwarden's UX. I've also considered crowdfunding a formal audit of Bitwarden, much in the way the Open Crypto Audit Project raised the funds to properly audit TrueCrypt. The community would greatly benefit from this.

Is the cloud the problem? No. The vast majority of issues LastPass has had have nothing to do with the fact that it is a cloud-based solution. Further, consider the fact that the threat model for a cloud-based password management solution should start with the vault being compromised. In fact, if password management is done correctly, I should be able to host my vault anywhere, even openly downloadable (open S3 bucket, unauthenticated HTTPS, etc.) without concern. I wouldn't do that, of course, but the point is the vault should be just that -- a vault, not a lockbox.

I hope this clarifies things! As always, if you found this useful, please boost for reach and give me a follow for more password insights!

cloudyc, to Cybersecurity

Finally getting around to do an introduction, I'm a Border Collie dad, husband, hiker, and tech nerd living in the area. I work in mostly focused on tooling and in the and at the moment, but also have done and in the past. I'm also a and am involved with the and in the area.

carlosedp, to Electronics

An intro about me.
I'm Carlos Eduardo, I'm a Cloud Architect at Red Hat and live in São Paulo/Brazil.

I'm also an Ambassador at RISC-V International and big enthusiast about , , , , , and software.

I also program on my free time contributing to many projects in , (a Scala HDL), , , and many others. Also love music, coffee and play golf.

Check my projects at https://github.com/carlosedp and drop me a toot.

sayuri_t_h, to Japan
sayuri_t_h,
mel_hogan, to Calgary

Hi all, my rather delayed

I’m a critical and scholar who focuses on and lately also on in the . I’m an Associate Professor at the U of (Alberta, Canada). Very gay and very pro-masking and -taking care of each other. Hi! 💘

rlonstein, to devops
@rlonstein@mastodon.sdf.org avatar

I guess I should do an . I'm a cis male, poly, and use he/him pronouns. Work is , , and . I might toot about riding my and , recreational , , and tinkering with , my practice, or my interests in and and in and .

peternoahthomas, to architecture
@peternoahthomas@mstdn.social avatar

Cloudy Building

I thought this building looked interesting, so I snapped a pic. Only later, when I looked at it, did I see how it blended into the sky. I think it's pretty cool!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • InstantRegret
  • Durango
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • mdbf
  • khanakhh
  • tacticalgear
  • JUstTest
  • everett
  • modclub
  • Leos
  • cubers
  • ngwrru68w68
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • anitta
  • megavids
  • normalnudes
  • tester
  • lostlight
  • All magazines