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

help-circle


  • I feel like this sort of thing should be more modular. Maybe on Linux we could in theory have multiple packages that could have different implementations and the browser UI would just use the underlying packages with their specific extras on top.

    That would also align well with the Unix philosophy of each component “doing one thing well” and composing small tools to achieve complex tasks.

    Splitting things add a different level of complexity (public APIs, deprecations, different versions, etc.) but it would make the web much more free, since we could have different individuals maintaining different packages and no organization would have too much control over the web.

    I believe this is possible because we have very complex stuff such as entire Desktop Environments on Linux that are made up of multiple packages and each package just do a well defined thing and build on top of each other to create a “whole” experience in the end.


  • There is something about the simplicity of this kind of thing that makes it so attractive. There’s no bloat, just a device for a maker individual to play around with.

    But it makes me wonder if there’s something similar to this but more “ready” for people to buy and play around building software. I’ve thought about learning more low level stuff with emulators, not a real device. A real device like this with a minimal Unix-like OS and some development kit to play around would be interesting.




  • If only they weren’t so greedy they could have built a nice ecosystem. The failure of BB10 had everything to do with people at the top being completely disconnected with the market.

    I was part of a team in the university that was like a partnership with BlackBerry and our IT lab would code native BB10 apps for some Brazilian companies.

    So what used to happen was that the professor responsible would have constant meetings with the BB team that sounded more like those companies cult-like brainwashing thing. I don’t know how to explain, but he’d come always excited that BB10 would take over the market because iOS devices had “lost” their status and hence become a “mainstream” device. They wanted to fit the niche of people owning a BB10 device for status reason, and because of that they were supposed to be very expensive.

    I think anyone who remembers the devices knows they were priced higher than the most expensive iPhones and it just didn’t make sense. They didn’t have anywhere near the amount of apps that Android and iOS had already (and which were quite mature at that point), so instead they added an Android runtime in it and resorted to create hackathons where people would port their Android apps to BB10 and earn devices or other gifts. But the half-assed ported apps were terrible and riddled with bugs.

    It all felt kind of scummy from the start, because they’d use this misleading advertising that their App Store had x million apps or something, but more than 90% of if were shitty ported apps that didn’t integrate with the system or half-asses apps that people uploaded to the store to get gifts or money (they also didn’t have any incentive to do any quality control in their store).

    I still remember one lad we knew in the university who uploaded dozens of apps without consent from the actual owners that were just shitty old games and many packaged web-apps that were the same useless thing with different skins just to get the prizes.

    Yet the people working in the labs were always brainwashed to think BlackBerry 10 was doing incredibly well, but whenever I looked on forums or Reddit everybody was talking about how crazy it was for anyone to buy it. Like… people wanted smartphones for the apps and although Facebook had a very limited BB10 version, Instagram for example never bothered with it.



  • You can’t expect to understand these people by reading the Bible because these people aren’t themselves religious, they just know the common layman is and use that to their advantage to retain/gain power.

    My mom is religious and she will side with whoever says is religious too, their argument doesn’t matter much as long as it has a religious coat on top of. So if you say you’re not religious and come with a good argument, it doesn’t matter, it’s just a tribalism thing.

    Even though she says she’s Evangelical and cites Jesus and Bible texts often, she nitpicks what is convenient at any time like most people do. It’s really annoying when my father who’s Catholic comes and they start disagreeing on stuff citing different parts of the Bible at the same time and considering X important, but ignoring Y totally as it doesn’t go with their narrative of the fact.

    In fact I think the people who take the Bible for the more broader message won’t be very flashy in making sure others see them as religious, cause as you said, what Jesus preached very few even attempt to do.


  • I mean, this post makes no valid argument against JavaScript, there’s no benchmarks or anything aside from an opinion.

    I don’t personally like webdev and don’t like to code in JavaScript, but there are good and bad web applications out there, just like any software.

    A single page can send out hundreds or even thousands of API requests just to load, eating up CPU and RAM.

    The author seems to know the real problem, so I don’t know why they’re blaming it on JavaScript.