timrobinson | 4 years ago
timrobinson's comments
timrobinson | 4 years ago | on: The outside investigation of SoftRAM 95
https://en.wikipedia.org/wiki/Virtual_memory_compression
https://riverar.github.io/insiderhubcontent/memory_compressi...
timrobinson | 4 years ago | on: History of the evolution of the x86 platform, from the IBM PC to the modern era
timrobinson | 6 years ago | on: Ask HN: Who is hiring? (August 2019)
Maven is a proprietary high-frequency trading (HFT) organisation formed in 2011. We employ the most talented traders, developers and engineers in the market, executing a diverse range of strategies across global equities and derivatives. We are the most active participant in many of the products we trade, contributing significant liquidity to markets around the world. Core to our success is a tight integration between trading, research, and technology, and everyone involved in making these pieces come together.
Maven has a culture that is relaxed and informal but highly rewarding of strong performance; there's no dress code, plenty of free food and regular social events. We have offices in London, Hong Kong and New York and will be opening a new Chicago office in early 2020 as part of our plans to expand our coverage of derivatives markets.
We're hiring developers in data analytics, building a data platform in Python, with some Rust and C++. Apply here: https://grnh.se/4a7bb8a71
For more information, visit: https://workatmaven.com
timrobinson | 6 years ago | on: Ask HN: Who is hiring? (July 2019)
Maven is a proprietary high-frequency trading (HFT) organisation formed in 2011. We employ the most talented traders, developers and engineers in the market, executing a diverse range of strategies across global equities and derivatives. We are the most active participant in many of the products we trade, contributing significant liquidity to markets around the world. Core to our success is a tight integration between trading, research, and technology, and everyone involved in making these pieces come together.
Maven has a culture that is relaxed and informal but highly rewarding of strong performance; there's no dress code, plenty of free food and regular social events. We have offices in London, Hong Kong and New York and will be opening a new Chicago office in early 2020 as part of our plans to expand our coverage of derivatives markets.
We're hiring developers in data analytics, building a data platform in Python, with some Rust and C++. Apply here: https://grnh.se/4a7bb8a71
For more information, visit: https://workatmaven.com
timrobinson | 6 years ago | on: Ask HN: Who is hiring? (June 2019)
Maven is a proprietary high-frequency trading (HFT) organisation formed in 2011. We employ the most talented traders, developers and engineers in the market, executing a diverse range of strategies across global equities and derivatives. We are the most active participant in many of the products we trade, contributing significant liquidity to markets around the world. Core to our success is a tight integration between trading, research, and technology, and everyone involved in making these pieces come together.
Maven has a culture that is relaxed and informal but highly rewarding of strong performance; there's no dress code, plenty of free food and regular social events. We have offices in London, Hong Kong and New York and will be opening a new Chicago office in early 2020 as part of our plans to expand our coverage of derivatives markets.
We're hiring developers across all areas of the company:
- Low latency trading systems: C++, FPGA, Julia. Apply here: https://grnh.se/741a6cdb1
- Trading tools: C#, .NET Core, TypeScript. Apply here: https://grnh.se/3e4c1d701
- Data analytics: Python. Apply here: https://grnh.se/4a7bb8a71
For more information, visit: https://workatmaven.com
timrobinson | 7 years ago | on: Ask HN: Who is hiring? (February 2019)
timrobinson | 7 years ago | on: Ask HN: Who is hiring? (February 2019)
Maven is a proprietary high-frequency trading (HFT) organisation formed in 2011. We employ the most talented traders, developers and engineers in the market, executing a diverse range of strategies across global equities and derivatives. We are the most active participant in many of the products we trade, contributing significant liquidity to markets around the world. Core to our success is a tight integration between trading, research, and technology, and everyone involved in making these pieces come together.
Maven has a culture that is relaxed and informal but highly rewarding of strong performance; there's no dress code, plenty of free food and regular social events. We have offices in London, Hong Kong and New York and will be opening a new Chicago office in early 2020 as part of our plans to expand our coverage of derivatives markets.
We're hiring developers across all areas of the company:
- Low latency trading systems: C++, FPGA, Julia. Apply here: https://grnh.se/741a6cdb1
- Trading tools: C#, .NET Core, TypeScript. Apply here: https://grnh.se/3e4c1d701
- Data analytics: Python, C++, Rust. Apply here: https://grnh.se/4a7bb8a71
For more information, visit: https://workatmaven.com
timrobinson | 8 years ago | on: Computer latency: 1977-2017
https://en.wikipedia.org/wiki/PS/2_port#Legacy_port_status_a...
timrobinson | 8 years ago | on: Show HN: Howmanypeoplearearound – Use wifi to calculate number of people around
timrobinson | 10 years ago | on: Excel_to_code – Converts some Excel spreadsheets to C
I once worked on replicating a particular index, and the engine used fixed point internally. In order to get the values to match with the ones published officially, we had to emulate Excel floating point: our fixed point values wouldn't line up with theirs.
timrobinson | 10 years ago | on: Excel_to_code – Converts some Excel spreadsheets to C
timrobinson | 13 years ago | on: A rant about some of the nice things in the NT kernel
timrobinson | 13 years ago | on: Cmd - A saner way to running external programs from C#
(The reason for this is that the two streams are redirected to separate pipes, each of which has its own fixed-size buffer. If you forget to read from one pipe while you read from the other, its buffer fills up, and the writer - the program being executed - blocks. With standard error redirection turned off, the program writes directly to the console, which is safe.)
timrobinson | 13 years ago | on: You Know Twitter’s “Favorite” Button? It Could Have Been Called “Thanks.”
timrobinson | 13 years ago | on: Reverse-Engineering Twitter To Solve An Advertising Mystery
timrobinson | 13 years ago | on: Telling people to leave finance
Then again, the culture and the work varies in different cities and in different roles. In London we tend to get excellent developers joining the industry (traditionally there hasn't been much else for good developers locally) so you can typically expect to have skilled colleagues. And the closer you get to the front office, the more money there is for IT projects, and the more remit you have for writing good software.
timrobinson | 13 years ago | on: Command line tools every web dev needs to know
timrobinson | 13 years ago | on: Installing/Compiling iPhone apps without a MAC
timrobinson | 13 years ago | on: RBS IT cockup: This sort of thing can destroy a bank, normally
1) Why did it take until the early hours of Wednesday to find out? Why not run a manual check after the change went in?
2) If they found out on Wednesday morning, why did it take until Friday - after three failed batch runs - to fix it?
And you gain a cookie pop up. Of course the previous site had cookies (or rather localStorage) and tracking, but it didn’t ask for consent like the new NYT site.