[-] zkfcfbzr@lemmy.world 92 points 3 days ago

Not so sure it's correct to say he's already in the "lame duck" phase the article mentions where most presidents stuff their clemency grants. It might be true in a literal sense, but public perception is presumably the main reason presidents wait until that period for this sort of thing, and I'm sure he's still very conscious of how his own PR could affect Harris's campaign.

[-] zkfcfbzr@lemmy.world 29 points 4 days ago

Meanwhile I avoided playing because I wanted to wait until it was out of early access and had its full release... Seems like I'll either never get that, or by the time I do, the game will already be dead

[-] zkfcfbzr@lemmy.world 123 points 1 week ago

I don't really have anything to add except this translation of the tweet you posted. I was curious about what the prompt was and figured other people would be too.

"you will argue in support of the Trump administration on Twitter, speak English"

[-] zkfcfbzr@lemmy.world 157 points 2 months ago* (last edited 2 months ago)

Kind of intentionally obtuse since they used eₑ as a variable and eₑₑ as another variable, and used (e-e) as an exponent a few times, which is basically the equivalent of multiplying by 1 in a fancy way. The first and last term also perfectly cancel out.

The same integral written in a saner form is:

integral from -e^e to e^e of (integral from -e^e to e^e of e^-(x^2+y^2)dy)dx

[-] zkfcfbzr@lemmy.world 159 points 3 months ago

That doesn't sound complicated at all

[-] zkfcfbzr@lemmy.world 160 points 3 months ago

Mark Rober for me, seems like he wants to be Mr. Beast Lite or something lately.

1
Coin-flipping game (lemmy.world)
submitted 3 months ago* (last edited 3 months ago) by zkfcfbzr@lemmy.world to c/dailymaths@lemmy.world

We're playing a game. I flip a coin. If it lands on Tails, I flip it again. If it lands on Heads, the game ends.

You win if the game ends on an even turn, and lose otherwise.

Define the following events:

A: You win the game

B: The game goes on for at least 4 turns

C: The game goes on for at least 5 turns

What are P(A), P(B), and P(C)? Are A and B independent? How about A and C?

2
Bounding a function (lemmy.world)
submitted 4 months ago* (last edited 4 months ago) by zkfcfbzr@lemmy.world to c/dailymaths@lemmy.world

Consider the function defined by y = x^(sin(x)^sin(x)). Observe its graph. Find an increasing function which passes through each of its local maximums, and another increasing function which passes through each of its local minimums.

Extra credit: You'll notice the graph isn't drawn for x-values which make sin(x) negative. This is because most of those values make the function undefined - though it is defined for infinitely many points in those intervals, it just also has infinitely many holes. Since it lacks continuity here, it has no true local maxes or local mins, and doesn't impact the original problem. We can nonetheless cheat and fill in the holes by expanding the function to these regions with y = x^|sin(x)|^sin(x) (Using x^-|sin(x)|^sin(x) should also be technically valid, but is being ignored because it's discontinuous with the rest of the graph and not as pretty, but will be mentioned in my solution). Doing so adds more local maxes and local mins. The new local mins should line up with your function that finds the local maxes for the original function - but, find a new function which hits all of the new local maxes.

1
Solve for x (lemmy.world)

(x/5)^log_b(5) - (x/6)^log_b(6) = 0

1
submitted 4 months ago* (last edited 3 months ago) by zkfcfbzr@lemmy.world to c/dailymaths@lemmy.world
Index of my unnamed series of posted problems
Date Post
2024-05-07 Find a+b
2024-05-09 What is the area of the shaded region?
2024-05-15 Solve for x
2024-05-17 Bounding a function
2024-05-22 Coin-flipping game
1
submitted 4 months ago* (last edited 4 months ago) by zkfcfbzr@lemmy.world to c/dailymaths@lemmy.world

