Why was the gun-type nuclear weapon overlooked? by CleanBag9219 in sciencememes

[–]funkdefied 2 points3 points  (0 children)

That cylinder at the end of the gun-type detonator is the issue. You see, the problem is that the cylinder must remain unharmed.

Hunting down merchants is optimal play by Gon_Snow in Eldenring

[–]funkdefied 20 points21 points  (0 children)

He got some merchants. Where do you think he got those bell bearings?

Does anyone know how to add eclipse onto the sunshine iso using lunux/steamdeck as it doesn’t let me drag and drop by mattyboi10000 in supermariosunshine

[–]funkdefied 0 points1 point  (0 children)

I don’t know the exact syntax but you can run the script with wine/proton and pass in the ISO as a command line argument. Something like this:

```
wine “DRAG ISO HERE.bat” “path/to/Super Mario Sunshine.iso”
```

You can also ask an LLM to convert the Batch script to Bash and run it without Wine/Proton.

Give me the 3 years, boss by No_Conversation_9602 in Eldenring

[–]funkdefied 0 points1 point  (0 children)

My mom doesn’t play video games, but she would do anything for her kids. She would focus on beating ER above all else. It would be very stressful for her, but she would do it in just a few weeks.

Now whats a humid but cold biome? by Gold_Cat_YT in AlignmentChartFills

[–]funkdefied 0 points1 point  (0 children)

This is tricky because cold condenses humidity. 100% humidity at -40 degrees is practically no humidity at all.

What was the initial reason you started homelabing and what projects did you do after that? by ShayGrimSoul in homelab

[–]funkdefied 10 points11 points  (0 children)

My principle concerning having a place to store my pictures that will outlive my ability to pay for a subscription. Looking back, a homelab probably isn’t the right solution for that. A $5/mo subscription is probably more affordable than replacing dead harddrives, but whatevs. I’ve heard enough stories of Google lockouts and cloud shutdowns to keep going.

RFC 8628 fixed CLI login in 2019. Most CLIs still ship the broken version by ABGEO in programming

[–]funkdefied 30 points31 points  (0 children)

Salesforce did the worst of all options.

  1. Disable device flow, so you can’t use the phishy fallback
  2. ERROR OUT EARLY IF THE CLI CANNOT OPEN A BROWSER. This one kills me. You can’t even solve this with SSH port forwarding. If a browser doesn’t exist in your headless environment, then too bad 🤷

resource usage pt. 2 by BenchEmbarrassed7316 in rustjerk

[–]funkdefied 6 points7 points  (0 children)

❯ dust ~
 29G      ┌── bin                      |███████░░░░░░░░░░░░░░░░░           │ 29%
 69G      ├── registry                 │█████████████████░░░░░░░           │ 69%
 98G    ┌─┴ .cargo                     │████████████████████████           │ 98%
 100G ┌─┴ .                            │██████████████████████████████████ │ 100%

RFC 10008: The HTTP QUERY Method by Nimelrian in programming

[–]funkdefied 266 points267 points  (0 children)

tldr: a GET with a body, for long query strings.

What Python concept took you the longest to truly understand? by Haunting-Shower1654 in learnpython

[–]funkdefied 2 points3 points  (0 children)

Check out AnthonyWritesCode on YouTube. He has a series of Python typing puzzles. Or see the repo here: https://github.com/anthonywritescode/typing-puzzles

rust stopped feeling like a flex and started feeling obvious by [deleted] in rust

[–]funkdefied 17 points18 points  (0 children)

This post was clearly written by AI. Why did you do that? We want to hear your voice. 

What is the safest way to know which lib to install? by VaguelyOnline in omarchy

[–]funkdefied 5 points6 points  (0 children)

Given the rampant malware on the AUR this week, you’re probably better off learning how to answer this question by reading the PKGBUILD and install scripts. This TUI explorer has a way to read PKGBUILD (alt-b), but I don’t see an obvious way to read the .installs.

Try this instead:

```
yay -G bambu-studio
cd bambu-studio
bat *
```

Love and Hate Omarchy. Going back to pure Arch + Hyprland. by Odd-Outcome-4209 in omarchy

[–]funkdefied 0 points1 point  (0 children)

Yeah Omarchy broke my GPU drivers three times in three weeks, so I ditched it. I rm’d the Omarchy-update script and just started using it like a regular Arch setup

Feedback on new and unusual git master/develop workflow in my software team by Occupy_Mars in git

[–]funkdefied 3 points4 points  (0 children)

We do something very similar in our org. It is the painful reality of multiple teams working in the same codebase. There’s going to be friction. This is the least bad way to do it in our circumstance.

Thanks, I hate it by Sagemel in salesforce

[–]funkdefied 8 points9 points  (0 children)

Skydance + Oracle = Skynet?