Search results

  1. sebt3

    Happy Birthday to...

    Ho I think it's that time of the year I grave dig that very thread. Happy Birthday Wally :)
  2. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    I had this ... until I used that upgrade script Chromium is using hardware acceleration, Kodi might not... If I had not these sound issues, it would be my go everywhere device. I'm still looking forward to fix these (busy elsewhere right now)
  3. sebt3

    Pyra news partially stale from the dragon's mouth

    and thuss it begin
  4. sebt3

    Shell scripts for day to day use...

    If you're lazy like me, you can go as far setting this in your "$HOME/.ssh/config" Host pi User pi and then you can just ssh pi :p But in my script, I tend to use more portable code. Just like all these sudo docker. The sudo is useless since I'm in the docker group
  5. sebt3

    Box86 - Linux Userspace x86 Emulator

    Sorry about that, you'll be cleaned from the anti spam filter queue in a few posts. But you have no idea how these filter are usefull, before them, mods here needed to clean 20-50 spam posts everyday
  6. sebt3

    Shell scripts for day to day use...

    Here is one : Most my scripts are longer than this one and have technical usage (I have script to setup base image for a number of sbc boards I have) Lately I tend to use ansible instead of shell script. I used to have a script to tag mp3 files based on filename, but I cant find it anymore
  7. sebt3

    Shell scripts for day to day use...

    Very surprising since this is part of the mainline kernel since a while. you might need to load the requiered module (intel_powerclamp for intel based system)
  8. sebt3

    Shell scripts for day to day use...

    What kind of script do you want to see ? I write shell scripts pretty much every days, so I have a huge collection ;) about your script, I would suggest to use this syntax : BROWSER=${BROWSER:-"qutebrowser"} BOOKMARKS=${BOOKMARKS:-"~/.config/vimb/bookmark"} This way, instead of requesting your...
  9. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    an update on my feeling about the pinebook pro. I got netflix working (the same way Eight Bit did, otherwise I knew about the script to install the missing lib so I was about to do it this way). Buuutttt Sound is the issue. Since they decided to use the headphone plug as UART with an internal...
  10. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    Have you updated the touhpad firmware ? https://wiki.pine64.org/index.php/Pinebook_Pro#Trackpad It would probably fix most your grips, because I dont have that issue. (and remember, it's a multi-touch, 2 finger scroll and so on) I doubt you can find an arm laptop with a faster CPU. If you do...
  11. sebt3

    Git web interface on shared web hosting service?

    Try gitea. simple & painless, available as docker image (since I know plesk provide an ability to docker things) EDIT: if you're looking at an interface for the already provided git repo, then it might be a little more troublesome. There's options (like tuleap) but none will be easy to setup
  12. sebt3

    So, what's the current status of everything?

    Nope. You don't get to decide : https://en.wiktionary.org/wiki/pyra "pyrae" it is, no discussion. ... you're welcome :p
  13. sebt3

    The collapse is coming... one way or an other

    This is how your electric cars are made. Electric car does polute do be build (and a lot) even if just because of the batteries (not counting the metal work, since any oil based car would be the same here). Oh by the way, it depend on child labor... My initial point was : there's no way out. If...
  14. sebt3

    New website for all retrogame handheld devices

    Only if said firmware might not be legally downloaded. It doesnt look the case here. You can share link to public domain roms here. But not to commercial ones
  15. sebt3

    The collapse is coming... one way or an other

    Since the "power budget" is in a constant increase (because as individual, we use more and more energy ; and because we're more and more using it), new sources of energies never replaced the previous one. We're burning more trees for heat than we were doing a century ago. We're buring more coal...
  16. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    at that time only konsole and with backlighting at about 25%. Think about it as a usable maximum. But imho 6-8 hours sound likely doable with a more normal use case (ith sme video in between and such) Define "full tasking", because for most definition of "full tasking" the cpu is sleeping most...
  17. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    upower -i /org/freedesktop/UPower/devices/battery_rk_bat native-path: rk-bat power supply: yes updated: mar. 14 janv. 2020 02:25:02 UTC (9 seconds ago) has history: yes has statistics: yes battery present: yes...
  18. sebt3

    Pinebook Open-Source ARM based notebook (spectre safe)

    It's a debian buster. The only thing not from the official debian repos are : u-boot, the kernel and gl4es (as far as I can see so far). Strangely, they choosed to put an armhf debian instead of an arm64 though. that could be reflashed, but for what ? the kernel itself is aarch64 though. Ease...
  19. sebt3

    The collapse is coming... one way or an other

    While I dont disagree that using oil is f**ing up our climat (and thuss our futur). The way our society works directly depend on oil. No farm works without oil. If the oil price hike, then food price hike the same way. I've just used food as a simple example. Think about anything you want, a...
Back
Top