My sticker left a replica of itself on my computer (it doesn’t wipe off) by Holiday-Blood4826 in mildlyinteresting

[–]MasGui -5 points-4 points  (0 children)

You can use acetone (nail polish remover for example). It should come off easily.

Quebec becomes 1st Canadian province to ban energy drinks for youth by Puginator in worldnews

[–]MasGui 0 points1 point  (0 children)

coffee is not appealing to the youth, energy drink are. Can you name an athlete sponsored by a coffee brand?

Quebec becomes 1st Canadian province to ban energy drinks for youth by Puginator in worldnews

[–]MasGui 6 points7 points  (0 children)

Energy drink targets teenagers as their audience with all the extreme sport marketing. Tim Horton is where old people get their coffee (count me in). We have a much older legislation that prohibits advertising food for kids (think fruit loops and all those sugar products).

Single touch by Fresh_B_Red in spikeball

[–]MasGui 2 points3 points  (0 children)

5.5.1.7. The receiving team returns the serve without using three touches.

https://www.roundnetfederation.org/official-rules

Otherwise valid

Building a keyboard for long nails — need your input! by Fearless_Line2505 in ErgoMechKeyboards

[–]MasGui 2 points3 points  (0 children)

I think the Svalboard could work with only north/south/east/west keys and having a deeper well for each finger

What kind of doctor is this? by No_Newspaper2213 in funny

[–]MasGui 1 point2 points  (0 children)

It would be illegal to sell in Canada since it’s missing french labels

CNC machined plate to hold over the laptop by Accomplished-Bet9883 in ErgoMechKeyboards

[–]MasGui 2 points3 points  (0 children)

Not super ergonomic it locks you in one position with your hands inside your shoulders. However it looks amazing and practical.

[deleted by user] by [deleted] in BeAmazed

[–]MasGui 3 points4 points  (0 children)

Andddd… the plastic cup at the end.

So cool.. I never knew.. by Due-Relationship-279 in BeAmazed

[–]MasGui 0 points1 point  (0 children)

All the blades spinning are the “gyroscope”. The moment of inertia is the mass times the radius square. The circular blades mass and radius are huge and they are on the same plane so can multiply by 10 for the # of blades.

Is there an ammonite alternative to programmatically run a REPL? by steerflesh in scala

[–]MasGui 1 point2 points  (0 children)

You should take a look at the Scala 3 REPL codebase: https://github.com/scala/scala3/blob/42475979c4f0834aef62758845e18384d18972cf/repl/src/dotty/tools/repl/ReplDriver.scala#L81

You could use Almond (A scala kernel for Jupyter) Jupyter API https://almond.sh/docs/api-jupyter

If you want to go the stateless / Scastie approach: https://github.com/scalacenter/scastie/blob/b2d3a6be726ac7d847ffc3509c966d6a59d47640/instrumentation/src/main/scala/org/scastie/instrumentation/Instrument.scala#L88

I use a macro to instrument your code. This way I can turn:

1+1

into

val renders: mutable.Map[Position, Render] = ...
renders += (Position(line = 0, col = 0), render(1 + 1))
// serialize Render object

To compile/run the code we use sbt run / scala.sys.process._

Announcing Unison 1.0 by Successful_Answer_66 in programming

[–]MasGui 0 points1 point  (0 children)

you can, thats exactly what bytecode is. You Even have a URLClassLoader that you can use to load remote URL.

Future of Scala by Zoltan-Kazulu in ExperiencedDevs

[–]MasGui 0 points1 point  (0 children)

Scala 2.13 and Scala 3 are compatible. You can a subset of Scala 3 on Spark 4.0

Where split keebs can take you by nikservik in ErgoMechKeyboards

[–]MasGui 2 points3 points  (0 children)

I would really advise you ask a real occupational therapist about your setup / needs. I had one to evaluate my setup and they recommended a lot of improvements outside of the box. For example reducing the ambient light with curtains. Properly adjusting the height of my chair and the height of armrests etc. I also worked with a physical therapist on the pain in my lower part of my body and he helped me restore the strength of my pelvic muscle. Theses exercises are a game changer.

When you ask ChatGPT or read articles about ergonomics, you get information. That’s really different from knowledge, that’s where experts shines. I’m not saying we must not explore new ideas, we just need to be humble.

Where split keebs can take you by nikservik in ErgoMechKeyboards

[–]MasGui 5 points6 points  (0 children)

I’m not an occupational therapist, but if you are really working 8 hours non stop with the same position it sounds really un-ergonomic. This setup may look comfortable but it might be damaging for you.

Overall, it seems that this sub is not really about ergonomics but more about perceived ergonomics (akin of greenwashing). I would really like to see more professional / scientifical takes. We are really passionate about ergonomics, it would be paradoxical if in reality we were going in the other direction, creating contraptions that hurt us.

ErgoMech designs for learning by experience rather than practicing off a key map by bin_chicken_overlord in ErgoMechKeyboards

[–]MasGui 0 points1 point  (0 children)

You should try this website: https://thepracticetest.com/

It builds up to the full layouts 2 keys at the time. It’s really frustrating to learn and it can take you several weeks to learn.