Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pythonaut_16
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
361.
▲
by
pythonaut_16
8y ago
I'm not so sure it's that clear. (I'm not a lawyer) If you can lawfully download a phone image over the internet while in the country and you can lawfully enter the country with no or limited digital information on your perso
362.
▲
by
pythonaut_16
8y ago
> The good drone operators didn't get control over the bad ones What does this even mean? I buy a drone and now I'm responsible to go hunt down every idiot with a drone and tell him to knock it off? I'm sure that would be
363.
▲
by
pythonaut_16
8y ago
I hadn't heard about Amazon using Stripe before. Here's an article from 2017 talking about it: https://www.geekwire.com/2017/amazon-quietly-starts-using-st...
364.
▲
by
pythonaut_16
8y ago
Basically yeah. You probably aren't gonna be adding rebasing functionality to your supply chain git repo. But again, that's why I mentioned a blockchain in the true sense, as a chain of blocks containing a hash of previous blocks,
365.
▲
by
pythonaut_16
8y ago
I think there are two key points to making such a system work: 1. Packaging it in such a way that it's easy to use for non-technical users. 2. There still has to be a mechanism for establishing trust in the public keys registered in su
366.
▲
by
pythonaut_16
8y ago
I agree that it's a buzzword, but at least intuitively, a signed blockchain (in the true sense that each block contains a hash of the previous block) does seem to confer some additional security over a plain database. A plain database
367.
▲
by
pythonaut_16
8y ago
Sounds more like a UI bug/oversight than intentional deception. Google Maps UI has a feature to display your set home address, once you turn off tracking or whatever it no longer has access to that home address in its UI so the default
368.
▲
by
pythonaut_16
8y ago
The extent the common person (might) know about cookies is that sometimes it's helpful to clear them to speed up your computer and/or as part of other magical rituals.
369.
▲
by
pythonaut_16
8y ago
I'm curious what that does to discourse too. If there's no advertising allowed and users bid on one post per minute, what's to stop someone with deep pockets from dominating the system? I do think bidding to post and rate-lim
370.
▲
by
pythonaut_16
8y ago
Google went to production with Pentium desktops on shelves. IIRC their original hardware plan was based around commodity hardware and getting the most performance per dollar since they built the crawler to be distributed pretty early on. Po
371.
▲
by
pythonaut_16
8y ago
That's fair but you can easily develop for the majority Chrome marketshare by focusing on designing and building your applications on top of the actual web standards instead of Chrome's specific implementations. Probably 95% of th
372.
▲
by
pythonaut_16
8y ago
The user isn't the problem, the developer is. If you're developing against Chrome/Chromium, particularly "works in Chrome" instead of developing against the published Web standards, you're support Google &
373.
▲
by
pythonaut_16
8y ago
I would watch an AI-assisted human tournament, especially where each team is responsible for designing their own AI
374.
▲
by
pythonaut_16
8y ago
You still didn't really answer what you think Mozilla should be doing with that money. (Besides vaguely hinting that they don't target power users anymore which suggests you're bitter about the switch to web extensions)
375.
▲
by
pythonaut_16
8y ago
You can force cast a boolean by doing if(!!value == true) {}, but at that point you might as well just say if(value)
376.
▲
by
pythonaut_16
8y ago
Let's be honest though, if someone's copy-pasting from Stack Exchange, they're probably not reading or understanding the whole thing they're copying either. My rule in code reviews is if you're basing/copying s
377.
▲
by
pythonaut_16
8y ago
Couldn't the thief pretty easily set up an account and call from a burner phone?
378.
▲
by
pythonaut_16
8y ago
Firebase seems to be pretty integrated with Google's GCP strategy, as well as Android push notifications with FCM. Not saying concern over Google's commitment to various tools is unfounded, but it seems that generally things that
379.
▲
by
pythonaut_16
8y ago
I believe the running containers share the host's kernel, so maybe if you were doing certain low level kernel level stuff, maybe the version of the kernel matching would matter?
380.
▲
by
pythonaut_16
8y ago
Is that similar to the functionality provided by Twist from Doist? It's not email based but it seems to be a hybrid of Email and Slack. I've only messed with it a few times and never with Google Wave, but it sounds similar to what
381.
▲
by
pythonaut_16
8y ago
It's not really supported, but you can run GUI programs with some amount of success by setting up X forwarding. Some programs work better than others, but I probably wouldn't want to run my code editor in it.
382.
▲
by
pythonaut_16
8y ago
Which Elixir extension are you using for VS Code? Are you on Windows, Linux or Mac? I've had the best luck with the ElixirLS extension on Linux but there are still a few weird things here or there.
383.
▲
by
pythonaut_16
8y ago
In this case the article is talking about 24 MB of additional bandwidth used by the server to serve 100k pageviews using JWTS
384.
▲
by
pythonaut_16
8y ago
We'll have to agree to disagree about Django. I think Django and Rails both offer good developer productivity/velocity, they just make different tradeoffs. Django tends to be more explicit, which might lead to a slightly higher le
385.
▲
by
pythonaut_16
8y ago
> Root of all evil is state. That's such a funny thing to say. You'd be hard pressed to have a program without state. Every program is made up of a combination of 3? components: logic, data(state), and time. The thing that diff
386.
▲
by
pythonaut_16
8y ago
You might know Python but it sounds like you don't know Django very well. Django does have built in JSON support[1]. There's also Django Rest Framework[2], which while not built into the core, is well supported and hardly a burden
387.
▲
by
pythonaut_16
8y ago
If it just renewed and this changes breaks your use case you can probably request a refund since your system is no longer supported.
388.
▲
by
pythonaut_16
8y ago
Everyone being aware of an issue without it ever being raised or acknowledged is equally demotivating and results in the same attitude.
389.
▲
by
pythonaut_16
8y ago
That was my thought too. If it's an unnecessary mental load (for developers or managers) to find out about the tasks currently being worked on and what they are, then the problem is with your work/task tracking system, not with yo
390.
▲
by
pythonaut_16
8y ago
More efficiently for what?
More ›