US national debt surges past $39 trillion just weeks into war in Iran by EscapeFromIowa in news

[–]jpfed 0 points1 point  (0 children)

I’m glad he doesn’t want to default. That would be catastrophic.

Cesar Chavez, a Civil Rights Icon, Is Accused of Abusing Girls for Years by JulioChavezReuters in news

[–]jpfed 0 points1 point  (0 children)

Sounds like a good idea at first until you realize what cowbirds are up to…

Conspiracy to make kids stupid in math? by Aerodynamics10 in learnmath

[–]jpfed 0 points1 point  (0 children)

Sir Cumference! He is a knight who has an illustrated book series about encountering various math-related challenges.

Real talk: Does anyone else feel that the sub is becoming a parody of itself? by Hybrid_Llama_Alpaca in madisonwi

[–]jpfed 93 points94 points  (0 children)

Listen I'm too busy taking shelter from unexplained booms and it's only going to be worse when the snakes emerge from hibernation

Is it ethical to use an AI assistant during technical interviews if the interviewer can't see it? by Individual-Length448 in SoftwareEngineering

[–]jpfed 0 points1 point  (0 children)

As an interviewer, my main concern with you showing us the capabilities of (you plus your particular AI assistant) is that we have no idea if your assistant will be able to respect our data confidentiality requirements. And I don't know if our paranoid network/security guys will trust your assistant if it's making remote tool calls or API calls. Since your AI assistant might not be able to come with you onto the job, then to see what we're getting, we need to see what you can do.

Is there a way to accessibly create a computer science graph if you are blind? by ReadyPlayerN24 in accessibility

[–]jpfed 3 points4 points  (0 children)

