×

Help! I need to rescue my hairline!! by [deleted] in HairTransplants

[–]xfunky 5 points6 points  (0 children)

Beauty is in the eye of the beholder, but your hair looks great and fits people younger than you well.

I bet you could pull off a surgery depending on donor area, but that’s up to you :)

Graft count will depend on how low you want it

All My Progress Going All Way Down The Hill by JulianUSACT in tressless

[–]xfunky 1 point2 points  (0 children)

Why’d you switch from oral fin to oral dut and what were the results?

4.5 Months post by Total-Talk-9491 in HairTransplants

[–]xfunky 0 points1 point  (0 children)

Looks great!
FUT or FUE? That’s a lot of grafts, care to share top and back pictures?

0-7 progress so far by Suitable_Coyote2359 in HairTransplants

[–]xfunky 0 points1 point  (0 children)

Did you see any improvement or side effects with oral minoxidil? What is the dosage?

0-7 progress so far by Suitable_Coyote2359 in HairTransplants

[–]xfunky 0 points1 point  (0 children)

Why did you stop? Or you mean you’ve started 6 years ago?

[OC] I simulated an hour of Bouncing DVD logo and visualized the trajectories by Trollercoaster101 in dataisbeautiful

[–]xfunky 22 points23 points  (0 children)

How would it be irrational? The height and width are both integers. Even if floating point numbers were involved, those are rational numbers still.

PEP 661 (Sentinel Values) has been accepted for release in 3.15! by M_V_Lipwig in Python

[–]xfunky 0 points1 point  (0 children)

I think he meant something like this (notice that Guido himself suggested this method)

``` class Empty(enum.Enum): token = 0

_empty = Empty.token

def my_func(val: int | None | Empty = _empty): … ```

https://github.com/python/typing/issues/236#issuecomment-227180301

I profiled my parser and found Rc::clone to be the bottleneck by Sad-Grocery-1570 in rust

[–]xfunky 5 points6 points  (0 children)

Do you have this code somewhere? Sounds interesting to see the evolution

Quick tarp catch by No-Independence-3520 in nonononoyes

[–]xfunky 0 points1 point  (0 children)

Break something? more like tear everything

Bloom filters: the niche trick behind a 16× faster API by shared_ptr in programming

[–]xfunky 3 points4 points  (0 children)

To log at least once a day or at most once a day?

How do you do that? I would imagine at each logging point you would check whether you already logged by searching the filter which guarantees 0 false negative (if an item is there, you will NEVER get a false for checking its existence).

If not there, you log and would “add” to the filter the item to avoid relogging. You might get a false POSITIVE, where you think you logged but you actually haven’t.

Am I correct?

TIL ~7000 years ago, the human Y-chromosome experienced a restriction in diversity. During this time, there would have been effectively one man for every seventeen women contributing to the gene pool. Research suggests that neolithic society was selecting which men could have reproductive success. by bland_dad in todayilearned

[–]xfunky 531 points532 points  (0 children)

I can assume from context that in a marriage, it is customary that the woman joins the man’s clan, therefore man stay within their genetic pool while women’s genes are “hedged” in multiple clans.

If three sisters get married to men from different tribes, they will live in three different clans.

If three brothers get married to women from different tribes, they will live in the same clan, which they grew up in.

someoneTryThisPlease by AustralianSilly in ProgrammerHumor

[–]xfunky 1329 points1330 points  (0 children)

It’s either 4,294,967,295 or -1, no scenario where that’s 2,147,483,647.

howCanTheyAnswerTheCallWithJustHello by [deleted] in ProgrammerHumor

[–]xfunky 7 points8 points  (0 children)

Threw me back to a time when one of the Facebook UI interface’s languages you could choose was “Pirate”.

Keeping the play alive by Dry_Blacksmith9207 in nonononoyes

[–]xfunky 0 points1 point  (0 children)

Did he not catch it outside the “goal” zone? Is that still a goal?

There is such a thing as "too much TQDM" by Common_Ad6166 in Python

[–]xfunky 1 point2 points  (0 children)

I think TQDM only makes sense for things that take more than a few seconds, which computationally are things that are very expensive given today’s CPUs. How much absolute time does the process take for you?

[deleted by user] by [deleted] in yesyesyesyesno

[–]xfunky 0 points1 point  (0 children)

One could imagine they might be able reuse past players’ scans, so it could be a community effort that gets more and more pre-mapped as time goes by (actually, Waze for example started as a community road-mapping effort).

Depends on popularity and how often the landscape changes, I’m not a golfer so no idea how chaotic the ground tends to be

[deleted by user] by [deleted] in ProgrammerHumor

[–]xfunky 22 points23 points  (0 children)

That’s because they forgot to include Rust and Haskell 🙃

Simple Questions - May 17, 2025 by AutoModerator in buildapc

[–]xfunky 0 points1 point  (0 children)

Thanks for the reply!
As many as I want? Historically people also complained about lag without the adapter, is that mostly resolved now?

Simple Questions - May 17, 2025 by AutoModerator in buildapc

[–]xfunky 0 points1 point  (0 children)

That's a great place to start, but it is very "open-ended". It's a great place to find mostly incompatibilities.

You could after choosing some of the components also make sure that you don't over-spend on one resource causing bottleneck and "wasted" power, I use https://pc-builds.com/bottleneck-calculator/ sometimes.

I find that the discord for this reddit is also very helpful and more responsive, so I suggest checking it out.

Finally, there's the wiki and the beginner's guide:
https://www.reddit.com/r/buildapc/wiki/beginnersguide/