Re: [rust-dev] Rust Radio - an SDR framework

2014-09-11 Thread Ian Daniher
Very cool. I did some work on discrete time DSP with SDR applications. The library's at https://github.com/ade-ma/LibRedio. Best, Ian On Thu, Sep 11, 2014 at 8:56 AM, Allen Welkie allen.wel...@gmail.com wrote: If anyone is interested in software defined radios, I'm starting a project called

Re: [rust-dev] Is there a Parsec equivalent in Rust?

2014-06-12 Thread Ian Daniher
Might be worth checking out https://github.com/kevinmehall/rust-peg. On Wed, Jun 11, 2014 at 2:43 AM, Akira Hayakawa hayak...@valinux.co.jp wrote: Hi, Haskell's Parsec is really a good tool to parse languages. Scala also has the equivalent. What about Rust? -- Akira Hayakawa

Re: [rust-dev] Building rustc @ 1GB RAM?

2014-06-11 Thread Ian Daniher
exception with zram configured to take 30-70% of memory. With zswap enabled, zswap.max_pool_percent=70 and the real swap of 2.5 GB the compilation time for the latest tip was about 2 hours. This is on Mac Air and Linux inside VirtualBox. On 5 June 2014 20:46, Ian Daniher explodingm...@gmail.com

Re: [rust-dev] Building rustc @ 1GB RAM?

2014-06-11 Thread Ian Daniher
2014 20:46, Ian Daniher explodingm...@gmail.com wrote: zram is a great suggestion, thanks! I'll give it a shot. — From My Tiny Glowing Screen On Thu, Jun 5, 2014 at 2:25 PM, Igor Bukanov i...@mir2.org wrote: Have you considered to use zram? Typically the compression for compiler

[rust-dev] Building rustc @ 1GB RAM?

2014-06-05 Thread Ian Daniher
1GB is close-ish to the 1.4GB last reported (over a month ago!) by http://huonw.github.io/isrustfastyet/mem/. Are there any workarounds to push the compilation memory down? I'm also exploring distcc, but IRFY has a bit of semantic ambiguity as to whether or not it's 1.4GB simultaneous or net

[rust-dev] Graphviz Deserialization?

2014-05-28 Thread Ian Daniher
pnkfelix et al, Thanks for your work on the graphviz module! It's a great asset to my flowgraph DSL work. I'm wondering if any consideration has been given to Decodable/Encodable-style bidirectional serialization and deserialization. It'd be great to be able to use existing apps (like

[rust-dev] flowgraph-to-Rust compiler, written (mostly) in Rust

2014-05-27 Thread Ian Daniher
Hey All, Writing to share my project of late, an environment for describing and executing connected networks of processes. I've used it to build discrete-time filters, oscillators, RF modems, and more. Preliminary documentation is up at

Re: [rust-dev] New Rust binary installers and nightlies

2014-03-28 Thread Ian Daniher
Any chance of getting arm-linux-unknown-gnueabihf builds? I came here to ask this same thing - I'm doing work with rust on cheap elinux arm boards. Understand the not mucking with established infrastructure in the midst of everything else - I'm willing to put up hardware with help, but right

[rust-dev] [rustc-f039d10] A newer kernel is required to run this binary. (__kernel_cmpxchg64 helper)

2014-02-14 Thread Ian Daniher
Hey All, I'm attempting to run rustc on a 3.0.36 kernel. Within the last few weeks, it started complaining about __kernel_cmpxchg64. Unfortunately, like many, the systems on which I'd like to use Rust are beyond my control, so simply upgrading the kernel's not an especially viable option. Anyone

Re: [rust-dev] [rustc-f039d10] A newer kernel is required to run this binary. (__kernel_cmpxchg64 helper)

2014-02-14 Thread Ian Daniher
, and without the right cpu or target feature set LLVM will lower them to intrinsic calls, and it's possible that you're missing an intrinsic somewhere. On Fri, Feb 14, 2014 at 9:48 AM, Ian Daniher explodingm...@gmail.com wrote: Hey All, I'm attempting to run rustc on a 3.0.36 kernel. Within the last

[rust-dev] [Boston] Rust talk on Monday

2014-02-14 Thread Ian Daniher
decisions I've made. The focus of the talk will be on https://github.com/ade-ma/LibRedio, my preliminary work on a sort of gnuradio-lite my capstone team is using for making low-cost automation tools. Contact me with questions, comments, and RSVPs! Best, -- Ian Daniher

Re: [rust-dev] [Boston] Rust talk on Monday

2014-02-14 Thread Ian Daniher
I can make sure it's recorded put on youtube. On Fri, Feb 14, 2014 at 12:01 PM, Jack Moffitt j...@metajack.im wrote: This sounds pretty interesting. Will it be recorded at all? jack. On Fri, Feb 14, 2014 at 9:29 AM, Ian Daniher explodingm...@gmail.com wrote: Hello fellow Rustafarians

Re: [rust-dev] [Boston] Rust talk on Monday

2014-02-14 Thread Ian Daniher
02/17. 6pm. Parking at 42.292987, -71.265391. Map at http://itdaniher.com/static/rustOlin0217.png. -- Ian On Fri, Feb 14, 2014 at 11:29 AM, Ian Daniher explodingm...@gmail.comwrote: Hello fellow Rustafarians! Monday the 17th, at 6pm, at 1000 Olin Way, Needham, MA, there will be free pizza

Re: [rust-dev] Deprecating rustpkg

2014-01-28 Thread Ian Daniher
Lots of good points in this thread, but I wanted to request deprecation, but not removal until a better alternative is documented and made available. Rustpkg works for my needs - I use it every day - but it definitely needs some TLC. Thanks! -- Ian On Tue, Jan 28, 2014 at 11:46 AM, SiegeLord