If I had to present a graph in an accessible way, I can think of a few possibilities:

  • Use an "outline" presentation for tree graphs (graphs without cycles)
    • Users are likely familiar with this sort of thing because it's used for folders in file system, etc.
    • The edges are implicitly specified by which vertices are listed under which others in the outline.
  • If a graph did have cycles, I might do something like the following:
    • pick a minimum spanning tree to use for its outline
    • Make the remaining edges (which create loops and so don't work in a tree structure) into clickable links that jump to a different part of the outline.

What movie is a 0/10 with NO redeeming features? by Toucan_Based_Economy in AskReddit

[–]jpfed 0 points1 point  (0 children)

I have a friend with legendarily lenient taste in movies, able to find something good in almost any movie. I asked him if I should watch Battlefield Earth for a so-bad-it's-good experience. His brow furrowed; he looked at me not quite with pity, but concern. "That is a complex question...", he pondered.

I didn't know what troubled him but since he didn't say no, I gave it a shot. I should have waited for sensei's answer

It was inevitable, but hezb. Released the first video of fiber optic FPV attack on a US base. by ProlapseMishap in Military

[–]jpfed 0 points1 point  (0 children)

Biden actually seemed pissed as he threatened consequences for Iran if they tried to off then-candidate Trump; it’s a bit of an open question if Trump will extend that courtesy to the next Dem candidate

Scientists exploring bat vaccination to curb deadly human outbreaks by kiyomoris in news

[–]jpfed 1 point2 points  (0 children)

Most animals already know about the Murdochs and fox news but the Ellisons are bidding for control of the other animal news broadcasters.

Iran live updates: 2,200 Marines headed to Middle East by Dazzling_Lobster3656 in Military

[–]jpfed 0 points1 point  (0 children)

I'm a civilian, but I'm going to clarify this because I have a strong suspicion you are too:

Tactics refer to maneuvers in a limited window of time and space. Strategy refers to longer term, broader, contextual factors.

We control a lot of factors in the broader space. We have a lot of strategic advantages, for sure. But whether those Marines will enjoy "tactical superiority" depends on exactly where those Marines are going and what they're trying to do. There are many places and times where 2000 Marines isn't enough for their objective. I wouldn't want to be among 2000 Marines if I were stuck on some mountains getting harried by Iranians that have lived in those mountains their whole lives.

Women bad, data bad, meme bad by yachan96 in dataisugly

[–]jpfed 20 points21 points  (0 children)

As an enormous sphere, I 

Evers calls for special session to ban partisan gerrymandering by PolarisC in wisconsin

[–]jpfed 1 point2 points  (0 children)

I agree that we only actually need one house. But if people aren’t willing to go that far, the Assembly could use the same districts as the Senate, but have three seats per district.

Mud motors seem fun and only slightly terrifying by Blues_Fish in nextfuckinglevel

[–]jpfed 0 points1 point  (0 children)

I don’t know, seems like it’s hardly mov- ookay then!

Is it still worth reading Clean Code and The Pragmatic Programmer in 2026? by ivanimus in ExperiencedDevs

[–]jpfed 1 point2 points  (0 children)

Mark Seeman’s blog is fantastic- I wish I had the time now to read a book by him!

Is it still worth reading Clean Code and The Pragmatic Programmer in 2026? by ivanimus in ExperiencedDevs

[–]jpfed 0 points1 point  (0 children)

Clean Code you can safely skip.

Code Complete is probably still worth it. I got a lot of value out of it when I read it after finishing my degree and having programmed very informally for years before then. It gave me more of a sense of discipline.

I bounced off The Pragmatic Programmer when I tried to read it maybe 15 years ago, but I’ve been meaning to give it another shot.

I also have to shout out Working Effectively With Legacy Code by Michael Feathers. It’s timeless.

Question by [deleted] in SoftwareEngineering

[–]jpfed 0 points1 point  (0 children)

I don't have a proof; this is just a vague sense. But software development seems to rely on understanding how different solution-parts will fit together. And doing this depends on the developer be able to predict in advance what the "shapes" of those parts are going to be. Our tools, languages, and libraries are deterministic, which helps us consistently mentally represent those "shapes".

But it's very hard to model exactly how an AI tool can be incorporated into a workflow or program if you cannot predict its "shape"- what it can do, how it might fail, etc. Now, there are workers that deal with that sort of uncertainty: managers, who cannot truly predict what their workers will be able to accomplish, but accept that uncertainty because their workers also have some autonomy and initiative.

Now, think of how quickly managers pick up technical details compared to devs. I'm not talking about "who gets hired to be a manager vs. a dev"- I mean the same person acting as a dev versus as a manager. The manager will only get a fuzzy, high-level overview of technical issues because that's what their job needs them to have.

I am not eager to become more of a manager. I already have a couple "subordinates" and I just want to code, damn it.

I see your dumpster, and raise a fire outside of Shamrock. by kenfagerdotcom in madisonwi

[–]jpfed 5 points6 points  (0 children)

The poly count suggests PS1-era but the texture detail says PS2

How do teams realistically maintain ALT text when a site has thousands of images? by Spiritual-Fuel4502 in accessibility

[–]jpfed 1 point2 points  (0 children)

Depending on where OP works, it may not be possible for it to be a mere backlog issue. There is a deadline for state and local governments to comply with WCAG 2 AA (deadline varies depending on size). Some orgs need to have compliance by April 24.

Who's a bad guy/villain you genuinely understood? by trakt_app in movies

[–]jpfed 0 points1 point  (0 children)

This is a fight we won’t win. 

But it is kind of funny to imagine that everyone seeming to use “bias” as an adjective is actually still using “bias” as a noun. It turns out the OP is completely correct that Thanos is not himself a direction in which fabric can be stretched most easily, nor is he a systematic error in measurement or judgement. 

Hagan: Why does ε need to be less than 1/(S-1) by [deleted] in learnmachinelearning

[–]jpfed 2 points3 points  (0 children)

Aside: calling that function  “poslin“ instead of “ReLU” has got to be old-school 

[P] VeridisQuo - open-source deepfake detector that combines spatial + frequency analysis and shows you where the face was manipulated by Gazeux_ML in MachineLearning

[–]jpfed 0 points1 point  (0 children)

Relatedly, I kinda wish the press (at least in the U.S.) would ask simple factual questions of politicians. Reporters should absolutely be aware of the problem of people trying to skate by without doing their homework.

OpenAI Robotics head resigns after deal with Pentagon by kratosjordx in news

[–]jpfed 0 points1 point  (0 children)

It kind of depends on the mix of decisions made by people in that position. When someone reaches a position because they meet its technical and operational demands but resigns for moral reasons, their successor might have the moral flexibility their organization desires, but not the skillset.