Hacker News new | past | comments | ask | show | jobs | submit | Danborg's comments login

It works as long as you’re willing to stay current on Apple hardware. If you’re not… then macOS probably isn’t for you…


To be fair, I've always upgrade my hardware before the hardware has lost OS support.

If I really wanted to I guess I could run linux on these and use them for something, but I never do (I have one server in my house, it's enough). I upgraded the hardware for a reason.


I’ve yet to have my main laptop fall out of updates before I’ve updated it (just jumped from 2016 to the M1).

Secondary devices for particular purposes have fallen out of updates now and then


The price is absurdly high.


Camping


Frame work laptop


I'll second this recommendation, as I've found it very pleasant to use as a developer laptop.


Look at the Peaceful Guitar editorial playlist on Spotify. (It’s one of the biggest and most streamed in the world.) Every artist on there that doesn’t have a Bio is a fake artist. Meaning Spotify owns the music. They populate their playlists with these artists they own and that way don’t have to make royalty payments to them. It’s very shady.


It's like Amazon knowing what articles are selling more. So they start manufacturing and selling those themselves and removing the competition.


This doesn't make sense though - Spotify doesn't pay per stream (no-one does) but by a revenue share. So they would still pay out the same more or less - i.e. your premium subscription is put into a big pool and then divided out, it's not like your individual subscription goes to what you listened to.

I guess it could help shift some streams to indie artists with a less favourable contract compared to the big 4 record companies, but it hardly seems worthwhile?


The less 'real' music you listen to, the fewer royalties that Spotify has to pay to the record labels. If you're listening to more 'fake' music, then this saves Spotify money, and increases their profit margins. This is the exact same incentive behind their push into podcasts, another kind of audio content they don't have to pay royalties on. In this case, either because it's shared freely, or because they've acquired the original publisher themselves, e.g. Gimlet Media, Parcast and The Ringer.


This is crazy. Every single one I looked at was like this. Are these even real people playing guitar? If it were piano I’d say it’s 100% just MIDI arrangements.

I’m gonna look into this more. I have friends trying to break into the industry and gaming the Spotify and TikTok algorithms is (unfortunately) a big part of that these days. Having fake, phantom artists filling up your flagship playlists is so anti-creator I’m truly appalled at Spotify.

https://open.spotify.com/artist/2wdHPx6lvGu3MvTH61uvTi?si=3n...


Reminds me of Gatsby.


Docusaurus has been quite inspired by Gatsby and Next.js.

We simple removed the GraphQL data later from Docusaurus, and are more opinionated toward the docs use-case while Gatsby is a more generic tool focusing a lot on CMS integration. We are more developer-centric and based on Git by default.


Not a compliment I assume?


Can’t you just buy one of those laptop stands with a fan integrated into it for cooling and accomplish something similar?


I suspect no, as if you look at ifixit's teardown they show there's actually a thermal shield in place, likely to prevent your lap from being exposed to the higher temps: https://youtu.be/NjP-aAhHhnE?t=122


Seems like NASA should step in and help with this.


Think of how many people bought RVs…. Never having been camping before! After you drop 50 grand is not the time to decide you don’t like something.


Using flat files only solves half the problem, in order to truly be able to host anywhere, you also need to be able to ditch PHP and server side processing requirements. (Wonder CMS, highlighted in this article, requires PHP with a couple of mods.) That’s why I think static site generators are the more interesting code in this space. I’m a big fan of Gatsby, but there are several other great ones as well. This allows you to host your blog on even an old school “tilde club” type site, and it works just fine.


> Using flat files only solves half the problem, in order to truly be able to host anywhere

While that may be a problem for some, I don't think it's the problem for the purposes of this article and discussion.

Different situations have different requirements.


Still, it is a consideration, and it all factors in. Copying your WonderCMS files to another host, great… oops, it doesn’t have PHP mbstring extension, sorry, won’t run. (And if you’re trying to use “free” hosting, you probably don’t have privs to install the missing requirements.)


What I mean is that being able to host anywhere is a constraint you're adding, not one that's in the original article.

If you have zero control over your environment and no ability to inspect it, then I agree that static files are probably the way to go.


I disagree, it was touched on, and glossed over, in the article.

>> “… means being able to start your website by dumping everything into a folder and you're pretty much done (1 step installs).”

>> “Dumping everything into a folder and it just works (1 step installs) makes it easy for even beginners to get a website running, but also it makes your website, blog, forum, journal, or whatever, portable. Very easily portable. You need to put your website on a thumb drive and/or move it to a different domain? Done. Easy. It's just like backing up any folder.”


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

Search: