nicwest's comments

nicwest | 5 years ago | on: Bluetooth Trackball Mark II

Have you tried the trackballs formerly known as "Clearly Superior" now "Xtrac" apparently[1]. I like the physical scroll wheel and dedicated middle mouse button, the internals are mechanical not optical (I have had problems with kensingtons in this regard), and there are some fairly alluring foot peddle expansion ports on the back that I've not played with yet.

if you do go down this route, I would suggest avoiding a model with an LED in it. while it looks cool for sure the LED is positioned so that shines right in your eyes if you put the device front and center (like in between a split keyboard).

[1]: https://xkeys.com/xkeys/trackballs.html

nicwest | 5 years ago | on: Most-favorited Hacker News posts

I think it's interesting that out of all the news articles about famous people that have died, Ursla le Guin is the one that turns up in this list.

nicwest | 5 years ago | on: Ask HN: What's your quarantine side project?

I'm investigating the way that encounter difficulty is estimated in Dungeons and Dragons. I've felt for a long time that the influence the number of opposing monsters have is somewhat exaggerated.

nicwest | 6 years ago | on: How to Exit Vim

Mileage may vary depending on language support, but vim does have a go to definition feature[1][2]. I believe there is also out box error checking for some languages, and if that is not enough for you (and at the risk of offending a large number of vim purists), there is a fantastic plugin called ALE[3] that will likely provide you with what you want.

1: https://vimhelp.org/pattern.txt.html#gd

2: https://vimhelp.org/pattern.txt.html#gD

3: https://github.com/dense-analysis/ale

nicwest | 6 years ago | on: Unmortgage, the ‘part own, part rental’ housing startup, with partners AllianzGI

> Are taxes and maintenance costs shared proportionally?

Day-to-day maintenance (replacing lightbulbs, shelf falling down etc) is your responsibility. Plus you get to decorate however you want (at your cost). All other taxes and maintenance costs are shared proportionally.

> Who gets to decide when to call the plumber?

You do. There's a home emergency cover plan in place (costs shared proportionally) so you can get someone round 24/7, 365 days / year.

> If you fail to pay your rent, can they evict you?

Yes, but if you just need a couple of months to get back on your feet, we won't.

> What happens to your share then?

You still own it, but any rent arrears would be netted off.

> Can you sublet?

Not at the moment.

> Can you sell your share on the open market, or only back to the company, at whatever price they decide is fair market value?

The latter, but there is an option to go to the open market together. Price is determined by a regulated independent surveyor, not by Unmortgage.

https://www.unmortgage.com/faqs

https://www.unmortgage.com/how-it-works

source: I am an unmortgage employee.

nicwest | 7 years ago | on: Ask HN: Who is hiring? (December 2018)

Unmortgage | London, United Kingdom | Frontend, Backend & Data Engineers | Full-time | Onsite | https://unmortgage.com

Millions of people are stuck in the rent trap, with no way to own a home. At Unmortgage we are reinventing homeownership to bridge the widening gap between renting and buying with a mortgage.

We are funded for the next 3 years after the largest seed raise in Europe and are looking for people to join us at this early stage.

We work in a Agile (XP+TDD) team in a stunning office above Bank station, London. The Stack is React, Python running on Kubernetes in Google Cloud. Everyone gets their hands dirty and there are no silos allowed.

Here are all our exciting jobs: https://jobs.lever.co/unmortgage/

If you have any questions about the backend jobs you can drop me a line at [email protected], or [email protected] for the frontend jobs, or alternatively our CEO [email protected] for all of the above and any additional information about the company.

nicwest | 8 years ago | on: Matias Click Switches: Tactile mechanical keyswitches

so while it's not exactly the all in one service you describe, you can do something similar already:

http://www.keyboard-layout-editor.com/

to design your layout, then

http://builder.swillkb.com/

to design a layer case, files go to a laser cutting service,

then you would need a controller of some sort (commonly something like a https://www.pjrc.com/teensy/), switches, diodes, usb ports, etc.

then hand wire everything together.

tmk/qmk is more or less a defacto standard in custom keyboard firmware:

https://github.com/qmk/qmk_firmware

here are some examples of people generating firmware with webtools, I don't know what they use on the backend.

https://www.massdrop.com/configurator/ergodox

http://qmk.thevankeyboards.com/

page 1