Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ProblemFactory
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
121.
▲
How Many Miles Would It Take to Demonstrate Autonomous Vehicle Reliability?
(rand.org)
4 points
by
ProblemFactory
8y ago
|
2 comments
122.
▲
by
ProblemFactory
9y ago
I don't think you can actually have the "unlimited downside" at least as a casual investor. Nobody trusts you to be able to pay up for the "unlimited downside", so when you short stock, you are required to provide s
123.
▲
by
ProblemFactory
9y ago
import envkey # Fetches and install environment In Python at least, that feels a bit icky. Modules can run complex code at import time, but it's rarely done. The import order between modules is often not specified or care
124.
▲
by
ProblemFactory
9y ago
> The missions targeted by this technology are GOCE-like spacecrafts which by design must fly low Once the technology matures, it could be used by more missions. Flying low has its benefits: * Lower latency for communication satellites,
125.
▲
by
ProblemFactory
9y ago
> True, in that it would better to fix the underlying problems that allow companies to pretend they have no profit. This is the core problem, but it's also very difficult to solve. Google makes money in Europe by selling advertising
126.
▲
by
ProblemFactory
9y ago
> I live in the Netherlands where 40K is quite a reasonable income. I really dont get why you would need 100k to do the things you need. Perhaps people need to become a bit more frugal? What I have found is that the majority of "hap
127.
▲
by
ProblemFactory
9y ago
It depends on how many spaces the cafe has and how expensive rent is. If the cafe has plenty of free space, then people working on laptops is extra customers and beneficial. If it has little space, then a person ordering a coffee every two
128.
▲
by
ProblemFactory
9y ago
> For example, they think that they can scrape data about traffic from thousands or millions of connected cars. It's not something Google/Waze could also do, it's what they already have been doing for years. Google Maps
129.
▲
by
ProblemFactory
9y ago
What makes this technology fundamentally different from and more dangerous than Adobe Photoshop?
130.
▲
by
ProblemFactory
9y ago
I don't understand why Tether would be doing all that. They could have a very simple business model: 1. Accept USD and issue USDT in return, 2. Buy US Treasury bonds, which yield 1.5-2.5% for 3 month to 5 year bonds, 3. If people cash
131.
▲
by
ProblemFactory
9y ago
> calculates that the return interval for a two-year drought of this severity is 1150 years (!) This is however calculated based on historical weather data from 1920s onwards. With climate change ongoing and increasing, we can't rel
132.
▲
by
ProblemFactory
9y ago
> If you're in a creative industry - and I consider software a creative industry - giving away your creations for a wage is psychically harmful. If you're genuinely creating something of value, you want to own some fraction of
133.
▲
by
ProblemFactory
9y ago
> how that ever got approved if the security model was clearly leaking When you consider a theoretical model of the CPU, then it's not leaking - the speculative execution, cache, other parts of the CPU are designed carefully so that
134.
▲
by
ProblemFactory
9y ago
> can anyone tell me why the accessibility check for protected memory doesn't happen before the cache loads the contents of RAM? From what I understand, it does happen on AMD, which is why AMD CPUs are not vulnerable to the more dan
135.
▲
by
ProblemFactory
9y ago
> There are so many laws on the books, many of them horribly outdated, and legislatures are overworked / grid locked. Often, the only way for us to have a working body of law that makes sense is for the government to simply stop enf
136.
▲
by
ProblemFactory
9y ago
We don't know what the actual bug is yet, or how easy it would be to exploit it. People are speculating that either: a) It would allow any non-root process to read full memory, including the kernel and other processes, or b) It would
137.
▲
by
ProblemFactory
9y ago
Yes, the algorithm is breakable with a few examples to figure out the base word and the pattern. But this requires human attention at your personal algorithm. Unless you are enough of a celebrity or public figure to be personally targeted
138.
▲
by
ProblemFactory
9y ago
You can't blindly overwrite existing data based on the UUID, sure. But I find that the security checks against "stealing UUIDs" are much simpler to implement than a system of composite primary keys (deviceid+autoincrement or
139.
▲
by
ProblemFactory
9y ago
The Algorithm is a great solution - breaking the pattern would require password leaks from 3-4 different sites, and a human to spend time puzzling over it. For automated bots the passwords look unique. What's your solution for annoying
140.
▲
by
ProblemFactory
9y ago
UUIDs (and other mostly random IDs) also have the important advantage that they can be generated offline - in mobile apps, client-side javascript or elsewhere. With autoincrement keys, you need to either contact the database server for each
141.
▲
by
ProblemFactory
9y ago
Even if others don't discover and adopt your ideas - there is a limited market size for most investment strategies. If you are good at picking winners for some specific type of startups, but there are only 10 of them per year, then you
142.
▲
by
ProblemFactory
9y ago
Any discussion on ORMs needs to consider what sort of app and queries you are writing. ORMs are fantastic for the very common case: * Fetch 20 rows and display them as a table, * Fetch 1 row by primary key and display it as a form, * Writ
143.
▲
by
ProblemFactory
9y ago
> No idea how much extra it would cost I thought the "European delivery" scheme's attraction was that it is cheaper than buying the same car in the US - because you are driving it around Europe, it's imported as an us
144.
▲
by
ProblemFactory
9y ago
Yes, that's the argument in the article: that the RDA is far too low.
145.
▲
by
ProblemFactory
9y ago
> I work in a large corporation and they're still planning their transition to 1.5 and then to 2. Angular 1 -> 2 is an actual "major release". "Rewrite all your apps from scratch" major. But starting from Angu
146.
▲
by
ProblemFactory
9y ago
4 -> 5 included some new cool features but was a smooth upgrade. 6 is coming out in March and then a new "major version" is scheduled every 6 months. This is common for end-user apps but feels very weird for developer libraries
147.
▲
by
ProblemFactory
9y ago
> I would guess WD is putting a user accessible CPU in each of their disk drives, idea being that if you have a CPU living close to the drive, then e.g. map+reduce workloads can be more efficiently executed. I don't see how this wou
148.
▲
by
ProblemFactory
9y ago
> Helium-3 (He3) is gas that has the potential to be used as a fuel in future nuclear fusion power plants. There is potential, but this is for very far in the future. Getting an energy-positive fusion reaction going in ITER is still at
149.
▲
by
ProblemFactory
9y ago
I have seen many of these companies and potential "build a real database-backed web app" projects during my software consulting career. This seems like a good idea at first: automate manual processes, have a real database with one
150.
▲
by
ProblemFactory
9y ago
The author isn't arguing that any of the services or products are a bad idea. She's arguing against the over-the-top marketing for something entirely ordinary. "We will revolutionise transport with this new invention" in
More ›