Feed digilinux.ru [copy] http://digilinux.ru/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed freepost [copy] https://freepo.st/rss/new has loading error: cURL error 6: Could not resolve host: freepo.st
State of Sway - December 2015
I wrote sway’s initial commit 4 months ago, on August 4th. At the time of writing, there are now 1,070 commits from 29 different authors, totalling 10,682 lines of C (and 1,176 lines of header files). This has been done over the course of 256 pull requests and 118 issues. Of the 73 i3 features we’re tracking, 51 are now supported, and I’ve been using sway as my daily driver for a while now. Today, sway looks like this:
For those who are new to the project, sway is an i3-compatible Wayland compositor. That is, your existing i3 configuration file will work as-is on sway, and your keybindings will be the...
Bring more Tor into your life
Tor is a project that improves your privacy online by encrypting and bouncing your connection through several nodes before leaving for the outside world. It makes it much more difficult for someone spying on you to know who you’re talking to online and what you’re saying to them. Many people use it with the Tor Browser (a fork of Firefox) and only use it with HTTP.
What some people do not know is that Tor works at the TCP level, and can be used for any kind of traffic. There is a glaring issue with using Tor for your daily browsing - it’s significantly slower. That being said,...
My "new" issue tracker installation
I'm absolutely relying on working with issue trackers for managing features, bugs, and releases. Although it's always a bit cumbersome to teach (new) clients how to properly use it (it takes quite some hand holding and improving their tickets), sooner or later they all realize that it's way better than the chaos we get by tossing Excel sheets back and forwards. Although we shut our company LaTe App-Developers down last year, my colleague and me are still using our old redmine 2.x installation to support existing clients. For new projects, I recently started to look into the current state of...
Please don't use Slack for FOSS projects
I’ve noticed that more and more projects are using things like Slack as the chat medium for their open source projects. In the past couple of days alone, I’ve been directed to Slack for Babel and Bootstrap. I’d like to try and curb this phenomenon before it takes off any more.
Problems with SlackSlack…
is closed source has only one client (update: errata at the bottom of this article) is a walled garden requires users to have a different tab open for each project they want to be involved in requires that Heroku hack to get open registrationThe last one is a real stinker. Slack is not a tool built...
Comment on Particle tracking plugins file formats and converter by katpyxa
In reply to Manu.
Hello Manu,
no, unfortunately I didn’t do that, sorry.
The best way to get answers on Trackmate’s XML format is to contact author, Jean Yves Tinevez (see here http://fiji.sc/User:JeanYvesTinevez) or check the source code of Trackmate, looking for “import” function here
https://github.com/fiji/TrackMate/tree/master/src/main/java/fiji/plugin/trackmate/io
Cheers,
Eugene
Comment on Particle tracking plugins file formats and converter by Manu
Hello, I am interested in importing data from MTrackJ to Trackmate and so I must convert the mdf files from MTrackJ to xml for Trackmate. You included a java script to go from xml to mdf, is there a script to due the oppisite? (go from mdf to xml)
I’m sure I can write a script to save the track info of an mdf file saved as an xml but I’m not sure what headers and source element Trackmate looks for in an xml file.
Any help would be much appreciated!
– Manu