I've been using CopyQ for years on Linux, macOS, and Windows, highly recommend it - https://hluk.github.io/CopyQ/
HN user
shadeless
jack.shade.1979@gmail.com
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/DisplayPort are not really a thing yet for some reason, so I ended up getting a USB (KM) switch instead. With this project, it looks like I'll be able to have my cake and eat it too.
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...
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 book is not worth spending hours of actual reading
- I enjoy the summary and it makes me want to read the whole book
- or I like the summary, copy the highlights into personal notes, and carry on
Real people are both reading and summarizing the books, so it's much higher quality than the automatic shorteners.
There's "Learn You Some Erlang for great good!" (http://learnyousomeerlang.com/), which is a great (the best?) resource for learning Erlang.
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.
Yesterday's discussion: https://news.ycombinator.com/item?id=13008315
The page source has a meta tag with the upload date:
<meta content='2016-10-14T21:09:46+00:00' itemprop='uploadDate'>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 wm) and you can also set it to be "sticky" (so it stays visible even if you switch to a different workspace).
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 pretty satisfied with it, and haven't had a single problem with it yet - it just works (™).
I recommend trying it out, relevant links:
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...
Somewhat related, there was a fun Lightning Talk at ElixirConfEU, "Advanced OOP in Elixir" - https://www.youtube.com/watch?v=5EtV2JUU0Z4
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?
Also check out sway, i3 compatible window manager for Wayland: https://github.com/SirCmpwn/sway
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] https://www.manning.com/books/elm-in-action
[1] https://twitter.com/ManningBooks/status/756492787290214401
There was a post about their usage of Elixir on the ElixirForum recently: https://elixirforum.com/t/complex-open-source-phoenix-apps-t...
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)Elixir
Edit: I wrote this comment before Elixir was added to the poll.
To me this looks like a submarine article for Amplemarket. Reading between the lines, John had trouble with sales on Monitorbook, so he created Amplemarket and used it to increase growth.
If that's the case it's doubly remarkable, but keeping that information secret seems sleazy. Am I crazy for thinking that?
Nice post. Can you clarify what you mean by proftiable, I'm assuming you're covering all costs and also paying yourself a decent salary?
If so, congrats!
Yeah, I was also very happy with ClipX while I was using Windows. Since switching the main OS to Linux a couple of years ago I've tried many other clipboard managers and found that CopyQ is the best (for me): https://github.com/hluk/CopyQ
It's being actively developed and also supports OSX and Windows, so it's worth giving a try.
IIRC there were some issues in how Phoenix was configured for the techempower benchmarks, I expect that it will have much better results in the next one.
You may want to look at these benchmarks also:
https://github.com/mroth/phoenix-showdown
https://gist.github.com/omnibs/e5e72b31e6bd25caf39a
Here is a post about using 2 million active websockets connections in Phoenix: http://www.phoenixframework.org/blog/the-road-to-2-million-w...
From my experience, Rails and Phoenix speed isn't comparable. Even in development mode (with code-reloading etc) Phoenix is much faster than a production Rails server. I've also replaced three Node.js servers with one Elixir server which did the same work with less memory and CPU usage, but I'm aware that most rewrites have a similar story, so I won't claim that this is enough proof.
I'd strongly recommend that you at least consider using Elixir [0] instead. Especially since you're coming from Ruby/Rails and you're looking at the frameworks, Phoenix [1] will get you 80% there.
Instead of me listing all the nice things about Elixir which you can read about online, feel free to send me an email with any questions regarding usage in production. I've been using it for some time and I'm very happy with it.
My understanding is: you can't unpublish an existing package, like in npm's leftpad situation. You do have a one hour window to change or revert a published version of a package, after that the published version is read-only.
For another detailed breakdown of web app cost, see the thread for Cushion: https://news.ycombinator.com/item?id=10875879
Using 'dw' deletes from the cursor until the end of the word.
Using 'daw' deletes the whole word "around" the cursor (hence 'a' command) - meaning you don't have to pay attention to the cursor position, it could be on the start/middle/end of the word and the result would be the same.
Also, from my own experience I can't really tell if I'm actually typing/coding faster faster since switching to Vim/Spacemacs, but I did notice a significant change in achieving and staying in a state of flow. Not having to touch the mouse or consider how a text transformation should be done (but just doing it mechanically) helps me stay in the zone. YMMV.
I've seen a lot of comments saying this answer on stackoverflow opened their eyes to using Vim: http://stackoverflow.com/questions/1218390/what-is-your-most...
Another way this could have been avoided is if he used "--one-file-system" flag, which wouldn't delete backups as they were mounted on a separate filesystem.
That theory is called Risk Compensation: https://en.wikipedia.org/wiki/Risk_compensation