Expert developer, Buddhist

  • 0 Posts
  • 52 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle


  • Not only does it need to do everything from memory management to job scheduling, it also has all of the UI and graphics driver complexity blended in. Usually that’s a different layer that the kernel historically didn’t worry about, it would be as if GTK is part of Linux, along with the programming language. Then there’s shit like WebAssembly and WebGL, databases, sandboxing, permissions, user management… A Brower is like a cross platform OS built to run on another OS













  • I just got a new laptop and was genuinely gonna try windows 11 and wsl for my coding needs. But in first boot, it demands internet to do updates. Ok, I connect to coffee shop wifi. Nope, won’t do it because it can’t handle the click through screen to accept wifi ToS. Fine. I take it home, where my Internet is great but has a glitch where it drops out for a few seconds now and then. Turns out that windows will literally cancel updating and demand I reconnect and restart for the kind of drop that I barely notice day to day. So I gave up, plugged in my ArchLinux thumb drive, and mkfs.ext4 before rsyncing my entire old computer to it


  • After a few years of corporate framework stacks, I’m back to writing plain HTML/JS/CSS, and wow, what a joyful float down a river that is

    Even with no transpiler or minification, bespoke HTML is extremely efficient and pleasant to use. I write little script tags with query selectors where I need them, they get efficiently loaded on the pages that use them

    I use Hugo to do imports / classic server side rendering, and it’s stupid fast and efficient. I can compile 500 pages in 0.5s on a dualcore machine with 4gb of ram. Resources (like images) can be processed, converted into multiple file types and resolutions and then automatically cached. It feels so zen


  • I’m kinda annoyed that this whole thing was pretty much a pitch for Tauri, and that’s a pretty lame looking webapp thing with typescript and whatever browser engine you happen to have lying around

    Tauri is tryna be all like “hey look at our install size, it’s smaller than electron!!” … like anyone cares about install size much. The problem is the memory/cpu use of web apps, which tends to 5x a decent native app. Maybe one day, with webassembly…




  • You can collect the data and figure out how to use it later. Just look at the Google leaks lately and what they collect, it’s literally everything down to the length of clicks and full walks through the site

    Collecting data about user interests is in itself valuable, and it’s plausible to use various metrics to analyze it, something as simple as sentiment analysis, which has been broadly done. Sentiment analysis has predated modern ML by a long margin, but you can read the wiki page on that

    But yeah just think about stuff like Google trends, tracking interest in topics, as an example of what such data could be used for. And deanonymizing the inputs is probably possible to some degree, aside from the obvious trust we place in DDG as a centralized failure point