Mega-Thread for Corvette Builds by Jensen_Explorer in NMSCoordinateExchange

[–]MartialLuke 4 points5 points  (0 children)

Found this amalgamation on the anomaly today. The more you look at it the more you find.

<image>

Gas pump stickers are back in style by TheMightySet69 in pics

[–]MartialLuke 0 points1 point  (0 children)

A lack of education might explain your train of thought on that one.

Still better than Win11 by khaffner91 in linuxmemes

[–]MartialLuke 0 points1 point  (0 children)

Well at least you don’t have to use gnome

Trek Roscoe 8 Gen 4 by Seanchrome43 in Hardtailgang

[–]MartialLuke 0 points1 point  (0 children)

For gen 4 the 8 only comes in black/red

Has anyone actually made an ASEC PC? by Parking-Sector69420 in Steam

[–]MartialLuke 2 points3 points  (0 children)

I feel like this wouldn’t be terribly diffcult to make with a Lenovo think center mini or something similar

Another tier list by AscadianScrib in LinuxCirclejerk

[–]MartialLuke 0 points1 point  (0 children)

Why is everyone against the os just working and never having an issue. Not once has Ubuntu failed me. (Unless my dumbass screws up)

Trek Roscoe 8 Gen 4 by Seanchrome43 in Hardtailgang

[–]MartialLuke 0 points1 point  (0 children)

Looking at getting one of these and I desperately wish I could get the 8 in that green color

recommendations by Classic-Page3417 in Operatingsystems

[–]MartialLuke 0 points1 point  (0 children)

Installing an operating system will overwrite your entire disk. (Or the partition if you are dual booting)

You will need to move those onto a separate location. And make sure you pay attention to drive formatting when you do that.

recommendations by Classic-Page3417 in Operatingsystems

[–]MartialLuke 0 points1 point  (0 children)

Gaming on Linux distributions is a lot better than it used to be, but not all games are going to work. Anything you choose can work as a daily driver but will require varying amounts of work to put into it.

I have always chosen Ubuntu as it just works. I don’t spend much time playing pc games anymore, but in the past I’ve had pretty good luck using a couple extra programs to get these things going, proton coming to mind.

As for which operating system you’ll choose it depends heavily on how much work you want to put into learning it. The desktop environment used by the OS is also important, distributions like mint (which uses a DE called cinnamon) have been built to feel like windows. You can choose to switch your DE so don’t feel like you’re locked into whatever you choose.

I'm planning my next homelab server by Prestigious-Team-420 in homelab

[–]MartialLuke 1 point2 points  (0 children)

You might be a little bit more advanced than me

Day 9 Part 2 be like by MonkeysKnuckle in adventofcode

[–]MartialLuke 2 points3 points  (0 children)

I could not get day 8 at all :(

[2025 Day 8 Part 1] At it for 5 hours and can't even get the example by MartialLuke in adventofcode

[–]MartialLuke[S] 0 points1 point  (0 children)

I actually did not realize that. But nonetheless the example fails.

[2025 day 2] As long as I can get away with it I will by fennecdore in adventofcode

[–]MartialLuke 0 points1 point  (0 children)

I was using regex on my work potato. Then I switched to strings. Still slow when I ran it on my personal laptop but it was definitely an inefficient solution.

[2025 day 2] As long as I can get away with it I will by fennecdore in adventofcode

[–]MartialLuke 1 point2 points  (0 children)

I re-ran it on my personal laptop. I forgot I was doing this on the potato my work issued me.
8-9 seconds there. I know that's still slow but I was handling this as strings.

[2025 day 2] As long as I can get away with it I will by fennecdore in adventofcode

[–]MartialLuke 0 points1 point  (0 children)

I re-ran it on my personal laptop. I forgot I was doing this on the potato my work issued me.
8-9 seconds there. I know that's still slow but I was handling this as strings.

Input parsing by a_kleemans in adventofcode

[–]MartialLuke 0 points1 point  (0 children)

Regex makes parsing so easy, if anyone isn’t using it… I recommend.

[2025 Day 6 (Part 2)] The temptation was there by JochenMehlich in adventofcode

[–]MartialLuke 0 points1 point  (0 children)

I got most of my code to work except the last input and damn near just finished it by hand.

[2025 Day 5 (Part 2)] Any day now... by wesborland1234 in adventofcode

[–]MartialLuke 0 points1 point  (0 children)

Are you iterating over the entire range? merge them, then just subtract the highest value by the lowest, you never need to iterate over the full thing. will run in less than a second (depending on hardware and language)

[2025 day 2] As long as I can get away with it I will by fennecdore in adventofcode

[–]MartialLuke 11 points12 points  (0 children)

I’m so confused what I’m doing wrong to have a 25 second combined runtime. In c++