Perhaps an inspired by https://hckrnews.com would be appropriate on the site?
btw, to those who want a dark mode for hcrknews, try: https://hckrnews.com/beta/
Perhaps an inspired by https://hckrnews.com would be appropriate on the site?
btw, to those who want a dark mode for hcrknews, try: https://hckrnews.com/beta/
2 days late, but creator here -- this is as designed.
Every entry on hckrnews has hit the homepage, so 'all' is exactly that. The current homepage filter is simply a filter to show what is presently on the homepage of news.ycombinator.com.
But this is not the first time someone has been confused about the homepage filter, so I could probably explain that better somehow.
This matches my experience having received one Nov 2018 (and returning it a few weeks later). It was constantly getting my actual sleep times wrong, more often than not marking me as being asleep while watching tv in the evening.
After contacting support, their solution was an upcoming update to their app where I'd be able to edit the data so that I could override the app whenever I knew it was wrong. Which completely invalidates the primary reason to own this product. I mean, if I knew when I was asleep, why would I need a ring to track it?!
So given that it couldn't properly track sleep, doesn't track activity (by design), the only other purpose in my mind was to track HRV. And count me as skeptical of the accuracy of that data as well.
"Water, Pea Protein Isolate*, Expeller-Pressed Canola Oil, Refined Coconut Oil, Rice Protein, Natural Flavors, Cocoa Butter, Mung Bean Protein, Methylcellulose, Potato Starch, Apple Extract, Salt, Potassium Chloride, Vinegar, Lemon Juice Concentrate, Sunflower Lecithin, Pomegranate Fruit Powder, Beet Juice Extract (for color)" vs "Beef" is a minuscule difference?
It's right here in bullet 1:
https://www.beyondmeat.com/about/
Plant based meat is "Improving Human Health", vs Animal based meat which according to them has "16% Increased cancer risk", and "21% Increased Heart Disease Risk.
In fact Kenji reviewed some of these ovens two years ago: https://www.seriouseats.com/2017/05/best-backyard-pizza-oven...
That's what is intended -- it shows the items currently on the frontpage. So it will not show entry from the previous days because they are no longer on the frontpage. (The UI should not show the previous days in this case, and maybe there is something more I could be doing to make more obvious what is supposed to be happening).
Curiously the entries from April 6 that do show up is a bug due to an issue I had with the process going down for a number of hours, leaving those two entries not being properly updated to remove the 'homepage' flag.
I had the same issue with Feedly's "features". I've maintained a stylish extension for Feedly that I keep adding to. Every time they add something that I don't want to see, I hide it via css. Thanks for the prompt, I just hid the patronising "Well done" that's been annoying me.
If anyone else wants to try to strip feedly back, they can try my css here: https://gist.github.com/wvl/4cd7d7d314fe9a544f2851296db61bb9
I find the chronological history of hckrnews.com adds context to why many things get flagged. For example, immediately after the bloomberg article was posted about Google firing the memo author, were several other articles with the same content (from arstechnica and nymag) which were immediately flagged. Any time an inflammatory subject gets beat to death, the same process happens.
So in that respect, I often agree with the submissions that get flagged (including this one), but I do think news.ycombinator.com could do a better job of collecting and displaying these flagged submissions. For example, duplicate submissions could be made children of the submission that was allowed to stay.
As an aside, I do find it interesting that this submission is nowhere to be found from the main page itself (or at least 5 pages back, despite 50 points and 17 comments. I guess it was flagged/vouched back, but having showdead on in your hacker news profile does nothing to help if the algorithm drops the submission into nowhereland.
That is reason enough for the existence of hckrnews.com, imo.
Ars Technica had a 'best two player' guide a while back:
https://arstechnica.com/gaming/2016/04/table-for-two-our-fav...
The Sweethome likes it, but it's expensive:
"We tested the $300 Coravin system against Private Preserve, comparing bottles of wine that’d been saved for five days against a fresh bottle. While the Coravin-preserved bottle tasted more like the brand-new one, its price makes it impractical for many wine drinkers; it’s better suited for restaurant use, or serious oenophiles. For everyone else, Private Preserve is still the way to go."
http://thesweethome.com/reviews/best-way-to-keep-open-wine-f...
I'm intrigued by this product, however as someone who can sleep comfortably with earplugs, but find in-ear headphones to become uncomfortable after a couple hours, I'm not convinced.
I always thought the ideal product would be a comfortable, soft armband (think sport sweatband) with bluetooth and a vibration motor. This could be paired to the phone with an app similar to these earplugs, and then used with (or without) regular earplugs for noise dampening. Does such a product exist? Perhaps the Hush folks would consider making it as product number 2?
Please consider opening up the issue tracker. Other people might benefit from seeing these issues, such as the issue about the comment count that I just raised as a comment here.
Would it be possible to cache the number of comments a story has? Or am I wrong in my understanding that the only way to find the number of comments a story has is to walk the tree of child items and maintain my own count?
Sorry if I never got back to you about this.
There were definitely some bugs around the filtering / content loading. I _think_ they've been resolved for a while now, so I hope you'll give it another shot.
You can try /about again. Server was having problems there with the load.
FYI top 10 / top 20 / top 50% should be the "Top N" stories by number of points for each day according to your timezone.
Note that you can use HackerWeb for the comments on hckrnews.com by going to settings.
A commonly cited statistic is that cows produce more greenhouse gases than all the world’s transportation combined, or 18% of all greenhouse gases. ... [snip] ... A more accurate analysis of the data resulted in a much more respectable estimate: that cattle contribute less than 3% of global greenhouse gas emissions.
http://chriskresser.com/the-real-environmental-impact-of-red...
fwiw, I published the extension on the chrome web store:
https://chrome.google.com/webstore/detail/mnlaodleonmmfkdhfo...
Huh, I never even realized that Chrome had removed the ability to install extensions from third party websites. I'll get that up on the chrome web store when I get some time.
Looking at this again 3 days later, it seems the license has been changed again. The license is now the "Creative Commons Attribution-NonCommercial 3.0 license.", and they're charging for commercial use.
I probably didn't explain that well. There are plenty of non wysiwig markdown editors out there. The appeal of this demo is that you're editing the markdown source through a wysiwyg editor. However, with this demo, there are two authoritative sources of content, the html in the contenteditable, and the markdown. I'm arguing that there should only be a single authoritative source of content; and I'd like that to be markdown. I think it's possible, though difficult.
I want something like this quite badly. However, I'm not sure this is suitable for the users who I want this for (ie, people who don't need to understand markdown formatting)
1. Doing an html to markdown conversion, as you seem to be doing, feels like a giant hack. And one with leaky abstractions to boot (Hit enter off the end of a list, and you get <div></div> inserted into the markdown source).
2. Link editing is super important, and, also a very difficult problem (selection/range management issues) without the html to markdown problem added on top.
I think something like this is doable by having the transformation only happen one way (from markdown to html), given a markdown parser with full access to the parse tree. However, there's many other issues that would arise from doing it that way.
Interesting idea. This could be useful for signup and contact forms from a static website.
It's amusing to me that the contact link is just a mailto. Why not use MailerJS?
That was my first thought, however, from the docs:
MailerJS will send mail to the address you enter on your account page. You can't specify the receiver dynamically, as client-side JavaScript is publicly accessible by definition, and we want to protect you from spammers.
Why steal someone's api key just so you can send them email?
From http://www.zendesk.com/product/compare it seems that SSL encryption is provided on the starter plan. Only hosting of an ssl certificate for custom domains isn't, which seems fair.
From the server:
$ curl http://news.ycombinator.com
curl: (52) Empty reply from server
You might have been seeing dns problems, per:
http://news.ycombinator.com/item?id=3438134I've emailed pg, hopefully we can get back up and running properly.
pg, if you see this, I've updated my crawler to be fully compliant with robots.txt (my delay between requests was too low, even if the overall req/min was fewer than 2).