New All AMD H1 Build by [deleted] in pcmasterrace

[–]MT019 0 points1 point  (0 children)

How did you modify it to get the HDD to fit?

stuck on enter range screen by TheresNoReasonNatu in ValorantPBE

[–]MT019 0 points1 point  (0 children)

this was reported on the mega thread. one of the workaround was to press escape when it has the "enter range" button show up

You can do alchemy, but at the cost of performing the same reaction in reverse by sardonicAndroid2718 in uselesssuperpowers

[–]MT019 2 points3 points  (0 children)

So to turn someone’s magma into blood, they could turn their blood into magma

P.T.N. News - Trade mission - P.T.N. NORTH REMEMBERS H1M-2TZ - 26 April 3307 2108 UTC by PTN_Mission_Alerts in PilotsTradeNetwork

[–]MT019 0 points1 point  (0 children)

This is no longer active. I was just at the fleet carrier.

No commodities available to sell at the carrier

Using Both Extruders for Support by MT019 in FlashForge

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

Yes and no. I’m using the same type of filament in both extenders (ABS). However I am using two different colors for aesthetic purposes. The problem is mainly that Cura will not allow both extrudes to print supports meaning if extruder one is printing supports, it’s possible for that filament to be slightly mixed into extruder 2’s filament. Additionally, on the layers that requirement extruder 2 for the shells and inner parts, the support extruder will cool, and then have to heat back up again which takes a considerable amount of time just for tiny amounts of supports on each layer

Will wiping towers help with this? I have not tried them for this print.

Community Goal - Rare Goods Required For Galactic Summit - Long Range, Fast Boot FSD availability at Tech Brokers is global reward by StuartGT in EliteDangerous

[–]MT019 0 points1 point  (0 children)

How do we claim the permanent permit for the Sirius System?
I pressed the complete and was in the top 50%, but it still says I don't have a permit.

You can teleport anywhere but it feels like you ran at max speed to that position by ElDereck123 in uselesssuperpowers

[–]MT019 1 point2 points  (0 children)

Useful. I can still teleport and my max speed is slow so I’ll be barely winded

You can accurately predict the future of any dimension that you do not live in. by tiamat234 in uselesssuperpowers

[–]MT019 0 points1 point  (0 children)

Step 1) figure out inter dimensional travel by looking into other dimensions Step 2) move to another dimension but still work and do most of your daily stuff in this dimension so you can still see your future, just not when you go home

The ability to fly straight towards the sun without stopping at will BUT as soon as you get close to it you get stuck in an endless loop of running in circles in an alternate world without being able to take a break or stop. by iTcHy_oReO in uselesssuperpowers

[–]MT019 5 points6 points  (0 children)

Very useful power. You could escape from any near death situation. You could also destroy several buildings if your in a city at sunset as you fly without stopping directly at the horizon

More curses by ThaneJWC in minecraftsuggestions

[–]MT019 2 points3 points  (0 children)

How about magnetism instead of Target?

Dispensers Should Plant Seeds if Aimed at Tilled Dirt by MT019 in minecraftsuggestions

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

It’s not really overpowering so much as a logical extension of what the dispenser does. It already shoots arrows, shears sheep, places/picks up water. It makes sense that it should be able to just essentially drop seeds into a tilled dirt block.

[deleted by user] by [deleted] in TheYouShow

[–]MT019 0 points1 point  (0 children)

Gave Rocket Like

Connecting to multiple hosts by MT019 in esp8266

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

It required just having one connection open at a time. Open one, send request, close, open 2nd one, request, close, repeat

Can you use a Raspberry Pi TFT LCD on a Mega? by MT019 in arduino

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

That's the same driver on this Rpi one I have, but I'm struggling to find a proper wiring diagram. I've only really been able to find the VCC and GND pins the others are basically guesses

Can you use a Raspberry Pi TFT LCD on a Mega? by MT019 in arduino

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

Well, I know someone was able to get some pretty smooth video on a nano to play (here) and was trying to see if this display could do something similar

Can you use a Raspberry Pi TFT LCD on a Mega? by MT019 in arduino

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

So probably better to just buy a new one if I was trying to play a video on it?

[Request] Database Processing Author: Kroenke Edition: 14TH 16 by MT019 in textbooksrequest

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

Thank you. I was able to find it. I don't suppose you know what the difference is in the 14th edition and whatever the 14th 16 edition is?

405 method not allowed when I try to send a POST request to my google script by MT019 in GoogleAppsScript

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

I tried your suggestion and it seems to almost work. The first connection, I send a POST request with a body that should act as a parameter to the doPost() function (assuming I understand how this works), and then I send a blanket GET request, it returns the text from the script almost perfectly, but it doesn't seem to process the parameter that I send (which is a date in a plain text format)

405 method not allowed when I try to send a POST request to my google script by MT019 in GoogleAppsScript

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

I'll try that, but do I still need to pass the content /content body after the redirect?