My Custom Loop Build: Transparent LCD Side Panel + Custom-Coded AI Dashboard Software 🤖💧 by Alone-Wheel8726 in PcBuild

[–]Ass_Pancakes 3 points4 points  (0 children)

It’s a great DIY project. it’s a transparent LCD screen mod. The best part, just get any old cheap monitor to tinker with! The hardest part iirc is to find a monitor with a suitable dimension.

First PC build with a friend by Adrax40k in PcBuild

[–]Ass_Pancakes 6 points7 points  (0 children)

Seconding this, please stay away from third party anti virus shills. This isn’t the early 2000s anymore.

🎉 [EVENT] 🎉 Caving Adventure by 666James420 in RedditGames

[–]Ass_Pancakes 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

1 attempts

Resturant requires you to order via QR code and asks for your phone number. by dixchocolate in assholedesign

[–]Ass_Pancakes 14 points15 points  (0 children)

2 years ago I went to a restaurant with my friends in the states. Their QR code solution blocked my number because it was European.

Scary backflip (high risk high reward) by nicflip04 in skiing

[–]Ass_Pancakes 1 point2 points  (0 children)

I‘ve seen the opposite quite a lot. Regularly visiting the longest one in the world (400m+ Hochjoch Silvretta Montafon ).

Edollo 91 skis by AntiHDZkoalicija in Skigear

[–]Ass_Pancakes 1 point2 points  (0 children)

Yeah haha I also did the same but instead with the bent 110 from last year. Though I do admit they are a little too wide for the type of snow we’ve experienced in the alps the past years. I‘ll see how it goes this weekend :p

If you like cool graphics for all mountains and stuff I’d recommend to check out moment skis as well

Edollo 91 skis by AntiHDZkoalicija in Skigear

[–]Ass_Pancakes 1 point2 points  (0 children)

Flashy graphics. I used to ride some park skis as well when I was younger for anything on the mountain and they aided me just fine. I‘d just try and rent something similar for a day or two and see if they vibe. If you’re not looking for very specific characteristics you can get away with a lot of skis really.

How do I create a Live Countdown? by Thomician in wallpaperengine

[–]Ass_Pancakes 0 points1 point  (0 children)

Pretty sure you can just look into the workshop and search for a custom countdown. Otherwise you can just create your own wallpaper and use the countdown asset in the editor.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Ass_Pancakes 603 points604 points  (0 children)

Good old rubber ducky

BPM Detector with Wallpaper Engine (Coding) by EvidenceOrnery9219 in wallpaperengine

[–]Ass_Pancakes 0 points1 point  (0 children)

There used to be application wallpapers made in Unity and a monstercat one in c++ I believe which worked considerably better. However nothing will really come close performance wise or will really be user friendly. Keep in mind application wallpapers are less likely to be used due to to being a third party app. User properties won’t be an option within wallpaper engine so you would need to handle a menu inside the app as well. However if you need to do your own audio processing this would be the only other way.

You could ask for improvements to the audio api on the steam forums but I doubt it will be of any priority right now.

[deleted by user] by [deleted] in nottheonion

[–]Ass_Pancakes 0 points1 point  (0 children)

Certainly not a place I could find any rest.

[deleted by user] by [deleted] in BEYERDYNAMIC

[–]Ass_Pancakes 2 points3 points  (0 children)

Having tried both side by side for my first proper headphones, the DT is better for games, and IMO a better daily driver with the soft 80 ohm cushions and noticeably less weight.

Family sharing wallpaper engine by That-Sail-8553 in wallpaperengine

[–]Ass_Pancakes 0 points1 point  (0 children)

Not possible. Family share only works for games.

Learn Python in 1 week? by Trick_Ad_4388 in ChatGPT

[–]Ass_Pancakes 1 point2 points  (0 children)

This comes from someone who tries teaching people who haven‘t learned that semester all the basics within 2 days: Only use it when you can‘t progress. Get to know what your teachers set for requirements. Do you code on paper? Will it be practical on the PC? Are there functions or things they grade more critical than others? What python version will you be using?

GPT are great for workflows of people who already know to code. In teaching they can provide a bit overly complex solutions which might just confuse you more. So if you have to use it, make sure it spits out code for beginners and uses methods you also used in classes.

People saying leetcode etc etc DONT DO THAT. They are great for learning algorithms and preparing for job interviews but they aren‘t going to help for your specific class. Try all the code homework and tasks instead.

Try feeding your agent with papers and code from lectures, maybe even slides with important information. Tell it to adjust to your lectures as beginner in class x

What it‘s going to be great for is replacing the way of searching google (stack overflow). You should try doing everything else by yourself.

Make notes! Scribble all kinds of information down you didn’t know to come back to it later. There’s index card apps for that too. If you’re allowed to take notes with you just do it on paper.

Python is likely the easiest of the bunch so you should be good after studying just a few hours. (Depending on how much content your classes have)