https://github.com/Quill-OS/quill logo
Join Discord
Powered by
# dev
  • u

    [matrix] andi1

    04/03/2025, 8:20 AM
    probably you should go through libdrm
  • s

    Szybet

    04/03/2025, 8:22 AM
    Who
  • u

    [matrix] andi1

    04/03/2025, 8:22 AM
    and apparently the driver seems not to support manual selection of waveform
  • s

    Szybet

    04/03/2025, 8:22 AM
    Yea that sucks
  • s

    Szybet

    04/03/2025, 8:22 AM
    Like, kobo drivers gived more control
  • k

    Kuratius

    04/03/2025, 8:25 AM
    https://cdn.discordapp.com/attachments/958419944243089479/1357269703139262564/Screenshot_20250403-102458_Discord.jpg?ex=683030ea&is=682edf6a&hm=abdd8b5476aa22294fd06b3327993592c213ca3eb349d105880d5a7f26fe6220&
  • k

    Kuratius

    04/03/2025, 8:33 AM
    https://discord.com/channels/463237927984693259/870707390998282292/1353125679708897384
  • s

    Szybet

    04/03/2025, 9:01 AM
    if he makes the display faster, maybe we won't need to do anything to optimise it further
  • t

    tux-linux

    05/08/2025, 12:38 AM
    https://entropy-lang.org/ oh no, what is this nightmare
  • k

    Kuratius

    05/08/2025, 12:39 AM
    You will just end up forced to re-implement digital computing on top of analog computing
  • k

    Kuratius

    05/08/2025, 12:39 AM
    or implement analog equivalents of some algorithms
  • k

    Kuratius

    05/08/2025, 12:43 AM
    depending on how it the random changes work it can also end up as a random walk
  • k

    Kuratius

    05/08/2025, 12:43 AM
    in which case you can stabilize your value by storing it multiple times I think?
  • t

    tux-linux

    05/08/2025, 12:45 AM
    interesting
  • k

    Kuratius

    05/08/2025, 12:46 AM
    relevant https://en.wikipedia.org/wiki/Wiener_process
  • k

    Kuratius

    05/08/2025, 12:47 AM
    if it follows a wiener process you need to do the averaging thing to stabilize your data
  • k

    Kuratius

    05/08/2025, 12:48 AM
    if it's just random fluctuations around the avg it's much easier to deal with
  • k

    Kuratius

    05/08/2025, 12:48 AM
    with the wiener process thing you end up needing exponentially more memory the longer your program runs
  • k

    Kuratius

    05/08/2025, 12:49 AM
    I guess it's technically interesting in that you can force a programmer to optimize their program to run fast enough the corruption doesnt become problematic
  • k

    Kuratius

    05/08/2025, 12:49 AM
    but in practical terms computers have both data and instruction memory, a computer that cant hold data cells stable will corrupt an instruction way before it corrupts a data cell
  • k

    Kuratius

    05/08/2025, 5:57 PM
    also because I had a thought: this technically how ram cells in some types of ram work, but your ram controller reads and rewrites them periodically so the decay is never noticed
  • k

    Kuratius

    05/08/2025, 5:58 PM
    Copy code
    The electric charge on the capacitors gradually leaks away; without intervention the data on the capacitor would soon be lost. To prevent this, DRAM requires an external memory refresh circuit which periodically rewrites the data in the capacitors, restoring them to their original charge.
  • k

    Kuratius

    05/08/2025, 5:58 PM
    https://en.wikipedia.org/wiki/Dynamic_random-access_memory
  • k

    Kuratius

    05/08/2025, 5:58 PM
    literally recreating analog hardware problems in software
  • k

    Kuratius

    05/08/2025, 5:59 PM
    so you'd fix it by re-adding the solutions
  • s

    Szybet

    05/10/2025, 6:59 PM
    https://haxe.org/
  • s

    Szybet

    05/10/2025, 6:59 PM
    Finally a language where you iterate what pains from other languages you feel like experiencing today
  • k

    Kuratius

    05/10/2025, 10:08 PM
    Friday Night Funkin was made with it
  • a

    Airfryer

    05/11/2025, 2:37 AM
    yeaz
  • w

    w8l

    05/12/2025, 6:21 AM
    Dicey Dungeons was also made with Haxe.