Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
__float
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
331.
▲
by
__float
6y ago
At what point do we look to capitalism as a driving factor for misinformation spreading? Media outlets are incentivized to bring in clicks/shares/likes. They're not incentivized to research stories sufficiently, so...a shak
332.
▲
by
__float
6y ago
It's also much less reliable than the credit card networks. Fundamentally it's not ready to be a large instant payment provider, as it's still based on the same slow batch processes that run your normal bank transfers.
333.
▲
by
__float
6y ago
I agree it totally could be improved. Perhaps they're being careful? Elsewhere in the comments, someone showed that logged in users have more items in that bar ( https://imgur.com/llv2rtc ). That might not work so well i
334.
▲
by
__float
6y ago
Dhall does have many features that can still "compile down" to YAML or JSON (or some others, too). Depending on this target language, some Dhall features are unavailable. I don't think OP meant Kubernetes is changing to Dhall
335.
▲
by
__float
6y ago
I worked in a call center where we were explicitly not paid to do those things. You were expected to have already done all of that by the time your shift started, otherwise you were considered late. Apple isn't alone here, but they
336.
▲
by
__float
6y ago
This doesn't make much sense either -- many companies will happily employ people from India or Brazil if they live in SF or Chicago. Why are the "cultural/communication problems" not present then?
337.
▲
by
__float
6y ago
Have you tried Dropbox Paper? Unlike what the name implies, it's the most non-print-focused editing experience I've used. Anecdotally, it's much more popular for design docs than Google Docs at my current employer.
338.
▲
by
__float
6y ago
This probably runs into the same issue mentioned in the article, where the checksums are wrong and you end up in an infinite loop.
339.
▲
by
__float
6y ago
Care to elaborate?
340.
▲
by
__float
6y ago
I don't think systems like this have ever been really limited to the amount of data they can _present_. A bigger limiting factor is the volume of data they can ingest, at what cardinality (ideally arbitrary), and how quickly they can g
341.
▲
by
__float
6y ago
Yep yep, makes sense. I helped migrate a Python monorepo to Bazel, which involved an unfortunate amount of Starlark :-) The mental lines between Starlark and Python are fully blurred at this point, but I've seen the "Starlark isn&
342.
▲
by
__float
6y ago
When you say "not a strict subset of Python", is that primarily the stdlib changes? Are there any syntactic differences that mean valid Starlark is not valid Python?
343.
▲
by
__float
7y ago
Is this still as painful as it used to be? AMI building took ages , so iteration ("deployment") speed is really awful.
344.
▲
by
__float
7y ago
What did you use for a UI?
345.
▲
by
__float
7y ago
How often do you use this device? I feel like I hardly understand the idea, because a / and \ is just as distinct as a b and a p. We don't make mnemonics for those?
346.
▲
by
__float
7y ago
They may have decided, for example, that the majority of cases were not security related. If they were just cosmetic or something...
347.
▲
by
__float
7y ago
what practical situation do you encounter that DNS isn't an option? why are you shutting down servers to rotate certificates? a reload should be totally possible!
348.
▲
by
__float
7y ago
What CI software do you use? I played around with spot instances and Jenkins, and it was quite a poor experience.
349.
▲
by
__float
7y ago
It doesn't seem to be dynamically loaded the same way, but it certainly has software updates: https://support.apple.com/en-us/HT205858 .
350.
▲
by
__float
7y ago
Issues, CI/CD, and code review are a huge part of the development process that git does not do. Committing directly might work for a small team, but I can't imagine that scales. I suppose we want fundamentally different things h
351.
▲
by
__float
7y ago
It sounds like you're looking more for an administrative CLI for Github, rather than the usual "Github user" experience in the command-line. What do you use instead of PRs? (Honestly, not using PRs and paying for GHE sounds
352.
▲
by
__float
7y ago
Transferring large amounts of money quickly . The fees can be very high, and you may very well consider an alternative as a result.
353.
▲
by
__float
7y ago
Do you own any property this way?
354.
▲
by
__float
7y ago
You give a lot of weight to cryptocurrency/blockchain/similar tech, and there's a lot more out there than that. I'm still waiting to see one reasonably decent application of a blockchain, and remarkably few of the thin
355.
▲
by
__float
7y ago
Unfortunately, browsers don't give very much (if any) control over the networking components -- so you lose out on possibilities for much observability, you can't do things like implement HTTP/2 if your browser doesn't a
356.
▲
by
__float
8y ago
...why should he start as a janitor when he has years of experience doing the jobs he's apply for?
357.
▲
by
__float
8y ago
I think the issue here is not learning new things, but having the time to sit down and focus on them. As a child and young adult, you usually have fewer distractions -- whether a significant other, a mentally or physically exhausting job,
358.
▲
by
__float
8y ago
Has anyone seen specifics on how they'll be held accountable? They've made promises for x jobs with $y average salaries, but if they don't meet that, then what? https://ny.curbed.com/2018/11/16/
359.
▲
by
__float
8y ago
At work, we frequently build in a Linux VM (using VirtualBox through Vagrant) from a macOS host, and the default shared folder does not support symlinks. We use NFS as a workaround.
360.
▲
by
__float
8y ago
It's surprising to me that Gmail doesn't take more advantage of code splitting and lazy bundle loading -- I wonder if it's common practice among "modern" JS apps (i.e. the Angular-using ones like Cloud Console), but
More ›