• 0 Posts
  • 369 Comments
Joined 1 year ago
cake
Cake day: May 22nd, 2023

help-circle

  • It’s my main issue I have with the whole topic. Starting in 2017 or so, there were so many idiotic promises regarding space travel and all, this one included. Oh yeah and we’ll colonize Mars btw. Like what are you people on? And now SpaceX is even behind on the contractual obligations to NASA, Artemis will not bring astronauts into moon’s orbit this year. Now while do acknowledge that space travel is really hard, this was achieved almost 60 years ago already. What was promised does in no way match reality. Going to Mars was always unrealistic, but to me it feels like progress on ambitious yet achievable goals is worse than 60 years ago.



  • Laser@feddit.detoMicroblog Memes@lemmy.worldOutstanding idea.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    7 days ago

    The mission was contracted for 2023, which already passed. I know SpaceX didn’t cancel it (why would they of they can just move the date into the future indefinitely) and that’s why I said they didn’t perform it. But the result is the same and the reaction of the client understandable. Any sane party will cancel a contract when they see that the other party is unable to fulfill their offer.



  • It’s not that far-fetched, PDFs in my opinion are closer to vector graphics than to document formats like odt and docx. They have no understanding of format if not using advanced features, like a table in a PDF is just spaced text with lines between them, and text is just independently placed letters. In fact the space symbol doesn’t exist in most PDFs, it’s just that two letters were spaced further apart. So they basically are multiple canvases that are being painted on with letters, lines, fill areas and even bitmap graphics.

    Modern PDF actually does further in the direction of a document format by providing the content in a structured way, mostly for accessibility, but also for making the format suitable for automatic processing the contained data.


  • I don’t think that’s what’s happening. There’s no hard requirement for cat to read everything straight into memory. It can send data once it’s available, and the receiving process can read it as fast as it wants. There are cases where this might be more clear: Let’s say you have a big video file that you want to convert to something that only supports like y4m input and is not in ffmpeg. A common way is something like ffmpeg -i infile -f yuv4mpegpipe - | encoder --y4m outfile - I’m pretty sure ffmpeg won’t read the whole infile into memory, nor will it store the whole y4m representation in memory. Instead, it will decode infile as necessary and push into the pipe at the speed the encoder can handle.

    But yeah, I remember something about tar using libraries for compression being more efficient that piping its output to a compressor. So it’s still the better route, but probably not as much better as you think.





  • I don’t really understand the comments here. This is not about vaping being banned, just the flavored variant (which I do have several issues with).

    Why would people not just switch to unflavored vaping instead of smoking? The article notes the ban doesn’t seem to affect older vapers, which makes sense, as the flavored ones are tailored towards younger consumers, which is my main issue. They vape flavorless instead or have been doing it anyways. But why, if your strawberry cheesecake nicotine hit is no longer available, would you not switch to flavorless but instead to a taste that might be straight from the garbage?



  • Alright, not that I wrote or implied that anywhere… In fact Java was probably the whole reason Oracle bought Sun to gain leverage over Android. Which fits very much into what I wrote - one company innovates, another one buys them to squeeze users (Google wasn’t a customer of Sun, they used their own implementation which wasn’t exactly Java but also not exactly anything else). Just that Sun by all means wasn’t a small company, I mean they controlled almost a full stack with their own processors (SPARC), workstations and servers (Blade was somewhat famous), an operating system with Solaris (and if you want to count it even JavaOS) and Java on top of those, and they contributed a lot of technology like NFS, ZFS (license discussions aside). On the other hand, when they bought someone, the product wasn’t just milked to death, but actually integrated into their stack and continued to be developed in the open.

    Shame it turned out that way, I guess Sun was a bit overleveraged with how much they did vs. how much they made from it. And to think that Oracle paid less than a fifth than what Twitter sold for later for all of that technology to go to waste, just for a chance to sue Google… But we long as suits continue to license their stuff because they have cool advertisements at airports, this will keep going.


  • Oracle was never really innovative on a technical level , it’s first and foremost a company focused on selling licenses, and they’re really innovative in that regard but if you fall for that as a company, I have no pity, this is their whole schtick.

    Big companies in general are often rather conservative in nature while innovation happens on smaller scale and later expands.

    The big problem is rather that a lot of innovation has been absorbed by the big companies via buyouts, especially when money was cheap to borrow. Innovation bears risk, buying an established solution and milking existing users much less so.

    I don’t think the users are without blame. A lot of people ignore the red flags when a solution is just convenient enough (we need the commercial support / this exactly covers our use case so we don’t have to hire someone to adapt it / …) and the vendor then cashes out when moving away from his solution would be really expensive.

    I think there’s still a lot of innovation lately, but a lot people are just looking for the next big thing that does everything it feels like.