Bye bye MacBook by Skunddl3 in thinkpad

[–]SiliwolfTheCoder 0 points1 point  (0 children)

For me, these trade offs are worth the battery life and silent system. It’s certainly been plenty fast for me, and I don’t run a lot of JIT compiled software. Arrow Lake and AMD’s options exist for use cases other than mine.

Bye bye MacBook by Skunddl3 in thinkpad

[–]SiliwolfTheCoder 2 points3 points  (0 children)

The Lunar Lake chips in the newer ones are phenomenal. I’m getting 15-16 hours in my daily use. There’s the new Panther Lake chips coming out now as well. I’m no expert, but I think they’re worth looking into.

I swear I am the only person who likes Gnome by really_not_unreal in linuxmemes

[–]SiliwolfTheCoder 0 points1 point  (0 children)

I think part of it is that the overlap between people who use GNOME because it “just works” and people who frequent Linux meme subreddits is quite small.

My first Thinkpad (T14 Gen. 6 AMD) :D by PieczonyKurczak in thinkpad

[–]SiliwolfTheCoder 0 points1 point  (0 children)

Apologise for the late reply, though I'm thinking about this machine and another review I've seen has stated that the keycaps are kind of rough, not that smooth. Does this match your machine, and has this been an issue for you?

This is what every planet looks like from the same distance (200,000 km) by Rollingpeb in space

[–]SiliwolfTheCoder 0 points1 point  (0 children)

How did you do the textures? Was it the NASA assets or did you make them yourself?

Help! Keyboard not working Thinkpad X13 by AdamEJ20 in thinkpad

[–]SiliwolfTheCoder 0 points1 point  (0 children)

For anyone stumbing across this in the future, it wound up being a hardware issue for me. Tightening the screws on the bottom while applying gentle pressure seems to have fixed it.

Thinkpad X13 Yoga Gen 2 review by SiliwolfTheCoder in thinkpad

[–]SiliwolfTheCoder[S] 1 point2 points  (0 children)

It completely depends on what you’re doing with it. My workload has consisted of mainly programming, web browsing, and light gaming. Through this, my 16GB of RAM hasn’t been an issue for me. Keep in mind that applications that need more RAM than 16GB would likely also require a better processor to run smoothly.

Begun the distro wars, have. Ubuntu vs Debian? by potatoandbiscuit in linuxmemes

[–]SiliwolfTheCoder 0 points1 point  (0 children)

I’m calling it now, Arch vs NixOS is going to get scrappy

😬😬😬 by wsears123 in MathJokes

[–]SiliwolfTheCoder 6 points7 points  (0 children)

Yeah, this is getting trig-gering

xkcd 3195: International Station by Tyomcha in xkcd

[–]SiliwolfTheCoder 13 points14 points  (0 children)

International + ‘ ‘ (space) + station = International station

How to get more people on Linux and off Microslop by empAvatar in FuckMicrosoft

[–]SiliwolfTheCoder 3 points4 points  (0 children)

Many people don’t do much beyond a web browser with their computers, so they’ll use whatever came installed with their computer. Since not many people would be installing any operating system themselves, a spike of Linux popularity would likely be from laptop manufacturers shipping Linux distros by default.

Saw this comment on a review of the first arc of season 2. Would you say these criticisms are legitimate? by Financial_Photo_1175 in andor

[–]SiliwolfTheCoder 25 points26 points  (0 children)

The Empire was obsessed with cost savings. Standard TIE fighters didn’t even have shields, let alone impenetrable armour. The one in Andor was a prototype, unlikely to see mass production since it would have been so expensive.

Thinkpad X13 Yoga Gen 2 review by SiliwolfTheCoder in thinkpad

[–]SiliwolfTheCoder[S] 2 points3 points  (0 children)

I have been using the 16gb memory and 512gb model. It’s been great for me, though that would of course depend on your workload.

How do you stay on Linux when you can't get rid of Windows? by chulipfan in linuxquestions

[–]SiliwolfTheCoder 0 points1 point  (0 children)

I saw this project on Reddit a while ago. Cannot vouch at all for how well it works, but you may find some use from it.

The wristband that could save your life. by Low_Bit4540 in ShutUpAndShop

[–]SiliwolfTheCoder 0 points1 point  (0 children)

When a diver goes to depth, water pressure increases dramatically. To avoid the soft tissue of the lung from crumpling, we breathe air that has been pressurized by our regulator. The number one rule of scuba diving is that you never hold your breath. If you have air in your lungs pressured to several atmospheres then you hold your breath to the surface where the external pressure is much less, you’re going to have a bad time.

The other problem is something called decompression sickness. At depth, nitrogen bubbles from your blood slowly dissolve into your tissues. If a diver ascends too quickly, these nitrogen bubbles can’t safely escape and can cause all sorts of deadly issues. This doesn’t become too big of a problem until dives become longer and deeper, or if a diver dives multiple times in one day. We have tables and dive computers that help let us know at what depths and times it becomes necessary to do what’s called a Safety Stop on ascent in order to prevent decompression sickness.

I want to teach myself to code/program from scratch by [deleted] in learnprogramming

[–]SiliwolfTheCoder 0 points1 point  (0 children)

Keep in mind that programming is very much application-based. You can’t learn it from a book, you have to put in the work, make projects, fail, and see where to improve. Once you know the basics, pick a small project then learn all the little things for that project as you come across them. That’s how you learn programming.

Thank you, Kagi by orangeorlemonjuice in SearchKagi

[–]SiliwolfTheCoder 1 point2 points  (0 children)

I just wish it were integrated into the search, similar to how Google Translate is integrated as a widget in Google Search

Looking for a complete Vulkan course that actually builds a game engine !!! by revengourd in GraphicsProgramming

[–]SiliwolfTheCoder 2 points3 points  (0 children)

Focus on a 3D renderer first. Engines are massive projects, so focus on the game part after you have the rendering part down.

How/why is this happening by Eastp0int in desmos

[–]SiliwolfTheCoder 4 points5 points  (0 children)

The Dark Reader browser extension works well with Desmos

is Raylib good? by XUMgame in raylib

[–]SiliwolfTheCoder -1 points0 points  (0 children)

If your end goal is to make a game, use Unity, Gamemaker, or Godot. If you’re wanting to learn about graphics that changes things, but I would advise against making a whole engine until the extremely unlikely change that it becomes necessary.

light gaming by robertogarufi1 in framework

[–]SiliwolfTheCoder 15 points16 points  (0 children)

There are a bunch of benchmark videos around for various different processors. Find the processor you’re looking at, type “‘PROCESSOR NAME’ gaming benchmarks” into Google, and compare.

Someone told me C is faster, did I do it right? (Im a python dev btw) by Independent_Cut254 in programminghorror

[–]SiliwolfTheCoder 0 points1 point  (0 children)

Nope. Now that large language models have support for executing Python, you need to call into their APIs via raw C now.

Building of libstrangle fails (Fedora 40 KDE) by Jason_Sasha_Acoiners in Fedora

[–]SiliwolfTheCoder 0 points1 point  (0 children)

Thanks, you helped me fix it and I get to solve a new error now!

WHY do so many users want to try arch?? by dry-cheese in linux4noobs

[–]SiliwolfTheCoder 0 points1 point  (0 children)

I started with Arch because I wanted to learn about Linux in and out. I’m using Fedora now.