HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zoltar

no profile record

コメント

zoltar
·昨年·議論
Here is a tampermonkey script to disable the youtube progress bar gradient:

https://pastebin.com/WQATnsBU
zoltar
·2 年前·議論
A good companion video to this might be The Psychology of Extreme Rhythms from Adam Neely's channel: https://www.youtube.com/watch?v=DRLTjESyuQk
zoltar
·2 年前·議論
There was always something I liked about Forth when I didn't have to do much stack-thinking. One of the things that felt forth-y to me when I first encountered it was threaded code in Clojure (or any other point-free kind of idiom for that matter).

https://santhoshkris.medium.com/threading-macros-in-clojure-...

I'll sometimes abuse Python's compose to do similar things I won't send out for code review. Maybe I really should just try to live in Coconut instead of silly stuff like:

  import chess
  import chess.svg
  from IPython.display import SVG, display
  from functools import reduce
  
  
  def rcompose(*fs):
      return reduce(lambda f, g: lambda *xs, **ys: g(f(*xs, **ys)), fs)
  
  inline_board = rcompose(
          chess.Board,
          chess.svg.board,
          SVG,
          display)

Factor's quotations dealing with stack management weirdness is super nice, too.

https://concatenative.org/wiki/view/Concatenative%20language...

It still has a bit more stack juggling than I like, though. That could just be a "me" problem. Props to that whole community for their effort.

https://www.youtube.com/watch?v=f_0QlhYlS8g
zoltar
·3 年前·議論
I've found smaller categories of products with decent reviews on youtube. Project Farm and America's Test Kitchen spring to mind. I'm not sure they're as rigorous, but it's beyond what I'm willing to do at home by myself.
zoltar
·3 年前·議論
He didn't take credit for making the wire, so no.
zoltar
·3 年前·議論
https://www.youtube.com/watch?v=ylV7QtfkBFQ
zoltar
·7 年前·議論
I'm 100% with you on this. That c-pillar makes it a non-starter for me.