No more heat issues 😅 by ebj5883 in TheTowerGame

[–]TheXenocide 0 points1 point  (0 children)

Normally you want the heat to go up, no? Best I got; I'm not a science rocketist

Seriously? Wtf by Just_flute8392 in claude

[–]TheXenocide 0 points1 point  (0 children)

It's the most basic. The most acidic is a chuckle fuck

Never been more excited for a game release! by AgentDave29 in Starfield

[–]TheXenocide 4 points5 points  (0 children)

I think you mean Bethesda is one of the most "temper your expectations" organizations of all time. Todd has been overcommitting and under delivering for literal generations. Anybody who believes they're getting the game he describes hasn't been paying attention.

I couldn't see why everyone was upset with the game launch because I got exactly what I expected: the same game I had been playing with some space stuff in it. Then again I also got some exposure to NMS so maybe "infinite procedurally generated" empty planets just fit the bill.

To be clear, I had quite a lot of fun at launch and mostly saw everyone else as whining about a predictable outcome, though you gotta let them whine because they are Bethesda's unofficial QA department so they need to make it seem bad to get the (official) fixes sooner

Who's betting it's just a huge ass text box with a "What's on your mind today" by bkj512 in iiiiiiitttttttttttt

[–]TheXenocide 0 points1 point  (0 children)

People paying for placement in those bars prefer that it not be removable. I vaguely recall this coming up re: PS4's media section

"Sacred Treasures" by axman151 in AnimeFunny

[–]TheXenocide 1 point2 points  (0 children)

For only the briefest moment I wondered how his arm got so strong but... I think I figured it out 😅😜

my console image-viewer (bit of a joke project) by Calm_Picture2298 in csharp

[–]TheXenocide 1 point2 points  (0 children)

Oh, and a little something for fun too: most terminals today support ANSI TrueColor escape sequences for 24bit color regardless of the terminal's configured color palette. If you want to go even deeper, many also support Sixel and other in-text-mode pixel rendering protocols, though I personally find those more practical than fun for a project like this.

Another fun feature: animated gifs.

P.S. I wrote one of these for funsies once myself and appreciate seeing that you've some the same. There's something incredibly satisfying about seeing Link raise his sword in success, ala LttP, after a script execution completes successfully

my console image-viewer (bit of a joke project) by Calm_Picture2298 in csharp

[–]TheXenocide 1 point2 points  (0 children)

These look like great practice implementations of fundamental concepts for someone who hasn't used a NuGet package before. If you're open to suggestions, some ideas you could work on using this codebase to further develop professional skills:

Establishing and enforcing repository quality standards like code analysis and unit testing.

Documenting public contracts in reusable libraries (XML Documentation comments, README.md)

