nuschk | 6 days ago | on: Give Django your time and money, not your tokens
nuschk's comments
nuschk | 4 months ago | on: We cut our Mongo DB costs by 90% by moving to Hetzner
I think it's just more complicated than that. No hostage situation, just good old incentives.
nuschk | 3 years ago | on: Htmx in a Nutshell
[1] https://django-ninja.rest-framework.com
edit: typo
nuschk | 7 years ago | on: Farewell, Google Maps
Edit: Added geocode.earth.
nuschk | 8 years ago | on: Pillow-SIMD – Fast, production-ready image resize for x86
nuschk | 9 years ago | on: Running Docker in production for 6 months
nuschk | 9 years ago | on: Running Docker in production for 6 months
nuschk | 9 years ago | on: Ask HN: Who is hiring? (November 2016)
flatfox is a proptech startup building a next generation SaaS for landlords. We are looking for devs with high ownership who like to move fast and have an impact with our customers. We're small, you're going to be one of the very early hires, so, lots of opportunity to make a dent.
We need:
* Full-Stack Engineer (django/kubernetes)
* Mobile Engineer (Android/iOS, react native)
Apply here if interested: https://flatfox.ch/en/jobs/ or questions to [email protected]
nuschk | 9 years ago | on: Show HN: Nightlight, an editor that runs inside Clojure projects
Last time i checked (4 months ago, with a hobby project) it felt already pretty mature.
nuschk | 9 years ago | on: Ask HN: Anyone else having no email deliver with SendGrid?
Support was very helpful and migrated our traffic to already warmed up IPs.
nuschk | 9 years ago | on: Announcing Google Research, Europe
I think google came to Zurich because of EPFL/ETH, the very high living standard and most of all the rather liberal labor law. It's very easy to fire someone in Switzerland, compared to the surrounding countries.
nuschk | 10 years ago | on: New React DevTools Beta
nuschk | 10 years ago | on: Flux Architecture Visual Cheatsheet
In reflux, it was never clear to us whether certain async server operations should be handled in stores or in the actions. In general, you would always want them to be with your actions. Though every time you need a store variable to do the server call, you end up putting code in the store again (or passing the needed state through your react components, which is even uglier).
Not so in redux, where you have access to the stores in your actions. This way, stores get really dumb, which is the way they should be IMO.
And, btw, replacing reflux by redux is relatively easy and straightforward, as the same general concepts (flux) apply.
I also find the redux code easier to read, as the whole library is doing less (while achieving the same).
nuschk | 10 years ago | on: New York's Rent Regulation Fight
The downside, of course, is that the cost of such payments is far more transparent to the public. Many economists would argue that it's in fact much cheaper, as you it's more efficient. Still, today's subsidies are well hidden and almost never show up in household budgets. And thus it's hard to get to a system of direct payment.
nuschk | 10 years ago | on: Docker, Mesos, Marathon, and the End of Pets
I think it's perfectly doable to use an LLM to write into the Django codebase, but you'll have to supervise and feedback it very carefully (which is the article's point).