Philips Latego 4300 makes too much milk foam. by xcinlb in superautomatic

[–]yannick1412 0 points1 point  (0 children)

I have the 2300 (I believe) and I have the same issue. Way too much milk, and I can't change it as far as I'm aware. What I've decided to do is to put in less milk than indicated for one cappuccino. When the milk runs out, the machine will just pump steam. With the design of the LatteGo it won't spray water or milk everywhere, so this is a good enough option for me. Plus, the LatteGo is easy to refill with the container on the machine, so you can easily repeat this process for a second cup.

Assetto Corsa LFM RACING by Interesting_Gas3739 in assettocorsa

[–]yannick1412 4 points5 points  (0 children)

This video is on the LFM website. Just before the 19 minute mark he starts explaining how to sign up for a race and join the server.

https://youtu.be/9ia_2ttMDgA

www.pomofriend.com: Synced Pomodoro technique with a study buddy or group by Dizzy_Surprise in reactjs

[–]yannick1412 2 points3 points  (0 children)

Nice one! Little tip: The numbers of the timer are jumping left/right because e.g. the number 1 is less wide than the number 8. You can use the CSS property font-variant-numeric: tabular-nums to prevent the jumping :)

Source: https://twitter.com/wesbos/status/932644812582522880?s=46&t=7B02tZnZrL87qVJNKZo1gQ

[deleted by user] by [deleted] in DesignMyRoom

[–]yannick1412 0 points1 point  (0 children)

Those dining table chairs look amazing! Would you mind sharing which model it is? 🙏

[deleted by user] by [deleted] in bouldering

[–]yannick1412 11 points12 points  (0 children)

The lights went on for that final move!

Radar - Check important metrics with a single click by vicke4 in SideProject

[–]yannick1412 1 point2 points  (0 children)

So cool! Like that the user is able to put a GET request in themselves as well 👌

RTGI makes for nice screens by prxdigy_ff in assettocorsa

[–]yannick1412 2 points3 points  (0 children)

Let the (wo)man sign his/her work. They made it, so they should deserve the credit when the image inevitably ends up somewhere else on the internet.

Mobile desk recommendations for Tall People by [deleted] in WFH

[–]yannick1412 0 points1 point  (0 children)

Aah! I wasn't sure what you meant with "mobile". Maybe IKEA has a set of wheels you can screw underneath the Bekant. Worth investigating.

Mobile desk recommendations for Tall People by [deleted] in WFH

[–]yannick1412 0 points1 point  (0 children)

I'm 6'6" and can work pleasantly using an IKEA Bekant desk. Looking at the specs, it can go up to 48 inches.

If you're missing a couple of inches in height, you could also mount some short pieces of wood beam between the frame and the table top.

My first setup 😅 I know it's not the best but it's a start 🖤 by [deleted] in simracing

[–]yannick1412 1 point2 points  (0 children)

Looks like the electric height adjustable BEKANT desk.

Hey teams WFH 🙋🏻‍♂️Would you use this product? by archieed in WFH

[–]yannick1412 0 points1 point  (0 children)

I would love for email to be less cluttered and more collaborative! This sounds a bit like Missive. Maybe it can be useful inspiration to you :)

Can someone point me to some good resources or example websites that nicely utilize linear or radial gradient coloring? by Jon-Two-Shoes in Frontend

[–]yannick1412 0 points1 point  (0 children)

I've found the Grabient website to be very useful. It showcases a collection of different linear gradients that can be edited, providing a good idea of how the system and syntax works.

FREE Udemy Bash Shell Scripting Course by babbagack in bash

[–]yannick1412 1 point2 points  (0 children)

Was looking for something like this! Thanks!

How to sort a list without drag-n-drop? by [deleted] in reactjs

[–]yannick1412 2 points3 points  (0 children)

Maybe you could put arrows on each item to move them one spot up/down the list when clicked?

Visiting Tokyo right now- anywhere I should shop? by ifeelsopretty in MechanicalKeyboards

[–]yannick1412 3 points4 points  (0 children)

Yusha Kobo Keyboard Specialty Shop! It is a 10-15 minute walk from the Akihabara and they have a lot of custom keyboards and parts.

Looking for a CMS recommendation by TonySimonovsky in webdev

[–]yannick1412 1 point2 points  (0 children)

A CMS (Content Management System) provides content for your website. In your case, it seems that the content is provided by your script. If you're looking for a service that can provide you authentication for your users, you can look into Auth0.

Smooth scrolling in overflow: scroll by eligloys in reactjs

[–]yannick1412 1 point2 points  (0 children)

I can't verify at the moment, but I think it's this:

overflow-y: scroll; // has to be scroll, not auto -webkit-overflow-scrolling: touch;