Most people paying attention said this before the M1 devices even launched but we were met with a bombardment of people claiming 8GB on M1 is all you need because "Apple is magic and stuff." I hope M1X has at least a 32GB option.
Archlinux is for newbies who are eager to try some flavors of Linux world in advance. The starting point of building a whole Destro is based on compiling everything from source codes and organize them with specific packaging systems. Not just clone.I personally prefer Arch for such things. For fun and playing around I find it more satisfying creating own operating systems as proof of concept. Maybe that's just me though.
I am shocked that you are the first person to say this. Wordpress isn’t “development”.I have a 2020 M1 MacBook Air w/ 8GB and a 2019 Intel MacBook Pro w/ 32GB. I run 2 screens off my MBP and one off my MBA, both of which are 100% of the time running at a minimum phpStorm, vsCode, Navicat Premium, Mongo Compass, Chrome and multiple shells and my M1 MacBook Air consistently outperforms my MacBook Pro! I can’t even believe how well it handles the load and how fast it is.
p.s. IMHO people that use Wordpress aren’t real developers and at least the few I’ve had the unfortunate experience of knowing tend to not understand how any of the technology they use actually works, since none of them actually went to school for computer science but all of them think they’re engineers😂
And what exactly is it that you’re achieving by compiling existing sources instead of using a bare bone distro and configure it for your needs? Besides wasting a lot of time I mean. The whole process is very simple, described in countless Linux magazines. It used to be a normal thing everyone did 20-30 years ago, no magic here.Archlinux is for newbies who are eager to try some flavors of Linux world in advance. The starting point of building a whole Destro is based on compiling everything from source codes and organize them with specific packaging systems. Not just clone.
Archlinux is for newbies who are eager to try some flavors of Linux world in advance. The starting point of building a whole Destro is based on compiling everything from source codes and organize them with specific packaging systems. Not just clone.
And what exactly is it that you’re achieving by compiling existing sources instead of using a bare bone distro and configure it for your needs? Besides wasting a lot of time I mean. The whole process is very simple, described in countless Linux magazines. It used to be a normal thing everyone did 20-30 years ago, no magic here.
Or are you saying you have to do this because you have designed custom hardware and this is required? A simple kernel module would not suffice then? I kind of doubt we’re talking about a custom architecture.
Well, “back in the day” development used to be done by computer scientists. Along came web development and scripting with script-kiddies who did not understand what they’re doing. Hence many people see web-development not as real software development. At some point media designers started to build websites and they’re usually doing a better job than computer scientists because they know what good design looks like. You can easily do it without a profound understanding of software engineering and what’s going on under the hood. See the OP who does not understand how unified memory works, what the drawback and benefits are, all while making statements about it that have been proven wrong countless times not just in peer reviewed publications and conferences.I am shocked that you are the first person to say this. Wordpress isn’t “development”.
I don't see light coding there, I see Chrome consuming 12.5 gigabytes of memory.
Actually I'm doing some coding right now, I'm on a 16 GB machine and I still have < 8 GB RAM usage, and that's with macOS knowing it's on a 16 GB machine.
ROFLArchlinux is for newbies who are eager to try some flavors of Linux world in advance.
8GB of RAM on M1 mac is shared by the CPU and the GPU, we are fooled by Apple. That dedicated RAM to dedicated devices is important. I don't feel much lag on my i9 9900K 16GB workstation.
Why do you need so many different tools for what is effectively just text editing? What do you do in vim you couldn't do in Sublime or VS Code?Vim, Webstorm, VS Code, Sublime
I'm guessing they were referring to the Mac mini.What's $600?
that's the reason , i still using my imac 2017 to write code. I only used macbook m1 to test swift ui and meet customer. Android development /Web Development more on imac 2017View attachment 1774048
View attachment 1774049
For anyone who wanna do developping or designing on M1 Mac, don't buy the 8G version.
I got 2T+ writes in 1 day. Even if you wanna so some light coding, M1 is not for you. When the system is caching using SSD, you will have so much lagging.
Old times, all depend on SDK . These day, people don't do it and pretty freakin lazy to document example. All playing test and play including apple itself. PHP is the best documentation as it which make it quite popular quick for years from perl era.Maybe he is the type of “programmer” who always complains to his boss that he has no time, untenable deadlines, can’t clearly express himself and always ships buggy apps, even though we all know that nowadays nobody knows how to really code and everyone is using all these tools that spoon-feed developers or simply just do copy-paste from StackOverflow. Typical dev that will blame “marketing” or the horrible “sales people” that are mean and don’t understand “technology“.
Not quite. The more sophisticated smartmontools is using a more generic API with their own interpretation of the data offsets. My version is using the very specific NVMe SMART API and Apple’s data structures. It is also radically simplified so that anyone with a basic understanding of C code can see that it is only using Apple APIs.That is truly shocking, isn't it? Two tools reporting the same results when using exactly the same underlying mechanism... who would have thought.![]()
kernel_task is not an actual process like the others you see in Activity Monitor, it is a kind of “virtual process” that actually represents the kernel itself.
This means that it is not kernel_task itself that performs some job and in the process writes to disk, rather the kernel is continually (many, many times per second often) asked by your running programs to do stuff on their behalf.
Why do you need so many different tools for what is effectively just text editing?
What do you do in vim you couldn't do in Sublime or VS Code?