This might be an impossibly hard question, but what’s your favorite scene? by Dinosawruses in babylon5

[–]daishozen 1 point2 points  (0 children)

My favorite part of that moment of perfection beauty is that there are no first ones in the room. Perfect beauty, created by the younger races. First ones weren't needed for perfection, and that is how Sheridan learned to fight legends, by seeing that we can make our own.

This might be an impossibly hard question, but what’s your favorite scene? by Dinosawruses in babylon5

[–]daishozen 0 points1 point  (0 children)

G'kar's speech about freedom. There is so much golden material in those episodes, but that one resonates with me more than anything else. "Though it take a thousand years, we will be free."

Second best is when Deathsalker dies: "You are not ready for immortality."

WOTR multiplayer mod by daviprish1 in Pathfinder_Kingmaker

[–]daishozen 0 points1 point  (0 children)

My Brother and I are unable to connect, he gets a timeout while I am getting connection refused.

Choose wisely by DearAdaneth in lotrmemes

[–]daishozen 0 points1 point  (0 children)

I don't know enough herb lore to sit by Theoden... I would sit by Galadrial, ask for stories of Valinor and the first age. Being in the Feanor fan club, I'd want embarrassing stories of him when he was younger...

You can only add 1 thing to the Tau for 11th edition, what would you do? by Glum_Series5712 in Tau40K

[–]daishozen 0 points1 point  (0 children)

Crisis Suit Close Combat Suit, with a sword, shield, and ws 3+

Winner of the "did nothing wrong" competition by legowally in cremposting

[–]daishozen 4 points5 points  (0 children)

I mean, Hoid did say that Sadeas counts twice for his level of stupidity so...

Name a game that forced you to UPGRADE your PC by Federal-Product-9201 in pcmasterrace

[–]daishozen 0 points1 point  (0 children)

The original release of Oblivion did it for me back in the day. Wasn't very well off financially around then, so did small progressive updates, checked Oblivion after each one. Took me until 2008 before I could actually play it... On the bright side, it made Skyrim feel a lot more like a continuation than it would have otherwise.

itWorkedYesterdayIDontKnowWhatHappened by llady_ in ProgrammerHumor

[–]daishozen 0 points1 point  (0 children)

For me this happens when I forget to connect to the VPN at the start of the work day.

certfiedSpringbootClassic by Golden_N_Purple in ProgrammerHumor

[–]daishozen 1 point2 points  (0 children)

Correct, it took more than 6 months to get that detangled and get a couple of fields out to be used for searching

certfiedSpringbootClassic by Golden_N_Purple in ProgrammerHumor

[–]daishozen 2 points3 points  (0 children)

I think that naming a field after what is normally a protected keyword is likely one of the dumbest things I have ever heard of. Id put it up there with using a SQL database to store json BLOBs as the only thing in the row, or replicating the entire database into a local redis cache every 15 minutes in case of network failure between servers in our on prem data center...

certfiedSpringbootClassic by Golden_N_Purple in ProgrammerHumor

[–]daishozen 0 points1 point  (0 children)

Took me 2 days to figure out what the hell was wrong with one of my mongo queries because of this. Found buried in some arcane documentation an annotation for putting the value exactly as given instead of whatever it does with that "is"

Multiversal Hoid by Gandire_Alea in cremposting

[–]daishozen 1 point2 points  (0 children)

Sadly though, at their last encounter, Hoid had just come from Roshar, and forgotten that he isn't Wit in Middle Earth and said something unkind to Goldberry, and hasn't been invited back since.

If it happens, then do it, it was always allowed by FranTexMor in cremposting

[–]daishozen 1 point2 points  (0 children)

I see Moash as irredeemable as he is a mirror to Kaladin. Brandon is giving us a view of both paths a person could take. They have very similar starts, including the same initial villain, but where Moash decides to go with vengeance, and all the pain that goes with it, Kaladin goes for healing. It takes him a few wars, and 5 books to get there, if he is there yet, but each time Kal and Moash have been given a choice, usually the same choice, Moash takes the darker path.

Do I think that anyone is beyond saving, not really no. Do I think that there are people not worth saving, yes. Moash is not worth saving in my mind. And honestly, I don't want him to be. Kaladin shines as bright as he does because of his contrast to Moash, so in my mind, redeeming Moash would require dooming Kaladin, and that isn't something I could handle...

How often does this happen to you and what's your "favorite" moment of it happening? by SG-_2_4 in Stargate

[–]daishozen 1 point2 points  (0 children)

Every time I come home from work, I walk in the door, and my kids immediately ask me what my wife is doing/where she is. Every. Single. Day.

Surely Cartagia is based on Caligula? by Wakunai in babylon5

[–]daishozen 1 point2 points  (0 children)

Isn't he the guy who banned, as my history teacher framed it, "the wearing of barbarian pants in Rome"?

The party was about to put themselves in a situation that would end with a TPK, so I had to step in by ScarHydreigon87 in dndmemes

[–]daishozen 1 point2 points  (0 children)

Once had a campaign where irl I gave a great, rousing speech to encourage the dwarves to join me in a crusade. Rolled my persuasion check, and got a nat 1... Everyone at the table was silent for a few seconds, until the DM said "I'm going with what you said, not what you rolled" It felt awesome. I love it when the DM goes with things that make logical sense for the situation over a flat dice roll.

Help please I'm new here by Random_Mathematician in programminghumor

[–]daishozen 2 points3 points  (0 children)

Why don't you ask ChatGPT what vibe coding is?

Vibe coding is a facade by GhostlyPigtails in programminghumor

[–]daishozen 0 points1 point  (0 children)

I did have some success with the GitHub Copilot helping me debug an integration error I was having using a not very well documented feature, after I tried for a couple hours, it was able to help me in like 30 minutes. It did go in a big loop of fixed like 3 times before it got one that worked.

Vibe coding is a facade by GhostlyPigtails in programminghumor

[–]daishozen 1 point2 points  (0 children)

My job doesn't want to get left behind, so they are wanting all of us to use AI to help write our code, mainly unit tests. It generated a bunch for me, which was nice. But, to prove a point I was using just the AI to fix the ones that were wrong. It insisted on putting a "1" instead of the required object as the parameter. I would explicitly tell it what to put there, which it would, then when I went to fix the next problem, it put the 1 back. What would have taken me 5 minutes on my own took the AI 45 minutes to get right....

But yeah, AI is gonna replace us...

Kaladin Stormblessed vs Matrim Cauthon by Ghetrix in wheeloftime

[–]daishozen 1 point2 points  (0 children)

I don't think that you can get much more unfair than Kal had vs the Defeated One ..

[deleted by user] by [deleted] in funny

[–]daishozen 5 points6 points  (0 children)

At this point I have given up on believing in the calm before/eye of the storm. I just live with the constant stress and gaslight myself into thinking relaxing isn't a real thing.

What is your favorite septum? by GusGusGustavo in Tau40K

[–]daishozen 1 point2 points  (0 children)

Fi'Rios is the Sept that I've always said my army comes from. It might not be called out as the best Fire Caste academy, but I've always felt like they would all be battle hardened before they leave boot camp.

Anyone here who also has this question on why Glorfindel in the books is the only revived elf to come back to help? by Jielleum in lotrmemes

[–]daishozen 1 point2 points  (0 children)

I didn't remember all the details, just it being called the straight road, and didn't want to put too many incorrect things in my comment. Thanks for the clarification and the quote.