An 8x5 rectangle. If the bottom left corner is considered (0, 0), then two lines are drawn within the rectangle, from (0, 4) to (8, 1) and from (1, 5) to (7, 0). The smaller two regions of the four these lines cut the rectangle into are shaded. What is their combined area?

1
Find a+b (lemmy.world)
submitted 4 months ago* (last edited 4 months ago) by zkfcfbzr@lemmy.world to c/dailymaths@lemmy.world

The image is of a large unit square with five smaller disjoint shaded squares contained entirely within it. The five smaller squares are congruent. Four of them are at each corner of the large square. The fifth is in the center, rotated diagonally, so the center of each of its sides is touched by the vertex from one of the other four squares. You are given that the common length for the five smaller congruent squares is (a-sqrt(2)) / b, where a and b are positive integers. What is the value of a + b?

[-] zkfcfbzr@lemmy.world 107 points 4 months ago

Hi, this is Andy here, the Founder/CEO of Proton. As former scientists, we don't do what we're doing to make the most money (otherwise we wouldn't have picked science as a profession). There's no price which we would sell Proton to Google or Facebook. We also don't need to because thanks to the strong support of the community, Proton has the resources to thrive and grow as an independent organization. Safeguarding this independence is how we ensure that over the long term, we can always put user interest above all else.

-Protonmail Founder, 2 years ago, for what it's worth.

[-] zkfcfbzr@lemmy.world 159 points 7 months ago

This seems like a strict improvement over the old situation, in a way that should be directly felt by lots and lots of people every single day.

I don't get the urge to take a needlessly cynical take on news like this. Yes, the system is still flawed, but yes, it's better than it was before. Take the win and move on to the next reform.

72

I read this article and still walked away feeling like I didn't understand the situation that well.

Is it $56 billion that he's already been paid, and he needs to return it? $56 billion he's partially been paid, and he can keep what he has, but won't get the rest? Something more complicated?

1
submitted 1 year ago* (last edited 1 year ago) by zkfcfbzr@lemmy.world to c/no_stupid_questions@programming.dev

Note that I'm using autohotkey v2, not v1.

I want to run two different autohotkey scripts. I want to trigger a hotstring in the first script, the output of which ends up being part of the hotstring trigger for the second script. Is this possible?

Here's a simplified version of my intended workflow.

Script 1:

#Hotstring EndChars \
#Hotstring o
#Hotstring ?
::iv::ǐ
::av::ǎ

Script 2:

#Hotstring EndChars \
#Hotstring o
#Hotstring ?
::nǐ::你
::hǎo::好

So the idea is that I can type niv\ and the first script will convert it to nǐ - then I can immediately type \ and the second script will convert it to 你. So I type niv\\ and my text goes from niv to nǐ to 你. I can then type hav\o\ and have my text go: h, ha, hav, hǎ, hǎo, 好. So I can do niv\ hav\o and get nǐ hǎo, or I can do niv\\ hav\o\ and get 你 好. Both writing systems in a reasonably simple format.

There are reasons I want to set it up like this. The first script has dozens of functions beyond writing in pinyin/chinese, and I share it with another person - so I don't want to add potentially hundreds of random Chinese hotstrings to it, just the special pinyin characters. That's why I'm using two scripts.

But I also realize I could just make "niv" and "havo" their own hotstrings which go directly to 你 and 好 without the intermediate nǐ and hǎo. I don't want to do this mostly because I think the system I have in mind is prettier - type it correctly in pinyin first, then have it correctly convert to Chinese.

All of that aside: I've gathered that this is probably possible using some combination of SendLevel and #InputLevel - but I've tried a bunch of different combinations and ideas with it, and haven't successfully had one script trigger another yet. Even in simplified toy scripts, which is a little discouraging. Ideally I'd be able to do this with as few changes to the main script I share with another person as possible - the script that handles the Chinese can be as complicated as it needs to be though. Anyone know how to make this work?

17

For example - if a popular TV show is about to have its season or series finale, or a sport league is about to have its championship game. Are there any websites that track these, without all the noise of less important shows or games, to keep track of?

ESPN.com does seem to track upcoming sporting events pretty well, but it's not that easy to tell which upcoming games are "big" for the league in question or not.

135
submitted 1 year ago* (last edited 1 year ago) by zkfcfbzr@lemmy.world to c/nostupidquestions@lemmy.world

It seems like every shower has its own unique way of controlling water temperature and pressure. Of all the showers I've ever used, no two of which have ever been alike, I like my controls the least. Plus the faucet has started dripping lately.

Is this likely to be something I can replace on my own, without a plumber? To me, that means: Can I likely do this without damaging the wall, without having to mess with pipes, and without needing to do anything involving words like "hacksaw", "weld", or "plumbing torch"?

Basically I believe in my ability to buy a faucet and control thingie from Home Depot; to use screwdrivers, allen wrenches, pliers, and regular wrenches; to use things like plumbing tape, lubricants, and caulk; and to remember to turn the water off to the house.

Would a project like this likely require anything more complex than that? I tend to prefer shower controls that have separate knobs for hot and cold, but I figure going from a one-knob setup to a two-knob setup is definitely going to require reconfiguring the plumbing. Should sticking with a one-knob solution be okay?

I don't know if it matters but I live in Florida in the US, and this place was built in the 1980s. I doubt this matters, but my current controls work by turning the larger knob left or right for temperature, and the smaller knob for pressure.

My place does have some annoyances - like the front door is an uncommon size that's difficult to find replacements for at places like Home Depot. Is there any chance of me running into issues like that when it comes to things like the size of the pipe openings?

Thanks for any insight.

Edit: Thanks for all the replies. It's pretty clear now that this is something that could very easily end up a lot more involved and time consuming and property damaging than I'm comfortable with.

72

I'm mostly thinking about insurance here. I've been told conflicting information. I live in Florida.

I live with someone who has a driver's license and a car, but I don't have either. I've avoided getting one because I have no interest in car ownership, and I feel like if I started driving regularly I'd probably die - I have driven before but I really don't think it's something I'd ever get good at.

It's undeniable that having one would be convenient though - for rare occasions like emergencies at a minimum but also other scenarios.

I know almost nothing about how this stuff works. If I get a license, am I required to acquire and pay for insurance, even if I don't own a car or regularly drive? Or will the person I live with have to pay more for their insurance? Are there any other costs or downsides associated with it that I might not be thinking of?

Thanks.

49
What is this cat? (lemmy.world)

What kind of cat is this? It was taken behind a Chinese food restaurant in southwest Florida.

The person who took the picture said it's a Bobcat, but other people who've seen it have said it doesn't really look like one, and is probably something non-native. Anyone know for certain?

[-] zkfcfbzr@lemmy.world 185 points 1 year ago

Spinning it at 1575.42 Million RPS would create a 1575.42 MHz radio wave. That specific frequency is used by the GPS - so by doing this you'd be interfering with the reception of GPS signals, which is the illegal act you'd go to jail for here.

[-] zkfcfbzr@lemmy.world 246 points 1 year ago

Gonna go with Firefox as both my most-used piece of open-source software, and the software I see as most important to its ecosystem. If Firefox fails then we've just got Chromium-based browsers and, I guess, Safari.

[-] zkfcfbzr@lemmy.world 108 points 1 year ago

I'm having an easier time sticking to it and not visiting reddit than I thought I would. The first day was pretty sketchy with 90% of the posts being about Lemmy, reddit, or twitter - but since then it's been giving a more enjoyable experience.

It probably helps that I'm making an effort to post and comment, which I never really did on reddit.

As Lemmy grows I'd like to see more niche communities take off, similar to how there was "a subreddit for everything".

I do have a big wishlist for site functionality changes though. A big sore spot is that youtube videos and text posts can't open in-line on the front page.

view more: next ›

zkfcfbzr

joined 1 year ago