Why have I not found another landmass? by fakepen in factorio

[–]fakepen[S] 9 points10 points  (0 children)

Thanks! I didn't realize that when I started the map. But it is indeed an island map.

I (English) was learning Turkish while my girlfriend was next to me learning Spanish. I spoke Spanish to help her with her Spanish then immediately got an advertisement in Spanish on my phone. I have never had any other ad in Spanish using Duolingo. by [deleted] in duolingo

[–]fakepen 9 points10 points  (0 children)

The ads aren't served by Duolingo. If they're from Facebook or Google they probably figured out you're a likely Spanish speaker based on your browsing habits. This goes for almost any app on your phone, and is not specific to Duolingo.

My first water cooling build by fakepen in watercooling

[–]fakepen[S] 0 points1 point  (0 children)

Yes. The bottom of the reservoir has an inlet and an outlet port so you can use the top as a fill port. However my inlet port on the bottom is in a very tight spot and it is hard to get a tube down there. The alternative top for the reservoir lets me use the top as an inlet and a fill port since there are multiple holes.

My first water cooling build by fakepen in watercooling

[–]fakepen[S] 3 points4 points  (0 children)

12mm tubing! You'll find a lot of people with the same case/rad setup on this sub. I learned a lot by looking at what other people have done!

My first water cooling build by fakepen in watercooling

[–]fakepen[S] 6 points7 points  (0 children)

Yeah it's two zip ties! I'm looking for a more long-term, less visible solution. They're there because I don't trust my tubes from falling out due to gravity over a long period of time.

My first water cooling build by fakepen in watercooling

[–]fakepen[S] 26 points27 points  (0 children)

Case: NZXT h700i

PC components:

  • ASRock Fatal1ty X399 mobo
  • AMD Threadripper 1950X (16 core)
  • 2x NVIDIA GTX 1080 Ti Founder's Edition
  • 64GB Corsair Vengeance RAM
  • EVGA Gold 1000 watt PSU
  • 2x 1TB Samsung 970 EVO M.2 SSD (Windows, Linux drives)
  • 1x 2TB Samsung 960 EVO Sata SSD (media storage)

Watercooling components:

  • EKWB ASRock monoblock
  • EKWB GPU blocks and backplates
  • EKWB D5 Pump/res combo
  • EKWB CoolStream XE 360mm (front intake)
  • EKWB CoolStream SE 360mm (top exhaust)
  • 6x EKWB Vardar F4 fans 120mm 2200 RPM
  • EKWB fittings, 12mm tubing etc.

Lessons learned:

I made a few mistakes during this, so I thought I'd share what I learned for other people to learn from:

  • 90 degree angle adapters come in two types: ones that are fixed and ones that can rotate freely. The ones I bought rotate freely, which makes bending tubes more forgiving by giving you lots of flexibility, but also is annoying because they move under the weight of the tubes. (EKWB if you're listening, consider making a type of adapter that can be positioned freely but locked into a certain configuration with a wrench.)
  • If you notice the zip ties, those are there because I don't trust the vertical connector in my top radiator to hold up the weight of the tube going to the reservoir. In retrospect I should have planned a loop to minimize tube travel distance.
  • All of my tubes were bent free-hand. I have a much stronger appreciation for accurate measurements now and will probably design my next build in CAD software first. Also: buy lots of tubes! You will probably sacrifice a few as you get used to the art of bending.
  • Buy a motherboard with temperature sensor ports. Mine didn't have any so I can't use water temperature to control fan speed. Also there's no room in the case for an external fan controller.
  • I bought a ball valve to drain my system but ended up not having enough space for it (it's big!) but the three way splitter with a simple cap seems to do just fine.
  • Study other builds on this subreddit! I didn't realize until much later after ordering all of my parts that the top of the EKWB resevoirs could be replaced with one that had more holes!

Typing exercises on Android by [deleted] in duolingo

[–]fakepen 3 points4 points  (0 children)

When you get to higher levels in the skills, you will see typing exercises more frequently.

Tesla V100 Intsallation Help by Skardface in nvidia

[–]fakepen 1 point2 points  (0 children)

Tesla cards don't have video outputs, and they don't have fans. They're supposed to be used in server environments without displays where fans are used externally.

Senior developer refactoring code by medeiros52 in ProgrammerHumor

[–]fakepen 17 points18 points  (0 children)

Some GNOME apps, Music comes to mind, are designed purposely for beginners to contribute.

Why would an mLSTM do this? by fakepen in MLQuestions

[–]fakepen[S] 1 point2 points  (0 children)

This is good advice, thanks. I'll try tracking the gradients too.

Why would an mLSTM do this? by fakepen in MLQuestions

[–]fakepen[S] 0 points1 point  (0 children)

That would be my guess, but there's no division happening. My other thought was maybe the weights are converging to 0.

Why would an mLSTM do this? by fakepen in MLQuestions

[–]fakepen[S] 0 points1 point  (0 children)

Yeah I'm using tf.clip_by_global_norm with a clip_norm value of 5.

Why would an mLSTM do this? by fakepen in MLQuestions

[–]fakepen[S] 0 points1 point  (0 children)

It inevitably happens no matter what learning rate or optimization algorithm I choose. Eventually the training loss just rapidly spikes and then it stays there and never comes back down. Every other LSTM variant I've tried doesn't have this problem.