• 0 Posts
  • 262 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle


  • Keep in mind that the 569,-€ is for the DIY edition and does not include RAM, SSD (2230 form factor) or expansion cards. So assuming you’re starting with nothing the cheapest price would be about this:

    • Framework Laptop 12 569,-€
    • 8 GB DDR5-5600 22,-€
    • 256 GB M.2 2230 SSD 34,-€
    • 4 expansion cards, ex. 2 USB-C, 2 USB-A 40,-€ (other cards are more expensive)

    So about 665,-€ at current pricing from Germany, not including individual shipping costs of the RAM and SSD. If you require/want Windows then that would need to be factored in as well.

    Obviously quite a bit cheaper compared to the 13, but I doubt this will impact the education market that this is supposed to target (unless edu gets steep discounts).



  • Maps was them underestimating how much work it is to create good map material. The functionality was fine from the beginning if I recall correctly.

    Apple Intelligence is them panicking because the rest of the industry started putting more ML/AI features on their smartphones and they weren’t just late to the party, they apparently barely even started working on it.

    They put their own twist on it with “Private Cloud Compute” (make of that what you will, the theoretical tech behind it is an interesting read though), and they also want to process many features entirely on-device (again in the name of privacy, but to be fair Gemini Nano also runs on-device).

    Then they realized that running somewhat complex ML models on device requires memory and that’s where they always cheaped out on their products, so when they announced Apple Intelligence at WWDC in summer (with new iPhones only being announced in September) they had ONE iPhone model that could even run Apple Intelligence: the iPhone 15 Pro. So you could’ve bought an iPhone 15 (non “Pro”) the day before and every single feature they announced aside from tinted home screen icons or whatever wouldn’t work on your brand new device.

    They announced a whole bunch of features, the biggest one probably being a new Siri that has a “deep understanding” of the appointments, email, photos, messages etc. on device. This has now been delayed to iOS 19 or whatever.

    The other (smaller) features have been drip-fed over the iOS 18.x releases. Also, Apple Intelligence works in the EU starting with the iOS 18.4 beta. They said that it was delayed because of EU regulations but I think it was just a convenient alibi and it just wasn’t ready earlier on their part.

    I live in the EU, own a 16 Pro (so the “latest and greatest” iPhone) and installed the 18.4 beta to check Apple Intelligence out. And let me tell you “beta” is an understatement. I enabled Apple Intelligence and it said it needed to download models and that the phone should be connected to a charger. I did that and monitored network traffic in my router. Once major network activity stopped I checked but nothing. Waited for another 1-2 hours, nothing. Disconnected from the charger and then several hours later my phone shows a notification that Apple Intelligence was now ready.

    So, what’s there? Hard to say exactly but it summarizes emails but only some of them and I can’t make out a pattern. The quality of the summaries has been okay for me, but often times not much more useful than the subject line.

    You can hold down the camera button to open something resembling Google Lens, but the functionality seems to be limited to “send what I see to Google Images” or “ask ChatGPT about this image”.

    I’m not sure if notification summaries are in Apple Intelligence already because I never got any summaries (I also think it’s pretty useless as most notifications are already a summary of something).

    Then there’s an image generator (“Playground”) but it’s very limited. It is kind of neat to quickly put a portrait of yourself in a couple of different settings though.

    There’s also an emoji generator called “Genmoji” and sure it kind of produces okay results, but my iPhone tends to completely shit itself when I use it, slowing to a crawl and killing background apps presumably because it’s running out of memory. They (pretend to) want to do the most ML stuff locally out of everyone but but the least amount of RAM in their devices (8 GB in the 16 Pro, 16 GB in the Pixel 9 Pro).

    I switched to iPhone (from an Android device) in 2016 with the original iPhone SE (with A9 SoC), had an 8, 11 Pro, 13 Pro and now 16 Pro. They’ve all been a good to great experience including the latest software features, but iOS 18 on the 16 Pro isn’t it. Even if I turn off Apple Intelligence completely, iOS 18 is pretty messy: the icon tinting sometimes gets stuck so when switching light/dark mode some icons stay in the other mode, only fixed by restarting the device; Igot more random resprings than with any other iOS version; the front camera sometimes takes 10+ seconds to start working and then has a 1 second shutter lag from time to time, etc.


  • It would probably take a lot of information to its grave, but the more known “servers” would probably get crawled by archive teams.

    Also - assuming Discord wouldn’t be replaced by something equally closed off from easy public access - all new information would be easier to access.

    When Discord started, they marketed it primarily as a voice chat software for gaming. I remember them marketing it as “superior audio quality to TeamSpeak” or similar wording (which by the way wasn’t the case). It obviously has chat, video chat and screen sharing conveniently built in which TeamSpeak is only starting to add now in 2025 with the TS6 beta (they seem kind of lost atm).

    I always preferred the decentralized nature of TeamSpeak and Mumble though and at least from my own experience, TS tends to work better with fewer connection issues and better autogain and voice leveling.

    I don’t like the fact that most people happily gave up decentralized voice chat for a centralized alternative and we still use TeamSpeak in most of my circles to this day.


  • Couldn’t remember the passcode of my phone a few years ago and I had been using this passcode for quite a while. I guess I only really remembered it through muscle memory and that somehow went away.

    I didn’t recover the muscle memory for the whole day so I decided to reset my phone and restore from backup, setting a new passcode. The next day I tried to unlock my phone and out of habit typed in my old passcode (that obviously no longer unlocked my phone), had a big AHA moment and that was that.

    Relying on muscle memory is not a great idea, mine left me for a good 24 hours before suddenly coming back.

    I have a few passcodes/passphrases like this but nowadays I store them in a password manager as well, just in case my muscle memory lets me down again.











  • Speculative execution seems to be the source of a lot of security flaws in many different CPUs. CPU manufacturers seem to be so focused on winning the performance race that security aware architecture design takes the backseat.

    Also, it’s more and more clear that it’s a bad idea that websites can just execute arbitrary code. The JS APIs are way too powerful and complex nowadays. Maybe websites and apps should’ve stayed separate concepts instead of merging into “web apps”.

    I also wonder if it’d be possible to design a CPU so vulnerabilities like these are fixable instead of just “mitigable”. Similar to how you can reprogram an FPGA. I have no clue how chip design works though, but please feel free to reply if you know more about this.