HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bellyache5

no profile record

comments

Bellyache5
·tahun lalu·discuss
Elon Musk is the richest person in the world with a reported net worth of $359.4 billion[1]. Why does he want to steal our tax dollars? What indication is there that further self-enrichment is his goal?

[1] https://www.forbes.com/profile/elon-musk/
Bellyache5
·2 tahun yang lalu·discuss
No idea if it's any good or not, but Amazon has their own "Inferentia" chips.

https://aws.amazon.com/machine-learning/inferentia/
Bellyache5
·3 tahun yang lalu·discuss
I would love to see a picture of your setup.
Bellyache5
·3 tahun yang lalu·discuss
Thank you for sharing this link. I had no idea it existed but it is exactly what I needed for backing up my photos en masse.
Bellyache5
·3 tahun yang lalu·discuss
I played Doom on my 486DX 33MHz.
Bellyache5
·3 tahun yang lalu·discuss
Does networking over Thunderbolt work similarly?
Bellyache5
·3 tahun yang lalu·discuss
Agreed, Terraform does a good job of this. But CloudFormation & CDK can also do this via Change Sets and CDK diff.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...

https://blog.mikaeels.com/what-does-the-aws-cdk-diff-command...
Bellyache5
·3 tahun yang lalu·discuss
Who would want to live in a dorm?
Bellyache5
·3 tahun yang lalu·discuss
It's not clear that this isn't the more cost-effective solution. Without diving into the pricing of each component shown, I suspect there may be some cost optimizations to make (for one example, I had a hard time discerning from the write-up what the EC2 instance was doing...something related to more weather data collection I think?) but this is approximately "cloud-native" in approach, and the way to minimize costs in the cloud is to design your application to be cloud-native and use managed services and provider-specific capabilities where they make sense (and also tend to offer very low/free per-use pricing). Does that increase vendor lock-in? Definitely. It's a trade-off that needs to be considered for each application. Using the cloud to run a bunch of static VMs is an anti-pattern and a big factor in driving costs through the roof. (If you need a single server, a VPS is a very good approach.)

The architecture is complex from the standpoint of having a lot of icons and arrows, but if it was running on a single server would it be _that_ much less complex? At this level of architectural diagram you probably condense most of these service icons down to one or two icons. But drill down further and you still have storage, cron jobs, an API endpoint with throttling/quota logic, CDN, a shared filesystem, the need to access the S3 buckets with weather data that AWS is providing from its Open Data Registry, plus (ideally) fine-grained permissions to lock everything down. Could you run all of this on a single server in a VPS? Yes! Could you run it on a vendor-agnostic K8s cluster? Yes! Would those options automatically be less expensive? Not necessarily.
Bellyache5
·4 tahun yang lalu·discuss
And vanity Tor .onion addresses
Bellyache5
·4 tahun yang lalu·discuss
How does that work for a web browser?
Bellyache5
·4 tahun yang lalu·discuss
Using iMessage requires an Apple ID. The Messages app on iPhones supports both SMS/MMS and iMessage because it’s a phone and needs to support SMS. But without being signed into an Apple ID on the device the Messages app only handles SMS/MMS, i.e., green chat bubbles.
Bellyache5
·4 tahun yang lalu·discuss
You don’t need separate apps to set scrolling directions for the trackpad and external nice. It’s all in System Preferences.
Bellyache5
·4 tahun yang lalu·discuss
The 3rd generation AirPort Express (A1392; the flat/non-wall wart 2012 version) supports AirPlay 2. All generations of the AirPort Express also have a mini-TOSLINK output allowing for a pure digital audio stream from the source to the receiver/amplifier.
Bellyache5
·4 tahun yang lalu·discuss
What exactly are you selling?
Bellyache5
·4 tahun yang lalu·discuss
The wrinkle comes in when you need different versions of Python for different projects. e.g. Python 3.6 for one, 3.10 for another.
Bellyache5
·4 tahun yang lalu·discuss
Calibri was part of a family of "C" fonts released together as the ClearType Font Collection.

- https://docs.microsoft.com/en-us/typography/cleartype/clear-...

- https://typographica.org/on-typography/microsofts-cleartype-...
Bellyache5
·4 tahun yang lalu·discuss
If this web server was running on AWS EC2 with attached EBS volumes then zeroing out a new partition was actually AWS' recommended practice to initialize the disk for performance reasons. EBS no longer requires this.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-init...
Bellyache5
·4 tahun yang lalu·discuss
So what is it then?
Bellyache5
·5 tahun yang lalu·discuss
AWS SSO does offer this "out of the box", but many large organizations use their own custom SSO setup with custom-built tools to get temporary tokens.