search for: antithesis

Displaying 20 results from an estimated 22 matches for "antithesis".

2019 Jul 03
2
Container setup?
...8:21 AM, Sven Schwedas via samba wrote: > Though I'm not sure if docker is the right tool for the job; samba as a > fat daemon running a bazillion subprocesses orchestrated by a persistent > database that's very sensitive to instances leaving and joining the > domain seems the antithesis to docker's philosophy. > Docker would be a terrible choice for this; Docker is really designed to containerize a single app; for a suite of tools use LXD or nspawn. While I haven't used nspawn, I'm a huge fan of LXD, which is simple, elegant, well maintained, and UNIX-y in feel...
2015 Mar 12
7
switching from SIP to Skype..or not
...pe works fine for >> me, but every SIP client, even without using Asterisk, fails to connect. >> That's ok. >> >> Is swapping out SIP for Skype a big deal? > Stay away from Skype! It is a toxic, proprietary product. The lack of > interoperability by design is the antithesis of what a telecommunication > system should be about -- and the extent to which they have gone to thwart any > attempt at interoperability is truly shocking. > > For connecting two Asterisk installations to each other over the Internet, IAX > is better than SIP -- that's what it...
2015 Mar 12
3
switching from SIP to Skype..or not
I'm testing Asterisk at home, crummy connection. Skype works fine for me, but every SIP client, even without using Asterisk, fails to connect. That's ok. Is swapping out SIP for Skype a big deal? Heh, well, I guess it's dead: http://www.digium.com/en/products/software/skype-for-asterisk If I have a really bad connection, can I "downgrade" SIP somehow? I
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...they should each get their own tests. > Not to mention a unit-test (or debuginfo-test) to exercise the complete > Clang -> object (-> debugger) sequence. Just because it makes me twitch (though I admit debating test taxonomy terminology verges on a religious topic): these tests are the antithesis of unit tests. Taking source code, compiling it with clang/LLVM, loading it in a debugger and interacting with the debugger is a scenario test. A unit test would be API level, say building IR by calling Clang APIs & then passing it into DebugInfo generation & watching the MI calls that res...
2013 Jan 23
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...own tests. >> Not to mention a unit-test (or debuginfo-test) to exercise the complete >> Clang -> object (-> debugger) sequence. > > Just because it makes me twitch (though I admit debating test taxonomy > terminology verges on a religious topic): these tests are the > antithesis of unit tests. Taking source code, compiling it with > clang/LLVM, loading it in a debugger and interacting with the debugger > is a scenario test. > > A unit test would be API level, say building IR by calling Clang APIs > & then passing it into DebugInfo generation & watchi...
2015 Mar 12
0
switching from SIP to Skype..or not
...crummy connection. Skype works fine for > me, but every SIP client, even without using Asterisk, fails to connect. > That's ok. > > Is swapping out SIP for Skype a big deal? Stay away from Skype! It is a toxic, proprietary product. The lack of interoperability by design is the antithesis of what a telecommunication system should be about -- and the extent to which they have gone to thwart any attempt at interoperability is truly shocking. For connecting two Asterisk installations to each other over the Internet, IAX is better than SIP -- that's what it was designed for. --...
2015 Mar 12
0
switching from SIP to Skype..or not
...every SIP client, even without using Asterisk, fails to >>> connect. >>> That's ok. >>> >>> Is swapping out SIP for Skype a big deal? >> Stay away from Skype! It is a toxic, proprietary product. The lack of >> interoperability by design is the antithesis of what a telecommunication >> system should be about -- and the extent to which they have gone to >> thwart any >> attempt at interoperability is truly shocking. >> >> For connecting two Asterisk installations to each other over the >> Internet, IAX >> i...
2019 Jul 04
0
Container setup?
...hwedas via samba wrote: >> Though I'm not sure if docker is the right tool for the job; samba as a >> fat daemon running a bazillion subprocesses orchestrated by a >> persistent database that's very sensitive to instances leaving and >> joining the domain seems the antithesis to docker's philosophy. >> >Docker would be a terrible choice for this; Docker is really designed to containerize a single app; for a suite of tools use LXD or nspawn. >While I haven't used nspawn, I'm a huge fan of LXD, which is simple, elegant, well maintained, and UNIX-...
2008 Apr 30
0
Fwd: Why R is 200 times slower than Matlab ?
This is what I refer to as "ab uno disce omnes"-thinking: -- from one example all is revealed -- but this is the antithesis of statistical thinking. Here is an example function, others can probably do better. On a vector of length 300 it takes .018 seconds on my aging G5 ppc mac: pears <- function(x){ n <- length(x) A <- combos(n,2) rbind(x[A[1,]],x[A[2,]]) } This is actually a (shameless) advertisement...
2013 May 23
2
Integration with skype
Hello; There is no free channel to be used to have integration between asterisk and skype? What is the software that I can use to send and receive chat messages on skype network? Regards Bilal
2015 Mar 12
0
switching from SIP to Skype..or not
...ype works fine for >> me, but every SIP client, even without using Asterisk, fails to connect. >> That's ok. >> >> Is swapping out SIP for Skype a big deal? > Stay away from Skype! It is a toxic, proprietary product. The lack of > interoperability by design is the antithesis of what a telecommunication > system should be about -- and the extent to which they have gone to thwart any > attempt at interoperability is truly shocking. > > For connecting two Asterisk installations to each other over the Internet, IAX > is better than SIP -- that's what i...
2019 Jul 02
5
Container setup?
Hello, I am trying to figure out, whether there are any best practices how to run a Samba AD DC in a container. First of all: why a container? Because obviously containers require less resources and are easier to update than multiple linux systems ? and I want to spend some of the savings into redundancy (multiple DCs, also distributed to serve different locations). Googling around I found
2005 Jun 20
1
TxFax: can't get a fax to destination (log inside)
Can someone explain me what's going on and why the receiver of this fax guives up saying communication error? Slow carrier up Slow carrier down Slow carrier up <<< CSI: 40 20 20 20 20 20 20 20 34 39 34 35 36 34 39 35 30 20 39 33 2b CSI without final frame tag Remote fax gave CSI as: "+39 059465494 " <<< DIS: 80 00 ee f8 c4 00 DIS with final frame tag In
2019 Jul 03
0
Container setup?
...XC) for a couple of years, no container-specific issues yet. Though I'm not sure if docker is the right tool for the job; samba as a fat daemon running a bazillion subprocesses orchestrated by a persistent database that's very sensitive to instances leaving and joining the domain seems the antithesis to docker's philosophy. > * What is the right distro to start with? Probably Debian or Ubuntu stable, as there's community provided samba builds for them. Distro builds are in general pretty crap. > * Don?t know versions for Alpine. But Alpine is reported to have > problems wit...
2013 Jan 22
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
>>> 2. Relying of assembly directive emissions (i.e. .cfi_*), which is >>> cumbersome and misses a lot of things like actual DWARF encoding. >> >> I'm not sure what you mean by "actual DWARF encoding" here. >> (disclaimer: I've only recently started dabbling with debug info, so I >> may be missing obvious things) > > I mean that it
2015 Mar 13
1
switching from SIP to Skype..or not
..., but every SIP client, even without using Asterisk, fails to > connect. > >> That's ok. > >> > >> Is swapping out SIP for Skype a big deal? > > Stay away from Skype! It is a toxic, proprietary product. The lack of > > interoperability by design is the antithesis of what a telecommunication > > system should be about -- and the extent to which they have gone to > thwart any > > attempt at interoperability is truly shocking. > > > > For connecting two Asterisk installations to each other over the > Internet, IAX > > is b...
2006 Nov 12
1
Samba Team Asks Novell to Reconsider
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Samba Team disapproves strongly of the actions taken by Novell on November 2nd. One of the fundamental differences between the proprietary software world and the free software world is that the proprietary software world divides users by forcing them to agree to coercive licensing agreements which restrict their rights to share with each other,
2006 Oct 08
9
Organizing tests and mocha expectations
I''m simultaneously getting into using Mocha and RSpec-style tests (courtesy of the simply_bdd plugin) and I''m struggling with some issues while trying to organize my specs/test. Here''s a code example illustrating the problem: context "update cliient invalid data" do include ClientsControllerSpecHelper specify "should render edit form" do
2013 Jan 23
1
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...Not to mention a unit-test (or debuginfo-test) to exercise the complete >>> Clang -> object (-> debugger) sequence. >> >> Just because it makes me twitch (though I admit debating test taxonomy >> terminology verges on a religious topic): these tests are the >> antithesis of unit tests. Taking source code, compiling it with >> clang/LLVM, loading it in a debugger and interacting with the debugger >> is a scenario test. >> >> A unit test would be API level, say building IR by calling Clang APIs >> & then passing it into DebugInfo gen...
2013 Jan 18
3
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
>> 1. llvm-dwarfdump: the best approach when it works. But unfortunately >> lib/DebugInfo supports only a (small) subset of DWARF. Tricky sections >> like debug_frame aren't supported. > > Ideally I'd like to see support added whenever a code change is made > to a feature - so long as we hold ourselves to a "test new changes" > that can