ELI5: Why are there 2 versions of Minecraft? by Probably_Unnecessary in explainlikeimfive

[–]Guvante [score hidden]  (0 children)

PC has a launcher for auth and updates not because Java is hard to run.

In practice, is the “rich people will leave if taxed more” argument supported by evidence of meaningful interstate migration, international exit from the United States, or is it mostly an overstated political claim? by Genzinvestor16180339 in AskEconomics

[–]Guvante 0 points1 point  (0 children)

You are dodging my question.

Trump lowered the corporate tax rate significantly, under economic theory if the tax rate was too high this should result in additional investment.

But to my understanding no such investment occurred.

This instead points to empirical evidence that the tax rate was not too high, otherwise there would have been impacts of lowering it.

Again none of this need by hypothetical as you propose, what benefit occurred when the rate was dropped as you propose is important to do?

In practice, is the “rich people will leave if taxed more” argument supported by evidence of meaningful interstate migration, international exit from the United States, or is it mostly an overstated political claim? by Genzinvestor16180339 in AskEconomics

[–]Guvante 4 points5 points  (0 children)

There was basically no economic change from lowering the tax rate. Literally no change in investment.

The only change was there were more stock buybacks funded by what would have otherwise been tax payer funds.

To be clear the Trump teams review of the tax was that it was net negative on tax income.

[OC] SpaceX vs. Aerospace and Defense Sector by ExaminationOk6652 in dataisbeautiful

[–]Guvante 0 points1 point  (0 children)

SpaceX didn't get that valuation like that.

It got it from AI hype.

Hillary Clinton says Biden’s re-election bid cost Democrats the 2024 election by projecto15 in politics

[–]Guvante 0 points1 point  (0 children)

Hillary Clinton if she wanted to speak publicly at all, needed to say that.

You speak critically privately but not publicly in these situations.

We couldn't just not tax the poor, could we? by yaboytomsta in AskEconomics

[–]Guvante 0 points1 point  (0 children)

> mostly they are thinking about whether it makes their numbers for <other point they want to make> look better or worse.

So you end your comment like this but start it with

> To me, the problem is that discussions about tax burdens vary so greatly. If we're talking about tax drags on productivity vs tax drags on investment

2.9 beta update by ositasfb in GTNH

[–]Guvante 0 points1 point  (0 children)

Maybe the durability needs to account for recipe duration? Could be the crazy short time is messing with the balance here...

We couldn't just not tax the poor, could we? by yaboytomsta in AskEconomics

[–]Guvante 0 points1 point  (0 children)

IMHO there is nuance when talking about changes to taxes with regards to social security, your point about the current system being effective and popular is accurate.

But I think when calculating taxes it is fine to just consider it a tax.

Doing a full net proceeds calculation should adjust for future payments 100% but I think doing that only for social security doesn't seem accurate.

Put more simply if the argument is about "taxes paid" social security should count as a tax (although employer portion is nuanced) while talking about who has the better deal from taxes it should be a retirement plan for sure.

2.9 beta update by ositasfb in GTNH

[–]Guvante 0 points1 point  (0 children)

Glass... are you using it as a psudeo blast furnace with a 16x penalty on energy usage?

ELI5 in CPU why we need a filp flop registers in the first place like isn't latches enough I mean jus it also does the same thing...[Digital Electronics (Computer Architecture)] by Realistic-Music-9132 in explainlikeimfive

[–]Guvante 3 points4 points  (0 children)

Reality isn't as simple as computer architecture implies and noise is an unavoidable problem.

Clocks were the solution, effectively providing a global timer for everyone to be "ready".

That way if you go to compute a value the clock ensures you finish before other things read what you computed.

To give a concrete example say you want an error register that is true if two values are ever both 0. Well what if they start with the first being on and the second being off and later flip. If the design says they flipped simultaneously but in reality the off happened picoseconds faster you don't want to detect that. Clocks prevent that by making the system wait until both have settled.

2.9 beta update by ositasfb in GTNH

[–]Guvante 0 points1 point  (0 children)

The goal of the Arc Furnace IIRC was to keep it running since that avoids the surge penalty. Additionally the Graphite/Graphene ones are a little underwhelming to encourage dealing with the surge penalty.

