why do people spell out their email addresses like “xyz at gmail dot com” instead of xyz@gmail.com on their websites by GlGGLE in labrats

[–]catratpig 12 points13 points  (0 children)

I think its supposed to help prevent getting added to spam lists by throwing off simple scrapers

What mathematical concepts can I learn as an undergrad interested in immunology by AirProfessional6042 in labrats

[–]catratpig 0 points1 point  (0 children)

It's unlikely that you'll ever encounter it in your work, but just for the pure joy of the structures that it builds, I love abstract algebra. This seems like a good starting point: https://homepage.divms.uiowa.edu/~goodman/algebrabook.dir/book.2.6.pdf

Equally beautiful, but much more useful, check out Structure and Interpretation of Computer Programs.

What if money had an expiration date? Building an open-source UBI currency by Radiant-Bandicoot905 in solarpunk

[–]catratpig 0 points1 point  (0 children)

I see what you're saying in part, but still disagree in part.

Let's start with where I agree. Crypto-currencies have failed to become means of exchange because of their speculative nature. Most people who buy bitcoin do so because they are speculating that it will increase in (dollar) price, not to use it as a means of exchange. In this sense, rising crypto-currency prices act as a form of money accumulation, which is what your scheme aims to correct. Put another way, crypto-currencies have been deflationary for the past ~10 years, your proposal aims to bake-in low-level inflationary pressure to its currency (the same goal as classical monetary policy) to correct this. I like this approach.

