• 1 Post
  • 240 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • It’s very funny you say MOV and HEIC are proprietary and then list MP4 considering

    • HEIC is just H.265, the video codec, used to encode images
    • H.264, the codec used for most mp4 files has the same license as H.265 with patent bullshit license fees going on
    • MP4 container is pretty similar to MOV, and is also not an open standard
    • this also means MOV and MP4 can be losslessly converted
    • Apple provides documentation for MOV format free of charge while ISO really wants you to pay to get official standard PDF
    • All this doesn’t matter anyway because ffmpeg can decode everything (though I guess it might matter in bizarro land where software patents are a thing)

    Also Android can totally read at least HEIC images. Not sure about MOV. Any of this is also not related to the problem the OP has.













  • They all should, they’re relatively recent phones and at least one of them I’ve sent MMS images to and the other one is on the same carrier as me.

    Maybe group chats is just something carriers in Germany don’t support. Nobody in their right mind here sends MMS anyway, it still costs 36 cents or so to send one, for me at least. Pretty much a straight up scam.




  • Rewriting huge parts of the IDL compiler for Nucom, my implementation of Microsoft’s COM binary interface standard and (in the future) network protocol. The original version was hacked together with a lot of assumptions made in the parser and isn’t very extensible, and I do need to extend it now.

    (Nucom is another way to have a stable ABI for Rust, e.g. for a plugin interface, and for Rust/C++ (and more OOP-style C) interop, based on objects with vtable pointers. And hopefully sometime in the future, transparent IPC and networking so you don’t have to load plugins into your process’s memory space if they don’t need to be there, with it working the same as if it were direct calls. All of this I assume you can already do on Windows with the windows-rs crate but it’s obviously Windows-only.)

    I do have to say though, I need a better way of transforming my syntax tree. Right now I’m just copying the struct definitions over and over for each compile stage and manually writing code to copy everything instead of just the parts I’m actually transforming, and it just seems like there has to be a better way. I might want another proc macro for this.



  • What are the “2 all-day events”?

    Tap on it to find out (if this wasn’t an image). I assume there’s a fixed one row of space for an all-day event there. That’s definitely on purpose, considering they even have a toggle switch to completely hide all-day events. Sure, it could be two or up to two elements but that comes at the cost of the detail on the timeline below. They probably considered the timeline to be more important because that changes more often as opposed to the all-day events that only change once per day, and that as a consequence you’re going to check the all-day events once per day (or even just the day before), so you can just tap the widget if you want to see them.

    It would be great if it was more customizable in terms of the layout of course, but this is Apple we’re talking about. I’m honestly surprised there’s a toggle switch to completely hide all-day events in the first place.

    Why is HALF of the widget wasted white space.

    This one’s a timeline, not a list of events unlike the one in your post, and in that time (8-12 today) there are no events, so it’s blank. It’s as much wasted white space as the full calendar view with no events in it.

    Personally I have no problem with the calendar widget, but I have to say collapsing today’s all-day events in the list view as in the OP if there’s space left is questionable at best.