Hacker Newsnew | past | comments | ask | show | jobs | submit | ins0's commentslogin

It's the DayOfTheYear followed by Hours, Minutes and seconds in UTC.


Is this the datetime format they use onboard on the ISS or why is it being used in this webui?

This is the first time I come across this particular format, but also never near space-stuff so wouldn't surprise me if they use some specific format for some specific purpose.


Yes, using Day of Year for time GUIs and measurements is pretty common in spacecraft operations. Generally easier to do/plan operations for things like "we need to perform this maintenance activity every 5 days"


That's very common in ISS operation schedules - next spacewalk is on GMT xx next launch on GMT xx, etc

I expect it's easier and more useful to track days until event or days since event


Not sure, but my chrome will send the additional `x-client-data` header even when i'm on eg. `google.de`


In our application we disallow generated command lines for selection and provide a safe "copy command" icon. As my u see a visual correct command (for a browser view) the resulting select + copy don't include f.e. whitespaces.


I'm afraid that is a near-universally hated design choice


It's an command builder where you can drag and drop arguments too - overall user selection don't make sense for this purpose - at least not in our case.


Copy command button ends up not working, making the user retype the whole command by hand.

Good going.


I'm confused, did i do something wrong or why can i find the referred article just fine on google, just by searching the keywords?

https://imgur.com/a/szBcB


becuase the OP wrote an article that links to these things, and caused them to be re-indexed.

It's not purely a function of 'date published' it is also about frequency of access


Ah true that makes sense, thanks for clarifying my confusion


You can find it now because it's getting traffic again due to TFA. It's no longer "stale."


Yeah, doesn't Google have multiple crawlers running with different missions? Ie, deep content crawlers and "fresh" content crawlers?


> We're a deal finder for drug cartels

not sure about this one yet


Here the GitHub Link because it is hard to find:

https://github.com/jgamblin/Mirai-Source-Code


One of my favorite sites that i usually share with my students is:

http://www.cs.usfca.edu/~galles/visualization/Algorithms.htm...

Many algorithms and nice visualizations.


Thank you. I use the sorting-algorithms visualization and it is usually a great hook for getting students to grok the rest of the content. It'll be great to have more resources.


Thank you. When I was in college (many decades ago) I just though insertion sorting was it. Then bubble sorts. I did not expect the mental flip I did when we starting researching quick sorts. That changed my perspective on obvious but incorrect assumptions forever.

These visualizers I think can get you there even faster. I just love this stuff.


I found out that my usual way of sorting cards as a kid was a variant of quicksort.

This is to sort the cards first into black v. red, then the black cards into spades v. clubs, then the spades into high v. low, then finally sort the low ones by inspection (a kind of insertion sort I guess), sort the high ones by inspection, sort the clubs similarly, etc.

Like most quicksorts, this definitely uses O(log(n)) space as you have a deck of reds, a deck of clubs, and a deck of high spades while you're handling the low spades...


Thanks, really interesting!


Agreed. This was a nice resource to use while I was taking a data structures and algorithms class.


I think i found the article in english.

http://dynamic.hs.fi/2014/deep/


For those who have not read his first blog post or want to read the comments from the first article:

https://news.ycombinator.com/item?id=11547212

http://hintjens.com/blog:115


Thanks for the links. I'll also try to contribute to this thread where I can.


I agree with you. Writing a custom firmware on the device is on the same risk level as desoldering the chip. In both cases it would be a smart option to test this approaches on a different device first.


The difference is that one of those options is nearly completely reproducible, the other requires humans to deconstruct a device which introduces more chances for things to go wrong.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: