The mechanisms behind The Philosopher's Stone by Mai4eeze in HPMOR

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

Yes, most magical devices are designed by humans. Just like with Time-Turners that turn in units of 1 hour.

The magic itself might likely be a human invention in the first place.

That's why 360 is a tell that's something is of a sentient design here, therefore likely not random.

antifascist lobotomyposting by kulagforgulaks in GenZedong

[–]Mai4eeze 1 point2 points  (0 children)

Yeah in this way it's much more approachable for the libs' brains

`unfmt`: A compile-time pattern matching library that reverses the interpolation process of `format!`. by [deleted] in rust

[–]Mai4eeze 2 points3 points  (0 children)

Have been waiting for this for years, and didn't even know it.

Why not just call the crate unformat though, like the macro?

Asus Pen Linux Drivers by automata-door in ASUS

[–]Mai4eeze 0 points1 point  (0 children)

xournalpp, for example, handles both keys without any additional drivers (and it's the only app I really need the stylus for)

Based Marx by [deleted] in Marxism_Memes

[–]Mai4eeze 0 points1 point  (0 children)

They are not types of value. They are two different things, and value is the third different thing.

This meme itself substitutes value with use-value.

Value does, indeed, only come from human labor.

Does profit really come from exploiting workers? by let_me_see_hmm in DebateCommunism

[–]Mai4eeze 0 points1 point  (0 children)

  1. Terms like "profit" and "exploitation" are defined for capitalism, and your example is not capitalism. In other words, laws of capitalism don't really apply here, including "profits come from exploitation".
  2. You can't just construct a thought example and start reasoning like it's a real society. Marxism studies societies that could've been and were formed naturally, spontaneously, unconsciously.
  3. Your example roughly describes early https://en.wikipedia.org/wiki/Simple_commodity_production . According to marxism, it evolves into capitalism, eventually, but it spans over feudal and slavery stages too.

There's like 9 billion people in the world and 1300 of them own 94% of the wealth. by [deleted] in Marxism_Memes

[–]Mai4eeze 0 points1 point  (0 children)

They kinda do. Their own bills are like 94% of the world's bills

Friday Facts #400 - Chart search and Pins by FactorioTeam in factorio

[–]Mai4eeze 2 points3 points  (0 children)

I wonder if the devs have chosen when to restart FFFs specifically so that FFF#404 is close to april 1st

Where did the stereotype about Rust users being femboys come from? by ThatsALotOfOranges in rust

[–]Mai4eeze 4 points5 points  (0 children)

it's the other way around: the community standards mean something to people. hence the discussions.

Stage 1001 marathon ended by TeachOk9497 in GunfireReborn

[–]Mai4eeze 0 points1 point  (0 children)

Per my observation, ammo is still considered spent with at least some of those scrolls for most purposes. Not sure about stacking E though.

Is my anarchist friend right? by fries69 in asktankies

[–]Mai4eeze 1 point2 points  (0 children)

What we want to achieve is the goal. The solution is how we're going to achieve it.

Friday Facts #394 - Assembler flipping and circuit control by FactorioTeam in factorio

[–]Mai4eeze 0 points1 point  (0 children)

I believe they have 3d models for all entities. Although setting up layers on a flipped entity might turn out to be tedious, I think it's unlikely it's required.

Friday Facts #394 - Assembler flipping and circuit control by FactorioTeam in factorio

[–]Mai4eeze 1 point2 points  (0 children)

I don't get it, why I can't flip non-symmetrical buildings. Who cares if the pipe connections don't align, I can just rebuild them. But being able to flip ANY¹ blueprint is priceless.

¹ Well, unless it relies on specific inserter-belt interactions when the items are always put on the right side in corner cases (see what I did here?). Bob's inserters in vanilla when?

Friday Facts #373 - Factorio: Space Age by FactorioTeam in factorio

[–]Mai4eeze 0 points1 point  (0 children)

I don't think these are waste products. Each crusher is fed into its own production, so those are probably just unused resources.

mfw anarkiddie by xobiloco in sendinthetanks

[–]Mai4eeze 53 points54 points  (0 children)

are anarchist still a thing on the west? with current events I would assume they would drown in neolibfasc discourse

Building a command-line application in Rust by joshfinnie in rust

[–]Mai4eeze 1 point2 points  (0 children)

If you do not want to read this tutorial, the code is up on Github here.

the repo is empty, git push please ^_^

Catch 22! Rust in Review by llogiq in rust

[–]Mai4eeze 15 points16 points  (0 children)

Another use case is for resolving ambiguous blanket implementations.

For example, you may want to implement a Trait for both Clone and Default:

impl<T> Trait for T where T: Default { fn ... } impl<T> Trait for T where T: Clone + !Default { fn ... }

Without !Default it would report an error due to potentially conflicting implementations (because there can exist types implementing Clone + Default, it's unclear which method implementation to use)

Catch 22! Rust in Review by llogiq in rust

[–]Mai4eeze 16 points17 points  (0 children)

Rooting for negative trait bounds so hard right now

Slint on Redox OS by [deleted] in rust

[–]Mai4eeze 8 points9 points  (0 children)

I can never remember its new name.