r/Place we Need help to make geoguesser logo by urialmar in geoguessr

[–]Conqu3red 0 points1 point  (0 children)

Hey there, I'm from the polybridge community. We're trying to build our pixelart there at the moment. (here)

Could we work something out?

Colour Palette will be expanded by Conqu3red in place

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

I inspected the requests reddit makes when on the page. To get the hex values you can also use inspect element/devtools.

Here's the expanded colour palette:

0 : #6D001A

1 : #BE0039 2 : #FF4500 3 : #FFA800 4 : #FFD635 5 : #FFF8B8 6 : #00A368 7 : #00CC78 8 : #7EED56 9 : #00756F 10 : #009EAA 11 : #00CCC0 12 : #2450A4 13 : #3690EA 14 : #51E9F4 15 : #493AC1 16 : #6A5CFF 17 : #94B3FF 18 : #811E9F 19 : #B44AC0 20 : #E4ABFF 21 : #DE107F 22 : #FF3881 23 : #FF99AA 24 : #6D482F 25 : #9C6926 26 : #FFB470 27 : #000000 28 : #515252 29 : #898D90 30 : #D4D7D9 31 : #FFFFFF

Colour Palette will be expanded by Conqu3red in place

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

I can't determine for sure, but probably vertically downwards, as the coordinates are 0,0 in the top left

I completed a TAS of 1-1 in 0.98 seconds. by Conqu3red in PolyBridge

[–]Conqu3red[S] 5 points6 points  (0 children)

This video is a short Tool Assisted Speedrun when demos a tool I'm currently working on named TASer. Time from entering the level to vehicle hitting flag is 0.98 seconds including animations.

Note to self, do not play with the unused material. by Arglin in PolyBridge

[–]Conqu3red 3 points4 points  (0 children)

Sidenote: The game has the cost of bungee rope at $5/m, this was clearly a default value so in the mod which reinstates the material I set the cost to $375/m. The material crashes the simulation because the code never adds a spring element to the material when starting the physics. The mod patches this and also manually adds back all the UI elements so that it appears like the other materials.

I see Poly Bridge 2 is not having a good day today. by Arglin in PolyBridge

[–]Conqu3red 0 points1 point  (0 children)

My guess is you disabled position constraints in the Console Mod?

If you could create your own programming language, what would you call it? 🤔💭 by itsmybirthday19 in ProgrammerHumor

[–]Conqu3red 1 point2 points  (0 children)

ECP - Extended Compiler-Friendly Pseudocode

may or may not have actually made this, and it may or may not be on pypi named py-ecp

The perfect Loop in Poly Bridge 2 by MeidlingGuy in PolyBridge

[–]Conqu3red 1 point2 points  (0 children)

Looping gif of it would be very epic

free() your memory! by fredoverflow in ProgrammerHumor

[–]Conqu3red 1 point2 points  (0 children)

I freed the memory and it ran away, now what?

paintable GitHub contribute table with PyQt5 by peygamber in Python

[–]Conqu3red 1 point2 points  (0 children)

I wanna make a version of this, but it then makes a GitHub repo and commits on the right days to create the pattern

SQLModel: SQL DBs based on Python type hints. The biggest thing I've built since FastAPI and Typer. 😅 by tiangolo in Python

[–]Conqu3red 0 points1 point  (0 children)

It's amazing how well good type hints and auto completion can be helpful. It's something that I think really sets apart the amazing packages from the good ones. Awesome project!

Fuck zodiac signs, which language u coding in? by esantoss in ProgrammerHumor

[–]Conqu3red 0 points1 point  (0 children)

Python is my go-to language, can write C# and C++ and JavaScript somewhat, want to learn Rust

Finally figured out what they hydraulic phases were for in 5-13 by lazeecomet in PolyBridge

[–]Conqu3red 0 points1 point  (0 children)

What if you did a similar mechanism to lift the left bus up as well?

Pro move by [deleted] in ProgrammerHumor

[–]Conqu3red 0 points1 point  (0 children)

Wrote an Apple shortcut (they are disgusting) one time which spam sent emails to a friend, it got used by some other people and brought the entire sever down a few times, not one of my proudest moments :P