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

This isn't new.

"The Productivity Paradox" is what they called it when people were skeptical that computer would end up finding a place in the office. There are articles from the 90s complaining about how much people are spending on buying computers for no real impact on productivity https://dl.acm.org/doi/10.1145/163298.163309


My favorite example of this was the Pew Research study: https://www.pewresearch.org/short-reads/2024/03/05/online-op...

They found that ~15% of US adults under 30 claim to have been trained to operate a nuclear submarine.


Procedural generation can use a fixed seed, it's not too uncommon. For instance, Elder Scrolls 2: Daggerfall's map was procedurally generated, but is the same for every player.

The other thing about Bitcoin is that it's deflationary, which leads to people holding the currency rather than spending it, as predicted by Econ 101.


We've witness deflationary forces in computer hw for decades and no one is holding off their purchases. Time is scarce and it ultimately forces consumption because otherwise, what would you be saving for?

Don't need Econ 101 to understand this basic reality.


Well there is a difference between people not buying anything at all and being significantly less than they are now. Consumer goods and services is only the tip of the iceberg.

How much do you think debt would cost and how easy would it be for businesses to get credit?

Combining a deflationary currency with a growing (or at least non static) economy is bad a everyone who has a basic understanding of history prior to the 1930s can see that. Something like bitcoin would be even much worse than the gold standard.


You're forcing business to produce something valuable in real terms instead of nominal terms and you're making that calculation easier to do for economic actors because the measuring stick is now controlled by an algorithm as opposed to charlatans.

Having less of that garbage fiat short-termism is a good thing for society.


> Having less of that garbage fiat short-termism

Yet having more of endless boom and bust cycles with major economic depressions lasting for years (outcomes of the gold standard was a good idea).

> You're forcing business to produce something valuable in real terms instead of nominal terms

I don't quite understand what does that mean. Pricing goods in oil or grain? (coincidentally either of which would function better as a currency than bitcoin).


Computer hardware isn't trying to be currency. Bitcoin was supposed to be, but hardly anyone who uses Bitcoin these days is using it to buy things--it's used as a store of value or a speculative asset, not a means of transaction.


Computer hardware actually does things - it is an economic value producer.

Bitcoin is an economic value consumer just to hold it. It does nothing if you have it.


The satellite view shows this off much better than Wikipedia's ground-level picture. It Really is just a long band of holes dug into the side of a mountain.

https://www.google.com/maps/place/13%C2%B042'20.0%22S+75%C2%...


There's also some better pictures in one of the article's sources: https://web.archive.org/web/20160205050218/http://strzyzewsk...


That’s a lot of holes.

It seems obvious to me they were made by the landing pylons of heavy-lift alien spacecraft.


Even more holes than Blackburn, Lancashire.

At 1m diameter and 75cm deep, so ~0.59m^3, I calculate that to fill the Albert Hall, which a search suggests "has been estimated at" ~100,000m^3 (feels low to me, but it's quoted in many places), it takes around 170,000 of these Peruvian holes.


There’s an Albert Hall where I live, it’s probably much smaller than its name sake.

I think we can fill it.


The big problem with MUMPS is that as the "Massachusetts General Hospital Utility Multi-Programming System", it does not work well for development in other states. There's been some experimentation with using it in Wisconson, but a W is not an M.


Only going off when you want it to actually happens to also be requirements #1, #2, and #3 for grenades


I asked it to create the kind of storybook my toddler would have asked for ("create a storybook about a music truck and an ice cream truck and a mailman and a carwash", inspired by his request for a story last night), and the results were certainly... interesting.

Obviously Gemini doesn't know that "music truck" is another name for "ice cream truck", but more concerningly, the illustrations it made for the trucks were this kind of eldritch amalgamation of Cars-movie style cars and people driving cars. The story was just OK, I don't think it would have kept my toddler's attention for the whole ten pages. Plus, the mailman is barely involved.


It has some ancient history as a morse code distress signal: https://regulatorylibrary.caa.co.uk/923-2012/Content/Regs/03...

And it shows up in some old BSD code: https://www.snellman.net/blog/archive/2017-04-17-xxx-fixme/

But... I think repeated letters are just easier to type than any other string, and since X looks like the classic "marks the spot" logo, it's what people jump to.


I've recently started using Github code reviews for a lot of C++, and one thing that I wish it would do is show the header (.h) files before the implementation (.cc) files.

Small PRs help, but I often end up just opening a handful of windows to have everything open at once.


You can't do that in github as far as I know, but you can get git to display diffs that way (eg. for local review or email based workflows). You have to use a git "orderfile". Example:

https://gitlab.com/nbdkit/nbdkit/-/blob/master/scripts/git.o...

We found it useful to display header files, interface files and documentation first, but maybe the linked paper will make us review that!


Github similarly lacks the ability to override the diff algorithm. This is a shame, because `histogram` makes some diffs look much more like what the human intended.

The default, Myers, is from 1986!


For this reason I usually either check it out locally or use the Github IDE (. or >)


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

Search: