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

Why speculate? _Anthropometric Reference Data for Children and Adults_, Table 20 "Waist circumference in centimeters for adult males aged 20 and over and number of examined persons, mean, standard error of the mean, and selected percentiles, by race and Hispanic origin and age: United States, 2015–2018" is right at https://www.cdc.gov/nchs/data/series/sr_03/sr03-046-508.pdf

The mean in the very first row is 102.9 cm (the 40.5 inches in the OP), while the 50th percentile is actually lower at 101.8 (39.7 inches).


Their point was that mean might be higher than median. That said, from your data is isn’t much higher, so they’re broadly wrong. Headline fairly close to accurate for median too


Besides that, as of now, https://poweroutage.us shows slightly less than 6 thousand customers out in Texas. Meanwhile:

"States and territories by customers out Maine 110,693 New York 38,041 Virginia 19,038 New Hampshire 18,056 Pennsylvania 13,040"


The worst I've seen was power at my work would shut off for a second or two and come on, but it did it every 8-15 min. Meanwhile at my home, 15 min drive, it never shut off.

These articles come across like they're hoping it will happen. :/


While groundbreaking for its time (started 1988!), the IEM is a very poor substitute for PredictIt. While I could offer a half-dozen reasons why, some of which were noted in CFTC Letter 14-130 for PredictIT in the first place, it'd probably do to point out that their "current" markets consist entirely of:

* 2022 French Presidential Election Markets (I haven't looked at these too closely that maybe there's a reason they're still listed as "current" on the IEM site, but wasn't this election back in April?)

* 2022 U.S. Congressional Control Markets (3 Markets: Senate, House, and Overall)

If you're trying to use prediction market prices as a gauge of the state of the world, IEM is missing dozens of countries, does not give visibility into US state-level elections, and does not include the result of primaries or political events besides elections that nonetheless impact elections. The 2024 US Presidential election is not even on the radar yet there.

Credit where credit is due for the trailblazing, they're worth a look when they do have a market on an event going, and it's notable for being sort-of a proof of concept for prediction markets. But while IEM may now be the best fit within a particular niche in light of what's happened to PredictIt, it's not in the same league.


It's all but forgotten now, but the early statements that Minecraft was going to be released as open-source really hint towards what might have been, and the magnitude of what was lost:

"Once sales start dying and a minimum time has passed, I will release the game source code as some kind of open source. I'm not very happy with the draconian nature of (L)GPL, nor do I believe the other licenses have much merit other than to boost the egos of the original authors, so I might just possibly release it all as public domain."

https://web.archive.org/web/20120614004339/http://www.minecr...


The top grossing films of the 1970s? The original Star Wars, Jaws, The Exorcist, Alien, The Godfather? Rocky 2 and Jaws 2 are also on the list so it's not like there weren't any sequels at all, but that group of films really _wasn't_ dominated by remakes and franchise films:

https://www.imdb.com/list/ls026560159/

By comparison, entries for the 2010s include MCU franchise films, Star Wars Sequels, Jurassic World (a sequel), The Lion King (Remake), etc:

https://www.imdb.com/list/ls026040906/

Going year-by-year doesn't really change things very much: https://en.wikipedia.org/wiki/List_of_highest-grossing_films...


This is reminiscent a bit of Ross Douthat's _The Decadent Society_, especially (but not only) in the discussion of the continuous stream of movie remakes.


Maybe not, it _might_ cause obesity: https://slimemoldtimemold.com/2021/10/11/a-chemical-hunger-i...

It's interesting that this downside wasn't even on the radar of this article in 2011, and indeed no serious consideration of possible downsides was presented at all, just a snide dismissal that "anyone who has tangled with the anti-fluoride campaign will realise that lithium lobbyists will have a long, hard road to travel."


I use Taskwarrior daily, but have a love-hate relationship with it after running into sharp edges and quirks several times. Hopefully this doesn't come across as too harsh as Taskwarrior is good as a command line utility for tracking one-off personal tasks -- maybe the best and I recommend it for that limited case -- but it has some warts that anyone newly looking into it should be aware of:

The recurrence system is listed as an "advanced topic" in the documentation. I gave up on trying to make heads or tails of recurrence in TimeWarrior after fighting with it for years and having way too many times where I had meant to make a change to just a particular single task, and then having unexpected changes to several tasks in a series, or to the template task, or having just that particular instance changed but then the recurrence ends up creating new tasks in a funny way, etc. I once had a particular edit to a reoccurring task create hundreds of instances the next time I looked at the task list.

Continuing on with recurring tasks, The Taskwarrior documentation notes "you never directly interact with... the template task. It is hidden for a reason. Instead, you interact with the recurring task instances" Hope you don't want make a change to future instances without changing any current instances. You can do it, but it's unnecessarily cumbersome.

