CityWanderer | 7 years ago | on: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
CityWanderer's comments
CityWanderer | 8 years ago | on: Key Reinstallation Attacks – Breaking WPA2 by Forcing Nonce Reuse
Is this issue any different to using open wifi at a cafe, which many many people do, relying on HTTPS for their security? (This is an honest question)
CityWanderer | 8 years ago | on: Ask HN: Are Glassdoor reviews a reliable indicator of a company's culture?
From what I've seen, a lot of good or decent places tend to have a general positive rating, and the really bad ones are going to have multiple negative reviews.
Take individual reviews with a grain of salt, but as a group I think it's fairly accurate.
CityWanderer | 8 years ago | on: Ask HN: Who is hiring? (October 2017)
fieldmargin are building a hub for farmers to access all of the technology they use across their farm. We allow them to integrate their drone photography, satellite imagery, historical paper maps, IoT sensors and machinery, with our easy-to-use note taking and collaboration apps. We're a small team of 10 working in Clerkenwell.
We have a React powered web application, native iOS and Android applications and a Java/Spring backend. We use Python for small services and for prototyping. Everything is hosted in AWS.
We're looking for a mid-senior developer to join our Web & APIs team, you'll be tasked with:
- building our main React web application that forms the core of our product
- creating integrations to pull data in from our partners
- designing and building the public APIs that allow everyone to connect to our systems
- working full stack with the most appropriate tools for the job
We expect you to have existing experience building React applications and knowledge across the stack, but Python, Java and AWS can be learnt on the job.
If you're interested or have further questions, please email [email protected].CityWanderer | 8 years ago | on: Ask HN: Who is hiring? (September 2017)
fieldmargin are building a hub for farmers to access all of the technology they use across their farm. We allow them to integrate their drone photography, satellite imagery, historical paper maps, IoT sensors and machinery, with our easy-to-use note taking and collaboration apps. We're a small team of 10 working in Clerkenwell.
We have a React powered web application, native iOS and Android applications and a Java/Spring backend. We use Python for small services and for prototyping. Everything is hosted in AWS.
We're looking for a mid-senior developer to join our Web & APIs team, you'll be tasked with:
- building our main React web application that forms the core of our product
- creating integrations to pull data in from our partners
- designing and building the public APIs that allow everyone to connect to our systems
- working full stack with the most appropriate tools for the job
We expect you to have existing experience building React applications and knowledge across the stack, but Python, Java and AWS can be learnt on the job.If you're interested or have further questions, please email [email protected].
CityWanderer | 8 years ago | on: Startups should not use React
CityWanderer | 8 years ago | on: Startups should not use React
CityWanderer | 8 years ago | on: Startups should not use React
My React project has 1,015 dependencies (directories in node_modules). If I didn't have locked versions then every minor automatic update could bring in more dependencies without me knowing.
Can anyone honestly say they've done such due diligence?
CityWanderer | 8 years ago | on: Startups should not use React
LICENSE is a pretty common convention and you could argue I should seek out this file in every one of my dependencies' dependencies - but how would I know to look for PATENTS?
Are all statements in the code base legally binding? Could they be hidden in a source file somewhere?
CityWanderer | 9 years ago | on: Dell XPS 13 Developer Edition (Linux) Review
I started a new role a few months ago that forced me onto OS X and found physical and software issues. Physically OS X does not let you configure mice properly without installing third party drivers. Of course I ditched the "magic" mouse pretty quickly after my hand started hurting after a couple of days, but even with a normal mouse you simply cannot configure mouse sensitivity and acceleration properly - it cannot treat a mouse on par with what Linux or Windows will. You need extra drivers to even enable mouse buttons 3,4 and 5.
The keyboard shortcuts hurt too, sometimes using Ctrl, sometimes using Cmd, but that could be just fighting 15 years of muscle memory - so take that with a grain of salt (but it indirectly caused more physical finger pain).
Software-wise I don't know how objective I can be, but it feels faster/simpler to install software and things like the terminal are much better integrated - I can auto-complete git branch names on the command line for instance. Maybe OS X can do that kind of thing, but certainly not out of the box. To me, OS X feels like a 95% emulation of Linux, just that slightly bit lacking.
Then there are the embarrassing things like I couldn't find the shortcut to go to the end of the current line. On Linux it's the End key - on Mac I assume it's some combination somewhere.
CityWanderer | 9 years ago | on: Dell XPS 13 Developer Edition (Linux) Review
Ease of use is very subjective and can't really argue with what people are used to. I do know that from a physical point of view that Linux lets me configure a mouse to not give me RSI.
CityWanderer | 9 years ago | on: Dell XPS 13 Developer Edition (Linux) Review
Suspend/resume works fine.
I've had to restart the network-manager service just once to get WiFi to refresh. Otherwise it's fine reconnecting when you come in/out of suspend.
Other things: battery isn't great but I don't use it away from a desk. On the first couple of days the Ubuntu Software Centre kept crashing; I think it's fine now but I don't tend to use it anyway. I disabled the Dell apt source because it was failing - I don't know if that was a one-off problem or it's just broken.
But, I'm running Linux as my primary development environment again and it just feels _so good_ after a few painful months on OS X.