The only time our 2025 Kia warned me about being distracted was about 30 minutes into a highway drive in Europe during heavy snowfall. The roads were covered in snow, people were generally cautious but traffic was still flowing and I was checking mirrors more frequently than usually to make sure lanes around me were clear and I was aware of everything going on. I guess staring straight ahead without situational awareness is the way the car prefers. :|
HN user
larelli
This sounds really neat. Is it a commercial product or did you build them yourself?
The only Morse code message I know is SOS which is ...---... and I imagine it's reasonably easy to understand when being tapped in an emergency situation. It would tell rescuers that someone is still alive and to continue their search.
The article goes to great lengths to describe the difficulties in manufacturing and assembling the mechanism in the band itself but then also mentions that there a large ecosystem of third-party bands available. How do all those get made? Does every manufacturer have to use the same high-precision machines?
I'm in the same boat. What kept me from replacing the battery is that the device is EOL and won't receive any software updates, including security fixes. Did you also change the firmware?
I think I understand how signing keys removes the need to update every server when adding a user to the system, but it seems like that comes at the price of having to update them all when someone leaves to revoke their certificates. What is the benefit of pulling revoked certificates to all servers periodically vs pulling authorized_keys files? Is it possible to work around this at all, e.g. conceive a system that eliminates all needs to push to servers? Is an online lookup like LDAP the way to go there?
The Reaction Control System (RCS) [1] uses hypergolic fuels [2] which are highly toxic. Such fuels are desirable in this application because they combust whenever the fuel and oxidizer are brought in contact. There's no need to an ignition system, which reduces the chance for failure.
From the headline I assumed that technicians were literally able to smell whether a chip is new, possibly by it releasing gases shortly after production. It reminded me of the distinct smell of new hard drives when you open the factory sealed pouch.
I was slightly disappointed when I found that the article describes software based testing instead.
It looks like this paper has more information: https://arxiv.org/pdf/1712.01208v1.pdf
I tried "curl ipdata.co" and got a 301 page. It'd be great to get the same json back that's shown on the webpage.
Here's a very funny rant about the overuse of QR codes: http://www.youtube.com/watch?v=V2rVYvylvZc
I found the title of this post to be misleading or at least stressing its point. The article says
"Some Internet Archive employees have elected to receive some of their pay in Bitcoin in April."
so it's not all employees, not all of their pay and not all of the time, as I expected from the headline.
I could memorize it from the moment I realized that it works exactly like 'cp', i.e.
cp <orig> <copy>
Hence I think of it as ln <orig> <link>
(edit: formatting)Couldn't someone at Google provide a dump of the wiki. Assuming that they have it in their page cache they might be willing to help, given they seem to be one of the largest organizations using Python.
This misled me on the Mattel example. Could this have been a mistake be the quiz designers?
Are you the benjy from the site? Thanks for the help.
I really like the idea, but I'd do even more so if I could install a cronjob to automatically download a file with all aliases I previously added to my online profile. Of course this comes with security implications you'd have to sort out. Please do this (or let me help you with it).
Edit: I just found the feature on the site and am happy now. (:
I think in each round the king plays the 2 coin flip for each of the selected candidates, one after the other, with the game ending as soon as the first contestant wins. This will result in 4 coin tosses for the seconds round, 8 in the third and so on. Hence allowed question regarding the round number.
On a localized box, I had to run "unset LANG" first, because otherwise date doesn't seem to understand its own output.
I noticed that the generated links default to non-SSL even though SSL seems to work and even when the site itself has been accessed via SSL.
Also, there is Playterm [1], which does the same thing for shell recordings made with the 'script' command. 'script' and the player 'scriptreplay' are shipping with most modern distributions, e.g. they come in the package bsdutils on Ubuntu.
I mailed them as soon as I received their notification to check my keys, that any kind of help on how to actually view the fingerprint would be useful. Also I suggested as a bonus, that they detect the OS from the browser and display the appropriate information. I assume, that I wasn't the only one asking for more detailed guidance. Funny enough, four hours later, they did the exact thing and notified me again via E-Mail. What a great response!
Note, that you can change the language using the little link titled "en" in the upper right corner.
At first glance I don't think you can achieve O(document size) without some form of preprocessing. Each word in the vocabulary has to be looked at, so a natural lower boundary seems to be O(document size + vocabulary size).
Also it is unclear what will count as an atomic operation. Although the description reads as if word comparisons were counted, this makes for another simplification, as words could be of arbitrary size.
Also: I only checked the HN comment section to see if someone got the solution and I am amazed that others stuck to that part as well.
For me the biggest misssing feature of all approaches to online folder synchronisation (including Dropbox, in a sad way) is secure backend encryption. For me, this includes an open source client and a free choice, where to store my files. Ideally I could have several decrypting clients to work with my files, while an arbitrary amount of encrypted clients would store my files on various backends, one of which could be a company offering this as service.
(1+1+1)! = 3! = 6 as the parent comment suggested.
There is FireSSH, a SSH client entirely written in javascript. I did not try it out, but it looks as if it should not be that much work to embed it into an own page.
Edit: Apparently FireSSH uses a javascript port of the paramiko ssh library. The port can be found here: http://www.mozdev.org/source/browse/fireftp/src/content/js/c...
Edit: From the paramikojs library: Q: Can I use FireSSH on a webpage? A: It's not possible at this time. The web at large currently doesn't allow javascript the same amount of permissions like addons have. The main issue is basically making socket connections. No, websockets don't cut it :-/
This looks like an impressive, feature-rich version of escape from the web (https://launchpad.net/eftw). Both use tornado on the backend and there seem to be some similarities in the multiplex classes. Escape from the web in turn shares code with ajaxterm.
Both (gateone and eftw) render terminal output on the server side using a python terminal emulator, while shellinabox mentioned in another comment uses a Javascript terminal emulator on the client side.
Edit: The docs say, the terminal class was written from scratch.
To me it sounds as if the reason for the music not sounding like total crap is, that the author uses pentatonic scales, which are also used in improvisations. (http://en.wikipedia.org/wiki/Pentatonic_scale)
Every time I read about the X-th "clone with Dropbox's functionality" I wonder where it will store its files. How many of the potential users have access to online storage they really control themselves? Instead of having the files on Dropbox they end up on AWS or the like. Thats because they try to copy Dropbox down to the flaw, that it doesn't encrypt files on the serverside.
For me, any solution would have to include the capability to upload only encrypted files to the server. I know of the duplicity project, which does that for simple, manually triggered backups, but which once caused me headaches to get the data back from partially corrupted files.