Ultimately, I've actually found it easier to run a script outside of TW on an hourly basis that checks for the last completed task with a particular user defined field for each task that I want to recur, then creates a new instance if needed. This works nicely as there's no longer any linkage within TW between individual tasks in a "series", preventing a change from copying from from one to the others, and it's impossible to accidentally make a change to the "template" since the template is no longer a record within TW at all. I do note that the facts that there are python (and other) libraries that make this trivial and that it's possible to define fields on a task this way are notable strengths of TaskWarrior. Nonetheless, the fantastic CLI ergonomics for one-time tasks are just missing for things that happen more than once. That a template for a task is itself a task record seems like some really bad conceptual confusion in the design, and extremely kludgy.

A quick look at sibling comments or a general web search for discussion about TaskWarrior recurrence issues will show problems with recurrence are not uncommon.

The units used for the length of time in the urgency calculation for things like task age, due date are unintuitive and there is no explanation of this rather important point in the documentation (https://taskwarrior.org/docs/urgency.html for reference). As a specific example, I have a task entered 5 weeks ago which task info tells me is an age of 0.107, while a task entered 23 hours ago has an age of 0.003. This kind-of looks like 1 per year, but why? Also, time to due date is definitely not 1 per year. It also looks like age has a ceiling of 1 since this value appears for very old tasks, and that time to due date is similarly limited, but again, not documented.

The built-in reports are kind of nice, and the fact that you can define your own "reports" (really task lists with custom columns) is also nice, but it'd be even better to be able to be able to just throw SQL directly at it. There's a TaskWarrior-inspired utility "Tasklite" that does just this by storing tasks in SQLite, although I haven't tried it myself yet. The Tasklite criticism of TaskWarrior is also worth considering: https://tasklite.org/differences_taskwarrior.html

You can get tasks out of Taskwarrior in JSON format with "task export" and there are scripts to further transform this into other formats, but you need to do an extra step to import this into another tool for any analysis you might want to do.

Reports like ghistory.daily and ghistory.weekly can get long and unwieldy. There are ways to deal with this, but it's annoying, and makes me question if the developers themselves are using these reports on a list of completed tasks going back several years or not.

Taskserver is another area that seems poorly thought-out and over-engineered, similar to recurrence, and I'd caution anyone considering using Taskwarrior on more than one computer to look over the Taskserver Setup guide at https://gothenburgbitfactory.github.io/taskserver-setup/ while noting the following:

* Just copying the files around between Taskwarrior instances e.g. with Syncthing or something like that mostly works, but a lot of tools/attempts at mobile apps for TaskWarrior rely on having TaskServer. The sync issues noted in various places by using a file-level sync like this are definitely possible, but the practical implication for a task list that most likely belongs to a single individual is questionable.

* Per the guide, "There are two 'D's in TASKDDATA, and omitting one is a common mistake" in reference to an environmental variable defined, as far as I can tell, entirely within this document. Naming things is hard and this is admittedly a small detail, but why not remove the pitfall rather than just warning about it?

* You will need a CA certificate to "to sign and verify the other certs" -- "The command below will generate all the certs and keys for the server, but this uses self-signed certificates, and this is not recommended for production use. This is for personal use, and this may be acceptable for you, but if not, you will need to purchase a proper certificate and key, backed by a certificate authority."

* "Certificates coming from Let's encrypt have not been successfully used by anyone. Please remember that Let's encrypt only generates servers, but we need a client certificate as well."

* This is rather a lot of work just to be able to _add tasks on your phone_ while you're away from your desk or even just to sync tasks between what might be two or three desktops, and it's pretty clear they had more of an "enterprise environment" or a hosting service like InThe.AM in mind when they wrote it. Regarding that particular service, it is open-source but "Setting this up locally as a clone of Inthe.AM is, unfortunately, not supported" - https://intheam.readthedocs.io/en/latest/

By contrast, there's another project dstack which is also Taskwarrior-inspired but "uses git to synchronize instead of a special protocol" at https://github.com/naggie/dstask -- this is also something I haven't tried it myself yet but it looks interesting, although doesn't itself help with getting tasks on/off a phone as far as I know.


Oh, yeah that issue with the date related urgency calculation. I couldn't figure that out, too. I even started skimming through the code, but gave up since I couldn't find it within 10 minutes.

I really love using taskwarrior, but certain things like that just drive me nuts.

If anyone can explain, how that date related urgencies are calculated, I would be very thankful!


You are spot-on with the love-hate relationship!

Do you have any more details on the script you are running to handle recurring tasks? They definitely have some warts and issues but so far it hasn't stopped me from using them. Though I tend to nuke recurring tasks and create new ones rather than trying to modify existing ones to avoid issues.

It's interesting though. As many issues as there arguably are, taskwarrior is just so satisfying to use when it works. And for me the warts don't have enough of an impact to look for something else or to try and fix it.


Having not even heard of them before seeing this page, I think it's interesting that "Totally 80s Pizza" both has a phone number supporting their marketing, while simultaneously using an 867-5309 number for a purpose that has something to do with the song.


From millions of dollars to $35000 by 2017: https://thenextweb.com/news/its-the-end-of-an-era-as-pinboar...


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

Search: