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

Today I learned the FreeBSD Foundation executive does not daily drive FreeBSD on laptop. (Without even opening the article.) This alone looks exceptionally weird for me.


Did you mean M1 MacBook Air/Pro or is it now possible to install it on an iPad?


I think they mean that Apple is shipping the M5 now, while Asahi only runs reasonably on the M1 (from 2020!), half-works on the M2, and won't run at all on the M3 and above.

Asahi developers have done amazing reverse engineering and driver development. But for the foreseeable short-term, there's no chance of it being installed on a current M-series iPad; it can't even be installed on a current Apple laptop.

I think the Macbook Neo might change that. It's not even an M-series, so there's a quite a lot of work to get Linux running on it. But because it's so much cheaper than the other laptops, and quite powerful, it makes a good "spare" laptop for people who can afford an M-series. And it probably has many internal functions similar to the M-series. I think it might get more attention by reverse engineering enthusiasts over the next couple of years.

Also, AI agents can help experts with reverse engineering labour in ways they couldn't a year ago. (I'd love to do this, if anyone out there wants to pay for it :-)


Thanks for covering that!


Is that slop? Reads as ‘hey, I have the perspective’ but then reveals they know next to nothing about the systems, just spilling the well-known myths. (About Linux, obviously.) Wasted time on reading this.


I can live preview my website from my local server / computer / laptop, while writing content from basically anything. Even a cheap and underpowered writing deck with 400 MHz CPU. The options are limitless.


You're absolutely underestimating the complexity of proper live preview of changes. This is essentially "hot reload" mode, but on the public internet, because it has to run on a public domain. Getting that right is a challenge, and if you don't know why, you haven't attempted to solve it yet.


Why would I want my WIP site to be on the public internet? This has been built into Jekyll for years. Probably other SSGs too but I don't know/use them.

  jekyll serve --watch --incremental


Because you're thinking in the context of a solo developer working on their site locally. You don't need a CMS. People that want to collaboratively work on a website, some of which may lack technical skills, need a way of previewing their edits that doesn't involve running shell commands.


You're conflating the two unnecessarily. There's no reason Jekyll's server has to run on the editor's local machine. See my other comment about jekyll-admin which can be used collaboratively: https://qqrl.tk/item?id=47737324

I don't see much of a difference between `jekyll serve` and the e.g. `service nginx start && service php-fpm start && service mariadb start` that would be needed to run WordPress. In fact I don't run my WIP Jekyll site on the same machine that I edit from. Mine is available only on my personal mesh VPN, but it could easily be available publicly if I wanted it to be.


I would appreciate getting into more details. As it sounds like a made-up problem to me. Perhaps you don’t understand how simple it is to have a static website as compared to a dynamic one. Especially to some simple project.


You can always reduce complexity by moving the goal posts. In context of the original proposition—that one of the core values WordPress provides is live preview—we have to assume a reasonably complex website authored by multiple people.

Live Preview means, then, that you need to:

  - have a web-based editor behind secure auth,
  - create an environment resembling CI to rebuild the site on demand,
  - trigger rebuilds when a user modifies the content stored on the server,
  - make the new build available in a draft environment
    - …where it doesn't affect the live site,
    - …only grant access to collaborators,
    - …without breaking assets, links in the pages, CORS, or CSP.
There are more constraints and pitfalls that I'm not going to enumerate here. My point is, this stops being simple as soon as you stop being hand wavy about it.


The solution of this problem could be many, depending on the situation. I have my blog and other static sites synced to all my devices, and the server rebuilds them nightly. In most cases it makes no difference whether I’d deploy it right away, or it would be deployed within a day. Testing the website can be done completely offline, all you need is to sync your changes before the night. Triggering the rebuild on the server (which is deploy) can be done via a Shortcut from an iPhone. No way you can make it as easy with a Wordpress website.


That surely depends on a country. Data centre is still better in theory. But in practice, I have very little imagination to use a gigabit connection all to myself.


Are you guys even serious on this? Ok, I’d reboot my personal server daily then.


What’s the point if I can just connect it to my router and not pay any money to anyone, expect some electricity price, which would be like ten times cheaper. My old laptop is capable of a gigabit connection and so my home internet. That’s plenty for anything I can imagine.

Redundancy, I hear you saying! What if you’d have no electricity for an hour? OK then. I’d have another laptop at some else place then, and have two powerful servers for like still one fifth of the price. Can you beat that?


Thailand? From whom?


It’s really unclear whether you have any Linux experience. Because it feels like someone who knows Windows very well, and spent some time with Linux here and there.


I wish them what I wished them when Windows Vista was released, and I said to my friend something like ‘huh, we have all that in Linux’ What I meant is GUI, as I was just a beginner. Today, I don’t know, I really wanted to write LOL, like with the biggest possible font size, and some GIF that supports it, but we’re not like that here, right? So, again, I just wish them that I wished them that many years ago. And for the Linux desktop year to finally come. As it feels like we’re there already. I don’t see any point in willingly using Windows for an average Joe.


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

Search: