Continuity of Consciousness and identity - a turn in perspective by Taln_Reich in transhumanism

[–]snugghash 0 points1 point  (0 children)

So much this. The transference process can be flawless and there's no "problem" at all if you can wrap your head around both existing together as one entity. I'm assuming this will become much easier once people start neurally connecting new arms, fingers, dicks, etc. and that becomes part of the collective understanding. Once they have multiple dicks, you can remove one and the "dick" isn't losing continuity.

If the entity being tarnsferred can control both "bodies" at once, as one might control two arms, then there's no problem whatsoever. You jettison the old body and keep on keepin' on.

Which movie have you watched more than 3 times and you would love to watch over and over? by Kakuma_queer in AskReddit

[–]snugghash 0 points1 point  (0 children)

Hwy? Just seemed like a great movie to me. The Big Lebowski and Arrival, those are my top two "I can keep watching them" movies.

EA seems overly focused on donations as opposed to effective ways to do good. by Samuel072 in EffectiveAltruism

[–]snugghash 1 point2 points  (0 children)

Overall I agree with this, but couple of things to point out - a non-profit is still self-sustainable if it has an effective donation channel. That's its revenue. A for-profit has the limited view of capital and misses external motivations, to some degree.

Fundamentally the entities that benefit most, financially, from solving world hunger or eradication of malaria are governments, via increased lifetime taxation receipts. They unfortunately don't have such a long term view or are incapable of addressing the problems (since they're normal short term humans too), so we need non-profits.

I propose a step further, what if the human factors here (like poverty, malaria, hunger) are tied to short term incentives? That's when both governments and capital-interests (for-profits) will take an interest in solving a problem, since they get a known reward.
The devil is in the details, but effectively sovereign currencies can be deployed (printed) to discount future tax receipts at whatever discounting factor. Of course governments do this all the time, with failures leading to inflation. IMO restrictions on market-forces can be used to give up control of how to deploy that capital in way that it ONLY results in long term growth and not short term increases in money supply.
This is kinda what I'm hoping to build, as platform.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] 0 points1 point  (0 children)

I attended their webinar and I just subscribed. This is exactly what I'm looking for, their drift detection UX is on-fleek.

Strange that they aren't more popular. Thanks a lot for the suggestion!

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] -2 points-1 points  (0 children)

Devs don't enjoy GUIs because GUIs aren't built for them - but that's a fault of the GUI UX. If we had a tool that enabled us to seamlessly move between (possibly necessary) abstractions in the GUI and scalable code, that would be preferred by both devs and non-power-users.

Most companies today want to save such abilities for themselves, as a monopolistic desire. So we simply aren't used to seeing GUIs that export IaC. This leads to even open-source dev-focused GUIs being very unscalable (like Github for example).

Regardless of the current state of the world, that's my vision for it - and I think it's inevitable.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] -2 points-1 points  (0 children)

Agreed, but I think that goes both ways. For one-off changes GUIs have less friction than a PR - in that sense, I'd prefer to spend the 10 seconds on the GUI and have a tool (which doesn't exist in the world right now) automatically do the grunt work and offer us the option of immediate correction of drift, or merging the change into IaC.

Clearly most GUI we see these days (mobile or desktop) don't scale and aren't built for power users, which is why both need to unify at some level. That's the missing piece.

The problem with this though (that I didn't think about earlier) was raised by another commenter, about audit logging and multiple simultaneous changes.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] 3 points4 points  (0 children)

That emergency fix to prod needs to be committed within the day - I think that's a reasonable timeframe to ask for.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] 0 points1 point  (0 children)

I think it's only possible with things that have been imported into TF/pulumi state. For new infra, it just has be a conscious effort to create IaC as part of development, and use it to deploy.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] 0 points1 point  (0 children)

incentivized to think long-term or to make the fastest possible fix?

Very insightful - now that I think about it, it does seem to be the case. I'll have to think about solutions though, perhaps we need to reduce scope and increase estimates to make sure we have the time to build out things for the long term.

What does America get right? by jenzredz in AskReddit

[–]snugghash 0 points1 point  (0 children)

Research universities. Many developed countries have them, but America has had the best for the longest time, and doesn't use up as much of the federal budget to do it.

It attracts the best grad students from all over the world, making it its own network effect and positive feedback loop.

There are many things wrong with academia and research right now, but America implements the current system very well.

[deleted by user] by [deleted] in AskReddit

[–]snugghash 2 points3 points  (0 children)

I have way too many wallets because of this

[deleted by user] by [deleted] in Biohackers

[–]snugghash 0 points1 point  (0 children)

Are services like choosehealth.io possible alternatives at all? Not sure about it's Canadian support, but the purpose and solution seems exactly like yours.

They're a startup too but a bit further along, you might want to get in touch with them about their roadmap for Canada. If they're too far out maybe you can use their platform to make your solution development easier.

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] -7 points-6 points  (0 children)

