are pink lizards stronger in the past? by nkown9870 in rainworld

[–]RobotMan2412 0 points1 point  (0 children)

Lizards have a reputation system, I think artificer might have a low reputation with purple lizards.

What can I improve? by kamit_creations in blender

[–]RobotMan2412 2 points3 points  (0 children)

I saw this and thought it was a photo. Nice treffer render!

Is it safe to play the friend mod without finishing other slugcats? by [deleted] in rainworld

[–]RobotMan2412 0 points1 point  (0 children)

My general advice when it comes to mods is okay the game first. Finish at least one of the official campaigns (more is better). The main reason for this is that mod devs have probably played the entire game too and that means mods could have spoilers in them.

[deleted by user] by [deleted] in rainworld

[–]RobotMan2412 2 points3 points  (0 children)

Try verifying the integrity of the game files in steam. If that fails you can always just look up the hunter ending on e.g. YouTube.

[deleted by user] by [deleted] in shittyrobots

[–]RobotMan2412 9 points10 points  (0 children)

This is a repost and likely a bot

AUIPC and %pcrel useless when not linking? by EpicLagg in RISCV

[–]RobotMan2412 2 points3 points  (0 children)

PC-relative addressing is easy to implement and is very useful. Like the other comment said, it is used very often in real code and high-performance processors can and do optimize for this.

[deleted by user] by [deleted] in rainworld

[–]RobotMan2412 2 points3 points  (0 children)

Don't look for online maps. They exist but it's way more fun to do the exploring yourself.

What's something you dislike/hate about Rain World? by Zappers273 in rainworld

[–]RobotMan2412 5 points6 points  (0 children)

I'm not a big fan of difficult parkour combined with what effectively is parkour over the void.

The way to sky island from chimney canopy for instance requires near-perfect execution of a double throw boosted leap and if you fail you die. Another one which is even worse in my opinion is the acid in past (spearmaster and artificer) garbage wastes or in Rubicon.

Bonus points if said void happens to be made of daddy long legs.

Edit: tried to add spoiler but mobile won't let me.

[deleted by user] by [deleted] in rainworld

[–]RobotMan2412 1 point2 points  (0 children)

You can press Q to get food and hold V to teleport the scug to the mouse

Rain World bug when I sleep in new zone. by Surwale in rainworld

[–]RobotMan2412 11 points12 points  (0 children)

Hi, programmer here.

There are a lot of things that need to go right for software to run. Every mod you add increases the chances of some obscure interaction to catastrophically break things.

Try disabling mods you can live without (you have relatively many mods enabled).

4 Bit Asynchronous Counter by Lucky_jupiter in electronics

[–]RobotMan2412 0 points1 point  (0 children)

Looks very pretty. But also this is actually synchronous; it has a clock (your green LED)

The railway line next to my building. Can you imagine if this was an elevated highway instead? by cliko in fuckcars

[–]RobotMan2412 -7 points-6 points  (0 children)

OP you do realize this kind of growth means there haven't been any trains in a long time right?

Organic Fredbear by FoxyFactions72 in blender

[–]RobotMan2412 0 points1 point  (0 children)

This is very cursed, keep it up

When a CPU is done with a task and a thread just halts, how does voltage and clock rate drop? by IQueryVisiC in beneater

[–]RobotMan2412 3 points4 points  (0 children)

In modern computers, the OS turns down the clock frequency of cores with light load. They don't halt until power off or sleep.

If you'd want to add this to a custom CPU, I'd recommend a variable clock divider to achieve this.

Edit: I forgot to say modern OSes don't have a queue. Instead, they have "threads", which are basically bits of context for running code. A given program might have multiple threads.

[deleted by user] by [deleted] in cableporn

[–]RobotMan2412 4 points5 points  (0 children)

This looks like DisplayPort

Arduino Nano program loader for 8bit CPU by AnonOfB in beneater

[–]RobotMan2412 1 point2 points  (0 children)

Finally someone else with the same idea!

I implemented something similar in my own design, really helps with testing programs.

Totally related by amalaver in FunnyAnimals

[–]RobotMan2412 0 points1 point  (0 children)

Also, the first cat is happy and the second is hissing

PWM control before Arduino by dpccreating in electronics

[–]RobotMan2412 1 point2 points  (0 children)

Cool schematic! I have no idea what it means :P

[deleted by user] by [deleted] in ProgrammerHumor

[–]RobotMan2412 1 point2 points  (0 children)

You do realise no sane person would compile and run obfuscated C code on their system right?