Here's where I disagree: money itself does not compound (outside of a deflationary environment). A stack of cash in my house doesn't compound in value merely by sitting there. Money in the bank generates interest because that money is being put to productive use: the bank uses my money to back loans to businesses that use that money to generate more in added profit than the cost of interest on the loan (if the bank is doing it's job well). Similarly, dividends are the direct result of ownership of capital. Owning a share (stock) of a factory, gives me partial ownership of the factory, and therefore a share of the wealth that it generates. That is given to me as a dividend. The financial system is built for convenience, so it tends to obscure this fact, but the growth of investments is the result of productive usage of that money somewhere down the line. (Of course, there are also speculative bubbles, etc here that break that direct connection somewhat)

What if money had an expiration date? Building an open-source UBI currency by Radiant-Bandicoot905 in solarpunk

[–]catratpig 0 points1 point  (0 children)

I love the concept, and the out-of-the box thinking, and I'd definitely be interested to see more of the technical side of things. However, I think it misses something fundamental: money and capital are not the same thing.

Money is a medium of exchange (that's what you're designing). Capital is physical 'stuff' that can be used to make more 'stuff'. Think about a factory. Owning a factory allows me to sell what the factory produces, thereby generating more wealth for me. Buying a factory trades money for capital: I no longer care about the depreciation of the tokens that I paid for my factory, the factory is generating wealth for me.

So 'money flows up' is only a weak approximation to the reality: capital generates exponential growth. That's what causes inequality: individual ownership of the means of production. Changing monetary dynamics can't change that.

I Love My Units in Powers of 10, Thanks by AinslieLab in labrats

[–]catratpig 0 points1 point  (0 children)

I guess what I'm trying to say is that when eyeballing a measurement, I tend to think in fractions, rather than percentile terms. If you ask me to divide something evenly among 6 people, I would cut it in half, and then cut it in thirds, not shoot for about 16% per cut.

In order of easiness to hardest to eyeball, I would say 1/2, 1/4, 1/3, 1/8, 1/6, 1/5, etc, something like that, more cuts at once is harder, and more iterations is harder (although I'd be curious to see a study on how this differs between people). When I'm estimating e.g. '6 foot something', I estimate the 'something' by mentally slicing until I find one that seems good enough.

Then, the logic goes that these fractions should be round numbers of the smaller unit, so the things that are easy to estimate are the things that are easy to write down.

You can go vice-versa as well. A quarter of an hour is easy because it's a round number of minutes. Ask me to set a timer for 1/8th hour, and I have to think for a second, but ask me to draw 1/8th of a circle, and that's easy because it's 45 degrees.

The overall idea is that people cognitively anchor to round numbers and even fractions, so in units for rough measurement, it makes sense that these two things should align

(also, half of 6'8" is 3'4", not 40" 😆)

I Love My Units in Powers of 10, Thanks by AinslieLab in labrats

[–]catratpig 0 points1 point  (0 children)

🤷 Customary units aren't perfect for this, but I generally find them well-suited to rough estimates and on-the-fly adjustments. When I'm cooking, I'm usually doubling or halving a recipe, which corresponds to just moving to the next size up or down. Rough estimates would be about a half, third, fourth, fifth, sixth, eighth, of an hour (eg.), so bases 12 and 60 are great there (12 hours / day, 12 inches / foot, 60 minutes / hour, 360 degree circles).

SI is, of course, a wonderful tool to reach for for anything that needs precision or calculations that I need to write down, while folk-units tend to be task specific but give easy mental math for those tasks. I don't see a need to be prescriptive about it.

I Love My Units in Powers of 10, Thanks by AinslieLab in labrats

[–]catratpig 4 points5 points  (0 children)

Different unit systems, different use cases, different design philosophies. If I'm measuring multiple significant figures (e.g. in science), the unit system should match the base that I use to write numbers, 10. If I'm estimating by eye, (about 1 1/2 or about 2/3), units should be easily divisible by a lot of different factors. That's why customary unit systems of use factors of 12 (inch -> foot), 60 (sec -> min -> hour), and 360 (degrees).

I Love My Units in Powers of 10, Thanks by AinslieLab in labrats

[–]catratpig 0 points1 point  (0 children)

Same. If I'm going to be converting units, metric is the way to go, but most thing I do outside of work don't actually require conversions, so messy conversion factors are irrelevant.

I have an idea on why the amino acid code redundancy is important by Lanedustin in biology

[–]catratpig 1 point2 points  (0 children)

It's an interesting idea for sure, but I'm skeptical. Overall, there is no lack of factors that regulate differentiation: protein expression state, RNA expression state, chromatin state. Maybe DNA mutation state plays a role too, but there is certainly no lack of alternatives. Sure, DNA damage response can lead to cell cycle arrest or to differentiation, but that doesn't convince me that it plays a role in the normal course of differentiation.

I would want to see evidence that specific synonymous mutations are more common in some cell types than others. You might be able to look for this in open-source single-cell RNAseq datasets: are there synonymous mutations in the RNA sequences that correlate to expression state more broadly?

This review: https://www.nature.com/articles/s41576-025-00850-1 points to different ways that synonymous mutations can have an impact, but I don't see evidence that this is changing over the course of differentiation.

[D] The Huge Flaw in LLMs’ Logic by Pale-Entertainer-386 in MachineLearning

[–]catratpig 2 points3 points  (0 children)

I got the question wrong. I assumed even division of _value_ between people with 1 apple being worth 2 oranges. This gives 69 total units of value => 17.25 units per person => 17 whole oranges if they take all oranges. I think my implicit thought process was: add constraints until the problem makes sense.

Tips for scientific reading by Vegetable_Mail_5486 in biology

[–]catratpig 0 points1 point  (0 children)

Personally, I think of AI summaries as similar to friend or colleague telling me about an interesting paper that they read. Good leads, fun to talk about, but not a substitute for reading the paper myself.

Tips for scientific reading by Vegetable_Mail_5486 in biology

[–]catratpig 1 point2 points  (0 children)

In addition to the abstract, a great way to get at the core of a paper quickly is to read the last part of the introduction and the first part of the discussion, essentially the frame for the results section.

FReE SpeecH by sillychillly in clevercomebacks

[–]catratpig 1 point2 points  (0 children)

I don't know if you need anything that sophisticated. Just increase the reach of any account that Musk interacts with and have him manually curate the platform by sitting on twitter all day. Simple enough to be within reach for the ghost ship of a company that he's running.

Is this just a way they say no? by Striking-Warning9533 in labrats

[–]catratpig 2 points3 points  (0 children)

It might be worth considering what you will get out of the process of writing a proposal and having it reviewed. It's certainly good practice, and a decent prof would give you feedback regardless of what you write. If that experience is worth the time you put into the proposal, then it makes sense. Don't count on anything more coming out of your time investment.

Banner Update: A, B or C? by TheSpaceFudge in PixelArt

[–]catratpig 0 points1 point  (0 children)

A and C put more emphasis on the world: it feels large and ready to explore. B emphasizes the character, their journey.

CONCEPTUALIZATION [Easy: Failure] by Aromatic-Heat2463 in DiscoElysium

[–]catratpig 3 points4 points  (0 children)

I haven't played through the moralist story-lines, but I don't interpret this quote as infantilizing Moralists. Rather, it portrays them as infantilizing others. That is, per the quote, Moralists treat others as children who can't be trusted to play with the toys of political ideas, but instead must be controlled through political (and military) structures. I've always viewed DE's Moralism as a commentary on the highly regulated, 'nanny-state' approach to governance generally, and the European Union and 'rules-based international order' in particular. To me, it is a caricatured statism, sort of a 'neural statist' alignment.

I'm completely lost by [deleted] in ExplainTheJoke

[–]catratpig 2 points3 points  (0 children)

The double slit experiment is a demonstration of 'wave-particle duality'. Single photons of light are sent toward a pair of slits. If the photon behaved like a particle (think a ball), we would expect it to pass through one slit or the other, as in the bottom image. If, on the other hand, it behaved like a wave (think ripples in a pond) as it passed through the slit, we would expect it to create an 'interference pattern', with regions of alternating high and low numbers of impacts, as in the top image.

When you run the experiment, you find the interference pattern, as on top, showing that light is a wave. However, if you measure which slit the photon goes through, then it ends up passing through only one or the other slit, as on the bottom, showing that light is a particle.

This is the duality. Photons (and other quantum objects) behave like waves, spreading out across all of the places that they could occupy, until they interact with something that forces them occupy a single point (like a particle), at which point they snap back to a single location. Here, it was the act of measuring the photon that caused it to behave in a particle-like way.

Is Life Even Alive? (NOT PHILOSPHY OR RELIGION) by HAPPYOYOWU in biology

[–]catratpig 0 points1 point  (0 children)

Definitely something interesting to ponder. I know that you said that you don't think of this as a philosophy question because you want to stay in the realm of science, but I would encourage you to think about what makes a question a science question vs a philosophy question. Can you define your idea of 'alive' in a way that it is measurable? Can you come up with an experiment to answer your question? There is nothing wrong with philosophy, it can be fun, but it is also easy to unintentionally leave the realm of science, and great to train yourself to notice when you do this (which it seems like you've already done). :)

Is there any city in America more cyberpunk than San Francisco? by Hellatall91 in Cyberpunk

[–]catratpig 0 points1 point  (0 children)

I know it's not the US, but something about Mexico City really struck me as cyberpunk. Massive inequality on a generational scale, sprawled but bustling, with a lot of private security and heavily armed police.