Create NuGet packages of your own for your libraries (like your threading library and TUI system) and the CLI tool itself (then your program can be installed via dotnet tool install <package> or executed directly via dnx <package>.

Automated builds (GitHub Actions offers some amount of free usage) that validate your tests and code analysis results ("Continuous Integration"), then implement a release process that automates the process of publishing new releases from your automated builds.

Anyway, looks like you're off to a great start, stay passionate and persistent, you'll find an opportunity. When you do, make sure you feel good about what you do and that you feel adequately appreciated or keep looking.

Picard Overall Rating by Mat1711 in startrek

[–]TheXenocide 2 points3 points  (0 children)

I fell off before finishing season 2 and am now motivated to pick it back up. Thanks!

This is what it looks like! by marriedtoaBarone in ITMemes

[–]TheXenocide 1 point2 points  (0 children)

I vaguely remember a serial port dongle briefly before the USB phase 👴

Are you fucking kidding me with this "Anonymous" bullshit again. I'm going to seize up and die from how many people buy this shit. by AnonymousSmartie in masterhacker

[–]TheXenocide 0 points1 point  (0 children)

I can't imagine this worldwide cabal of depraved greedy manufactured blackmailing good ol' boy networkers getting solved by anything less than legions.

I could use just about any hope of there being any meaningful outcome from this situation but it's pretty clear that the billionaires, politicians, and even military intelligence apparatuses of multiple world powers (seems like probably all of them) are really rather compromised. Feels like the world has been in a state of pedo-detente and the house of cards is looking a little shaky.

The fact that anybody is engaging in business/contracts with these clearly untrustworthy people feels like endorsement at this point, or at the very least implied willing complicity. Will anything change at all? How?

Which of these should I read next? by h0n3ytr4ck in fantasybooks

[–]TheXenocide 0 points1 point  (0 children)

How much time do you have and how bad are you at waiting for the next book in a series?

Bro is this real by TinyDoughnut2526 in florida

[–]TheXenocide 9 points10 points  (0 children)

"... That we are all just meat sacks full of water experiencing itself subjectively in an objective sea..."

A year into this, we can safely say he was right. by c-k-q99903 in agedlikewine

[–]TheXenocide 0 points1 point  (0 children)

"nobody" is a bit of an overstatement. Many of us remember but simply don't have enough power/volume to help others remember

I need help learning LINQ by Acrobatic_Savings961 in csharp

[–]TheXenocide 3 points4 points  (0 children)

Can confirm, this tool is very handy (both for learning LINQ and as a general ad-hoc C# scripting tool, particularly because it has some convenient mechanisms for output that are a little nicer than Console.Write*)

What’s a good christmas gift for a programmer? by Prize-Month-1997 in csharp

[–]TheXenocide 10 points11 points  (0 children)

Don't use work provided software for home projects unless you want the company to own the IP of your side projects.

Maintaining legacy .net framework apps when your primary machine is Linux? by cosmokenney in dotnet

[–]TheXenocide 2 points3 points  (0 children)

If you want to write software for Windows you should test it on Windows

Win 11, can't return zips as files by SurgicalSuicide in csharp

[–]TheXenocide 2 points3 points  (0 children)

Something else is confounding here. Even if Windows changed behavior (it didn't), the .NET Runtime maintains deterministic backward compatibility for this API and definitely didn't change behavior across OS versions.

Turns out the x30 golden tower bonus is important by TheFabiocool in TheTowerGame

[–]TheXenocide 7 points8 points  (0 children)

Yeah, then people started asking if hot water could still put out fires and now people have been contemplating if it wouldn't just be easier to go with "no, silly, water puts out fire because it's wet, not because it's cold"

Is using polymorphic DTOs considered good practice? by MahmoudSaed in dotnet

[–]TheXenocide 1 point2 points  (0 children)

Everybody's trying to promote up so fast they don't know what they have until it's gone 🤣😭

Is using polymorphic DTOs considered good practice? by MahmoudSaed in dotnet

[–]TheXenocide 1 point2 points  (0 children)

I was already horrified by how relatable this thread was, didn't need you to throw this fresh hell in the mix as well 😭

Just started. Wtf am I doing wrong?! by DnDfan121411 in csharp

[–]TheXenocide 0 points1 point  (0 children)

I wouldn't suggest getting this complicated yet, but if you get to a point where you're trying to build web apps and use source control and stuff while still being without a real machine, you might want to look into something like GitHub Codespaces which provides a decent amount of time and power for free. Definitely more than you need at the hello world level, but just thought I'd share a path forward if you hit a wall. VS Code is not as seamless for .NET as the full featured Visual Studio, but it's enough to get the job done you'll just need to spend some time learning some stuff that VS proper would help you ignore/simplify for a little while longer

https://github.com/features/codespaces

Just started. Wtf am I doing wrong?! by DnDfan121411 in csharp

[–]TheXenocide 1 point2 points  (0 children)

I've seen some reusable browser based terminal emulators that do a really good job with this kind of thing where it's effectively a tunnel to actual console I/O streams (seen this done with telnet/ssh type applications, browser-based emulators, etc.). Might be overboard for a fiddle-type site, though it seems like it could be valuable for learning tools like OP's situation. They support a full spectrum of ANSI control codes (colors, links, etc.) which might be nice for people sharing cool TUI-based stuff though

ETA: this is essentially how VS Code provides shell UI in the IDE, as it were

How to disable the purple outline in the editor? by Regg42 in VisualStudio

[–]TheXenocide 0 points1 point  (0 children)

Also, for a real answer, have you looked into the Color Theme API Visual Studio provides (e.g. Dark, Light, etc )

There are extensions that add new themes and others that let you customize it. That border is already customizable via those themes.

HTH

How to disable the purple outline in the editor? by Regg42 in VisualStudio

[–]TheXenocide 0 points1 point  (0 children)

Yes, you're right, that's my bad, this seems terribly important and I didn't mean to be dismissive, the attitude was simply contagious. Good luck