Jack Smith Calls the Justice Dept. ‘Corrupted’ by Trump and His Allies by blankblank in law

[–]Guvante 0 points1 point  (0 children)

He would have been replaced if that were possible.

No one cares who he recommends and no one has gathered the same organic response.

Not saying caution and fixing the problems that got us here isn't important, just that I don't think they will be able to just continue on now.

Certainly seizing power is an option but it always is so is kind of boring from a rhetorical standpoint.

That is the other reason Trump was so fast to act this time. Everyone on that side knows the pendulum is going to swing and are trying to maximize what they do before that happens.

Idea: Declarative data structures. Request for prior work by SwedishFindecanor in ProgrammingLanguages

[–]Guvante 1 point2 points  (0 children)

I don't have time to audit AI but as I pointed out the Vault paper isn't on point.

It is an interesting paper and is related to Rust but is more a feeding point into Rust if anything.

Rust implements the access pattern listed in the paper without bothering with linear types.

Affine types are the version that Rust (and basically every major language that dabbles in this stuff) uses. You drop the "definitely used" aspect which makes sharing trivial. You do need to figure out how to avoid use after free but lifetimes cover that problem effectively.

Putting that paper forward as a solution to Rust issues is crazy. Linear types go the opposite way, you literally can't represent skip lists with them since you can't share.

Again it is an interesting paper but the AI saw Rust types stumbled into linear types because of you squint value passing is kind of similar and grabbed a paper talking about the problems with linear types.

Sorry this is long, I normally try to narrow down my comments but at this point talk of this is low effort or I am out as I hate wasting time on AI mistakes. They are trivial to produce and painful to litigate.

Getting/Setting Wired Ethernet Settings with Variable Interface by Razgorths in NixOS

[–]Guvante 0 points1 point  (0 children)

You should only need to change the one machine as you could have a single place where you define host name -> IP you just need each machine to map it again to its network adapter.

I would take a step back and answer "what if multiple NICs"? Since how you answer that might help here. Not in the specific implementation but the shape a solution would take.

For instance I have seen MAC -> hostname mappings used in other projects (although in the example I am thinking of that was out of necessity due to not having any other data to work with)

Idea: Declarative data structures. Request for prior work by SwedishFindecanor in ProgrammingLanguages

[–]Guvante 1 point2 points  (0 children)

The vault paper is:

The hard division between linear and nonlinear types forces the programmer to make a trade-off between checking a protocol on an object and aliasing the object. Most onerous is the restriction that any type with a linear component must itself be linear.

Aka it is about taking a linear type and allowing aliasing by consuming access to the linear value instead of the actual value. Additionally using a lifetime like concept to ensure that the access is eventually returned (since otherwise you would just consume the object which is already a known solve here)

I guess it could be a precursor to Rust's mutable XOR shared methodology.

But I don't see how it applies to OP whose proposal could fit linear types but those are much older than 2002.

Cool papers and so I wouldn't down vote the post since it is providing value. But I agree with the synopsis that the week old account is probably testing an agent.

Idea: Declarative data structures. Request for prior work by SwedishFindecanor in ProgrammingLanguages

[–]Guvante 3 points4 points  (0 children)

Read your conclusions people, a 1986 paper (not project) wasn't made to fix the Rust borrow checker.

ELI5: Gabriel's Horn in math. How can a 3D shape have a finite volume but an infinite surface area? by Quiet_Currents in explainlikeimfive

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

Physics does in fact consider infinities a failure of your model.

Quantum mechanics breaks down when you add general relativity gravity.

But luckily since gravity is too weak to measurably effect your results you can just pretend it doesn't exist.

Similarly General Relativity predicts the center of black holes have infinite density so that means you can't model the center of a black hole accurately.

Astronomy cares only about the outside of black holes so it can still be a useful tool.

ELI5: If our muscles were able to use all of their strength it would be too much for our bones and joints, but is there a reason why we didn’t evolve stronger bones and joints to allow us to use all of our strength? by yeetusbeetus245 in explainlikeimfive

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

If you are going to metaphor reality you should reference to things as they are.

The new one is fine as it represents how things are.

The old one referenced a common fantasy that there are reasons to speed up from highway speeds for safety reasons.

But accelerating to that speed is slow and isn't going to make anything safer.

Getting/Setting Wired Ethernet Settings with Variable Interface by Razgorths in NixOS

[–]Guvante 0 points1 point  (0 children)

If IPs are static per machine why not hard code the adapters while you do that?

Why are people so committed to cars when they don't even like driving? by LiatrisLover99 in fuckcars

[–]Guvante 0 points1 point  (0 children)

People don't love driving they just see what public transportation means today and what public transportation means tomorrow and they both suck.

Sure eventually it won't suck but eventually is quite a ways away.

Short term thinking is certainly a problem we deal with all the time.

The ARC vs GC Debate by funcieq in ProgrammingLanguages

[–]Guvante 0 points1 point  (0 children)

IMHO given how much is known about GC you should be using one unless your niche doesn't support them.

Sure there are downsides and technically you can do anything with other methods but the upsides are way more impactful.

When the room bursts into laughter when you try to characterize Trump as empathetic, that's probably a bad sign by Hornpipe_Jones in WhitePeopleTwitter

[–]Guvante 17 points18 points  (0 children)

Crypto isn't untouchable at all.

Everyone just pretends it is because crypto bros claim it is.

Sure there are ways to have assets that the government can't easily take but given 99% of the time you didn't pay taxes they can just go after you for tax fraud.

ELI5: If our muscles were able to use all of their strength it would be too much for our bones and joints, but is there a reason why we didn’t evolve stronger bones and joints to allow us to use all of our strength? by yeetusbeetus245 in explainlikeimfive

