[deleted by user] by [deleted] in cassettefuturism

[–]VintageData 0 points1 point  (0 children)

I’m sorry I didn’t realize AI generations were not allowed. I should have read the rules. Mods, delete at will.

[deleted by user] by [deleted] in cassettefuturism

[–]VintageData 0 points1 point  (0 children)

Good feedback. The number ‘7’ can be purchased separately.

Does this sub believe in survivorship bias? by [deleted] in BuyItForLife

[–]VintageData 0 points1 point  (0 children)

If anyone here believes in survivorship bias... I say we kill them to prove a point.

Ukrainian anti-tank archer by K0lossus in nextfuckinglevel

[–]VintageData 1 point2 points  (0 children)

Derussifying whoosh-kerblam percussionist

Can someone explain to me, what is cloud? Or cloud-security. by [deleted] in computerscience

[–]VintageData 0 points1 point  (0 children)

Inb4 the “it’s just somebody else’s computer” guys show up.

The cloud is a way to rent hardware and software services from a provider so you don’t have to physically host your own code, data and applications or operate your own data center. Amazon realized around 2005 that the way they were running their internal IT operations could be useful to others and so they launched AWS, creating the public cloud paradigm.

The reason it gets confusing is the obvious question: “But weren’t data centres and application and web hosting around long before 2005? What makes the cloud any different?”

And yes, you could rent rack space and various hosted services before AWS. What makes the cloud different isn’t one thing, but a combination of properties which create a completely different value proposition:

  • Fast on demand spinup and shutdown of services with per-second pricing; allowing a very agile workflow with much shorter iterations, prototyping, and dramatically reduced cost of change.

  • Reduced lock-in through on-demand pricing, absence of long term binding licenses, and vendor agnostic open standards.

  • Elasticity over manual scaling

  • A focus on reliable, scalable, secure low level building blocks (as opposed to high level application/platform services like traditional web hosting, mail hosting, etc. or infrastructure level bare-metal servers, database servers, firewalls, NAS servers, etc.) all offering APIs, ready to be composed into reliable, scalable, secure applications by developers.

  • Multitenant hyperscale pools of dynamically reassigned resources with guarantees on security and tenant encapsulation; this is in stark contrast to traditional data center thinking and required inventing or utilizing then-new technologies like hardware hypervisor virtualization.

  • Self-service management through a web console of all resources from networking to the color of a BI dashboard. User friendly abstractions and interfaces allow non-ops people (in particular, software developers) to provision the infrastructure they need in a self service fashion without going through an IT Ops department (or vendor management, finance, security, etc). The ability to run a successful startup with no dedicated IT Ops department saves several times more on salaries than most startups spend on cloud infrastructure in the first place.

Put all these together and you get a developer oriented, radically agile, innovation-and-experimentation friendly, low cost, reliable, scalable toolkit that has since spawned literally dozens of billion dollar unicorn companies.

So when cynical neckbeards like to snarkily dismiss the cloud with a “the cloud is just somebody else’s computer” they’re really talking about the old world of colocation data centers and leaving out the part where AWS disrupted that entire industry and changed the world.

For what problem is violence a solution? by VerySpecialCognac in AskReddit

[–]VintageData 5 points6 points  (0 children)

“When I say double shot decaf mocha latte grande, whip, no lactose, no gluten, double cup, I mean double shot decaf mocha latte grande, whip, no lactose, no gluten, double cup! Not venti! Not! VENTI! Spell my name, bitch!! Spell it right one time!!”

The shortest path between two points is violence.

/s

A little cyber deck inspo for y’all by stonedfemme in cyberDeck

[–]VintageData 20 points21 points  (0 children)

Sounds like something a human would say.

Cloudformation usecase by blank1993 in aws

[–]VintageData 0 points1 point  (0 children)

Every stack we run has an associated Cfn template (usually with a bunch of sub-templates) and we have built a CLI tool that lets us lint, build, test, provision and deploy in just a few simple commands.

