Distributing unstable Windows binaries
Hi, Markus Bergholz and I were discussing putting up unstable Windows binaries (3.9.0+ 4.1.0+) on mxeoctave.osuv.de. Before proceeding I'd like to have the opinions of other Octave developers on this....
View ArticleUpgrade Issue - Windows Version
I was upgraded to version 2.10.9 and now lost all of my contacts. It's as if the app was installed as a clean install. Lost all of my account settings and contacts. Is this normal behavior?
View ArticleNginx + LibreSSL - a first test
https://www.mare-system.de/blog/page/1405201517/ # Summary It works. While it is not recommended to substitude OpenSSL with LibreSSL in this early stage, i wanted to test if it is possible. And it is....
View Articlebetter random in atc
We have to support a seed, but if we don't start with one, use arc4random() instead. This also makes the linker warnings a little nicer and more localized: update.o(.text+0xbfd): In function `setseed':...
View ArticleBugtracker is down
I hope some admin also noticed it - bugtracker is down today. thursday, friday and yesterday was also often down.  Sometimes it gives  APPLICATION ERROR #400 Database connection failed. Error...
View ArticleAdding methods to an class. How?
Lets say I have the code like this: String.metaClass.hello = { -> 'Hello' when I do this. I know the method named hello is added into the String class. How does that happen? And When I do :...
View ArticleUsing the User Module Deleter with classes that have a __del__ method
If I write a module called testclass containing this: import time class TestClass(object): def __init__(self): self._createtime = time.strftime('%H:%M:%S', time.localtime()) print "In __init__ at {}...
View ArticleSynapse CanRead, true on thread terminate
Hi, I'm using Synapse to make a TCP server. Does someone know why the function CanRead return true when the server thread terminates? In the synapse echo demo, this causes a new ClientThread to be...
View ArticleTLS replication
Have a question on TLS replication with 4 LDAP servers. Each of the 4 LDAP servers has its own CA cert (each with a unique nickname and serial number). If I install just one of the CA certs onto the...
View ArticleJoin and non-Join query give different results
Hi everyone, I am trying to link two types of documents in my Solr index. The parent is named "house" and the child is named "available". So, I want to return a list of houses that have available...
View ArticleDesign trends in UI for Mobiles
Food for thought for those working on theming for Pharo: http://arstechnica.com/gadgets/2014/07/the-software-design-trends-that-we-love-to-hate/ Flat buttons for a new kind of game... Finding out what...
View ArticleNeed help resolving Segmentation fault while running linkage function in Octave
Hi, I am running linkage function for hierarchical clustering in Octave. The matrix size is around 200000 * 200 My system configuration is: Ubuntu 14.04, 8GB RAM When running linkage function it gives:...
View ArticleCan't find x11 terminal on Mac OS. Extremely Desperate.
I have been stuck with this issue for 1 week now :( and I can't find the answer in the FAQ or online. can somebody help PLEASE? I am running Mac OS Mavericks 10.9.4. Installed Octave 3.8.1 via Homebrew...
View Articlelinux n00b
Hi, at home I run, osx, windows and freebsd, all work fine with D. However our servers at work run linux RHEL5, RHEL6.4 and our workstations run Ubuntu... can i use feodora rpm for rhel? If I want to...
View ArticleTime in Emacs status bar
When emacs show the time in the status bar, the time zone is not correct. I have tried to correct it by putting this in ~/.emacs: (set-time-zone-rule "GMT+2") (setq display-time-day-and-date t...
View ArticleProblems with recent changes in vp9 decoder
Hi, I reviewed the recent changes in libvpx affecting bitstream and found two following issues. 1. show_existing_frame flag became not handled properly. The problem was introduced in by commit...
View Articleinteresting xen 4.5 unstable networking issue bug.
I have windows 8.1 running under xen 4.5 on top of arch linux. Ihave amd A8 6600K. I have usb pci-e and R9 270 assigned to domu. I have issue where virtual network adapter it works fine and fast at...
View Articlechanging split size in Hadoop configuration
Hello, I recently got "Split metadata size exceeded 10000000" error when running Cascading jobs with very big joins. I found that I should change mapreduce.jobtracker.split.metainfo.maxsize property in...
View ArticleLLVM Weekly - #28, Jul 14th 2014
LLVM Weekly - #28, Jul 14th 2014 =============================== If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/28>. Welcome to the twenty-eightth issue...
View Articleprotocol specific AuthDatabase Queries
Hi, i have to configure different sql-queries for protocol lmtp, another for protocol smtp and one query for other protocols. I have configured in "/etc/dovecot/conf.d/auth-sql.conf.ext" one entry for...
View Article