Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IN
IncidentalIncidence @feddit.de
Posts 6
Comments 42
Madison Reeves on why she left LMG
  • I'm starting to think part of the problem was her needed some kind of mental help if this is how she's getting days off. This is not a healthy mind.

    Yeah, I think that's what she's complaining about

  • Why Personal Cloud Storage is so bad on Linux?
  • Because it's a disproportionate amount of effort to natively support an extra OS (particularly one as fragmented as Linux), especially one with such a small userbase that largely isn't interested in using proprietary cloud services in the first place because of data privacy and security concerns.

    Obviously not all Linux users are super worried about that stuff (I mean, I use Linux and have a google pixel), but on average the Linux userbase is way way more aware of that stuff than most users who just want their photos backed up without having to worry about it.

  • Desktop Personal Finance Software Recommendations?

    Hey y’all,

    I’m looking for a desktop personal finance software. I really liked firefly-iii, but I’m not running a server right now, and it’s a bit of a PITA to set up as a desktop app.

    The biggest thing I’m looking for is the ability to automatically refresh transaction from my various accounts (using Plaid, FinTS, Wise, and Paypal), rather than needing every transaction and transfer to be entered manually.

    Which personal finance software tools have the best integrations for that and/or are extensible to allow me to write my own scripts to fetch transactions from eg. Wise?

    1
    Are newer thinkpads worth it over the framework laptop?
  • The old thinkpads that came with those self-repair manuals maybe were. But the new ones are more or less the same as most other modern laptops. I guess they don't have soldered SSDs, which is good, but the framework is definitely better for repairability.

  • Microsoft's light-based computer marks 'the unravelling of Moore's Law'
  • I can tell you with confidence that DACs can only convert digital sound data into analogue, and that’s due to the audio jack being older than digital audio.

    Right. But the principle is the same; hardware that isn't compatible with pre-existing systems has a control circuit, and a digital interface. The digital computer sends instructions to the controller, and the controller carries out the instructions.

    An analogue device isn’t compatible with a digital device, much like how digital sound data (songs, audio tracks in videos, system sounds, etc…) and analogue audio don’t technically work.

    Correct. That is why there is dedicated control circuitry designed for making analog and digital systems talk to each other -- as there will be for optical analog computers and every other type of non-conventional computing system.

    It's true that conventional systems will not, by default, be able to communicate with analog computers like this one. To control them, you will send the question (instructions) to the control circuitry, which does the calculation on the hardware, and returns an answer. That's true for DACs, it's true for FPGAs, it's true for CPUs, it's true for ASICs.

    Every temperature sensor, fan controller, camera, microphone, and monitor are also doing some sort of conversion between digital and analog signals. The light being emitted by the monitor to your eyes is a physical phenomenon that can be measured as an analog value (by taking a picture of your computer monitor on film, say). How does your monitor produce this analog signal? It has a control circuit that can take digital commands and convert them into light in specific patterns.

    Using an analogue device to accelerate something requires at least some information to be lost on translation, even if the file size is stupidly large.

    I don't think you've understood what analog computers are used for (actually, I'm not sure that you've understood what analog computing even really is beyond that it involves analog electrical signals). Analog computers aren't arbitrarily precise like digital computers are in the first place, because they are performing the computation with physical values -- voltage, current, light color, light intensity -- that are subject to interference from physical phenomenona -- resistance, attenuation, redshift, inertia. In other words, you're really worried about losing information that doesn't exist in a reliable/repeatable way in the first place.

    A lot of iterative numerical methods need an initial guess and can be iterated to an arbitary degree. Analog computers are usually used to provide the initial guess to save iteration flops. The resolution just is not that important when you're only trying to get into the ballpark in the first place.

    In other words, this computer is designed to solve optimization problems. Say you're getting results based on the color and intensity of the light coming out of it, right, like you might get values of tides based on electrical voltage on an old desktop analog computer. It's not that relevant to get the exact values for every millisecond at a sampling rate of a bajillion kilohertz; you're looking for the average value that isn't falsely precise.

    So if you were designing an expansion card, you would design a controller that can modulate the color and intensity of the light going in, and modulate the filter weights in the matrix. Then you can send a digital instruction to "do the calculation with these values of light and these filter values". The controller would read those values, set up the light sources and matrix, turn on the light, read the camera sensors at the back, and tell you what the cameras are seeing. Voila, you're digitally controlling an analog computer.

  • Best Distro for Laptops?
  • I would use one of the tools listed in the archwiki; I have an intel chip so I've never used any myself.

    Once you find a tool that can undervolt, usually the recommendation is to lower the voltage incrementally until you see unstable behavior and crashes, than raise it back to the last good voltage, then run a stress-test to verify.

  • Microsoft's light-based computer marks 'the unravelling of Moore's Law'
  • it would be the same way expansion cards work now; it would have digital control circuitry that can communicate with the analog circuitry.

    We already have expansion cards that can do this. Audio cards are an example of an expansion card that convert between digital and analog signals.

    Even things like graphics cards, ASICs, or FPGAs; it's not a different type of signal, but it's an architecture that isn't compatible with the rest of the computer because it's specialized for a certain purpose. So there's control circuitry that allows it to do that and a driver on the computer that tells it how to.

  • making my second aeropress of the day
  • would recommend it to everyone. I don't use it every day, but there are a million and one ways to brew with it, it's very handy for traveling, it's super easy.

    I use it particularly for when I'm at the end of a bag of coffee and don't have enough left to do a French Press or a pour-over -- I have a couple of Aeropress recipes that use 10-12 grams.

  • www.theguardian.com USA and Valencia’s Yunus Musah: ‘I wasn’t shocked by the racist abuse of Vinícius Jr’

    The American midfielder has been invigorated by a successful year with his national team. And it has helped him forget a difficult time in Spain

    1

    ELI5: What is an immutable OS, in practical terms?

    I've heard of immutable OS's like Fedora Silverblue. As far as I understand it, this means that "system files" are read-only, and that this is more secure.

    What I struggle to understand is, what does that mean in practical terms? How does installing packages or configuring software work, if system files can't be changed?

    Another thing I don't really understand is what the benefits as an end user? What kinds of things can I do (or can be done by malware or someone else) to my Arch system that couldn't be done on an immutable system? I get that there's a security benefit just in that malware can't change system files -- but that is achieved by proper permission management on traditional systems too.

    And I understand the benefit of something declarative like NixOS or Guix, which are also immutable. But a lot of OS's seem to be immutable but not purely declarative. I'm struggling to understand why that's useful.

    32

    Gio Reyna transfer listed by Borussia Dortmund - with BVB set to accept just €20 million for injury-plagued USMNT star

    www.goal.com Gio Reyna transfer listed by Borussia Dortmund - with BVB set to accept just €20 million for injury-plagued USMNT star | Goal.com US

    Borussia Dortmund have reportedly transfer listed Gio Reyna after the USMNT star's injury-plagued 2022-23 campaign.

    2

    Munich, for now: Bayern vetoes Rangers' buy option for Malik Tillman

    Seems like they want more money for him

    0