BlueZeniX | 2 years ago | on: Is AI the next crypto? Insights from HN comments
BlueZeniX's comments
BlueZeniX | 2 years ago | on: Dropbox Dash, AI-powered universal search, and Dropbox AI
BlueZeniX | 3 years ago | on: EU-wide maximum limit of €10K for cash payments
To get a PSD2 "Open Banking" license one needs to KYC every user and keep every transaction that passes through the system, for 5 years, including the KYC data.
Being PSD2 licensed doesn't even make you a bank. Just imagine what an actual bank has to keep around...
Also every business has to keep invoices and transaction data around for tax audits, usually 7 years. So you can GDPR delete request all you want, but the shop where you bought that thing still has to legally know you've bought it.
BlueZeniX | 7 years ago | on: Free E-book: Distributed Systems Observability
BlueZeniX | 8 years ago | on: Bitcoin: A Peer-to-Peer Electronic Cash System (2008) [pdf]
BlueZeniX | 8 years ago | on: China's Central Bank Bans ICOs
BlueZeniX | 9 years ago | on: The most powerful camera in deep space just sent 1,000 more pics back to Earth
BlueZeniX | 9 years ago | on: New York passes bill making it illegal to advertise entire apartments on Airbnb
BlueZeniX | 9 years ago | on: Ask HN: Freelancer? Seeking freelancer? (June 2016)
DevOps (SmartOS, NixOS!) and Software Development in Haxe, Clojure & ClojureScript.
Other stuff too :-)
- https://www.linkedin.com/in/primevc - http://containium.com/
BlueZeniX | 11 years ago | on: Revisiting How We Put Together Linux Systems
Nix doesn't need fancy filesystem shenanigans to do its job: build isolated packages with complete runtime dependencies.
NixOS is built on top of it to provide atomic system-wide upgrades and rollbacks.
BlueZeniX | 11 years ago | on: Revisiting How We Put Together Linux Systems
BlueZeniX | 13 years ago | on: NixOS - Declarative configuration OS
BlueZeniX | 13 years ago | on: In Europe, Speed Cameras Meet Their Technological Match
It always amuses me to hear local radio news about yet another multi-vehicle collision.
In Germany, the country known for it's wonderful Autobahn, you can temporarily loose your license for tailgating.
PS: I'm dutch.
BlueZeniX | 13 years ago | on: Stop worrying about Time To First Byte (TTFB)
BlueZeniX | 14 years ago | on: In Depth Talk on Performance and Serialization (Protobuf, json, Thrift, etc.)
The msgpack serializer was probably used in a suboptimal way. The integer 3 can be encoded by msgpack in one byte as well. I never use doubles which is probably why I didn't think of this case.
Integers are actually always <= bytes in msgpack than the JSON ascii representation.
Anyway - benchmarking is hard.
BlueZeniX | 14 years ago | on: In Depth Talk on Performance and Serialization (Protobuf, json, Thrift, etc.)
MsgPack is so close to JSON in structure, but very compact (1 byte type header, small numbers type and payload combined) it doesn't make any sense.
BlueZeniX | 14 years ago | on: Picking technologies on the right side of history
When you write your data model in a language that works on client and server platforms, you save lots of duplication of effort and gain flexibility. The best example of experiencing the opposite I have is a fairly large application I worked on, where the backend developers designed a totally different set of classes around a (pretty much undocumented) XML structure than the frontend guys. Basically all communication happened through XML. Sure "it's an open format!", "it's human readable! (in a sense)", but taking over this project figuring out semantics and what was considered valid became a painful effort.
Your frontend should always use the same domain model as the backend. Designing the fundamental parts of your application without relying on an ORM, XPath, JSON, .NET, Scala case classes, Flash, Javascript, HTML5, Swing, whatever... makes you platform agnostic and shrug at the next internet technology death.
Am I happy Flash is considered dead? No, currently HTML5 lacks many features I rely on today and sanity (isn't it kind of bizar we consider cross-browser issues as normal?). Will my skills and all of my codebase die with it? Absolutely not.
BlueZeniX | 14 years ago | on: Flash is fine. Dont be a Fundamentalist.
Which is of course no excuse to make flash only restaurant sites... Nor is it to make canvas only, webgl only, image only...websites.
BlueZeniX | 14 years ago | on: Flash is fine. Dont be a Fundamentalist.
BlueZeniX | 14 years ago | on: Hiding your data in plain sight: USB hardware hiding