Search results

  1. bzar

    Setting up usbnet

    Instructions unclear. Ended up fork bombing myself. 0/5 would not hack again.
  2. bzar

    Analyzing 4GB RAM

    I'm also willing to switch for a 2 GiB version (I assume at the 2 GiB version price?) and get an upgrade later :)
  3. bzar

    FunKeyMonkey

    @ible, not sure. I'd have to look into it. Supporting freezing would require releasing the grabbed inputs and reconnecting them on resume, which I'm not sure is as simple as it may sound. If you want to run funkeymonkey in the background, you correctly assumed -d flag is the way to go.
  4. bzar

    What programming language should I use

    Everyone doesn't use rainbow parenthesis and matching paren highlight with lisps?
  5. bzar

    Pictures, Videos and thoughts of a Pyra dev-prototype

    OpenJDK should be fine nowadays, unless you use JavaFX or some oracle-specific stuff. The performance difference isn't significant anymore AFAIK.
  6. bzar

    The magnificent seven

    I'm curious, why is painting from the inside a "no/no"?
  7. bzar

    That took a while...

    Polycarbonate only! No coating! Dark grey! Final destination. (ref) Thanks for the video! So close now :)
  8. bzar

    DBP repository

    Hey, I've used it for PNDManager for quite some time :)
  9. bzar

    Update regarding the cases (and some other things)

    I'm hoping to get a dark grey case, but I'll probably get a clear one as well if they're available, just to try out coloring it from the inside :)
  10. bzar

    How easy would it be to get xmonad up and running on a Pyra?

    I use Rofi as a launcher in i3. It also has a Desktop file launch mode, which should work nicely with .dbp in addition to running through the wrapper scripts in PATH. I'd suspect it would work with xmonad as well.
  11. bzar

    Quite a bit for you to read!

    How about: "During development it was decided after copious amounts of conversation to add a MicroSD slot to function as a backup solution to the eMMC for increased longevity and possible internal storage space expansion. However, during final performance testing it was discovered that the...
  12. bzar

    FunKeyMonkey

    Short answer: nope. Long answer: You'll want something like Master Control that's available for Pandora. Maybe that's portable.
  13. bzar

    Pandora PNDManager

    Yeah, PNDManager's error reporting is pretty lacking. It's very happy path oriented code :P. Milkyhelper probably shows the problem better.
  14. bzar

    Pandora PNDManager

    Does the same happen with Milkyhelper? It uses the same backend logic, so knowing that would probably narrow the problem down by half.
  15. bzar

    Pandora PNDManager

    Anyone else experiencing problems like ZXDunny's? Sent from my ONEPLUS A3003 using Tapatalk
  16. bzar

    We've started to order things!

    That's a false dichotomy. There's a whole dimension of other options, namely the project taking the time it takes. He, as the rest of the team, find the time that they find and the project progresses at a pace limited by that (and external factors). It's not a matter of either happening in some...
  17. bzar

    We've started to order things!

    Sorry for butting in, but it's not like he's deciding not to have more time. Time is a limited resource for all of us. You can't expect someone to have 25 hours per day or skip eating, sleeping, or earning a living to get a project done faster. ED outlined an example of his weekly routine in a...
  18. bzar

    Pandora PNDManager

    Curious, there's no such 'BZh' in the JSON. @Cloudef, any ideas? The voting issue still sounds like a server change. @EvilDragon, do you know if the repo software has been updated?
  19. bzar

    Modem interfaces (voice,data,...)

    My personal recommendation would be C++14 at the moment, since C++ is Qt's native language and 14 is quite available and stable with many nice things added since C++11 (which I'd consider the absolute minimum). For the UI there of course would have to be small amounts of JavaScript if QML is...
  20. bzar

    Modem interfaces (voice,data,...)

    I mainly do direct QML editing with QtCreator, so no special setup there if that's what you mean. I don't run it on-device from QtCreator, but run it on my desktop to try stuff out. To run it on a pandora I bundle necessary shared Qt libraries into the PND and a run script adds the PND-local...
Back
Top