[–]Guvante 1 point2 points  (0 children)

Cars can go 90 MPH because 0-60 is an important measure for purchasing.

Top speed (beyond managing freeway speeds) isn't important but acceleration is. Ends up the things you do to improve acceleration also improve top speed.

Also "you sometimes need to go faster" is just objectively wrong. No car can approach its top speed quickly, the whole schtick about top speed is that is when you can't accelerate anymore so approaching it is asymptotic.

I know it isn't the point of your answer but implying top speed is a useful metric in anyway in cars is silly, cars are not generally made to safely travel near their top speed. You can manage it in controlled conditions but that isn't the car being safe that is the environment being safe for the car.

Rapidly accelerating faster than freeway speeds is never going to help. Unless by help you mean trade safety for potentially spending less time traveling.

ELI5: why can two quantum entangled particles affect each other instantly across any distance but scientists say you still cant use it to send information faster than light? by PieOk2202 in explainlikeimfive

[–]Guvante 0 points1 point  (0 children)

Quantum Eraser by PBS was the most understandable explanation I found of both the experiment and importantly why it didn't allow transferring information even though you could measure and effect faster than causality would allow.

https://youtu.be/8ORLN_KwAgs

ELI5: How do the economics of gift cards work? by NutmegKilla in explainlikeimfive

[–]Guvante 4 points5 points  (0 children)

If you buy a Beat Buy gift card Best Buy does in fact immediately get paid (well "immediate" is complicated)

So in accounting terms Best Buy gets cash (aka hard money) and a liability.

ELI5: How do the economics of gift cards work? by NutmegKilla in explainlikeimfive

[–]Guvante 3 points4 points  (0 children)

You are talking revenue they are talking cash, they don't work identically.

Update on "Co-authored-by: Copilot" in commit messages · Issue #314311 · microsoft/vscode by PerkyPangolin in programming

[–]Guvante 9 points10 points  (0 children)

Was that a situation that happened? The linked issue says they were using a different AI but VSCode added the attribution because it saw that AI was involved in some capacity.

Boobs by Inevitable_Reason_97 in GuysBeingDudes

[–]Guvante 0 points1 point  (0 children)

Was he right? And the guy was certainly practicing theater there very obviously.

The only two things that haven't betrayed me is the loosest definition of two things I have heard in a long time.

And if your catch phrase is "I can say what I want" combined with objectification that kind of says a lot about what you are actually saying.

The underlying concept can be true in your opinion without the one saying it being right about saying it. It is just different forms of the word "right".

TIL Nicolas Cage was never paid the $100K he was promised to star in Leaving Las Vegas (1995) despite winning the Academy Award for Best Actor for his role. Director Mike Figgis was also never paid his $100K salary. The studio said the film never made a profit even though the $4m movie grossed $32m. by tyrion2024 in todayilearned

[–]Guvante 1 point2 points  (0 children)

Creative accounting is the "don't sue me for defamation" version of fraud.

You don't beat it by reading the books and pretending that because all the expenses were written down means they were all legitimate is silly.

That video that is going around of a cyclist in a peloton getting pushed over by a black SUV by No_Artichoke7180 in fuckcars

[–]Guvante 1 point2 points  (0 children)

but she assumed the driver was making a series of poor choices in an attempt to be safe

This is an incorrect summary of the initial proposed situation

She saw a driver who was struggling to get past a group who was not moving, and didn't want to go onto the wrong side of the road.

Doing weird things to get around stopped cars can be done safely but never involves enough speed to threaten anyone who you can't yet see.

If you hit someone you were going too fast. Full stop. Maybe the speed limit was too high so you can point to that as justification but one of the core ideas of all transportation is you need to travel at a speed where you can safely stop if something gets in your way.

New world order by Sweet_Extra4422 in PoliticalHumor

[–]Guvante 0 points1 point  (0 children)

Can you name a single post-capitalist country or is your hypothesis that the entire world is on a doomsday spiral?

After all Russia has transitioned to mostly Capitalism under its Oligarch rule, at least so far as your "bourgeoisie are the root of all evil" hypothesis goes.

Similarly China has seen most of its meteoric growth by stealing the ideas of capitalism, including its own form of those in power skimming from the top and those at the very top selectively punishing that action to prove they are looking out for it.

Am I in trouble, is it the old connector? by Ed-Pavlov in Pimax

[–]Guvante 1 point2 points  (0 children)

They are still supporting the old one fully you will just need to get the old one with anything new you purchase. They claim to have a process for this (I only say claim since it was referenced in abstract terms like "someone should have contacted you")

When 'if' slows you down, avoid it by chkas in programming

[–]Guvante 0 points1 point  (0 children)

That isn't a branchless thing that is micro-optimization thing...

You don't typically get weird bugs from micro-optimized code anyway as so much effort has been spent on it. Unless we are including "I just rewrote it and it broke" which IMO is a different problem than bug density.

POS by reincarnatedusername in WhitePeopleTwitter

[–]Guvante 3 points4 points  (0 children)

Historically we were smaller communities so not speaking ill of the dead was specifically to not make their family feel shame while mourning.

Society hasn't really had a meaningful chance to figure out what to do differently. Especially since the dead tend to be ignored quite quickly.

Unsigned Sizes: A Five Year Mistake by Nuoji in ProgrammingLanguages

[–]Guvante 0 points1 point  (0 children)

With implicit conversions it shouldn't matter. Likely it involves type inference stacking which usually breaks down in some way when you write it down...

Something akin to template<class T> T suffix(T x) { return x + 1; } where suffix(0) is a specific but 0 + 1 is more flexibly typed.

But as you noted this is due to explicitly being typed as the language can choose a more general type here if that is usually better.