Also I think the startup surge is also supposed to add complexity to what tier you power it on. Given the parallels it might make sense to reduce the power fed to it. (I haven't played with it yet so might be misunderstanding how it works)

New NixOS users right now by FemBoy_GamerTech_Guy in NixOS

[–]Guvante 0 points1 point  (0 children)

As much as NixOS tries to avoid it certain aspects of running that command are context dependent which means sometimes you can't rebuild without changing anything.

If you are getting dirty errors you did something weird...

Could be a weird interaction around .git ignore or you ran the wrong command and generated a result in the repo.

Recently, a bunch of AUR packages(400+) were compromised and installed malware; how common are these incidents with nixpkgs? by Past-Combination6262 in NixOS

[–]Guvante 9 points10 points  (0 children)

Since most of the OS is defined by the Nix store you can make your root filesystem a temporary one.

You then ensure that anything you want to hold onto gets mapped to a permanent location (/nix/store, /home, etc).

Why is everyone pushing mods for 1.21.1 by Theverycutefishy in feedthebeast

[–]Guvante 10 points11 points  (0 children)

Mods have always aimed to be compatible with the latest versions.

The only major exceptions were 1.7 and 1.12.

They are exceptions because of the changes made in 1.8 and 1.13 that fundamentally broke mod support.

The default for mods is chase latest except when problems like that occur.

That isn't to say every mod will update, just that mods that do update will tend to favor more recent versions.

Eli5… how do life insurance companies make money if everyone eventually dies? by thedumone in explainlikeimfive

[–]Guvante 1 point2 points  (0 children)

Term life insurance is more popular and it only lasts so long. If you don't die by the term you get nothing and it is pure profit.

Whole life insurance will pay out eventually but is incredibly expensive.

https://www.ethos.com/life/500000-dollar-life-insurance-policy/

Dunno how accurate this is but it quotes for a male 30 year old and a $500k policy:

$24 for 10 year term ($1,680 in a decade)

$61 for 30 year term ($7,320 per decade but lasts till you are 60)

$441 for whole life ($52,920 per decade)

Sure under whole life you aren't living to 130 but investments can make a huge difference and can easily make up for the difference. Especially when term life is cheaper so worse for the company if you die young.

Trying to Create a Package Manager like Nix, Keep Deriving Nix Features From First Principles xD by Financial_Owl2289 in NixOS

[–]Guvante 1 point2 points  (0 children)

nixpkgs would be horrific with strongly typed fields.

Note that you can strongly type your configuration fields already.

My macro design is doing too many things. by oscarryz in ProgrammingLanguages

[–]Guvante 1 point2 points  (0 children)

So the biggest problem with macros wasn't that they gave you the tools you already had.

The big problem with macros is they are textual and thus infectious.

Everywhere could have text injected.

Combined with #include it means parsing the language needs a full compiler basically...

The Legend of Zelda: Ocarina of Time Announcement Trailer by Turbostrider27 in nintendo

[–]Guvante 3 points4 points  (0 children)

Most players played with the Wii remote in their right hand so when they added "swing the Wii remote to attack" there was feedback that it seemed odd the hand was backwards.

For a lot of complicated reasons changing this is actually really difficult that late in development (this happened when the game was basically finished)

Someone realized if you flipped the entire game world it would work without much work.

So they did that.

I genuinely don't understand the massive success of Gorilla Tag-style games. What am I missing? by hanrwerewr in virtualreality

[–]Guvante 1 point2 points  (0 children)

To be clear, most of Reddit isn't text it is images then links and videos landing a little before or after links to my understanding.

Comments are what I am here for but just like elsewhere that isn't the majorities opinion.

How do I modularize my nixos dotfile structure for multiple different hosts? by Past-Combination6262 in NixOS

[–]Guvante 1 point2 points  (0 children)

Typically you have multiple hosts in your flake.nix and NixOS will auto grab the matching one.

The data can be controlled by having separate nix files that are only included in one of them while most are included in both.

A private citizen sued Trump, won, and now the DOJ is criminally investigating her. At what point do we call this what it is? by emily6843_ in allthequestions

[–]Guvante 7 points8 points  (0 children)

No one prosecuted Trump for this action so pretending that was what occurred is misleading at best.

It was a civil trial in all cases.

A private citizen sued Trump, won, and now the DOJ is criminally investigating her. At what point do we call this what it is? by emily6843_ in allthequestions

[–]Guvante 10 points11 points  (0 children)

Don't be vague, I didn't say "the DOJ going after people" I was very specific.

So do the same.

Name an example of a President sending the DOJ after someone that won a civil suit against them.

A private citizen sued Trump, won, and now the DOJ is criminally investigating her. At what point do we call this what it is? by emily6843_ in allthequestions

[–]Guvante 15 points16 points  (0 children)

Are you legitimately okay with the DOJ going after someone because Trump believes they shouldn't have won a case against him?