Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefined
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
121.
▲
by
codefined
8y ago
Not the parent commenter, but am currently using F-Droid and not Play services. It seems great for everything I wish to do on Android. Only exception is the game options, which are very limited.
122.
▲
by
codefined
8y ago
Not having comments is massively detrimental to most of our configuration use cases. Being forced to replace line-breaks with \n is also really painful for longer strings. HJSON was great at solving both of those.
123.
▲
by
codefined
8y ago
I must admit I don't know about Apple, but you can download APKs for Android that are equivalent to an executable.
124.
▲
by
codefined
8y ago
> Netflix Inc. and video game makers Epic Games Inc. and Valve Corp. are among companies that have recently tried to bypass the app stores or complained about the cost of the tolls Apple and Google charge. Valve appear to even be complai
125.
▲
by
codefined
8y ago
for (let i = 0; i < a.length; i++) { a[i] = a[i]*2 } Has to be converted into something that can be run onto a machine that won't cause a fatal error if the array `a` doesn't have an item at index `i` (e.g. negati
126.
▲
by
codefined
8y ago
I think the idea is that if your service does more, it necessarily needs more work to maintain. From a simple point of view, there are just more moving parts to go wrong.
127.
▲
by
codefined
8y ago
You would probably use something like a queue[0] that takes in data from the websocket and dishes it out to lambda functions. You might also use something like Kinesis[1] or other alternatives. [0] https://aws.amazon.com/sq
128.
▲
by
codefined
8y ago
This article seems to be garnering more attention over here: https://news.ycombinator.com/item?id=17741592
129.
▲
by
codefined
8y ago
The provided index.html is optimised for readability, so it has a lot of extra whitespace. If you minify it, which results in the same content, it reduces to 337 characters[0] [0] https://femto.pw/irb7.html
130.
▲
by
codefined
8y ago
That person appears to be getting paid a significant amount of that for advertising, _not_ for contributing to an open source project.
131.
▲
by
codefined
8y ago
I'm the manager of several Reddit communities and a few gaming communities, so far I've banned ~3,400 people from using these services for periods of time ranging from one day to 1,300 permanent bans. In this time I've met w
132.
▲
by
codefined
8y ago
I always considered my favourite system to be one where the discovery system was centralized, but the actual content itself and the ability to produce it was decentralized. So, for instance, you'd have "PeerTube" as a protoc
133.
▲
by
codefined
8y ago
I think tl;dr pages[0] might be more popular, on a similar topic [0] https://github.com/tldr-pages/tldr
134.
▲
by
codefined
8y ago
We seem to have seen a massive, measurable improvement in lab grown meat in the past 2-3 years. Going down from hundreds of thousands of dollars to single digit prices[0]. I don't know how the market is going to respond, but if we get
135.
▲
by
codefined
8y ago
Not looked into the technology, but wouldn't it need to put a ridiculously strong laser to have any effect on garbage at all? Solar sails have to have a really large surface area and a really low mass in order to get even a tiny amoun
136.
▲
by
codefined
8y ago
I think they're actually talking about other items being the bottleneck as opposed to the rate at which you can grab information off of disks, so if you have any meaningful fraction of your data being hot at any one point there is no a
137.
▲
by
codefined
8y ago
Any methodology for getting more information from less information is going to involve guess work at some point, surely? This guess work just happens to be helped along by having the results of (I assume) millions or more separate videos w
138.
▲
by
codefined
8y ago
I haven't done chemistry in years, but I think you can fairly easily reuse the calcium carbonate pellet once it has been heated. I imagine the cost of energy is significantly less than the cost of the raw resources.
139.
▲
by
codefined
8y ago
I feel the controversy comes from the fact that one side has a large fund of money and is biased towards keeping things the way it is, whilst the other has significantly less funding and does not earn any money, or likely even significant b
140.
▲
by
codefined
8y ago
I remember reading a few weeks ago on Hacker News about a team of people who were working to mathematically prove that some of these issues are impossible in existing programming constructs. I can't entirely remember whether it was a
141.
▲
by
codefined
8y ago
In a similar vein, if there is no feasible way to remove information from a service (E.G. placing data in a blockchain), does that break the rules of GDPR?
142.
▲
by
codefined
8y ago
I'm not sure if it's a model thing or just that software has bugs, but lots of people really dislike Maven. Not sure it's an example of a good package manager.
143.
▲
by
codefined
8y ago
Yes, that status page is only for the registry. This error was in how clients were appending ports to the HOST header.
144.
▲
by
codefined
8y ago
The issue I have with Discord is the lack of threads. When you're helping multiple people at once threads can help distinguish who you're talking to. Or when you have multiple conversations happening at once it stops things gett
145.
▲
by
codefined
8y ago
Jane's Research implies that we're actually getting really good value for money from BAE. That and the fact that the UK has far less custom armaments implies that they could swap with far more ease than the US.
146.
▲
by
codefined
8y ago
Not sure if this was an accidental key press or something, but generally here we try to be constructive in our comments. "?" is a fairly ambiguous post to make, I'm not sure many people understand what it is you're que
147.
▲
by
codefined
8y ago
I recently looked into doing this for my Windows laptop, but found that it halved the battery life. Is this also a problem with running stuff like this on Macs?
148.
▲
by
codefined
8y ago
If you have a C++ compiler that works, you should be fine. I've never had an issue installing a package that isn't, in fact, a C++ issue. Meanwhile, Python versioning of plugins is really broken, unless you use virtual environmen
149.
▲
by
codefined
8y ago
On a website I'd written we had pseudo-randomly generated URLs to show dynamic content (it was a game, the URL contained parameters). On each page we had this little widget that included five random configurations people might like to
150.
▲
by
codefined
8y ago
In the UK and most of Europe, you cannot request the personal information of anyone else via a freedom of information request, since it is likely to contain sensitive information to that person. For the UK, you can find out more information
More ›