Viewing profile — shadeless
shadeless
HN member- Joined
- Wed, Nov 07, 2012, 4:48 PM UTC
- HN karma
- 736
- Public activity
- 169 items
- HN profile
- View on Hacker News ↗
About shadeless
Recent public activity
-
comment
Comment #31868614
I've been using CopyQ for years on Linux, macOS, and Windows, highly recommend it - https://hluk.github.io/CopyQ/
-
comment
Comment #29609485
This looks fantastic, I was recently disappointed to learn that there don't seem to be any good KVMs under ~$200, that support anything higher than 4k@60Hz. Apparently Thunderbolt/…
- story
- story
- story
-
comment
Comment #20870507
Both my Samsung Galaxy S8 and Galaxy Note 9 do this, they call it Wi-Fi sharing: https://www.samsung.com/uk/support/mobile-devices/how-do-i-s...
-
comment
Comment #20447858
I have been using Blinkist on a daily basis for the past few months. I'm pretty satisfied with the subscription as it's a great time-saver, in 15mins I either find out that: - the …
- story
-
comment
Comment #14605545
There's "Learn You Some Erlang for great good!" ( http://learnyousomeerlang.com/ ), which is a great (the best?) resource for learning Erlang.
-
comment
Comment #14358950
It's worth mentioning that the smallest city with a rapid transit system (2 metro lines, 28 stations) has a population of only 135,629. https://en.wikipedia.org/wiki/Lausanne
-
comment
Comment #13015023
Yesterday's discussion: https://news.ycombinator.com/item?id=13008315
-
comment
Comment #12800225
The page source has a meta tag with the upload date:
-
comment
Comment #12718305
i3wm is a pretty popular tiling window manager which supports what parent described - you can set a window to "float" (so it doesn't tile, you can move around it like in a regular …
-
comment
Comment #12568197
A couple of months ago I stoped using rvm, kerl, exenv, nvm and started using asdf - "Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more". I've been p…
-
comment
Comment #12538941
This is where I first saw it, it's a nice form for sharing with other people: http://zenpencils.com/comic/90-ira-glass-advice-for-beginner...
- comment
-
comment
Comment #12487788
Somewhat related, there was a fun Lightning Talk at ElixirConfEU, "Advanced OOP in Elixir" - https://www.youtube.com/watch?v=5EtV2JUU0Z4
-
comment
Comment #12480493
I haven't used layouts much, but that sounds very useful. Do you have your dotfiles somewhere online? Or could you put up the code needed for that setup in a gist/pastebin?
-
comment
Comment #12282036
Also check out sway, i3 compatible window manager for Wayland: https://github.com/SirCmpwn/sway
- story
-
comment
Comment #12146682
And also checkout Elm in Action MEAP [0], published just yesterday. There is a coupon for 50% valid today, "mlfeldmantw" [1] I'm not affiliated in any way, just a fan of Elm. [0] h…
- story
-
comment
Comment #12075111
There was a post about their usage of Elixir on the ElixirForum recently: https://elixirforum.com/t/complex-open-source-phoenix-apps-t...
-
comment
Comment #12071089
Or if you like pipelines as much as I do, you can write it as: [:a, :b, :c] |> Enum.with_index |> Enum.each(fn({item, counter}) -> IO.puts("#{counter} -> #{item}") end)
-
comment
Comment #11994588
Elixir Edit: I wrote this comment before Elixir was added to the poll.