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

help-circle

  • So I take it you’re against the government subsidizing science research in general? “The government shouldn’t fund new technology” is a stupid and destructive position. We’d be living in the 1800s if it were up to solely the capitalistic market. I mean, the first broadly effective antibiotics that are responsible for saving probably hundreds of millions of lives at least only exist because of people working in government-funded labs, under government-funded universities, for the government. Why should the environment be treated like it doesn’t matter to our civilization?


  • “There is no future without electrification. But just electrification will not get us there,”

    Daniel Posen is an associate professor in U of T’s department of civil and mineral engineering, and the Canada Research Chair in system-scale environmental impacts of energy and transport technologies. He agrees electrification is vital. But relying solely on electric vehicles to reduce carbon emissions from transportation may not be enough, especially if we want to do it in time to stop a catastrophic two-degree rise in global temperatures.

    The article you link contradicts you, it clearly suggests that adoption of EVs reduce carbon emissions, but we still need to do more (e.g. ACTUALLY HAVE PUBLIC TRANSIT INFRASTRUCTURE) to prevent a climate catastrophe.





  • What made me and I imagine a large chunk of other people convert to revanced/similar apps is the super aggressive advertising, it’s impossible to use youtube when you get a double ad before and after every 5 second video and get 30 second midrolls every like 3 minutes. You can’t skip through a video to find the part you want to see because you’ll just get an ad. It’s extremely infuriating and time-consuming, it used to be where I was willing to deal with it but they fucked it up. Now I can never go back to ad-riddled YouTube, even if it has a “reasonable” amount of advertising (I am now in the belief that no amount of advertising is reasonable anymore though).





  • There are plenty of browsers. Dillo, NetSurf, surf, w3m, Lynx, Links, Via, Midori, Pale Moon although it’s based on a fork of Gecko, Tunnel, qutebrowser. And there are even options for a search engine, although the only one worth considering that isn’t just a layer on top of other search engines is Kagi which costs $10 a month, and I wouldn’t exactly call it minimalist.

    The problem is that no browser can allow you to escape the horror that is web standards & practices that have been developed over decades and are almost unchangeable, without sacrificing basic web functionality and just making it a worse experience than it needs to be at least. The fact is that practically the entire web is reliant on JavaScript, on top of HTML and CSS which take a lot more resources to utilize/display than it looks, meaning 3 interpreters constantly running that must be sandboxed to each tab you have open with a lot of overhead to manage security.

    In an ideal world we’d all just be using provably-safe high-performance compiled WASM-but-stronger (from functional languages or more likely Rust or something less boiler-platey but similar), without having such a complex and fucked dependency situation*, where we wouldn’t need to sandbox interpreted languages and slaughter performance. Of course, in an ideal world, we also wouldn’t have to be concerned about aggressive tracking, ads, clickbait, SEO abuse, scams, or even malware, so there’s not much use in imagining a reality where we actually have quality web browsing.

    The actual answer to using the web without the fucked-ness of browsers is to not use a web browser at all for sites you use frequently. Use stuff like this instead.

    *seriously, you can write the most basic website with JavaScript and it’ll probably rely on tens of thousands of expressions of code which realistically should just be expressable in like a small page or two, you do webdev and you’ll probably accidentally be implicitly committing a sacrifice to some Aztec God in order to check if a number is even or odd

    Also just imagine if all of web dev was just ML/Scala/Rust/Swift/Erlang without compiling to JavaScript 🤤 That is the definition of a perfect universe



  • I haven’t come across a single image or video editor that doesn’t support webp nowadays. I use paint.net, krita, aseprite, inkscape, ibis paint x, opentoonz, and davinci resolve, plus libreoffice if you count that, they all support importing/exporting and editing webp just as any other image file format. I’m pretty sure GIMP and Photoshop do too but I don’t use them so I can’t say for sure

    I feel like a majority of people have to go out of their way to make webp an inconvenience in the modern day.

    Besides, if it for some reason doesn’t work in a specific situation you need it you can just manually change the extension to “.jpeg” or “.png” and Windows/Linux/Android file managers will automatically convert it. But I can guess most people don’t actually face a situation like that.