Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ProblemFactory
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
361.
▲
by
ProblemFactory
12y ago
Thanks for the suggestion. However, for now I'd like to avoid building my entire app "the Heroku way", and keep the PostgreSQL server hosted on the same server or at least the same network as the rest of the app. But you are
362.
▲
by
ProblemFactory
12y ago
Thanks, that looks very useful!
363.
▲
Ask HN: PostgreSQL and other server backup services?
11 points
by
ProblemFactory
12y ago
|
6 comments
364.
▲
by
ProblemFactory
12y ago
Does migration squashing do what you are looking for: https://docs.djangoproject.com/en/dev/topics/migrations/#squ... ? After squashing and migrating all existing databases, you can delete the old migrat
365.
▲
by
ProblemFactory
12y ago
> you might not like that fact that you can't skip migrations the same way you previously could with SOUTH_TESTS_MIGRATE = False. Note that it's possible to squash a long series of migrations to just one "CREATE TABLE"
366.
▲
by
ProblemFactory
12y ago
There's something better than a free market: a competitive market. Multiple roughly equal providers competing on price, features, quality and so on benefit consumers more than the philosophical free market. But it's not in a com
367.
▲
by
ProblemFactory
12y ago
Thanks for the clarification - I did not realise that companies are/were able to negotiate the offer.
368.
▲
by
ProblemFactory
12y ago
The poster seemed to ask for companies that: 1. applied to YC, 2. were accepted, and 3. then turned down the offer. But I'm not sure why that would ever happen - the terms and content of the YC program are published in detail, so it wo
369.
▲
by
ProblemFactory
12y ago
Heroku is expensive because of their markup, but more so because their platform forces everything to be separate managed, modular instances whose costs add up fast. * Want a web server instance that doesn't get shut down between reques
370.
▲
by
ProblemFactory
12y ago
There is plenty of good work on anonymising and fuzzing location data. But unfortunately the results show that the amount of fuzzing required for anonymity is huge. "Hours and 100m" are far from enough, only something like "y
371.
▲
by
ProblemFactory
12y ago
That approach works for free command-line tools written for technology specialists. But not if you are trying to make money with an app for the "general public", for example on the mobile app stores or oldschool shareware. Keeping
372.
▲
by
ProblemFactory
12y ago
The interesting part of the product is that it can be useful even to people who don't own Bitcoin or don't personally care about Bitcoin. Assuming that modern malware includes modules to drain Bitcoin wallets found on infected dev
373.
▲
by
ProblemFactory
12y ago
Vex seems very convenient, but it is also possible to avoid the "magic" with just standard virtualenv. If you provide the full path to the python binary in the virtualenv, it executes with the virtualenv loaded: /home
374.
▲
by
ProblemFactory
12y ago
> With regard to legal documents and accounting and all that, we have an LLC right now, with Quickbooks and a boilerplate operating agreement that I found in a book at Barnes and Nobles. I definitely agree that it is incredibly important
375.
▲
by
ProblemFactory
12y ago
It's understandable that being up-to-date with the latest academic results doesn't guarantee success. There are many, many other factors that determine the eventual success of a startup, and therefore it's investment appeal.
376.
▲
by
ProblemFactory
12y ago
> "Host websites using Dropbox" This seems like a cool hack, but awfully dependent on Dropbox for the core product of your business. * If dropbox doesn't like what you are doing, they can just block you. * If they really l
377.
▲
by
ProblemFactory
12y ago
These don't seem crazy at all in the context of someone with particular tastes arranging their life in their own home. RMS has been travelling and giving talks for decades, and is most likely thoroughly fed up with it. If he's mak
378.
▲
by
ProblemFactory
12y ago
Curiously, the Heartbleed bug was found by the Google engineer who is working on replacing NSS with OpenSSL in Chrome: https://docs.google.com/document/d/1ML11ZyyMpnAr6clIAwWrXD53... From the Pros & Cons table
379.
▲
by
ProblemFactory
12y ago
Is it really more difficult to keep track of than regular shares? It's easy to decide if the stock might be purchased: if the IPO/acquisition is priced above strike price, then they obviously will be bought, and otherwise will not
380.
▲
by
ProblemFactory
12y ago
Most HN readers are developers (who all have unique and specific tastes in their machine setup), and have enough experience with Linux to find it easy to install alternative window managers. For "popular adoption", I'm sure t
381.
▲
by
ProblemFactory
12y ago
"You need to narrow your focus" seems like something that would not be the main reason for rejection, and instead something that the mentors advise to fix after getting in. If there really was a serious reason for rejection (inste
382.
▲
by
ProblemFactory
12y ago
I don't think the analogy works. None of the money, and all of the blame ended up with people who make and review OpenSSL as volunteers.
383.
▲
by
ProblemFactory
12y ago
The Heartbleed bug was a C buffer overflow. Entirely unrelated to the heartbeat feature, its spec, or the functionality of SSL as a whole. It had serious impact because was in a popular network-accessible library - something similar could a
384.
▲
by
ProblemFactory
12y ago
An useless but fun observation: you can do the litres/100km division and arrive at units of area . A family car might have a fuel consumption of 0.05 mm^2. This is the cross-section of the imaginary pipe of fuel along the highway that
385.
▲
by
ProblemFactory
12y ago
I think every candidate prefers a real project to BS puzzle questions and whiteboard coding - it gives them the opportunity to show their real skills, and to also evaluate the culture and the team at the company. But only students, freelanc
386.
▲
by
ProblemFactory
12y ago
> Which brings me to the problem of Samantha. She apparently has freewill. > Instead, Spike Jonze creates an AI that's actually alive, deep, and something it's okay to fall in love with--I couldn't accept that. The bigg
387.
▲
by
ProblemFactory
13y ago
Because registrars have huge lock-in effects. It is extremely tedious to transfer domains between registrars. There are periods around the renewal date where you cannot do this at all, and it might involve paperwork and phonecalls. The old
388.
▲
by
ProblemFactory
13y ago
I think the confusion arises from the term "thermostat". The example works much better with a "heating power dial", not a "desired indoor temperature dial".
389.
▲
by
ProblemFactory
13y ago
Price depends on the balance of both supply and demand. Even if there are less coins to go around: * Many existing bitcoin users have had their coins and conventional currency holdings wiped out - and don't have enough money left to bu
390.
▲
by
ProblemFactory
13y ago
Unique IDs are easy on a single machine, but (just like cache invalidation) become surprisingly complex in a distributed system. For example, how to assign unique MAC numbers to network cards without a centralised database that has to be
More ›