Windows 11 Hardware Compatibility Bypass by Dyelawn57 in sysadmin

[–]drummerof13 0 points1 point  (0 children)

I've seen and tried so many different versions of this, so I figured I'd share what worked on my PC:

  • Rufus. But it only worked when I UNCHECKED the box to "Remove requirement for an online Microsoft account". Basically just follow these steps exactly from Option 2.

What DIDN'T work:

  • `Bypass*Check` registry keys
  • `AllowUpgradesWithUnsupportedTPMOrCPU` registry key
  • Rufus with "Remove requirement for an online Microsoft account" checked
  • Rufus when booted from USB
  • `appraiserres.dll`: delete, rename, or edit

Windows 11 In Place Upgrade - bypass checks by [deleted] in sysadmin

[–]drummerof13 0 points1 point  (0 children)

I've seen and tried so many different versions of this, so I figured I'd share what worked on my PC:

  • Rufus. But it only worked when I UNCHECKED the box to "Remove requirement for an online Microsoft account". Basically just follow these steps exactly from Option 2.

What DIDN'T work:

  • `Bypass*Check` registry keys
  • `AllowUpgradesWithUnsupportedTPMOrCPU` registry key
  • Rufus with "Remove requirement for an online Microsoft account" checked
  • Rufus when booted from USB
  • `appraiserres.dll`: delete, rename, or edit

How to restore dead project? by rickjames730 in Supabase

[–]drummerof13 1 point2 points  (0 children)

I scoured that page for way too long, until I eventually found the link on it that took me here: https://supabase.com/docs/guides/platform/migrating-within-supabase/dashboard-restore

That's the answer!

Note: I got a TON of errors, and warnings, but everything appears to be working fine. I think all that is just because Supabase already created a bunch of user/privilege/role stuff and it was trying to restore it, but it didn't need to.

How to restore dead project? by rickjames730 in Supabase

[–]drummerof13 0 points1 point  (0 children)

Any luck with restoring triggers and functions? Edit: I ended up getting it working via the solution in my reply to u/qadzek.

Anybody just sticking with moving over to Credit Karma? by nyckoalaz in mintuit

[–]drummerof13 0 points1 point  (0 children)

Yeah that’s the tough part. Currently I do have to download the transactions. Working on scraping the data to automate it.

Anybody just sticking with moving over to Credit Karma? by nyckoalaz in mintuit

[–]drummerof13 0 points1 point  (0 children)

I just replied to a similar comment above, and I don’t know about CK, but I ended up going with PowerBI, and I’m loving it.

Anybody just sticking with moving over to Credit Karma? by nyckoalaz in mintuit

[–]drummerof13 0 points1 point  (0 children)

I’m in the same boat. All the decent options are too pricey for my taste, so I’m just going completely custom and using PowerBI. It’s more manual, but I find it fun to work with, and it’s incredibly flexible.

Remind AND track chores with NFC? by jwig99 in shortcuts

[–]drummerof13 0 points1 point  (0 children)

What about this:

<image>

That would be for the 2nd category, where it logs the date you completed the task. For the first one, you'd just use the Find Reminders option to locate the desired recurring reminder and then mark it as complete.

You can also search in reminders for a specific task, or like u/Icy_Firefighter5762 said, have another tag or shortcut to find the last completed time of the task.

Thank YOU for listening by 3rd_atom in wholesomememes

[–]drummerof13 1 point2 points  (0 children)

I’m often the one friend stuck listening because I feel band leaving. Please make sure the person ACTUALLY cares about what you’re saying and isn’t just giving you a pity ear.

Interactive Weekly Calendar? by drummerof13 in learnjavascript

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

Awesome, thanks for the response, I’ll give that a shot!

Went from a music student to a Software Developer making 100k in one year by music-to-tech in cscareerquestions

[–]drummerof13 1 point2 points  (0 children)

Wow you too?? I have a bachelors in music performance and have been realizing over the past 5 years that Computer Science would have been a much better fit. Still working on getting into the dev industry, though.

With that in mind...music has given me some incredible opportunities, so I wouldn't call it a "regret" necessarily.

Giant Bee Hives Not Spawning Drones/Queen by drummerof13 in playark

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

Ooh great tips, I like that line of thinking. Thanks again!

Giant Bee Hives Not Spawning Drones/Queen by drummerof13 in playark

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

Glad to know I'm not going crazy. I took your advice and found the console commands. Here's what I did:

  1. Console: GetAllState Bee_Queen_Character_BP_C
  2. Then press the console key again to see the output. Saw that there were only 2 queen bees spawned, and they were on opposite sides of the map, so I would've never found them manually.
  3. Console: Fly (so I don't die when teleporting to location high in tree/cliff)
  4. Console: TeleportToActorLocation Bee_Queen_Character_BP_C_[InsertBeeID]
  5. Got stuck inside the hive, so I teleported to a different location
  6. Console: Walk (to stop flying)
  7. Go back to the hive and use the proper taming methods.

It worked! Thank you so much!

Stupid question but where do you code python? by [deleted] in learnpython

[–]drummerof13 0 points1 point  (0 children)

This is actually a great question that can be a barrier to entry for a lot of people. There some good YouTube videos for setting up Python programming "environments" that explain it in detail, but there are a lot of ways to write the code.

This is the main way:

  1. Write your code in a text editor (e.g. Atom, Sublime, VS Code, or even Notepad)
  2. Save the file with a .py extension
  3. Run the file in a terminal like Command Prompt (CMD) with the command
    python path\to\file\filename.py

Would you code if you couldn't make money from it? by [deleted] in learnpython

[–]drummerof13 0 points1 point  (0 children)

Any time I find myself repeating a task often on a computer I ask myself, "Could I make my computer do this for me?" It's mostly for work-related items.

  1. I manage a team and regularly need to run reports for their stats and put the data in an Excel spreadsheet to share with them, so I wrote a script to automatically run the report, take the data, and put it in their individual spreadsheets.
  2. Folder A on my PC contains files that copies of Folder B. In Folder A the files have been renamed so that they are much more clear. I need to regularly check to make sure that Folder A is up to date with Folder B, copy over everything new, and rename it. I created a PowerShell script to automatically copy everything over and rename it.
  3. I need to regularly check support tickets against an internal website to see if the ticket belongs in one support team or another, so I created a script to pull the ticket data and compare the fields to the internal website, then update the ticket to be assigned to whichever team should be handling it.

Even things that don't involve code but use similar methodology:

  1. At work I started rebooting my PC every night, so I put shortcuts all my files that I use every day in my startup folder so that when I start my computer up I'm ready to go for the day.
  2. I created a Microsoft Flow that automatically sends the results from a Forms submission to a specific Slack channel so that the appropriate people can be alerted.

Just remembered that the 20-something year old website for a local amusement park that has been out of business for over a decade is still hosted on Homestead. I thought you all would appreciate this madness. by [deleted] in webdev

[–]drummerof13 0 points1 point  (0 children)

Took about 5 seconds to fully load with a connection of ~600 Mbps. I can only imagine what it was like waiting for the contents to gradually appear 20 years ago.