Microblog
in reply to @ 2016-157.479ZI loved Dirac, but Google basically killed it with VP8. Hoping Daala kills every video codec and we can stop the war for awhile.
in reply to @ 2016-156.584Z64bit is better if that's the native CPU arch. But not a lot better. Probably won't make a big difference
in reply to @ 2016-155.500ZI usually use ISC, it's pretty liberal and very short
in reply to @ 2016-155.499ZI think you're confusing Free Software with copyleft. Copyleft is a tool, Free Software is the goal
in reply to @ 2016-155.493ZThey are the same product
in reply to @ 2016-155.493ZNextcloud is the same code as Owncloud. It's just a different name for the same product. Think of it as a new version to upgrade to.
in reply to @ 2016-154.506Zsnowdrift.coop has contributors who started with even less Haskell knowledge than that!
in reply to @ 2016-151.963ZStuff is still happening, but AFAICT the launch is a bit bogged down in legal stuff, etc, just now. But work on the platform is progressing on the mailing lists, IRC, etc
in reply to @ 2016-150.513ZTox might get there, but XMPP MUC is already there (at least for features you talk about in comments below)
in reply to @ 2016-150.512ZLink to an IRC webchat and your users will never know about IRC at all. It will feel like a webchat to them, so the scary goes away
in reply to @ 2016-150.511ZXMPP MUC is the best because it has history catch-up / context and some other good features, but IRC is ok if you must.
in reply to @ 2016-147.908ZYou're presupposing that neither project is using the stable versions provided by the OS, which is what the discussion is in context of.
in reply to @ 2016-147.509ZNo, he's thinking of the requirement by Debian policy that all Debian packages must be able to be built from source stored in the Debian source packages.
in reply to @ 2016-147.508ZSanboxed programming environments are a workaround for the problem systems like cabal have where you don't have a consistent set of package versions that work together, you have all versions of all packages avaialble and then issues can happen (causing people to say words like "cabal hell").
If you use a consistent set of packages for all development (such as OS-provided libraries) this is not an issue.
I work on many (many) projects at a time. Sandboxes (in haskell, python, ruby, C, all my languages) would just add more pain to my workflow.
in reply to @ 2016-146.804ZBy "real GNU/Linux" I meant "not just android or sailfish"
in reply to @ 2016-146.496ZOS packages are much nicer than cabal. You don't have to wait for everything to compile, and you get stable library versions that work with each other (no different-dependency-versions, no annoying sandboxing garbage).
in reply to @ 2016-145.507ZModel M + anything?
in reply to @ 2016-144.840ZEveryone has a set of pet features they want, but what's great about Haskell is that even Haskell98 is lightyears ahead of the rest of the industry
in reply to @ 2016-144.837ZI wrote
unexceptionalio
to help me with this kind of thing and additionally useerrors
in reply to @ 2016-144.540ZYou can use show as long either there is no read instance or the read instance works for all show output. However, make sure you output something sensible in all cases or debugging outputs might get weird.
Otherwise, you should consider http://hackage.haskell.org/package/text-format-0.3.1.1/docs/Data-Text-Buildable.html
in reply to @ 2016-141.143ZReally?
in reply to @ 2016-140.756ZI use conversations.im to give me the handoff, so yes.
I'm in southern Ontario, so I use WIND and get unlimited cell data for $40 CAD/month
in reply to @ 2016-140.755ZI'm confused as to what you're trying to say here. It sounds like you agree with me that Apple and Google are the Big Bads?
in reply to @ 2016-140.754ZI'm confused about the downvotes… is this not a fair answer to the question?
in reply to @ 2016-139.922ZBasKet Not Pads is what I used for years when I was coming off of OneNote
in reply to @ 2016-139.920ZGoogle and Apple are the current Big Bads (if you believe in such things)
in reply to @ 2016-139.920ZNo phone needed. I pay them for a phone number
in reply to @ 2016-139.528ZCheck out http://faow.referata.com/wiki/Welcome_to_Free_and_Open_Works!
in reply to @ 2016-138.990ZI use Vitelity to give me a direct SMS -> XMPP hookup
in reply to @ 2016-138.520ZWon't a data with a single, strict field behave the same?
in reply to @ 2016-138.519ZA data with one constructor that takes on strict argument could be optimised in this wauy (I think). Otherwise the "optimisations" would add strictness where the programmer didn't expect it.
in reply to @ 2016-138.516ZRust is not really a high-level language, though. I'm not sure a comparison would be fair. I love rust, for systems and other low-level stuff, but Haskell remains my go-to for quickly banging out apps
in reply to @ 2016-137.635ZSo much stuff getting added to base.
in reply to @ 2016-137.508Zsigh
in reply to @ 2016-136.879ZLooks like you want at least mkDuplexFileHandle, not sure if there's an IODevice you could use
in reply to @ 2016-136.827Zetnaviv-compatible stuff?
But I do realise it's (very, very) hard
in reply to @ 2016-134.854ZI would use Frege if I needed to be on the JVM for some reason, but usually I don't.
in reply to @ 2016-133.475ZWorked for me for Flash (removed flash and flash clones from my system going on 8 years now, no regrets)
in reply to @ 2016-133.097ZI'm pretty sure you'll be able to just uninstall the Adobe blob (there isn't even going to be one for Linux AFAIK) and then EME won't work