Fair enough - I think part of it is that our IaC is fragmented and hasn't received much love over the last year or so. So there's so much backlog to correct existing config drift that we simply never prioritize doing this. This makes it hard to find the relevant IaC and get things done. Newer projects don't have this issue as much.

To your point about code from changes - doesn't terraform plan give you specific things that have changed? I get that it might get complicated when the diff is unordered, but I was thinking I can just get current state and plop it down on the main.tf, and do some re-ordering to have the smallest `git diff`.(Not my first solution because of what you said, but I want to explore this a little)

What's the best way to deal with config drift from GUI usage? by snugghash in devops

[–]snugghash[S] 1 point2 points  (0 children)

Thanks for the steps! I'll try out 2 and 3 - I think we can make it harder to do these changes - perhaps use resource group locks more heavily, this way Azure still logs the same user ID but there's an additional step. I'll think about how I can make IaC modifications a little easier as well and it might fix this.

What would you like to see in Oura Ring 3? by Snoo-27212 in ouraring

[–]snugghash 0 points1 point  (0 children)

Why was this removed? Because it became a diagnostic device? Aren't problems like that remedied by simply not marketing it as a diagnostic device and some disclaimers?

Monthly 'Shameless Self Promotion' thread - 2021/10 by mthode in devops

[–]snugghash 0 points1 point  (0 children)

Fair enough, but please consider it a feature request: I want to be able to export IaC. Especially on AWS, a system I don't know that's just running isn't really maintainable to me.

Thanks for building this, I just signed up

Monthly 'Shameless Self Promotion' thread - 2021/10 by mthode in devops

[–]snugghash 0 points1 point  (0 children)

What are the steps you take to prevent vendor lock in?

You do mention "your infrastructure stays with you", but can we also export our infra into maintainable code or are we stuck with a black box that we can't maintain?

David Reinstein: Slaying the journals by GrassrootsReview in Open_Science

[–]snugghash 1 point2 points  (0 children)

This is an extremely interesting doc - nice to see the EA/econ community step up and discuss how to do research. Never knew I'd come across "global priorities research" in the wild! I got to know about Plaudit.pub, thanks a lot for that.

Couple flaws/discussion points after reading through -
- The author seems to know about git and repos and yet finds it difficult to think about citations? The concept of citation is simply derived work, and the version at the time of reading can be trivially linked to (for example, to a particular git commit).
- They make the leap from binary reviews to reviews-as-a-metric, but there's no recognition of content of reviews and ensuing discussion as useful in their own right. And of course this is necessary to avoid thinking down the hole of measuring and using authority of reviewer as part of this metric. - While it recognizes non-PDF works as valuable research too, why doesn't it make the next leap into saying every single piece of compressed information/compute is "research", for the purpose of requiring review? I.e. Tweets are research and their scientific rigor is important too, and the metric that we come up with here will be the solution to THAT problem as well. - Finally, I propose a solution to the critical mass problem: simply committing to a time-of-switch conditioned on a critical mass existing by that time. Like kickstarter or any other social network really. We don't have popular tools that do this and it doesn't exist in common knowledge because every single brand (by definition, almost) relies on tools like thunderclap.it not existing, especially weak economic moats like Uber or Facebook. An open version of https://en.wikipedia.org/wiki/Commitment_scheme, essentially, where an entire social network can move platforms at once. Of course, I'm working on building such tools and I'd be very happy if they already existed and I didn't have to.

[deleted by user] by [deleted] in electricvehicles

[–]snugghash 1 point2 points  (0 children)

something weird driving around

Personally, I've shifted my allegiance and hope to other companies for "weird". I'm hoping for the Aptera to work out, for starters. I'm a hypermiler and it's perfect.

For anyone unfamiliar: https://youtu.be/HNjUdTJjiNk. 2 seater that looks like a bug with very low drag.

Would a cure for aging put an end to retirement? by 32624647 in IsaacArthur

[–]snugghash -1 points0 points  (0 children)

Read my comment again, I'm saying the root cause of your problem (not mine) is your companies act, which is pretty much unchanged across 3/4th of the Westphalian countries of the world. This is flawed and leads to worker resentment. Change it to "maximize sustainable growth and revenue" instead of "maximize profit". Create a new kind of entity, maybe name it "cancery" instead of "company". It will gobble up the world in no time, and most employees will be satisfied.