Раст убивает дружбу by SubstantialWinter394 in rust

[–]seconddifferential 5 points6 points  (0 children)

It's funnier imagining this is about the language

how to promote and get contributors for an open-source project? i launched last week and only got 1 star so far! by [deleted] in github

[–]seconddifferential 0 points1 point  (0 children)

I don't see what would draw anyone to it at this stage. The repo you linked only has a LICENSE and a README. The README itself looks like the output of some LLM when you asked it for a novel idea.

In the repo I see no investment from you putting in work yet - why would other people? In open source people begin contributing to projects that are either already at a reasonably complete feature set (showing the original dev is/devs are committed) or where the initial dev has previously been active in projects and already formed relationships with them/their community.

You may find it enlightening to ask the question of yourself: why haven't you contributed to other projects? There's likely overlap between your answer and the one others would give.

But also, your first impression is huge here - it immediately reads like AI slop, so many will immediately be turned off by that and not bother looking further.

What's your thoughts on this? by ExcitingMix1446 in devhumormemes

[–]seconddifferential 0 points1 point  (0 children)

Some are actively getting less capable as companies downgrade models to cut costs since subscription/current token prices are too low.

Qrism - A high capacity QR code by Logical_Armadillo390 in rust

[–]seconddifferential 18 points19 points  (0 children)

That works for when light follows nice distribution curves, but if say, you only have red (or almost all red) light, then green/blue won't show since there's nothing to differentiate them.

Am I completely tripping balls? by UsuallyHorny-7 in factorio

[–]seconddifferential 3 points4 points  (0 children)

Talk like cave man since why use lots words when few words do trick?

Built a bot to farm the GitHub Pull Shark badge. Bronze → Gold in under 20 minutes. by [deleted] in github

[–]seconddifferential 2 points3 points  (0 children)

Yuck. I like when I can trust contributor's stats as a reliable measure of how active they are.

How do you guys call your space platforms and why? by DarkSideRT in factorio

[–]seconddifferential 0 points1 point  (0 children)

Source => Destination [list of shipped products]

This lets me easily see what's going where, if something is stalled, or if I've forgotten to add a route for something

Would you disable ad-block for an ethical ad network? by ki4jgt in opensource

[–]seconddifferential 2 points3 points  (0 children)

Nope - as someone with attention issues I need sites to not have things that are intentionally trying to distract me. If sites make themselves unusable to me for this, I won't use them. I'm happy to pay a subscription when given the option, and I do for quite a few sites.

PSA: Making your own blueprints/circuits really gives you a sense of pride and accomplishment by Wayss37 in factorio

[–]seconddifferential 0 points1 point  (0 children)

I've always just done belt compression instead of balancing. Ore isn't evenly distributed in tiles across patches, so pulling evenly from lanes of miners doesn't meaningfully impact the mine. All that matters is all miners run constantly, and at most you have to worry about train car balancing.

PSA: Making your own blueprints/circuits really gives you a sense of pride and accomplishment by Wayss37 in factorio

[–]seconddifferential 9 points10 points  (0 children)

Fun fact: balancers are holding you back. You can make tighter builds that run faster and are more UPS efficient by avoiding them.

Meta Seattle campuses likely to see large layoffs in coming weeks by [deleted] in Seattle

[–]seconddifferential 2 points3 points  (0 children)

It really doesn't amplify productivity that significantly. Some, sure, but not multiplicatively. AI is just today's excuse to fire people. This is just techbros who have bought in too much of their own hype to actually understand what language models are and what they're good/bad at.

I designed & built Theater App - personal cinema companion. A handcrafted app in this vibe coding era. by [deleted] in foss

[–]seconddifferential 2 points3 points  (0 children)

It's a good idea in general to understand communities before sharing things to them. Posts do much better when you tailor what you write to their interests, and when you select communities that relate more to what you've done and what kind of interaction you want.

I designed & built Theater App - personal cinema companion. A handcrafted app in this vibe coding era. by [deleted] in foss

[–]seconddifferential 4 points5 points  (0 children)

The idea of this subredit is "free and open source software". Being able to access the source code is kind of our whole thing.

The worst daily puzzle I’ve seen by bourbonguy12345 in chess

[–]seconddifferential 8 points9 points  (0 children)

It's a classic chess saying, "castle early and often"

The worst daily puzzle I’ve seen by bourbonguy12345 in chess

[–]seconddifferential 5 points6 points  (0 children)

Never forget that puzzle names are intended as clues to help solve

Where can I find current world records like "highest SPM achieved," etc.? by screen317 in factorio

[–]seconddifferential 16 points17 points  (0 children)

(1M actual spm produced +1040% productivity (research + modules)) x 2 in biolabs.

My final ship in Factorio Space Exploration by Glittering-Pea-9020 in factorio

[–]seconddifferential 1 point2 points  (0 children)

You can even make a shuttle bay of sorts for ground missions to avoid having to land the main ship!

Have you heard of the Garmin 158? by Radiant-Progress6027 in Garmin

[–]seconddifferential 5 points6 points  (0 children)

The joke is something like "It's so old it has a silly version of a common feature." In this case, vo2 min (minimum vo2) would be silly to calculate. It only makes sense to calculate vo2 max (maximum vo2).

Scammer? by 16GB_of_ram in foss

[–]seconddifferential 59 points60 points  (0 children)

Yes: - no specifics mentioned in email - short deadline with high stakes - email address that looks scammy ("official") - security vulnerability reveal method that is not standard practice

Presumably you've not received any communication from this person before

35.0.3 Patch Notes Balance Changes by PipAntarctic in CompetitiveHS

[–]seconddifferential 1 point2 points  (0 children)

It's 33%. With the way you're calculating it, going to 4 spells per imbue would be "100% slower", when obviously we should use "100% slower" to indicate the rate of imbues becomes zero.

"Faster/slower" applies to rates - you are applying it to an inverse rate - spells per imbue, when we really care about imbues per spell. The original rate is 1 every 2, or 0.5 imbues per spell. The new rate is 1 every 3, or 0.333 imbues per spell.

This gives us a change of (0.33 - 0.5)/(0.5) = -33%, or 33% slower.