Ode to the M1
121–130 of 286 posts
Re: Ode to the M1
#122Earlier quoted context omitted.
For that you need a better alternative. I’m not aware of anything.
Godot? Targets Windows, UWP, MacOS, Linux, BSD, Android, iOS, and Web: https://docs.godotengine.org/en/stable/about/faq.html Nothing says you have to use it to make a game. I recall seeing articles here on HN about using it as a cross-platform app development framework. GDScript may be less appealing than JavaScript, however.
So how's the QuakeC development ecosystem these days? How good is ChatGPT at generating QuakeC?
Who's still programming Unity3D in Managed JScript or Boo?
Re: Ode to the M1
#123Earlier quoted context omitted.
It’s not a great thing, but most companies supply employees new laptops every 3 years if they want to keep those employees.
is it rare the decommissioned machines are given back to the employee after cleanup?
Re: Ode to the M1
#124Earlier quoted context omitted.
> The main problem with devices like Apple's Mx series laptops is that everything works fine...until it doesn't. This device is non-repairable and non-upgradeable as far as CPU, RAM and disk are concerned. Given inflation, the Macbook Airs are pretty crazy cheap. If they break you can just replace them. The base base low end M1 Air is only $1000 last I looked (and another $100 off for those in education). They're som…
The base model price is a little misleading. 256 and 8 gb are lowkey unusable for anything but a Facebook machine . I always look at the price for the 16/500 or 16/1t machine as the reference point
That to say, it’s far more than a glorified Facebook machine and is a truly excellent value. I much prefer it over my work issued intel MacBook Pro.
Re: Ode to the M1
#125Earlier quoted context omitted.
The main problem with devices like Apple's Mx series laptops is that everything works fine...until it doesn't. This device is non-repairable and non-upgradeable as far as CPU, RAM and disk are concerned. Now people may claim that Apple hardware is superior to other manufacturers and that it will last longer. So far I have found that to be false, I have more old non-Apple hardware that is still working fine and few Ap…
> The main problem with devices like Apple's Mx series laptops is that everything works fine...until it doesn't. This device is non-repairable and […] The sad unspoken truth is that most apple users are just rich enough to replace the whole thing when it breaks, and don’t really care much of the environmental issues if apple hardware.
Re: Ode to the M1
#126Earlier quoted context omitted.
Money is only part of the equation. It's pretty wasteful to have to toss a computer because one component failed, when that specific component would be replaceable in other brands.
Apple has a tradein program where you can trade in your current Apple device for a discount on a new device.
Re: Ode to the M1
#127Re: Ode to the M1
#128Earlier quoted context omitted.
4 in c. 11 in assembly. Not so bad, really. https://i.imgur.com/r2WRnZk.png
write a hello world application in gtk or qt and see how much assembly you get.
build with e.g. gcc hw.s `pkg-config --libs gtk+-3.0`
.globl main;main:
push %rbx
xor %esi, %esi
xor %edi, %edi
call gtk_init@PLT
lea .HW(%rip), %r8
xor %edx, %edx
xor %esi, %esi
mov $2, %ecx
xor %edi, %edi
xor %eax, %eax
call gtk_message_dialog_new@PLT
mov %rax, %rbx
mov %rax, %rdi
call gtk_dialog_run@PLT
mov %rbx, %rdi
call gtk_widget_destroy@PLT
xor %eax, %eax
pop %rbx
ret
.HW:.string "Hello World!"Re: Ode to the M1
#129Earlier quoted context omitted.
The main problem with devices like Apple's Mx series laptops is that everything works fine...until it doesn't. This device is non-repairable and non-upgradeable as far as CPU, RAM and disk are concerned. Now people may claim that Apple hardware is superior to other manufacturers and that it will last longer. So far I have found that to be false, I have more old non-Apple hardware that is still working fine and few Ap…
Just had a 2019 MacBook Pro 16" have its SSD die randomly. Took it to a repair shop and they said that since the internal SSD is soldered on to the logic board, there is no easy way to repair it without also getting a whole new board, so the machine is essentially completely bricked. I can't even boot it off of an external drive because Apple requires the boot volume to be the internal SSD! I couldn't believe it was…
Re: Ode to the M1
#130Still running a M1 Air 13“, now into my third job since, and refusing to bother with company provided computers. Still feeling as great as 3 years ago… will only upgrade if the next gen is substantially better (read: not just %faster somewhere). Can comfortably develop on my lap for a full day if needed, only MS Teams draws power like crazy, but apart from that 8 hours+. Best computer I ever had I think.
What do you mean still? They’re only a few years old at this point. It shouldn’t be impressive that a basically new computer still does everything that one would want to do.