Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
developer2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
151.
▲
by
developer2
9y ago
Python actually does have a kind of "anonymous function" feature, at least in a way that replaces most common use cases. It just happens to be bundled in a unique Python-like way. A lot of people don't seem to know about @c
152.
▲
by
developer2
9y ago
There's no chance the U.S. military doesn't have the ability to selectively knock GPS out nation-wide. Odds are the American government has infrastructure in place to do the same in dozens of countries worldwide. GPS would never h
153.
▲
by
developer2
9y ago
There's a lot I like about Python, but there are a couple of things that they've gotten so horribly wrong. 1. The KeyboardInterrupt exception for SIGINT. Whoever came up with that idea destroyed the credibility of the entire inte
154.
▲
by
developer2
9y ago
The examples you list are the few obvious, controversial types. The majority of content creators who have been getting demonetized over the past year or two do not have a single shred of "bad stuff" in their content. There are peo
155.
▲
by
developer2
9y ago
How about this for an idea: YouTube dictates to advertisers how things work, and not the other way around. This woven tale about how advertisers will abandon YouTube en masse if they're not in full control is such a load of baloney. If
156.
▲
by
developer2
9y ago
Unfortunately the iOS support is a sham. I tested myself, and the rumors that iOS does not randomize MACs turns out to be true. Not only does it not simply change over time, it doesn't even change when you restart the device. I walke
157.
▲
by
developer2
9y ago
Wait, you have a recovery code today ? I have an "RK-" recovery key in my backup from when I set it up a couple of years ago. However today I see no reference to recovery codes whatsoever, either on my account or during attempts
158.
▲
by
developer2
9y ago
It looks like Apple ID "RK-"-prefixed recovery keys are no longer a thing. I have one stored in my backup, but none of the "forgot password" scenarios asks for a recovery key anymore. As a further test, I just stripped t
159.
▲
by
developer2
9y ago
It's possible to never pay a dollar in League, and wind up owning all champions. The problem is how long it takes to unlock them all with the free in-game currency (previously IP, now Blue Essence). It takes 3-4 years of near-daily pla
160.
▲
by
developer2
9y ago
From bitwarden's home page[1]: > Since all of your data is fully encrypted before it ever leaves your device, only you have access to it. Not even the team at bitwarden can read your data, even if we wanted to. I wish all these pass
161.
▲
by
developer2
9y ago
Mozilla absolutely made the right decision to dump a decade's worth of legacy code to improve performance, and make the future happen now. Let's be real: had they supported legacy extensions, extension developers would ignore port
162.
▲
by
developer2
9y ago
Thank you so much. That change, combined with the switch to the Light theme, makes Firefox so incredibly better on macOS.
163.
▲
by
developer2
9y ago
Basically, this "cramming up all of the components tighter together" is worth being impressed with. We're at the point in manufacturing where every square millimetre of space saved on a logic board, or within a collection of
164.
▲
by
developer2
9y ago
I took the liberty of scanning very quickly through your post history. We live and work quite far apart. Seems MLS pain is universal. ;)
165.
▲
by
developer2
9y ago
I would also appreciate an answer to this question. It's not about "why'd you reinvent the wheel", but rather that I suspect you must have found chart.js while searching for options and decided something was missing or c
166.
▲
by
developer2
9y ago
Fuck MLS. It's supposedly a "standard", but every single MLS API endpoint is completely different. As in, there are very few recognizable similarities between any two feeds. The data structures are not actually standardized
167.
▲
by
developer2
9y ago
It's exactly this. YouTubers are being given phones to drum up some uneducated noise to dilute any criticism from technical reviews. YouTubers only care about view counts and their popularity, and most will just shout about how shiny i
168.
▲
by
developer2
9y ago
Well, any decent company setting up proper emails sends multipart bodies: one for html, and one for plaintext. Text-only clients should never be missing out on the essentials. Of course this relies on companies doing things properly, which
169.
▲
by
developer2
9y ago
Ah, agreed. Hadn't considered that case. Thanks.
170.
▲
by
developer2
9y ago
I don't see how a command line flag or environment variable helps to reduce the attack surface. If an exploit is found, any attacker can add the required flag or environment variable anyway.
171.
▲
by
developer2
9y ago
>> Any static site is going to load fast though, it's when you have to make database and API calls when things get hairy This is incorrect. Static assets are often the source of many problems, due to poor caching headers for stat
172.
▲
by
developer2
9y ago
>> not sure HN celebrates products for simply being successfully marketed Except that Mongo didn't find success through "simply being successfully marketed". So many people in this thread cannot seem to understand how t
173.
▲
by
developer2
9y ago
As mentioned: > c) You cannot use page numbers. You can only do first page, next and previous pages, and last page. To get to page 9, you start on first page. Then "next page" 8 times. This is why you see this kind of UI fairly
174.
▲
by
developer2
9y ago
The major players tend not to bounce emails. They accept all mail at the edge, and then blackhole it once it's actually looked at by the backend.
175.
▲
by
developer2
9y ago
It gets worse when you want to allow sorting the paginated results by something other than the integer primary key, such as a name. Duplicate names with different ids means having to use GROUP BY. I typed out the example queries below from
176.
▲
by
developer2
9y ago
>> selecting everything without paginating but fetching just one row at a time in the application This is called an "unbuffered query". The problem usually isn't with the number of rows you're trying to read; it&#x
177.
▲
by
developer2
9y ago
Some systems do. Elasticsearch is the example that comes to mind. By default, configuration prevents you from offsetting past I believe it's result 10,000. You can of course increase this limit, but there is a sensible default.
178.
▲
by
developer2
9y ago
It depends on how much expensive merchandise you own. People forget just how quickly things add up. As a single example (out of hundreds in an average home), most people won't even remember to add their toaster to the insurance claim
179.
▲
by
developer2
9y ago
Regarding your analysis as to the actual usefulness of this spec - or lack thereof - I agree. There's not much substance or detail; the result seems like the bullet points of an initial PowerPoint presentation for such a concept, rathe
180.
▲
by
developer2
9y ago
>> I'd be in favor of a maximum number of tweets per day, too. A while back, I spent a few days hashing out a concept for a social network that would impose posting limits. The initial obvious approach is a single post per 24 hou
More ›