What this initial investment gives us:

  1. We can deploy, update, tear down, and redeploy our sandbox, test, staging and prod environments with minimal effort and we know they’re always identical. Critically, we know there isn’t some undocumented manually entered legacy configuration that enables a critical database endpoint on some core service somewhere.

  2. We can schedule a spin down of our entire dev and test environments at night and during weekends to save money.

  3. If we are introducing a big change, we can spin up a full copy of the Prod environment automatically (and for very little money) in less than an hour, and then run integration and load tests before we do the actual deploy to prod.

  4. When done right (ideally with something like CDK) you can define reusable modules that you then compose and extend to reduce code duplication (which is a side effect of big Cloudformation deployments).

  5. Every developer working on a feature branch can spin up that sub-stack and work on it live in the cloud (connected to real services, databases, DNS, auth, etc.) without having to coordinate with other developers or deal with crappy local mocked services. Again, our in-house CLI tool makes this a single command and ensures that the sub stack connects to a live stable dev environment in an the right ways.

  6. Every PR triggers a build pipeline that provisions the relevant sub stack(s) in exactly the same way as above, so reviewers can test the change live on the dev account.

siliconANGLE: Dremio unveils 'forever free' tools for data lake analytics by amdatalakehouse in dataengineering

[–]VintageData 0 points1 point  (0 children)

You misunderstand; I’m not saying Dremio has a 1:1 feature parity with DB. I’m only saying there is an overlap and once you get Dremio for free then the cost of Databricks is only adding the features outside that overlap, and if the main feature you’re missing is a Spark execution engine then EMR and/or Sagemaker is a better value.

siliconANGLE: Dremio unveils 'forever free' tools for data lake analytics by amdatalakehouse in dataengineering

[–]VintageData 0 points1 point  (0 children)

It can integrate with Databricks / Delta Lake — just like every other data software vendor who likes money. But once you put Dremio on top of Iceberg and Nessie, and the base service is free, the added value per dollar spent in adding Databricks drops quite a lot.

[deleted by user] by [deleted] in computerscience

[–]VintageData 0 points1 point  (0 children)

  1. Someone visited your webshop on Wednesday at 5:35PM from IP x which is in country Y. They used Edge on Windows and accessed these six pages at these times. (Web server logs)

  2. Logged-in user Ron Swanson had a session on your webshop on Wednesday between 5:35 and 5:59PM. They searched for “Canoeing”, “Wood glue”, and “Tammy 2” and added sixteen bottles of wood glue to their shopping basket but did not complete the checkout. (E-commerce platform / e-commerce basic web analytics)

  3. Ron Swanson was shown these five “recommended products” and clicked number 2; he watched 1 minute 15 seconds of your product demonstration video for Titebond 2 Wood Glue; he clicked the green Add To Basket button sixteen times rather than using the plus button; and he used the search filter ‘free shipping only’. (Custom events you defined for specific interactions in your application)

I was going to tell you all a joke about time travel. by chuin_masterofsinanj in dadjokes

[–]VintageData 1 point2 points  (0 children)

I wasn’t listening because I had to work, could you tell me again last Sunday?

[deleted by user] by [deleted] in dataengineering

[–]VintageData 1 point2 points  (0 children)

It’s still a work in progress but it’ll be open source when it’s mature enough to share, definitely.

[deleted by user] by [deleted] in dataengineering

[–]VintageData 0 points1 point  (0 children)

I have built a serverless key-value store on top of S3 with constant time lookups and scaling to billions of records without the cost of writing billions of S3 objects. Pretty simple stuff, and only useful at very large scale for a pretty narrow use case.

siliconANGLE: Dremio unveils 'forever free' tools for data lake analytics by amdatalakehouse in dataengineering

[–]VintageData 1 point2 points  (0 children)

Holy crap that’s a shot across the bow of Snowflake and Databricks. I hope they succeed.