Search results

  1. Cloudef

    Pyra Christmas Present unboxing

    That's nice. Totally missed my chance to donate for this good cause.
  2. Cloudef

    Warsow is not maintained any longer !

    Warsow and Xonotic are totally different kind of games. (Xonotic is fork of Nexuiz as well, where Nexuiz was sold for company for money and the leader shat on the community) Warsow is mainly known for its fast paced 1hit railgun gameplay. I actually used to play Warsow a lot way back, and it's...
  3. Cloudef

    SD cards, just way too little capacity...

    Filesystems compression is actually usually very silly due to the very fact that most files you store are already in compressed form.
  4. Cloudef

    Pandora Toolchain for Mac OS X?

    http://cloudef.pw/dchrt.html Wally may or may not have the toolchain anymore, but in README are step-by-step for creating one for OS X and even config for crosstool provided if it still works.
  5. Cloudef

    Games that works like "Batman Arkham"

    You could replace Bayonetta with any Platinum game pretty much, and these are originally inspired from Devil May Cry 3. And yeah, they are not simple beat em up's, if you don't learn the mechanics you will die.
  6. Cloudef

    Pandora PNDManager

    Lets see. @B-ZaR try this patch. From b169ebcd91332df6efe1a21872a9bd9174caf0dc Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi <mailroxas@gmail.com> Date: Tue, 10 May 2016 02:26:54 +0300 Subject: [PATCH] curl: hack to close files for package curl handles Some curl handle users use temporary file...
  7. Cloudef

    Preorders Have Started. (Previously named starts in two hours)

    Thanks, I have pre-ordered then.
  8. Cloudef

    Preorders Have Started. (Previously named starts in two hours)

    So I was thinking of supporting the 4G model just for "future-proofing". I don't myself really use mobile network in current life situation, and thus was thinking if there is hardware switch to turn it off when not used, or is disabling only done by not loading kernel module?
  9. Cloudef

    What Desktop Environment is going to be used on this?

    Wayland has no ties to OpenGL, wayland is again just a protocol. Weston can render using any method it wants. However, if you want to benefit from native EGL applications (anything opengl basically), the compositor must have EGL context and driver support the EGL wayland extension. That said...
  10. Cloudef

    A possible PND-system replacement

    Binary diffs are also much harder to manage. Think of the repository side, you need to store bunch of diff files, download each of them and apply them in order. It complicates both the server and client side. If you only ever store diffs, it's also harder to retieve the full blob when you need...
  11. Cloudef

    A possible PND-system replacement

    The makepnd is simply fork of the arch's makepkg, which is quite flexible to modify to support any sort of package format, and I doubt I'm only one who has done this. I would not use it for packaging distro / system packages, but it is good for 3rdparty or sandboxed packages such as pnd, or...
  12. Cloudef

    Release PNDManager

    libpndman, even though very very ugly, works on at least on windows and linux, don't know about mac.
  13. Cloudef

    JACK instead of Pulseaudio?

    Pulseaudio is actually better in this than Alsa. When there is only one source playing it will try to switch the sample rate of sound card to fit the sound you are playing. When there are multiple sources playing it will resample to whatever was configured. In lots aspects pulse is saner than...
  14. Cloudef

    SGX 3D Freeze on CC model

    Apitrace intercepts dlopen as well. So it should be fine.
  15. Cloudef

    SGX 3D Freeze on CC model

    Bit off topic, but you can get apitrace and other stuff here: http://cloudef.pw/dchrt/ipk/ Built with: http://cloudef.pw/dchrt.html You can contribute recipes for reproducable pnd's and ipks here: http://pur.cloudef.pw/ The apitrace build there is bit old, but my pandora is broken so I...
  16. Cloudef

    Android 4.4/5.0 OOB?

    Wayland is just a protocol, however if you don't use OpenGL in the compositor, you have to use the rotation chip again. The compositor can use any technology it wants to draw on the screen, wayland itself is just a abstraction over programs communicating and sharing their buffer (what user...
  17. Cloudef

    Music Makers - Share Your Music!

    It's actually totally software (v-metal sampler with guitarix as amplifier). Renoise was bit too limiting so I wrote my own sequencer: http://cloudef.pw/armpit/guitarhck2.mp4 http://cloudef.pw/armpit/guitarhck3.mp4
  18. Cloudef

    Music Makers - Share Your Music!

    Pyra and the Consequences I went for a deeper meaning where spelling the Pyra wrong may cause a great war bringing upon destruction of humankind. This might be bit too complicated for some people to pick up, but I hope you like it. It has no genre.
  19. Cloudef

    Shellshock [vulnerability with Bash]

    This security bug has blown out of proportions and is not actually even serious than people make it up to be. It mainly gained fame by somebody scanning internet for computers and found about 1000 systems executing bash remotely and getting env variables from HTTP headers. If you run sane...
Back
Top