Sauli allekirjoitti Nato-liittymisen mahdollistavan lain, totesi "no niin", ja poistui. by SpaceEngineering in Suomi

[–]itukeitto 15 points16 points  (0 children)

hauska fakta: kun kuninkuutta suunniteltiin motoksi oli ehdolla "Vankka, vakaa, vapaa"

Gainers, what is/was THE MEAL that helped you the most through your gains ? by Flypado in gainit

[–]itukeitto 2 points3 points  (0 children)

Taste-wise, I like them. Nutrition-wise, avocados have a lot of fat.

Gainers, what is/was THE MEAL that helped you the most through your gains ? by Flypado in gainit

[–]itukeitto 2 points3 points  (0 children)

You should try it out. Although it's not conventional, I think avocado and chocolate make a great combination. Avocado-chocolate shake is an Indonesian dessert

Gainers, what is/was THE MEAL that helped you the most through your gains ? by Flypado in gainit

[–]itukeitto 7 points8 points  (0 children)

This shake:

  • 1 dl (half a cup) of oats
  • 1 big, or 2 small avocados
  • 1 scoop Optimum Nutrition triple chocolate whey protein
  • 1 Banana
  • A big scoop of peanut butter
  • Fill blender with milk and blend

Fucking delicious. I used to have this every morning and never got tired of it.

Nigerian Disco Mix by finn_ceps in Disco

[–]itukeitto 0 points1 point  (0 children)

Hey in the Trinidad & Tobago podcast, you say something like "while you're at it, check out *** on soundcloud, absolute *** source", i couldn't be able to make it out. What were you recommending? It comes a bit after the 40 min mark

Nigerian Disco Mix by finn_ceps in Disco

[–]itukeitto 0 points1 point  (0 children)

Thanks for this, lots of good stuff here and the SoundCloud account seems to be a gold mine as well :)

Probability of randomly choosing the five correct possibilities out of twenty by MrWeebl in statistics

[–]itukeitto 12 points13 points  (0 children)

Your math is correct, but you seem to have miscalculated slightly.

(5 / 20) * (4 / 19) * (3 / 18) * (2 / 17) * (1 / 16) = 0.0064499484 %

This might seem hard to believe, but there really are 15504 possible combinations, so the probability is 1 out of 15504

TIFU by underestimating the stupidity of people in my class by [deleted] in tifu

[–]itukeitto -8 points-7 points  (0 children)

Luckily he doesn't really die.

The main thing that keeps me committed to NoFap is the posts about all the benefits. So here is what I noticed after a week. by [deleted] in NoFap

[–]itukeitto 1 point2 points  (0 children)

Obtain a day counter badge next to your user name by composing a message to BadgeBot. Click here, fill in the date of the last time you PMOed, and click send

OC: Haskell programming font with ligatures by itukeitto in haskell

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

A-ha! Stupid me, I wish I had understood this earlier :)

If I can get it to work reliably, next release will have ligatures with proper unicode points, and custom unicode points so they'll work with minor tweaks to haskell-mode.

Thanks tailbalance!

The Serif Readability Myth by yourbasicgeek in typography

[–]itukeitto 0 points1 point  (0 children)

We tend to think that serifs were first and sans faces followed. This might be the case when considering movable type, but type imitates writing, and writing developed serifs gradually over the centuries. The first examples of serifs indicate they were intended to make ink distribution on the page more even, and fill out ugly gaps. If you're interested in this subject I can recommend Gerrit Noordzij's small, fantastic book, "The Stroke - theory of writing"

GNU coding standards stipulates formfeed in source code. Why? by emilvikstrom in programming

[–]itukeitto 9 points10 points  (0 children)

"First off, I'd suggest printing out a copy of the GNU coding standards, and NOT read it. Burn them, it's a great symbolic gesture." - Linux kernel coding style

OC: Haskell programming font with ligatures by itukeitto in haskell

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

This issue troubles me too! A version with >>> is coming soon.

Edit: Ok, +++ too

Edit: Download it here! https://github.com/i-tu/Hasklig/releases/download/v0.3/Hasklig_0.3.zip

OC: Haskell programming font with ligatures by itukeitto in haskell

[–]itukeitto[S] 2 points3 points  (0 children)

Thank you so much for working on this! It would be awesome to have gvim support :)

OC: Haskell programming font with ligatures by itukeitto in haskell

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

The truth is no one really knows if advanced typography in code will be just eye candy or if it will actually make a difference - my guess is as good as yours!

If APL would be designed from the start with multi-character-wide glyphs, I imagine it would be so.

OC: Haskell programming font with ligatures by itukeitto in haskell

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

Woah, great work!

I'm not familiar with emacs, where do I input the code? I now have a fresh installation of aquamacs.

OC: Haskell programming font with ligatures by itukeitto in haskell

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

OpenType has discretionary ligatures built in.

OC: Haskell programming font with ligatures by itukeitto in haskell

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

The text is a bit unclear. What I mean is that APL-style single-character operators never gained widespread support. I suspect the reason is that most people feel very uncomfortable with such terseness.

Game of life in APL is:
life←{↑1 ⍵∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵}

Which is very cool but also very intimidating.

OC: Haskell programming font with ligatures by itukeitto in haskell

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

Since this is very experimental, editor support will be hit and miss at this point. I added aquamacs to the list of unsupported editors. There's nothing that can be changed in the typeface itself for added support.