HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bellyache5

no profile record

comments

Bellyache5
·ano passado·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
·há 2 anos·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
·há 3 anos·discuss
I would love to see a picture of your setup.
Bellyache5
·há 3 anos·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
·há 3 anos·discuss
I played Doom on my 486DX 33MHz.
Bellyache5
·há 3 anos·discuss
Does networking over Thunderbolt work similarly?
Bellyache5
·há 3 anos·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
·há 3 anos·discuss
Who would want to live in a dorm?
Bellyache5
·há 3 anos·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
·há 4 anos·discuss
And vanity Tor .onion addresses
Bellyache5
·há 4 anos·discuss
How does that work for a web browser?
Bellyache5
·há 4 anos·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
·há 4 anos·discuss
You don’t need separate apps to set scrolling directions for the trackpad and external nice. It’s all in System Preferences.
Bellyache5
·há 4 anos·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
·há 4 anos·discuss
What exactly are you selling?
Bellyache5
·há 4 anos·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
·há 4 anos·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
·há 4 anos·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
·há 4 anos·discuss
So what is it then?
Bellyache5
·há 4 anos·discuss
I agree with your comment about representatives catering to special interests, bribes, etc. Their constituents aren't usually first or second in priority. Public corruption is a serious problem.

But as for the Senate and Presidency being decided by mechanisms that aren't directly tied to population—that's by design. The United States is comprised of 50 States that jointly gave up some of their sovereignty to become a republic. They're more than just administrative districts of a national government. Aforementioned issues aside, the House of Representatives is supposed to represent the will of the _people_ while the Senate is supposed to represent the will of the _States_. The Senate is the States' representation at the Federal level. (Indeed, before the 17th Amendment US Senators were elected by State legislatures, not popular vote. Part of the motivation for the 17th Amendment was—wait for it—corruption in the state legislatures!)

It may be that moving to more population-based representation scheme would alleviate some issues. It also brings a downside: less populated states would get steamrolled by the more populated ones. (This was the Virginia Plan at the Constitutional Convention.) The 10th Amendment explicitly states that any power not expressly granted to the Federal government by the Constitution is retained by the States (States' rights/sovereignty), so basing Senate representation on population rather than giving each State equal representation would disenfranchise some States.

https://en.wikipedia.org/wiki/Connecticut_Compromise

https://en.wikipedia.org/wiki/Seventeenth_Amendment_to_the_U...

https://en.wikipedia.org/wiki/Virginia_Plan

https://en.wikipedia.org/wiki/Tenth_Amendment_to_the_United_...

edit: formatting